.gallery{gap:var(--grid-horizontal-spacing);margin:0}.gallery .gallery__item{padding-bottom:0;display:flex}@media screen and (min-width: 750px){.gallery .gallery__item{width:calc(50% - var(--grid-horizontal-spacing) / 2);max-width:100%}.gallery--1 .gallery__text,.gallery--2 .gallery__text,.gallery--3 .gallery__text,.gallery--4 .gallery__text{padding-inline-start:3rem;padding-inline-end:3rem}}@media screen and (min-width: 990px){.gallery--1 .gallery__item{width:100%}.gallery--2 .gallery__item{width:calc(50% - var(--grid-horizontal-spacing) / 2)}.gallery--3 .gallery__item{width:calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3)}.gallery--4 .gallery__item{width:calc(25% - var(--grid-horizontal-spacing) * 3 / 4)}.gallery--5 .gallery__item{width:calc(20% - var(--grid-horizontal-spacing) * 4 / 5)}.gallery--6 .gallery__item{width:calc(16.66% - var(--grid-horizontal-spacing) * 5 / 6)}}@media screen and (min-width: 750px) and (max-width: 989px){.gallery--3 .gallery__item,.gallery--4 .gallery__item,.gallery--5 .gallery__item,.gallery--6 .gallery__item{width:calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3)}}.gallery .media{height:var(--image-height)}.gallery__card{overflow:hidden;position:relative;display:flex;flex-direction:column;width:100%;height:100%}.gallery__card--with-background{background-color:var(--block-background-color, #f4f4f4)}.gallery__card--overlay-outside{display:flex;flex-direction:column}.gallery__card--overlay-outside .gallery__overlay{position:relative;height:auto;flex-grow:1;display:flex}.gallery__card--overlay-outside .gallery__text{padding:2rem;width:100%;display:flex}.gallery__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;--color-heading: 255, 255, 255;z-index:1}.gallery__overlay--top-left{align-items:flex-start;justify-content:flex-start;text-align:start}.gallery__overlay--top-center{align-items:flex-start;justify-content:center;text-align:center}.gallery__overlay--top-right{align-items:flex-start;justify-content:flex-end;text-align:end}.gallery__overlay--middle-left{align-items:center;justify-content:flex-start;text-align:start}.gallery__overlay--middle-center{align-items:center;justify-content:center;text-align:center}.gallery__overlay--middle-right{align-items:center;justify-content:flex-end;text-align:end}.gallery__overlay--bottom-left{align-items:flex-end;justify-content:flex-start;text-align:start}.gallery__overlay--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.gallery__overlay--bottom-right{align-items:flex-end;justify-content:flex-end;text-align:end}.gallery__text{z-index:0;position:relative;padding:2rem;width:100%;height:100%;display:flex}.overlay-text__wrapper{display:flex;flex-direction:column;width:100%;height:100%}.gallery__overlay--custom{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.overlay-text__content{flex-grow:1}.overlay-text__button{margin-top:1.5rem}.section-gallery .custom-button{display:inline-block;text-decoration:none;padding:.75rem 2rem;background-color:transparent;border:1px solid var(--button-color);color:var(--button-color);border-radius:var(--button-radius);font-size:1.4rem;font-weight:600;line-height:1.2;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.section-gallery .custom-button:hover{background-color:var(--button-color);color:var(--button-text-hover-color)}.overlay-text__button .button.button--cta{--color-button-text: var(--color-button, #121212);--color-button: var(--color-button, #121212);--color-button-hover: var(--color-button, #121212);color:rgb(var(--color-button));display:flex;align-items:center}.overlay-text__button .button.button--cta .label{padding-inline-end:1rem;font-size:1rem;line-height:2rem;text-transform:uppercase;letter-spacing:.2em}.overlay-text__button .button.button--cta .icon{fill:currentColor;width:1.5rem;height:1.5rem}.overlay-text__button .button.button--cta:before,.overlay-text__button .button.button--cta:after{background-color:rgb(var(--color-button))}@media screen and (hover: hover){.overlay-text__button .button.button--cta:hover{color:rgb(var(--color-button))}.overlay-text__button .button.button--cta:hover .label{transform:translate(.5rem)}}.gallery__card--with-background .custom-button:hover{color:var(--button-text-hover-color)}.overlay-text__heading{margin:0;line-height:1.1}.overlay-text__subheading+.overlay-text__heading{margin-top:1rem}.overlay-text__description{margin-top:1rem;line-height:1.5}.overlay-text__description p{margin:0}.overlay-text__wrapper .button{display:inline-block}.overlay-text__description.font-weight-normal,.overlay-text__description.font-weight-medium,.overlay-text__description.font-weight-semibold,.overlay-text__description.font-weight-bold,.overlay-text__description.body,.overlay-text__description.h3,.overlay-text__description.h4,.overlay-text__description.h5{font-size:inherit;font-weight:inherit}@media screen and (hover: hover){.gallery__card .full-unstyled-link~.gallery__overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;transition:opacity var(--duration-long) ease}.gallery__card:hover .full-unstyled-link~.gallery__overlay:before{opacity:.25}.gallery__card--overlay-outside .gallery__overlay .overlay-text__heading,.gallery__card .full-unstyled-link~.gallery__overlay .button{background-image:none}.gallery__card .full-unstyled-link~.gallery__overlay .overlay-text__heading{display:inline;background-image:linear-gradient(to top,currentColor 0px,currentColor 0px),linear-gradient(to top,transparent 0px,transparent 0px);background-repeat:no-repeat;background-position:right bottom,right bottom;background-size:0% .1rem,100% .1rem;transition-property:background-size;transition-timing-function:ease;transition-duration:var(--duration-default)}.gallery__card:hover .full-unstyled-link~.gallery__overlay .overlay-text__heading{background-position:left bottom,left bottom;background-size:100% .1rem,100% .1rem}.gallery__card .full-unstyled-link~.media img{transition:transform var(--duration-long) ease}.gallery__card:hover .full-unstyled-link~.media img{transform:scale(1.03)}}.gallery--contrast .gallery__text:after{content:"";z-index:-1;position:absolute;top:-20rem;right:-10rem;bottom:-20rem;left:-10rem;pointer-events:none;background:radial-gradient(rgba(0,0,0,.15) 0%,transparent 70%)}.gallery--contrast .gallery__overlay--top-left .gallery__text:after,.gallery--contrast .gallery__overlay--middle-left .gallery__text:after,.gallery--contrast .gallery__overlay--bottom-left .gallery__text:after{left:-85%;right:0}.gallery--contrast .gallery__overlay--top-right .gallery__text:after,.gallery--contrast .gallery__overlay--middle-right .gallery__text:after,.gallery--contrast .gallery__overlay--bottom-right .gallery__text:after{left:15%;right:-50%}.gallery .media--placeholder{background-color:rgba(var(--color-foreground),.3)}.gallery__tag{position:absolute;z-index:15;padding:.5rem 1rem;font-size:1.2rem;font-weight:600;line-height:1.2;border-radius:.3rem;background-color:#121212;color:#fff;box-shadow:0 2px 5px #0000001a;display:inline;width:auto!important;height:auto!important;max-width:max-content!important;min-width:auto!important;min-height:auto!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important;padding:.5rem 1rem!important;flex:none!important;flex-grow:0!important;flex-shrink:0!important;flex-basis:auto!important;float:none!important;box-sizing:content-box!important;transform:none!important}.gallery__tag--top-left{top:1.5rem!important;left:1.5rem!important;right:auto!important;bottom:auto!important}.gallery__tag--top-right{top:1.5rem!important;right:1.5rem!important;left:auto!important;bottom:auto!important}.gallery__tag--bottom-left{bottom:1.5rem!important;left:1.5rem!important;top:auto!important;right:auto!important}.gallery__tag--bottom-right{bottom:1.5rem!important;right:1.5rem!important;left:auto!important;top:auto!important}.image-animate,.media--placeholder{position:relative;overflow:visible}.gallery__card--overlay-outside .gallery__tag{display:inline!important;width:auto!important;height:auto!important;max-width:max-content!important;max-height:fit-content!important}@media screen and (max-width: 749px){.gallery__tag{padding:.4rem .8rem!important;font-size:1rem;height:auto!important;width:auto!important}.gallery__tag--top-left,.gallery__tag--top-right,.gallery__tag--bottom-left,.gallery__tag--bottom-right{height:auto!important;width:auto!important;max-width:max-content!important;max-height:fit-content!important}}.gallery__overlay{z-index:1}@media screen and (max-width: 749px){.gallery__tag--top-left{top:1rem!important;left:1rem!important;right:auto!important;bottom:auto!important}.gallery__tag--top-right{top:1rem!important;right:1rem!important;left:auto!important;bottom:auto!important}.gallery__tag--bottom-left{bottom:1rem!important;left:1rem!important;top:auto!important;right:auto!important}.gallery__tag--bottom-right{bottom:1rem!important;right:1rem!important;left:auto!important;top:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-gallery.css.map */
