.product-gallery{position:sticky;top:20px;height:fit-content}.product-gallery__main{margin-bottom:15px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;position:relative;background-color:#f9f9f9;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-gallery__main-image{width:100%;height:100%;object-fit:contain;display:block;cursor:zoom-in;transition:transform .3s ease}.product-gallery__main-image:hover{transform:scale(1.05)}.product-gallery__thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#ccc #f0f0f0}.product-gallery__thumbnails::-webkit-scrollbar{height:6px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.product-gallery__thumbnails::-webkit-scrollbar-thumb:hover{background:#999}.product-gallery__thumbnail{flex:0 0 80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease;background-color:#f9f9f9}.product-gallery__thumbnail:hover{border-color:#ff5a00;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.product-gallery__thumbnail.active{border-color:#ff5a00;box-shadow:0 0 0 1px #ff5a00}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#333;opacity:0;transition:opacity .3s,background-color .3s;z-index:10}.product-gallery__main:hover .product-gallery__nav{opacity:1}.product-gallery__nav:hover{background-color:#ff5a00;color:#fff}.product-gallery__nav--prev{left:10px}.product-gallery__nav--next{right:10px}@media (max-width: 768px){.product-gallery{position:static;margin-bottom:20px}.product-gallery__main{aspect-ratio:1;max-height:400px}.product-gallery__main-image{cursor:default}.product-gallery__main-image:hover{transform:none}.product-gallery__thumbnail{flex:0 0 60px;height:60px}.product-gallery__nav{opacity:1;background-color:#fffc}}.product-gallery__zoom-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:9999;align-items:center;justify-content:center;padding:20px}.product-gallery__zoom-modal.active{display:flex}.product-gallery__zoom-image{max-width:90%;max-height:90%;object-fit:contain}.product-gallery__zoom-close{position:absolute;top:20px;right:20px;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333}.product-gallery__zoom-close:hover{background-color:#ff5a00;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/92/assets/product-gallery.css.map */
