.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.product-gallery-container{width:100%;max-width:56rem;margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;gap:1rem}.product-gallery-main-wrapper{position:relative;flex:1;min-width:0;transition:all .3s}@media(min-width:768px){.product-gallery-main-wrapper.layout-left{padding-left:7rem}}.product-gallery-main{position:relative;aspect-ratio:1;width:100%;background-color:#f3f4f6;border-radius:.75rem;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.product-gallery-main:hover .product-gallery-overlay,.product-gallery-main:hover .product-gallery-layout-toggle,.product-gallery-main:hover .product-gallery-zoom-button{opacity:1}.product-gallery-main:hover .product-gallery-main-image{transform:scale(1.05)}.product-gallery-slider{display:flex;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s ease-out;will-change:transform}.product-gallery-slider-item{width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;background-color:#f9fafb}.product-gallery-slider-item img,.product-gallery-slider-item video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.product-gallery-main-image{cursor:zoom-in;transition:transform .5s ease-out}.product-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;opacity:0;transition:opacity .3s;z-index:10}.product-gallery-nav-button{pointer-events:auto;background-color:#fffc;padding:.5rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s;color:#1f2937;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-gallery-nav-button:hover{background-color:#fff;transform:scale(1.1)}.product-gallery-nav-button:active{transform:scale(.95)}.product-gallery-top-bar{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;z-index:20}.product-gallery-layout-toggle{display:none;pointer-events:auto;background-color:#fffc;padding:.5rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s;color:#374151;border:none;cursor:pointer;opacity:0}@media(min-width:768px){.product-gallery-layout-toggle{display:flex;align-items:center;justify-content:center}}.product-gallery-layout-toggle:hover{background-color:#fff;transform:scale(1.05)}.product-gallery-zoom-button{pointer-events:auto;background-color:#00000080;padding:.5rem .75rem;border-radius:9999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.5rem;transition:all .2s;border:none;cursor:pointer;margin-left:auto;opacity:0}.product-gallery-zoom-button:hover{background-color:#000000b3}.product-gallery-zoom-button-text{display:none}@media(min-width:640px){.product-gallery-zoom-button-text{display:inline}}.product-gallery-thumbnails-wrapper{position:relative;transition:all .3s;width:100%}@media(min-width:768px){.product-gallery-thumbnails-wrapper.layout-left{position:absolute;top:0;left:0;height:100%;width:6rem;flex-shrink:0}}.product-gallery-thumb-nav{position:absolute;z-index:10;background-color:#fffc;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;color:#6b7280;transition:all .2s;border-radius:9999px;padding:.25rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-gallery-thumb-nav:hover{background-color:#fff;color:#111827}.product-gallery-thumbnails-wrapper:not(.layout-left) .product-gallery-thumb-nav.prev{left:0;top:50%;transform:translateY(-50%);height:100%;padding-left:.25rem;padding-right:.25rem;border-radius:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.product-gallery-thumbnails-wrapper:not(.layout-left) .product-gallery-thumb-nav.next{right:0;top:50%;transform:translateY(-50%);height:100%;padding-left:.25rem;padding-right:.25rem;border-radius:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.product-gallery-thumbnails-wrapper.layout-left .product-gallery-thumb-nav.prev{display:none}@media(min-width:768px){.product-gallery-thumbnails-wrapper.layout-left .product-gallery-thumb-nav.prev{display:flex;left:50%;transform:translate(-50%);top:.5rem;width:2rem;height:2rem}.product-gallery-thumbnails-wrapper.layout-left .product-gallery-thumb-nav.next{display:flex;left:50%;transform:translate(-50%);bottom:.5rem;width:2rem;height:2rem}}.product-gallery-thumbnails-wrapper.layout-left .product-gallery-thumb-nav.next{display:none}.product-gallery-thumbnails{display:flex;gap:.75rem;scroll-behavior:smooth}.product-gallery-thumbnails.layout-horizontal{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem 2rem}@media(min-width:768px){.product-gallery-thumbnails.layout-vertical{flex-direction:column;overflow-y:auto;height:100%;scroll-snap-type:y mandatory;padding-top:3rem;padding-bottom:3rem}}@media(max-width:767px){.product-gallery-thumbnails.layout-vertical{flex-direction:row;overflow-x:auto;height:6rem;width:100%;padding:.25rem 2rem}}.product-gallery-thumb{position:relative;flex-shrink:0;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;opacity:.6;transform:scale(.95)}.product-gallery-thumb:hover{opacity:1;transform:scale(1)}.product-gallery-thumb.active{opacity:1;transform:scale(1);box-shadow:0 0 0 2px #2563eb,0 0 0 4px #fff}.product-gallery-thumb.layout-horizontal{width:5rem;height:5rem;scroll-snap-align:center}@media(min-width:768px){.product-gallery-thumb.layout-horizontal{width:6rem;height:6rem}}@media(min-width:768px){.product-gallery-thumb.layout-vertical{width:100%;aspect-ratio:1;scroll-snap-align:start}}@media(max-width:767px){.product-gallery-thumb.layout-vertical{width:5rem;height:5rem;scroll-snap-align:center}}.product-gallery-thumb-image{width:100%;height:100%;aspect-ratio:1;background-color:#e5e7eb;position:relative}.product-gallery-thumb-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-gallery-thumb-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#0003;transition:background-color .2s}.product-gallery-thumb:hover .product-gallery-thumb-video-overlay{background-color:#0000001a}.product-gallery-thumb-active-indicator{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2563eb1a;mix-blend-mode:multiply}.product-gallery-lightbox{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;display:flex;align-items:center;justify-content:center;background-color:#000000f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s}.product-gallery-lightbox-close{position:absolute;top:1rem;right:1rem;padding:.5rem;color:#ffffffb3;background-color:#ffffff1a;border-radius:9999px;transition:all .2s;border:none;cursor:pointer;z-index:50;display:flex;align-items:center;justify-content:center}.product-gallery-lightbox-close:hover{color:#fff;background-color:#fff3}.product-gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem;color:#ffffffb3;background-color:#ffffff1a;border-radius:9999px;transition:all .2s;border:none;cursor:pointer;z-index:50;display:none;align-items:center;justify-content:center}@media(min-width:768px){.product-gallery-lightbox-nav{display:flex}}.product-gallery-lightbox-nav:hover{color:#fff;background-color:#fff3}.product-gallery-lightbox-nav.prev{left:1rem}.product-gallery-lightbox-nav.next{right:1rem}.product-gallery-lightbox-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}@media(min-width:768px){.product-gallery-lightbox-content{padding:3rem}}.product-gallery-lightbox-media{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;width:100%;height:85vh}.product-gallery-lightbox-media img,.product-gallery-lightbox-media video{max-width:100%;max-height:100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;box-shadow:0 25px 50px -12px #00000040}.product-gallery-lightbox-media video{outline:none}.product-gallery-lightbox-media video:focus{outline:none}.product-gallery-lightbox-media img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-gallery-lightbox-caption{position:absolute;bottom:1.5rem;left:0;right:0;text-align:center;color:#fffc;font-weight:500;letter-spacing:.05em;pointer-events:none}.product-gallery-lightbox-caption p{font-size:.875rem;color:#ffffff80;margin-top:.25rem}.product-gallery-empty{color:#6b7280}.product-gallery-react [data-gallery-root]{display:block!important}
