.product-gallery{display:flex;flex-wrap:wrap;gap:var(--grid-desktop-horizontal-spacing);margin:0;padding:0;list-style:none}.product-gallery-container:not(.full-width-gallery) .product-gallery{width:95vw;margin-left:calc(-47.5vw + 50%);margin-right:calc(-47.5vw + 50%)}.product-gallery .grid__item{margin:0;padding:0;flex:0 0 calc((100% - (var(--grid-columns) - 1) * var(--grid-desktop-horizontal-spacing)) / var(--grid-columns));width:calc((100% - (var(--grid-columns) - 1) * var(--grid-desktop-horizontal-spacing)) / var(--grid-columns))}.full-width-gallery{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.no-spacing-gallery{gap:0!important}.no-spacing-gallery .grid__item{margin:0!important;padding:0!important;flex:0 0 calc(100% / var(--grid-columns));width:calc(100% / var(--grid-columns))}@media screen and (max-width: 749px){.product-gallery{display:flex;flex-wrap:wrap;gap:var(--grid-mobile-horizontal-spacing);justify-content:center}.product-gallery-container:not(.full-width-gallery){padding-left:10px;padding-right:10px}.product-gallery.grid--1-col-tablet-down .grid__item{flex:0 0 100%;width:100%}.product-gallery.grid--2-col-tablet-down .grid__item{flex:0 0 calc(50% - var(--grid-mobile-horizontal-spacing) / 2);width:calc(50% - var(--grid-mobile-horizontal-spacing) / 2)}.no-spacing-gallery.grid--2-col-tablet-down .grid__item{flex:0 0 50%;width:50%}.product-gallery .grid__item{width:100%}}.gallery-item{position:relative;width:100%;height:100%;overflow:hidden;border-radius:0}.gallery-item__media{position:relative;width:100%;height:0;padding-bottom:var(--ratio-percent, 100%);overflow:hidden;border-radius:0}.gallery-item__media img,.gallery-item__media video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s ease,opacity .3s ease}.gallery-item:hover .gallery-item__media img,.gallery-item:hover .gallery-item__media video{transform:scale(1.08)}.gallery-item:hover .gallery-primary-image{transform:scale(1.05)}.gallery-item:hover .gallery-secondary-image{opacity:1}.gallery-secondary-image{opacity:0;transition:opacity .3s ease}.gallery-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.gallery-fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-fallback-image{opacity:1}.gallery-item__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;z-index:2}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__button{background:#ffffffe6;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;transform:scale(.8)}.gallery-item__button:hover{transform:scale(1)}.gallery-item__button:hover{background:#fff;transform:scale(1.1)}.gallery-item__button svg{width:20px;height:20px;fill:#000}.gallery-item__content{position:absolute;bottom:0;left:0;right:0;color:#fff;z-index:3;width:100%;border-radius:0;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item__content{opacity:1}.gallery-item__information{padding:1rem;background:linear-gradient(to top,#00000052 80%,#0000000d);border-radius:0}.gallery-item__heading{color:#fff;margin:0 0 8px;font-weight:600;font-size:1.05rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.gallery-item__heading a{color:#fff;text-decoration:none}.gallery-item__price{display:flex;align-items:center;gap:8px;color:#fff;margin:8px 0;font-size:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.gallery-item__price .price-item--regular{color:#ccc;text-decoration:line-through}.gallery-item__price .price-item--sale{font-weight:400;color:#fff}.gallery-item__colors-count{color:#fff;margin:8px 0 0;font-size:.9em;opacity:.9;visibility:visible;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.gallery-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.gallery-lightbox[aria-hidden=false]{display:flex}.gallery-lightbox__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;cursor:pointer}.gallery-lightbox__content{position:relative;width:90vw;height:auto;max-width:800px;background:#fff;border-radius:12px;overflow:hidden;z-index:1;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:row}.gallery-lightbox__close{position:absolute;top:15px;right:15px;background:#000000b3;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .3s ease}.gallery-lightbox__close:hover{background:#000000e6}.gallery-lightbox__close svg{width:20px;height:20px;fill:#fff!important;color:#fff!important}.gallery-lightbox__close svg path{fill:#fff!important;color:#fff!important}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .3s ease;color:#fff;font-size:20px}.gallery-lightbox__nav:hover{background:#000000e6}.gallery-lightbox__nav--prev{left:20px}.gallery-lightbox__nav--next{right:20px}.gallery-lightbox__nav:disabled{opacity:.3;cursor:not-allowed}.gallery-lightbox__media{position:relative;width:50%;height:auto;max-height:90vh;overflow:hidden}.gallery-lightbox__image,.gallery-lightbox__video{width:100%;height:100%;object-fit:cover;display:block}.gallery-lightbox__video{display:none}.gallery-lightbox__info{padding:40px 50px 40px 30px;text-align:left;width:50%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.gallery-lightbox__info>*:not(.gallery-lightbox__button){flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.gallery-lightbox__content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.gallery-lightbox__title{margin:0 0 20px;font-size:1.8rem;font-weight:600;line-height:1.3}.gallery-lightbox__vendor{margin:0 0 15px;font-size:1.1rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.gallery-lightbox__price{display:flex!important;align-items:center!important;gap:15px!important;font-size:1.7rem!important;margin-bottom:20px!important;font-weight:600!important;color:#000!important;visibility:visible!important;opacity:1!important}.gallery-lightbox__price .price-item--regular{color:#666!important;text-decoration:line-through!important;font-size:1.4rem!important;visibility:visible!important;opacity:1!important}.gallery-lightbox__price .price-item--sale{font-weight:400!important;color:#000!important;font-size:1.8rem!important;visibility:visible!important;opacity:1!important}.gallery-lightbox__price .price-item{color:#000!important;font-weight:600!important;visibility:visible!important;opacity:1!important}.gallery-lightbox__price *{visibility:visible!important;opacity:1!important;color:inherit!important;display:inline-block!important}.gallery-lightbox__price .price-item{color:#000!important;font-weight:600!important;visibility:visible!important;opacity:1!important;display:inline-block!important;margin-right:10px!important;font-size:1.6rem!important}.gallery-lightbox__price .price-item--regular{color:#666!important;text-decoration:line-through!important;font-size:1.4rem!important;visibility:visible!important;opacity:1!important;display:inline-block!important}.gallery-lightbox__price .price-item--sale{font-weight:400!important;color:#000!important;font-size:1.8rem!important;visibility:visible!important;opacity:1!important;display:inline-block!important}.gallery-lightbox__price{display:flex!important;align-items:center!important;gap:15px!important;font-size:1.5rem!important;margin-bottom:20px!important;font-weight:600!important;color:#000!important;visibility:visible!important;opacity:1!important}.gallery-lightbox__description{margin:0;font-size:1.5rem;line-height:1.6;color:#333;max-width:100%}.gallery-lightbox__colors-count{margin:0 0 30px;font-size:.9rem;color:#666;font-weight:500}.gallery-lightbox__title,.gallery-lightbox__vendor,.gallery-lightbox__price,.gallery-lightbox__description,.gallery-lightbox__colors-count{transition:opacity .3s ease,transform .3s ease}.gallery-lightbox__content.changing .gallery-lightbox__title,.gallery-lightbox__content.changing .gallery-lightbox__vendor,.gallery-lightbox__content.changing .gallery-lightbox__price,.gallery-lightbox__content.changing .gallery-lightbox__description,.gallery-lightbox__content.changing .gallery-lightbox__colors-count{opacity:.5;transform:translateY(-5px)}.gallery-lightbox__image,.gallery-lightbox__video{transition:opacity .3s ease}.gallery-lightbox__content.changing .gallery-lightbox__image,.gallery-lightbox__content.changing .gallery-lightbox__video{opacity:.7}.gallery-lightbox__badge{position:absolute;top:15px;right:15px;z-index:3}.gallery-lightbox__badge .badge{background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#000;padding:12px 16px;border-radius:6px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 8px #00000026;border:1px solid rgba(255,255,255,.3)}@media screen and (max-width: 749px){.gallery-lightbox__badge{top:15px;left:15px;right:auto}.gallery-lightbox__badge .badge{padding:10px 14px;font-size:.9rem;letter-spacing:.6px}}.gallery-lightbox__media .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:4;opacity:1;transition:opacity .3s ease}.gallery-lightbox__media .loading-overlay.hidden{opacity:0;pointer-events:none}.gallery-lightbox__media .loading-overlay:after{content:"";width:40px;height:40px;border:3px solid #ddd;border-top:3px solid #000;border-radius:50%;animation:spin 1s linear infinite}.product-gallery-container{position:relative}.product-gallery-container .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:10;opacity:1;transition:opacity .5s ease}.product-gallery-container .loading-overlay.hidden{opacity:0;pointer-events:none}.product-gallery-container .loading-overlay:after{content:"";width:50px;height:50px;border:4px solid #ddd;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite}.product-gallery .grid__item{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.product-gallery .grid__item.loaded{opacity:1;transform:translateY(0)}.gallery-item,.gallery-item:hover{cursor:pointer}.gallery-lightbox__button{align-self:stretch;padding:15px 30px;background:#000!important;color:#fff!important;text-decoration:none;border-radius:4px!important;font-weight:600;transition:all .3s ease;border:none!important;cursor:pointer;display:block!important;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;width:100%!important;text-align:center;outline:none!important;box-shadow:none!important;position:relative!important;overflow:hidden!important;line-height:unset}.gallery-lightbox__button:hover{background:#333!important;transform:translateY(-2px)!important;box-shadow:0 6px 12px #0003!important}.gallery-lightbox__button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;pointer-events:none;z-index:1}.gallery-lightbox__button:hover:before{width:300px;height:300px}.gallery-lightbox__button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,opacity .4s ease;pointer-events:none;opacity:0;z-index:1}.gallery-lightbox__button:active:after{width:200px;height:200px;opacity:1}.gallery-lightbox__button:focus,.gallery-lightbox__button:active{transform:translateY(-1px)!important;background:#222!important;color:#fff!important;box-shadow:0 4px 8px #00000026!important;border:none!important;outline:none!important}.gallery-lightbox__button.animate--hover-3d-lift:hover,.gallery-lightbox__button.animate--hover-vertical-lift:hover,.animate--hover-3d-lift .gallery-lightbox__button:hover,.animate--hover-vertical-lift .gallery-lightbox__button:hover{transform:none!important;background:#000!important;color:#fff!important;box-shadow:none!important;border:none!important;outline:none!important}.gallery-lightbox__button:before,.gallery-lightbox__button:after,.gallery-lightbox__button:hover:before,.gallery-lightbox__button:hover:after{display:none!important;content:none!important}@media screen and (max-width: 768px){.gallery-lightbox__content{width:90vw;height:85vh}.gallery-lightbox__media{position:relative;width:60%;height:90vh;overflow:hidden}}@media screen and (max-width: 749px){.gallery-lightbox{padding:10px}.gallery-lightbox__content{max-width:95vw;max-height:85vh;flex-direction:column!important;width:95vw!important;height:85vh;justify-content:space-between}.gallery-lightbox__media{max-height:55vh;width:100%!important;height:55vh!important}.gallery-lightbox__image,.gallery-lightbox__video{max-height:55vh}.gallery-lightbox__info{padding:15px;width:100%!important;min-height:auto!important;max-height:40vh;overflow:hidden}.gallery-lightbox__description{font-size:1.3rem;max-height:120px;overflow-y:auto;padding-right:10px;margin-bottom:15px}.gallery-lightbox__title{font-size:1.4rem;margin-bottom:1rem}.gallery-lightbox__nav{width:40px;height:40px;font-size:16px}.gallery-lightbox__nav--prev{left:10px}.gallery-lightbox__nav--next{right:10px}.gallery-item__button{width:40px;height:40px}.gallery-item__button svg{width:16px;height:16px}.gallery-item__information{padding:.75rem}.gallery-item__heading{font-size:.9rem}.gallery-item__price{font-size:.85rem}.gallery-item__colors-count{font-size:.8em}}.full-width-grid.product-gallery{gap:0!important;margin:0!important;padding:0!important}.full-width-grid.product-gallery .grid__item{margin:0!important;padding:0!important}.full-width-grid .gallery-item,.full-width-grid .gallery-item__media{border-radius:0!important}.full-width-grid .gallery-item__media img,.full-width-grid .gallery-item__media video{border-radius:0!important}@media screen and (max-width: 749px){.full-width-grid.product-gallery{gap:0!important;margin:0!important;padding:0!important}.full-width-grid.product-gallery .grid__item{margin:0!important;padding:0!important}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery-lightbox[aria-hidden=false] .gallery-lightbox__content{animation:fadeIn .3s ease}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.gallery-item__button:focus,.gallery-lightbox__close:focus,.gallery-lightbox__nav:focus{outline:2px solid #007acc;outline-offset:2px}.gallery-item__media.loading{background:#f5f5f5}.gallery-item__media.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #ddd;border-top:2px solid #007acc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 500px){.gallery-lightbox__content{max-width:80vw}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/product-gallery.css.map */
