.main-product-of{position:relative;overflow:hidden;display:flex;flex-direction:column;z-index:auto;isolation:isolate;min-height:calc(100svh - var(--header-height))}.main-product-of .product__background-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.main-product-of .product__background-image-container>img{object-fit:cover;object-position:center}.main-product-of.has-background-image:before,.main-product-of.has-background-image:after{content:"";position:absolute;left:0;right:0;height:30%;z-index:-1;pointer-events:none}.main-product-of.has-background-image:before{top:0;background:linear-gradient(to bottom,#000,#0000)}.main-product-of.has-background-image:after{bottom:0;background:linear-gradient(to top,#000,#0000)}.main-product-of .product{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:2rem;margin:0 auto;padding:0;position:relative;z-index:1}@media screen and (min-width: 750px){.main-product-of .product{gap:4rem}.main-product-of .product__info-container{max-width:100%}}.main-product-of .product__info-container{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.main-product-of .product__info-container>*+*{margin:0rem}.main-product-of .product__media-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-top:3rem;margin-bottom:3rem;width:100%}.main-product-of .product__media{width:100%;margin:0 auto}.main-product-of .product__media-item{width:100%;height:auto;object-fit:contain}.main-product-of .product__info-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:2rem;border-radius:.5rem}.main-product-of .has-background-image .product__info-wrapper{background-color:transparent}.main-product-of .product__logo{margin:0 auto;margin-bottom:2rem;height:8rem}.main-product-of .product__logo img{height:100%;width:auto}@media screen and (max-width: 749px){.main-product-of .product__logo{width:100%;height:auto}.main-product-of .product__logo img{width:auto;max-width:100%;max-height:5rem;height:auto}}.main-product-of .product__title{margin-bottom:2rem}.main-product-of .product__title h1{margin:0 auto;font-size:calc(var(--font-heading-scale) * 2.4rem);line-height:1.2}.main-product-of .product__subtitle{width:100%;margin-bottom:2rem;font-size:1.6rem;line-height:1.4;color:#fff;text-wrap:pretty}.main-product-of .product__text--small{font-size:1.5rem;line-height:1.5rem}.main-product-of .product__text--medium{font-size:3rem}.main-product-of .product__text--large{font-size:4rem;font-weight:700}.main-product-of .product__text--shadow{text-shadow:0 0 10px rgba(255,255,255,.2)}.main-product-of .product__info-container .product-form,.main-product-of .product__info-container .product-form__submit{margin:0}.main-product-of .product-form__buttons{width:100%}.main-product-of .product__media--small .product__media-item{max-width:400px;max-height:30vh}.main-product-of .product__media--medium .product__media-item{max-width:1000px;max-height:50vh}.main-product-of .product__media--large .product__media-item{max-width:100%}@media screen and (max-width: 749px){.main-product-of .product__info-wrapper{padding:1rem}.main-product-of .product__title h1{font-size:calc(var(--font-heading-scale) * 2rem)}.main-product-of .product__subtitle{font-size:3rem}}.main-product-of .product__buttons{display:flex;flex-direction:row;gap:4rem;align-items:center}@media screen and (max-width: 749px){.main-product-of .product__buttons{flex-direction:column;gap:0rem}}.main-product-of .product__download-button{display:flex;justify-content:center}.main-product-of .product__download-button .button--secondary{background-color:#282828;color:#e6e7e8}.main-product-of .product .price__container{margin-bottom:0}@media screen and (min-width: 750px){.product__info-container .price--on-sale .price-item--regular{font-size:1.6rem}}.main-product-of .product__price{margin-top:2rem}.store-locator-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%}.store-locator-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.store-locator-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))}.store-locator-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))}.store-locator-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){.store-locator-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}}.store-locator-popup-modal__content img{max-width:100%}@media screen and (max-width: 749px){.store-locator-popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}}.store-locator-popup-modal__opener{display:inline-block}.store-locator-popup-modal__button{margin-top:2rem}.store-locator-popup-modal__content-info{padding-right:4.4rem}.store-locator-popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width: 749px){.store-locator-popup-modal__content-info>*{max-height:100%}}.store-locator-popup-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;position:sticky;padding:1.2rem;z-index:2;top:1.5rem;width:4rem;margin:0 0 0 auto}.store-locator-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.store-locator-popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.store-locator-popup-modal .store-locator [id^=searchIcon] svg path{fill:rgba(var(--color-foreground),1)}.main-product-of .product__banner{width:100vw;padding:2rem 0;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1}.main-product-of .product__banner-content{max-width:120rem;font-weight:600;width:100%;padding:0 2rem;margin:0 auto}.main-product-of .product__banner--small .product__banner-content{font-size:1.4rem;line-height:1.5}.main-product-of .product__banner--medium .product__banner-content{font-size:1.6rem;line-height:1.8}.main-product-of .product__banner--large .product__banner-content{font-size:2.4rem;line-height:1.3;font-weight:600}@media screen and (max-width: 749px){.main-product-of .product__banner{padding:1.5rem 0}.main-product-of .product__banner-content{padding:0 1rem}.main-product-of .product__banner--small .product__banner-content{font-size:1.2rem}.main-product-of .product__banner--medium .product__banner-content{font-size:1.4rem;line-height:1.6}.main-product-of .product__banner--large .product__banner-content{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-main-product-of.css.map?v=167195433796746817701758027207 */
