/* Product image gallery — isolated interaction layer */
.tt-product-gallery{min-width:0}
.tt-product-gallery .tt-gallery-main-wrap{position:relative;overflow:hidden}
.tt-product-gallery .tt-gallery-main-button{display:grid;place-items:center;width:100%;height:auto;min-height:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none;cursor:zoom-in}
.tt-product-gallery .tt-main-product-image{display:block;max-width:100%;margin:auto;user-select:none;-webkit-user-drag:none}
.tt-product-gallery .tt-gallery-zoom{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;border:1px solid #e5e8ec;border-radius:50%;background:rgba(255,255,255,.92);color:#344054;font-size:22px;font-weight:700;line-height:1;box-shadow:0 3px 14px rgba(15,23,42,.08);pointer-events:none}
.tt-product-gallery .tt-gallery-nav{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:38px;height:38px;margin:0;padding:0;transform:translateY(-50%);border:1px solid #e4e7ec;border-radius:50%;background:rgba(255,255,255,.94);color:#111827;font-size:28px;line-height:1;box-shadow:0 5px 18px rgba(15,23,42,.10);opacity:0;transition:opacity .18s ease,transform .18s ease}
.tt-product-gallery .tt-gallery-prev{left:12px}.tt-product-gallery .tt-gallery-next{right:12px}
.tt-product-gallery .tt-gallery-main-wrap:hover .tt-gallery-nav,.tt-product-gallery .tt-gallery-nav:focus-visible{opacity:1}
.tt-product-gallery .tt-gallery-nav:active{transform:translateY(-50%) scale(.96)}
.tt-product-gallery .tt-gallery-counter{position:absolute;left:12px;bottom:12px;z-index:2;padding:5px 9px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:none}
.tt-product-gallery .tt-gallery-thumbs{scrollbar-width:thin;scroll-snap-type:x proximity;padding-bottom:2px}
.tt-product-gallery .tt-gallery-thumb{position:relative;display:grid;place-items:center;flex:0 0 auto;margin:0!important;padding:0!important;border:2px solid transparent!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important;overflow:hidden;cursor:pointer;scroll-snap-align:start;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.tt-product-gallery .tt-gallery-thumb:hover{border-color:#cfd5dd!important;transform:translateY(-1px)}
.tt-product-gallery .tt-gallery-thumb.is-active{border-color:var(--tt-red,#e3131b)!important;box-shadow:0 0 0 1px var(--tt-red,#e3131b)!important}
.tt-product-gallery .tt-gallery-thumb:focus-visible{outline:3px solid rgba(227,19,27,.20);outline-offset:2px}
.tt-product-gallery .tt-gallery-thumb img{display:block;width:100%!important;height:100%!important;margin:0!important;border:0!important;border-radius:7px!important;padding:4px!important;background:#fff!important;object-fit:contain!important;pointer-events:none}
.tt-gallery-lightbox[hidden]{display:none!important}
.tt-gallery-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}
.tt-gallery-lightbox-backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;background:rgba(5,10,20,.88);cursor:zoom-out}
.tt-gallery-lightbox-dialog{position:relative;z-index:2;display:grid;place-items:center;width:min(1180px,calc(100vw - 48px));height:min(860px,calc(100vh - 48px));pointer-events:none}
.tt-gallery-lightbox-dialog>img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;pointer-events:auto}
.tt-gallery-lightbox-close,.tt-gallery-lightbox-nav{position:absolute;z-index:3;display:grid;place-items:center;margin:0;padding:0;border:1px solid rgba(255,255,255,.25);background:rgba(18,24,34,.72);color:#fff;box-shadow:none;pointer-events:auto}
.tt-gallery-lightbox-close{top:0;right:0;width:44px;height:44px;border-radius:50%;font-size:30px;line-height:1}
.tt-gallery-lightbox-nav{top:50%;width:48px;height:48px;transform:translateY(-50%);border-radius:50%;font-size:34px;line-height:1}
.tt-gallery-lightbox-prev{left:0}.tt-gallery-lightbox-next{right:0}
.tt-gallery-lightbox-counter{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);padding:6px 10px;border-radius:999px;background:rgba(18,24,34,.72);color:#fff;font-size:12px;font-weight:700;pointer-events:none}
html.tt-gallery-open,body.tt-gallery-open{overflow:hidden!important}
body.tt-desktop .tt-product-gallery .tt-gallery-thumb{width:70px!important;height:70px!important}
body.tt-mobile .tt-product-gallery .tt-gallery-thumb{width:58px!important;height:58px!important}
body.tt-mobile .tt-product-gallery .tt-gallery-nav{width:34px;height:34px;font-size:24px;opacity:.92}
body.tt-mobile .tt-product-gallery .tt-gallery-prev{left:7px}body.tt-mobile .tt-product-gallery .tt-gallery-next{right:7px}
body.tt-mobile .tt-product-gallery .tt-gallery-zoom{right:8px;bottom:8px;width:31px;height:31px;font-size:20px}
body.tt-mobile .tt-product-gallery .tt-gallery-counter{left:8px;bottom:8px}
@media(max-width:767px){.tt-gallery-lightbox{padding:10px}.tt-gallery-lightbox-dialog{width:calc(100vw - 20px);height:calc(100vh - 20px)}.tt-gallery-lightbox-close{top:6px;right:6px}.tt-gallery-lightbox-nav{width:42px;height:42px}.tt-gallery-lightbox-prev{left:4px}.tt-gallery-lightbox-next{right:4px}}
@media(prefers-reduced-motion:reduce){.tt-product-gallery .tt-gallery-nav,.tt-product-gallery .tt-gallery-thumb{transition:none}}
