.shop-gallery-wrap{display:block}.shop-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.shop-gallery-arrow{border-radius:var(--t-r-lg);color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;flex-shrink:0;place-items:center;width:44px;height:44px;transition:background .15s,border-color .15s;display:grid}.shop-gallery-arrow:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff38}.shop-gallery-arrow:disabled{opacity:.18;cursor:default}.shop-gallery-btn{cursor:pointer;border-radius:var(--t-r-xl);background:0 0;border:none;padding:0;display:block;position:relative;overflow:hidden}.shop-gallery-img{aspect-ratio:16/10;object-fit:cover;border-radius:var(--t-r-xl);border:1px solid #ffffff14;width:100%;transition:transform .25s,filter .25s;display:block;box-shadow:0 24px 40px -34px #020617fa}.shop-gallery-btn:hover .shop-gallery-img{filter:brightness(.82);transform:scale(1.03)}.shop-gallery-overlay{opacity:0;color:#fff;border-radius:var(--t-r-xl);background:#0003;place-items:center;transition:opacity .25s;display:grid;position:absolute;inset:0}.shop-gallery-btn:hover .shop-gallery-overlay{opacity:1}.shop-gallery-strip{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.shop-gallery-strip .shop-gallery-btn{flex:none;width:64px}.shop-gallery-strip .shop-gallery-img{aspect-ratio:1;border-radius:var(--t-r-md);width:64px;height:64px}.shop-lightbox{z-index:9999;-webkit-backdrop-filter:blur(40px);background:#000000f5;place-items:center;animation:.2s shopLightboxIn;display:grid;position:fixed;inset:0}.shop-lightbox-inner{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.shop-lightbox-img{border-radius:var(--t-r-xl);object-fit:contain;max-width:90vw;max-height:85vh;display:block;box-shadow:0 40px 80px -30px #0009}.shop-lightbox-close{border-radius:var(--t-r-lg);color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff26;place-items:center;width:44px;height:44px;transition:background .15s;display:grid;position:fixed;top:20px;right:20px}.shop-lightbox-close:hover{background:#ffffff29}.shop-lightbox-arrow{border-radius:var(--t-r-xl);color:#fff;cursor:pointer;z-index:10;background:#ffffff0f;border:1px solid #ffffff1f;place-items:center;width:48px;height:48px;transition:background .15s;display:grid;position:fixed;top:50%;transform:translateY(-50%)}.shop-lightbox-arrow:hover{background:#ffffff24}.shop-lightbox-arrow-left{left:20px}.shop-lightbox-arrow-right{right:20px}.shop-lightbox-counter{border-radius:var(--t-r-full);color:#e2e8f0;font-size:var(--t-font-sm);letter-spacing:.05em;background:#ffffff1a;padding:6px 16px;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@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{border-radius:var(--t-r-md);width:34px;height:34px}.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)}}