.image-with-text{--image-height: min(var(--image-max-height), (100vw - var(--container-gutter) * 4) * (1 / var(--image-aspect-ratio)));position:relative;display:block;text-align:center}[dir=ltr] .image-with-text:before{left:0}[dir=rtl] .image-with-text:before{right:0}.image-with-text:before{position:absolute;content:"";top:0;width:100%;height:100%;background:rgb(var(--section-accent-background));z-index:-1}.image-with-text--overlap-image:before{height:var(--image-height)}.image-with-text--overlap-text:before{--image-height-difference: calc(100% - var(--image-height));--image-height-difference-abs: max(var(--image-height-difference), -1*var(--image-height-difference));top:auto;bottom:0;height:var(--image-height-difference-abs)}.image-with-text__image-wrapper{position:relative;margin-bottom:32px;overflow:hidden;border-radius:var(--block-border-radius-reduced);z-index:0}.image-with-text__image{position:relative;display:block;width:100%}.image-with-text__image:not([hidden]){z-index:1}[dir=ltr] .image-with-text__image:not(:first-child){left:0}[dir=rtl] .image-with-text__image:not(:first-child){right:0}.image-with-text__image:not(:first-child){position:absolute;top:0;height:100%;width:100%;object-fit:cover;object-position:center}.image-with-text__image[hidden]{visibility:hidden;z-index:-1;transition:visibility .6s linear}.image-with-text__wrapper{overflow:hidden}.image-with-text__content-list{display:flex;flex-wrap:nowrap}.image-with-text__content{display:block;flex-shrink:0;width:100%;order:0}.image-with-text__content[hidden]{visibility:hidden;order:1}.image-with-text__navigation{display:inline-grid;grid-template-columns:1fr 1fr;column-gap:24px;align-items:flex-start;margin-top:40px}@keyframes navigationItemAnimation{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.image-with-text__navigation-item{position:relative}.image-with-text__navigation-item:before,.image-with-text__navigation-item:after{content:"";display:block;width:100%;height:2px;margin-bottom:16px;background:rgba(var(--text-color),.15)}[dir=ltr] .image-with-text__navigation-item:after{left:0}[dir=rtl] .image-with-text__navigation-item:after{right:0}.image-with-text__navigation-item:after{position:absolute;top:0;background:rgb(var(--text-color));transform-origin:var(--transform-origin-start);transform:scaleX(0)}.image-with-text__navigation-item[aria-current=true]:after{animation:navigationItemAnimation var(--section-autoplay-duration) linear;animation-play-state:var(--section-animation-play-state, running)}@media screen and (max-width: 999px){.image-with-text{padding:var(--vertical-breather) var(--container-gutter)}.image-with-text--boxed{padding:var(--container-gutter)}}@media screen and (min-width: 741px) and (max-width: 999px){.image-with-text{padding:var(--vertical-breather) calc((var(--grid-column-width) + var(--grid-gap)) * 2)}.image-with-text--boxed{padding:var(--vertical-breather) calc((var(--grid-column-width) + var(--grid-gap)) * 2 + var(--container-gutter))}.image-with-text__image-wrapper{margin-bottom:48px}}@media screen and (min-width: 1000px){[dir=ltr] .image-with-text:before{left:auto;right:0}[dir=rtl] .image-with-text:before{right:auto;left:0}.image-with-text:before{height:100%;top:0;width:calc(var(--grid-column-width) * 13 + (var(--grid-gap) * 12) + var(--container-outer-margin))}[dir=ltr] .image-with-text--reverse:not(.image-with-text--overlap-image):before,[dir=ltr] .image-with-text--overlap-image:not(.image-with-text--reverse):before{left:0;right:auto}[dir=rtl] .image-with-text--reverse:not(.image-with-text--overlap-image):before,[dir=rtl] .image-with-text--overlap-image:not(.image-with-text--reverse):before{right:0;left:auto}.image-with-text--overlap-image:before{width:calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6) + var(--container-outer-margin))}.image-with-text--overlap-both:before{width:100%!important}.image-with-text__wrapper{display:flex;padding:var(--vertical-breather) 0;align-items:center}.image-with-text--reverse .image-with-text__wrapper{flex-direction:row-reverse}[dir=ltr] .image-with-text__image-wrapper{margin-left:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .image-with-text__image-wrapper{margin-right:calc(var(--grid-column-width) + var(--grid-gap))}.image-with-text__image-wrapper{width:calc(var(--grid-column-width) * 8 + (var(--grid-gap) * 7));margin-bottom:0}[dir=ltr] .image-with-text--reverse .image-with-text__image-wrapper{margin-left:0;margin-right:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .image-with-text--reverse .image-with-text__image-wrapper{margin-right:0;margin-left:calc(var(--grid-column-width) + var(--grid-gap))}.image-with-text__content-wrapper{width:calc(var(--grid-column-width) * 9 + (var(--grid-gap) * 8));margin-left:auto;margin-right:auto}}@media screen and (min-width: 1200px){.image-with-text__navigation{margin-top:48px;column-gap:40px}}@media screen and (min-width: 1400px){[dir=ltr] .image-with-text__content-wrapper{margin-right:calc((var(--grid-column-width) + var(--grid-gap)) * 2)}[dir=rtl] .image-with-text__content-wrapper{margin-left:calc((var(--grid-column-width) + var(--grid-gap)) * 2)}.image-with-text__content-wrapper{width:calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6))}}.image-with-text-block{display:block}.image-with-text-block__image-wrapper{overflow:hidden;background:rgb(var(--secondary-background))}.image-with-text-block__content{padding:48px 24px;background-color:rgb(var(--section-block-background));border-radius:var(--block-border-radius)}.image-with-text-block__text-container{margin-top:24px}@media screen and (max-width: 999px){.image-with-text-block__content{width:auto}.image-with-text-block--overlap-left .image-with-text-block__content,.image-with-text-block--overlap-right .image-with-text-block__content{margin:calc(-1 * var(--container-gutter)) var(--container-gutter) 0;padding:40px}.image-with-text-block:not(.image-with-text-block--overlap-left):not(.image-with-text-block--overlap-right) .image-with-text-block__content{border-radius:0}.image-with-text-block--cover{position:relative;display:flex;align-items:center}[dir=ltr] .image-with-text-block--cover .image-with-text-block__image-wrapper{left:0}[dir=rtl] .image-with-text-block--cover .image-with-text-block__image-wrapper{right:0}.image-with-text-block--cover .image-with-text-block__image-wrapper{position:absolute;top:0;width:100%;height:100%}.image-with-text-block--cover .image-with-text-block__image{height:100%;object-fit:cover;object-position:center}.image-with-text-block--cover .image-with-text-block__content{padding:var(--container-gutter);margin:var(--vertical-breather) var(--container-gutter)}}@media screen and (min-width: 741px) and (max-width: 999px){.image-with-text-block--cover .image-with-text-block__content{max-width:400px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 741px){.image-with-text-block__content{padding-left:48px;padding-right:48px}}@media screen and (min-width: 1000px){.image-with-text-block{position:relative;display:flex;align-items:center;min-height:500px}[dir=ltr] .image-with-text-block__image-wrapper{left:0}[dir=rtl] .image-with-text-block__image-wrapper{right:0}.image-with-text-block__image-wrapper{position:absolute;top:0;width:100%;height:100%}[dir=ltr] .image-with-text-block__image{left:0}[dir=rtl] .image-with-text-block__image{right:0}.image-with-text-block__image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;object-position:center}.image-with-text-block__content{margin-top:var(--vertical-breather);margin-bottom:var(--vertical-breather)}.image-with-text-block--overlap-right .image-with-text-block__image-wrapper,.image-with-text-block--overlap-left .image-with-text-block__image-wrapper{width:calc(var(--grid-column-width) * 14 + (var(--grid-gap) * 13) + var(--container-outer-margin))}[dir=ltr] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{right:0}[dir=rtl] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{left:0}[dir=ltr] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{left:auto}[dir=rtl] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{right:auto}}@media screen and (min-width: 1200px){.image-with-text-block{min-height:700px}.image-with-text-block--small{min-height:400px}.image-with-text-block__content:not(.image-with-text-block__content--tight){padding:64px}}.image-overlay{--image-height: auto;position:relative;display:flex;min-height:var(--image-height);color:rgb(var(--text-color));background:rgb(var(--section-overlay-color))}.image-overlay--small{--image-height: 375px}.image-overlay--medium{--image-height: 500px}.image-overlay--large{--image-height: 600px}.image-overlay:before{content:"";display:block;padding-bottom:calc(100% / var(--image-aspect-ratio));width:0}[dir=ltr] .image-overlay__image-wrapper:after{left:0}[dir=rtl] .image-overlay__image-wrapper:after{right:0}.image-overlay__image-wrapper:after{content:"";position:absolute;top:0;width:100%;height:100%;background:rgba(var(--section-overlay-color),var(--section-overlay-opacity));pointer-events:none}[dir=ltr] .image-overlay__image-wrapper,[dir=ltr] .image-overlay__image{left:0}[dir=rtl] .image-overlay__image-wrapper,[dir=rtl] .image-overlay__image{right:0}.image-overlay__image-wrapper,.image-overlay__image{position:absolute;top:0;width:100%;height:100%;overflow:hidden}.image-overlay__image{object-fit:cover;object-position:center}@media screen and (max-width: 740px){.image-overlay__image-containmobile{object-fit:contain;background:#fff}}.image-overlay__image--placeholder{background:rgb(var(--background))}.image-overlay__content-wrapper{position:relative;display:flex;height:100%;width:100%;align-items:var(--section-items-alignment);justify-content:center;padding:var(--vertical-breather) 0}.image-overlay__text-container{margin-top:24px}.image-overlay__text-container .button-wrapper:only-child{margin-top:32px}@media screen and (min-width: 741px){.image-overlay--small{--image-height: 400px}.image-overlay--medium{--image-height: 550px}.image-overlay--large{--image-height: 700px}}
/*# sourceMappingURL=/cdn/shop/t/1164/assets/section_image-with-text.css.map */
