/* Small helpers; main layout uses Tailwind */
.thin-scrollbar::-webkit-scrollbar{width:8px;height:8px}
.thin-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.thin-scrollbar::-webkit-scrollbar-track{background:transparent}
html{scroll-behavior:smooth}
[data-hidden]{display:none!important}


/* --- Image zoom + lightbox (added 2026-02-12) --- */
[data-product-card] img{transition:transform .18s ease, filter .18s ease;}
[data-product-card]:hover img{transform:scale(1.04);filter:saturate(1.02);}
.fitok-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:rgba(2,6,23,.85);padding:18px;}
.fitok-lightbox.is-open{display:flex;}
.fitok-lightbox__img{max-width:min(100%, 1600px);max-height:94vh;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.45);background:#fff;}
.fitok-lightbox__close{position:absolute;top:14px;right:14px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer;}
@media (max-width:640px){.fitok-lightbox__img{max-width:100%;max-height:80vh;border-radius:14px;}}
img{max-width:100%;height:auto;}

/* Make zoomable images feel clickable */
img[src*="/images/catalog/"], img[src*="/images/brands/"]{cursor:zoom-in;}

.fitok-lightbox__img{max-width:min(100%,1600px);max-height:94vh;}
