.bbs-product-gallery{width:100%;display:flex;gap:5px;align-items:stretch}@media (min-width:1400px){.bbs-product-gallery{flex-direction:column-reverse}}.bbs-product-gallery__nav{display:flex;flex:1;flex-direction:column;width:25%;overflow-y:auto;overflow-x:hidden;height:auto;gap:5px;scrollbar-gutter:stable overlay}.bbs-product-gallery__nav::-webkit-scrollbar{width:5px;height:5px}.bbs-product-gallery__nav::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:4px}.bbs-product-gallery__nav::-webkit-scrollbar-track{background:0 0}@media (min-width:1400px){.bbs-product-gallery__nav{flex-direction:row;flex:0 0 25%;width:100%;max-height:460px;overflow:scroll;scrollbar-gutter:stable overlay}}.bbs-product-gallery__main{width:auto;position:relative;min-height:0;width:75%}@media (min-width:1400px){.bbs-product-gallery__main{width:100%}}.bbs-product-gallery__image-container{display:none;width:100%;object-fit:contain;position:relative}.bbs-product-gallery__image-container.active{display:block}.bbs-product-gallery__image{width:100%;object-fit:cover;object-position:top;aspect-ratio:1/1}.bbs-product-gallery__thumbnail-container{position:relative;width:100%;height:auto;object-fit:cover;cursor:pointer;flex:0 0 calc((100% - (4 - 1) * 5px) / 4)}@media (min-width:1400px){.bbs-product-gallery__thumbnail-container{width:25%}}.bbs-product-gallery__thumbnail-image{border-radius:6px;opacity:.5;transition:var(--bbs-transition-base);width:100%;height:100%;object-fit:cover}.bbs-product-gallery__thumbnail-play{position:absolute;top:calc(50% - 14px);left:calc(50% - 14px);width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--bbs-color-black);border:2px solid var(--bbs-color-black);border-radius:100%;transition:var(--bbs-transition-base)}.bbs-product-gallery__thumbnail-container.active .bbs-product-gallery__thumbnail-image,.bbs-product-gallery__thumbnail-container:hover .bbs-product-gallery__thumbnail-image{opacity:1}.bbs-product-gallery__thumbnail-container:hover .bbs-product-gallery__thumbnail-play{background:var(--bbs-color-green-lighter)}.bbs-product-gallery__thumbnail-container:after,.bbs-product-gallery__image-container:after{border-radius:8px;content:"";position:absolute;top:0;left:0;right:0;background-color:var(--bbs-color-green);z-index:1;width:100%;height:100%;opacity:.05;mix-blend-mode:multiply;pointer-events:none}#bbs-product-gallery-video-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.bbs-product-gallery-video-modal__backdrop{width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center}.bbs-product-gallery-video-modal__container{position:relative;margin:0 auto;width:95%;max-width:900px;height:auto}.bbs-product-gallery-video-modal__video{width:100%;height:auto}.bbs-product-gallery-video-modal__close{position:absolute;top:-50px;right:0;color:var(--bbs-color-white);cursor:pointer;font-size:30px}