.shop-gallery-wrap{display:block}.shop-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.shop-gallery-arrow{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--t-r-lg);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#e2e8f0;cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.shop-gallery-arrow:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.shop-gallery-arrow:disabled{opacity:.18;cursor:default}.shop-gallery-btn{position:relative;padding:0;border:none;background:none;cursor:pointer;overflow:hidden}.shop-gallery-btn,.shop-gallery-img{display:block;border-radius:var(--t-r-xl)}.shop-gallery-img{width:100%;aspect-ratio:16/10;object-fit:cover;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 40px -34px rgba(2,6,23,.98);transition:transform .25s ease,filter .25s ease}.shop-gallery-btn:hover .shop-gallery-img{transform:scale(1.03);filter:brightness(.82)}.shop-gallery-overlay{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transition:opacity .25s ease;color:white;background:rgba(0,0,0,.2);border-radius:var(--t-r-xl)}.shop-gallery-btn:hover .shop-gallery-overlay{opacity:1}.shop-gallery-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.shop-gallery-strip .shop-gallery-btn{flex:0 0 auto;width:64px}.shop-gallery-strip .shop-gallery-img{width:64px;height:64px;aspect-ratio:1/1;border-radius:var(--t-r-md)}.shop-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(0,0,0,.96);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);animation:shopLightboxIn .2s ease}.shop-lightbox-inner{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:85vh}.shop-lightbox-img{display:block;max-width:90vw;max-height:85vh;border-radius:var(--t-r-xl);object-fit:contain;box-shadow:0 40px 80px -30px rgba(0,0,0,.6)}.shop-lightbox-close{position:fixed;top:20px;right:20px;display:grid;place-items:center;width:44px;height:44px;border-radius:var(--t-r-lg);border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:white;cursor:pointer;transition:background .15s ease;z-index:10}.shop-lightbox-close:hover{background:rgba(255,255,255,.16)}.shop-lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:48px;height:48px;border-radius:var(--t-r-xl);border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:white;cursor:pointer;transition:background .15s ease;z-index:10}.shop-lightbox-arrow:hover{background:rgba(255,255,255,.14)}.shop-lightbox-arrow-left{left:20px}.shop-lightbox-arrow-right{right:20px}.shop-lightbox-counter{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:var(--t-r-full);background:rgba(255,255,255,.1);color:#e2e8f0;font-size:var(--t-font-sm);font-weight:600;letter-spacing:.05em}@media (max-width:820px){.shop-gallery-grid{grid-template-columns:1fr}.shop-gallery-arrow{width:38px;height:38px}}@media (max-width:560px){.shop-gallery-grid{grid-template-columns:1fr!important}.shop-gallery-wrap{gap:10px}.shop-gallery-arrow{width:34px;height:34px;border-radius:var(--t-r-md)}.shop-gallery-img,.shop-gallery-overlay{border-radius:var(--t-r-lg)}.shop-lightbox-img{border-radius:var(--t-r-md)}}@media (max-width:640px){.shop-lightbox-counter{font-size:var(--t-font-base)}}