.photo-gallery-section{background:var(--color-background)}.photo-gallery-section .title{margin:0 0 3rem}.photo-gallery{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (max-width: 749px){.photo-gallery{gap:1.5rem}}@media screen and (min-width: 750px){.photo-gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.photo-gallery{gap:2.5rem}.photo-gallery-section[data-layout=grid-2] .photo-gallery{grid-template-columns:repeat(2,1fr)}.photo-gallery-section[data-layout=grid-3] .photo-gallery{grid-template-columns:repeat(3,1fr)}.photo-gallery-section[data-layout=grid-4] .photo-gallery{grid-template-columns:repeat(4,1fr)}.photo-gallery-section[data-layout=masonry] .photo-gallery{grid-template-columns:repeat(3,1fr);grid-template-rows:masonry}}.photo-gallery__item{position:relative;overflow:hidden;border-radius:12px;background:var(--color-background);box-shadow:0 2px 8px #00000014;transition:all .3s ease}.photo-gallery__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.photo-gallery__image-container{position:relative;width:100%;overflow:hidden;border-radius:12px;height:100%}.photo-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.photo-gallery__item:hover .photo-gallery__image{transform:scale(1.05)}.photo-gallery__image-container[data-ratio=landscape]{aspect-ratio:16/9}.photo-gallery__image-container[data-ratio=portrait]{aspect-ratio:3/4}.photo-gallery__image-container[data-ratio=square]{aspect-ratio:1/1}.photo-gallery__image-container[data-ratio=adapt]{height:auto}.photo-gallery__counter{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:1.2rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.scroll-trigger.animate--slide-in.animate .photo-gallery__item{opacity:1;transform:translateY(0)}.photo-gallery__modal-opener{display:block;width:100%;height:100%;position:relative;cursor:pointer}.photo-gallery__modal-toggle{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;border:none;cursor:pointer;z-index:1}.photo-gallery__modal-toggle:hover+.photo-gallery__image-container .photo-gallery__image{transform:scale(1.05)}.product-media-modal .global-media-settings.active{display:block}.product-media-modal{background-color:rgb(var(--color-background));height:100%;position:fixed;top:0;left:0;width:100%;visibility:hidden;opacity:0;z-index:-1}.product-media-modal[open]{visibility:visible;opacity:1;z-index:101}.product-media-modal__dialog{display:flex;align-items:center;height:100vh}.product-media-modal__content{max-height:100vh;width:100%;overflow:auto}@media screen and (min-width: 750px){.product-media-modal__content{padding-bottom:2rem}.product-media-modal__content>*:not(.active){display:block}.product__media-list .deferred-media{display:block}}@media screen and (max-width: 749px){.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image){display:none}.product--thumbnail .is-active .deferred-media,.product--thumbnail_slider .is-active .deferred-media{display:block;width:100%}.product-media-modal__content>*{width:100%}}.product-media-modal__content>*{display:block;height:auto;margin:auto}.product-media-modal__content .media{background:none}.product-media-modal__model{width:100%}.product-media-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;right:2rem;padding:1.2rem;position:fixed;z-index:2;top:2rem;width:4rem}.product-media-modal__content .deferred-media{width:100%}@media screen and (min-width: 750px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*{width:100%}.product-media-modal__content>*+*{margin-top:2rem}.product-media-modal__toggle{right:5rem;top:2.2rem}}@media screen and (min-width: 990px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*+*{margin-top:1.5rem}.product-media-modal__content{padding-bottom:1.5rem}.product-media-modal__toggle{right:5rem}}.product-media-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-media-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product-popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),.2);height:100%}.product-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.product-popup-modal__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;height:80%;margin:0 auto;left:50%;transform:translate(-50%);margin-top:5rem;width:92%;position:absolute;top:0;padding:0 1.5rem 0 3rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width: 750px){.product-popup-modal__content{padding-right:1.5rem;margin-top:10rem;width:70%;padding:0 3rem}.product-media-modal__dialog .global-media-settings--no-shadow{overflow:visible!important}}.product-popup-modal__content img{max-width:100%}@media screen and (max-width: 749px){.product-popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}.product-media-modal__dialog .global-media-settings,.product-media-modal__dialog .global-media-settings video,.product-media-modal__dialog .global-media-settings model-viewer,.product-media-modal__dialog .global-media-settings iframe,.product-media-modal__dialog .global-media-settings img{border:none;border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-photo-gallery.css.map */
