.custom-product-gallery{width:100%}.custom-product-section-wrapper{width:100%;max-width:100%;margin:0 auto;display:flex;justify-content:center}.custom-product-media-wrapper,.custom-product-info-wrapper{width:100%}.custom-product-layout{padding:var(--mobile-padding-top, 0) var(--mobile-padding-right, 0) var(--mobile-padding-bottom, 0) var(--mobile-padding-left, 0);margin:var(--mobile-margin-top, 0) var(--mobile-margin-right, 0) var(--mobile-margin-bottom, 0) var(--mobile-margin-left, 0);box-sizing:border-box;width:100%;max-width:100%}@media screen and (min-width: 750px){.custom-product-section-wrapper{max-width:var(--section-max-width, 1600px)}.custom-product-layout{padding:var(--desktop-padding-top, 0) var(--desktop-padding-right, 0) var(--desktop-padding-bottom, 0) var(--desktop-padding-left, 0);margin:var(--desktop-margin-top, 0) var(--desktop-margin-right, 0) var(--desktop-margin-bottom, 0) var(--desktop-margin-left, 0);display:flex!important;flex-wrap:nowrap!important;align-items:flex-start;justify-content:flex-start;gap:0;max-width:100%;width:100%;box-sizing:border-box}.custom-product-layout.custom-product-layout .grid__item.custom-product-media-wrapper{flex:0 0 var(--image-area-width, 50%)!important;width:var(--image-area-width, 50%)!important;max-width:var(--image-area-width, 50%)!important;margin-right:var(--image-info-gap, 5px);margin-top:0!important;padding-top:0!important;box-sizing:border-box;flex-grow:0!important;flex-shrink:0!important;align-self:flex-start}.custom-product-layout.custom-product-layout .grid__item.custom-product-info-wrapper{flex:0 0 var(--info-area-width, 50%)!important;width:var(--info-area-width, 50%)!important;max-width:var(--info-area-width, 50%)!important;padding-left:0;padding-top:0!important;padding-right:0!important;padding-bottom:0!important;margin-top:-30px!important;box-sizing:border-box;flex-grow:0!important;flex-shrink:0!important;align-self:flex-start}.custom-product-layout.product--right .custom-product-media-wrapper{margin-right:0;margin-left:var(--image-info-gap, 5px);order:2}.custom-product-layout.product--right .custom-product-info-wrapper{order:1}.custom-product-gallery__container{width:100%;max-width:100%;gap:var(--thumbnail-main-gap, 5px)}}.custom-product-info-wrapper{position:relative}.custom-product-zoom-container{position:absolute;top:0;left:0;right:0;width:100%;height:var(--zoom-container-height, 400px);border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;background:rgb(var(--color-background));z-index:100;box-shadow:0 4px 12px #00000026;pointer-events:none}.custom-product-zoom-container[style*="display: block"]{pointer-events:auto}.product__info-container{position:relative;z-index:1}@media screen and (min-width: 750px){.custom-product-info-wrapper .product__info-container{padding-top:0!important;margin-top:0!important}.custom-product-info-wrapper .product__info-container>*:first-child{margin-top:0!important}}.custom-product-zoom-image-wrapper{width:100%;height:100%;overflow:hidden;position:relative}.custom-product-zoom-image{width:auto;height:auto;max-width:none;min-width:none;object-fit:contain;transform-origin:top left;transition:transform .05s ease-out;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media screen and (max-width: 749px){.custom-product-zoom-container{display:none!important}}.custom-product-gallery__container{display:flex;flex-direction:column;gap:var(--thumbnail-gap, 1.6rem);box-sizing:border-box}.custom-product-gallery__thumbnails{order:2;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}.custom-product-gallery__arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;background:var(--arrow-bg-color, rgb(var(--color-background)));color:var(--arrow-color, rgb(var(--color-foreground)));cursor:pointer;transition:all .2s ease;z-index:2;flex-shrink:0}.custom-product-gallery__arrow:hover{background:var(--arrow-hover-bg-color, rgb(var(--color-foreground)));color:var(--arrow-hover-color, rgb(var(--color-background)));border-color:var(--arrow-hover-bg-color, rgb(var(--color-foreground)))}.custom-product-gallery__arrow .svg-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.custom-product-gallery__arrow--prev{margin-bottom:.8rem;margin-right:.8rem}.custom-product-gallery__arrow--prev .svg-wrapper{transform:rotate(90deg)}.custom-product-gallery__arrow--next{margin-top:.8rem;margin-left:.8rem}.custom-product-gallery__arrow--next .svg-wrapper{transform:rotate(-90deg)}@media screen and (min-width: 750px){.custom-product-gallery__arrow--prev{margin-bottom:.8rem;margin-right:0}.custom-product-gallery__arrow--next{margin-top:.8rem;margin-left:0}}.custom-product-gallery__thumbnail-wrapper{width:100%;overflow:hidden}.custom-product-gallery__thumbnail-list{display:flex;flex-direction:row;gap:var(--thumbnail-gap, 1rem);overflow-x:auto;overflow-y:hidden;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.custom-product-gallery__thumbnail-list::-webkit-scrollbar{display:none}.custom-product-gallery__thumbnail-item{flex-shrink:0}.custom-product-gallery__thumbnail-button{position:relative;display:block;width:var(--thumbnail-size-mobile, 100px);height:var(--thumbnail-size-mobile, 100px);padding:0;border:var(--thumbnail-border-width, 2px) solid var(--thumbnail-border-color, rgba(var(--color-foreground), .1));border-radius:var(--thumbnail-border-radius, 4px);background:transparent;cursor:pointer;transition:border-color .2s ease,opacity .2s ease;overflow:hidden}.custom-product-gallery__thumbnail-button:hover{opacity:.8;border-color:var(--thumbnail-border-hover-color, rgba(var(--color-foreground), .3))}.custom-product-gallery__thumbnail-item.is-active .custom-product-gallery__thumbnail-button{border-color:var(--thumbnail-border-active-color, rgb(var(--color-foreground)));border-width:var(--thumbnail-border-width, 2px)}.custom-product-gallery__thumbnail-button img{width:100%;height:100%;object-fit:cover;display:block}.custom-product-gallery__thumbnail-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:rgba(var(--color-foreground),.8);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.custom-product-gallery__thumbnail-badge .svg-wrapper{width:14px;height:14px;color:rgb(var(--color-background))}.custom-product-gallery__main{order:1;width:100%}.custom-product-gallery__viewer{position:relative;width:100%}.custom-product-gallery__slide{display:none;width:100%}.custom-product-gallery__slide.is-active{display:block}.custom-product-gallery__slide .product-media-container{width:100%}.custom-product-gallery__slide .product-media-container.constrain-height{margin-left:0!important;margin-right:0!important}.custom-product-gallery__slide .product-media-container.custom-zoom-disabled .product__modal-opener{pointer-events:none!important;cursor:default}.custom-product-gallery__slide .product-media-container.custom-zoom-disabled .product__modal-opener *{pointer-events:none!important}.custom-product-gallery__slide .product-media-container.custom-zoom-disabled .product__media-toggle,.custom-product-gallery__slide .product-media-container.custom-zoom-disabled .product__media-icon{display:none!important}.custom-product-gallery__viewer--zoom-enabled,.custom-product-gallery__viewer--zoom-enabled .product-media-container{cursor:crosshair}@media screen and (min-width: 750px){.custom-product-gallery__container{flex-direction:row;gap:var(--thumbnail-main-gap, 5px);align-items:flex-start;box-sizing:border-box}.custom-product-gallery__thumbnails{order:1;flex-shrink:0;width:calc(var(--thumbnail-size-desktop, 120px) + 8px);flex-direction:column}.custom-product-gallery__arrow--prev{margin-bottom:.8rem;margin-top:0;margin-right:0}.custom-product-gallery__arrow--next{margin-top:.8rem;margin-bottom:0;margin-left:0}.custom-product-gallery__arrow--prev .svg-wrapper{transform:rotate(180deg)}.custom-product-gallery__arrow--next .svg-wrapper{transform:rotate(0)}.custom-product-gallery__thumbnail-wrapper{max-height:600px;overflow-y:hidden;overflow-x:hidden}.custom-product-gallery__thumbnail-list{flex-direction:column;gap:var(--thumbnail-gap, 1.2rem);overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;max-height:600px;padding:0}.custom-product-gallery__thumbnail-list::-webkit-scrollbar{display:none}.custom-product-gallery__thumbnail-button{width:var(--thumbnail-size-desktop, 120px);height:var(--thumbnail-size-desktop, 120px)}.custom-product-gallery__main{order:2;flex:1;min-width:0}}@media screen and (min-width: 990px){.custom-product-gallery__thumbnails{width:calc(var(--thumbnail-size-desktop, 120px) + 8px)}.custom-product-gallery__thumbnail-list{max-height:800px}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/custom-product-gallery.css.map */
