.bs-gallery{display:grid;grid-template-columns:80px 1fr;gap:12px;position:sticky;top:20px}.bs-gallery--no-thumbs{grid-template-columns:1fr}.bs-gallery__thumbs{display:flex;flex-direction:column;gap:8px;max-height:600px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.bs-gallery__thumbs::-webkit-scrollbar{display:none}.bs-gallery__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid var(--bs-border, #E2E8F0);transition:all .25s ease;flex-shrink:0;background:#f8f9fa}.bs-gallery__thumb:hover{border-color:var(--bs-primary, #1B3A5C)}.bs-gallery__thumb.is-active{border-color:var(--bs-accent, #FF6B00);box-shadow:0 0 0 2px #ff6b0033}.bs-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.bs-gallery__main{position:relative;border-radius:12px;overflow:hidden;background:#f8f9fa;aspect-ratio:1 / 1;cursor:zoom-in}.bs-gallery__main-img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .35s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bs-gallery__main-img.is-fading{opacity:0}.bs-gallery__zoom-lens{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:200%;opacity:0;transition:opacity .2s ease;cursor:zoom-in;z-index:5}.bs-gallery__main:hover .bs-gallery__zoom-lens{opacity:1}.bs-gallery__main:hover .bs-gallery__main-img{opacity:0}.bs-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:1px solid var(--bs-border, #E2E8F0);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000014;opacity:0;color:var(--bs-dark, #0D1B2A)}.bs-gallery__main:hover .bs-gallery__nav{opacity:1}.bs-gallery__nav:hover{background:var(--bs-accent, #FF6B00);color:#fff;border-color:var(--bs-accent, #FF6B00);transform:translateY(-50%) scale(1.08);box-shadow:0 4px 16px #ff6b004d}.bs-gallery__nav--prev{left:12px}.bs-gallery__nav--next{right:12px}.bs-gallery__nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.bs-gallery__counter{position:absolute;bottom:12px;right:12px;z-index:10;background:#0d1b2abf;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);letter-spacing:.3px}.bs-gallery__expand{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:8px;background:#ffffffeb;border:1px solid var(--bs-border, #E2E8F0);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:0;color:var(--bs-dark, #0D1B2A)}.bs-gallery__main:hover .bs-gallery__expand{opacity:1}.bs-gallery__expand:hover{background:var(--bs-accent, #FF6B00);color:#fff;border-color:var(--bs-accent, #FF6B00)}.bs-gallery__expand svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.bs-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bs-lightbox.is-open{opacity:1;visibility:visible}.bs-lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;transition:transform .35s ease,opacity .35s ease;-webkit-user-select:none;user-select:none}.bs-lightbox__img.is-switching{opacity:0;transform:scale(.95)}.bs-lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bs-lightbox__close:hover{background:#ffffff40;transform:rotate(90deg)}.bs-lightbox__close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.5;fill:none}.bs-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff1f;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bs-lightbox__nav:hover{background:var(--bs-accent, #FF6B00);transform:translateY(-50%) scale(1.1)}.bs-lightbox__nav--prev{left:24px}.bs-lightbox__nav--next{right:24px}.bs-lightbox__nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.bs-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:14px;font-weight:500;letter-spacing:1px}.bs-lightbox__thumbstrip{position:absolute;bottom:56px;left:50%;transform:translate(-50%);display:flex;gap:8px;max-width:90vw;overflow-x:auto;padding:8px;scrollbar-width:none}.bs-lightbox__thumbstrip::-webkit-scrollbar{display:none}.bs-lightbox__mini-thumb{width:56px;height:56px;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.2);flex-shrink:0;transition:all .2s ease;opacity:.5}.bs-lightbox__mini-thumb.is-active{border-color:var(--bs-accent, #FF6B00);opacity:1}.bs-lightbox__mini-thumb:hover{opacity:.85}.bs-lightbox__mini-thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:749px){.bs-gallery{grid-template-columns:1fr;gap:0;position:relative;top:0}.bs-gallery__thumbs{flex-direction:row;order:2;max-height:none;overflow-x:auto;padding:10px 0;gap:6px}.bs-gallery__thumb{width:56px;height:56px;border-radius:6px}.bs-gallery__main{border-radius:0}.bs-gallery__nav{opacity:1;width:36px;height:36px}.bs-gallery__counter{bottom:8px;right:8px}.bs-gallery__expand{opacity:1}}.bs-gallery__badge{position:absolute;top:12px;left:12px;z-index:10;background:var(--bs-accent, #FF6B00);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:5px 12px;border-radius:4px}.bs-gallery__dots{display:none;justify-content:center;gap:6px;padding:10px 0}@media(max-width:749px){.bs-gallery__dots{display:flex}.bs-gallery__thumbs{display:none}}.bs-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--bs-border, #E2E8F0);border:none;cursor:pointer;transition:all .2s ease;padding:0}.bs-gallery__dot.is-active{background:var(--bs-accent, #FF6B00);width:24px;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bs-gallery.css.map */
