.product-overview{width:100%;background:var(--product-overview-bg, #f2f0ef);font-family:var(--font-primary, "helvetica-neue-lt-pro", sans-serif)}.product-overview__hero{width:100%;margin-bottom:0;position:relative;overflow:hidden}.product-overview__hero-inner{position:relative;display:flex;align-items:center;width:100%}.product-overview__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-overview__image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.product-overview__hero-inner:before{content:"";display:block;width:100%;height:0;padding-bottom:var(--image-aspect-ratio, 60%)}.product-overview__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fffc;font-size:2rem;object-fit:contain}.product-overview__info{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%;display:flex;justify-content:flex-end;margin-top:-20rem}.product-overview__info-inner{padding:0rem 3rem;border-radius:1rem;max-width:600px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.product-overview__title{font-size:2.4rem;font-weight:var(--font-weight-emphasized);color:var(--product-overview-text, #1a1a1a);margin:0}.product-overview__subtitle{font-size:1.4rem;color:var(--product-overview-text, #1a1a1a);margin:0;padding:.3rem 1.2rem;border:1px solid #000000;border-radius:15px;width:fit-content}.product-overview__description{font-size:1.4rem;color:var(--product-overview-text, #1a1a1a);line-height:1.6;margin:0}.product-overview__cta{display:inline-block;padding:1.2rem 5rem;background:var(--product-overview-cta-bg, #a8d5ba);color:var(--product-overview-text, #1a1a1a);text-decoration:none;border-radius:10rem;font-size:1.6rem;font-weight:600;transition:background .3s ease;align-self:flex-start;margin-top:5rem}.product-overview__cta-mobile{display:none}.product-overview__cta:hover,.product-overview__cta-mobile:hover{background:var(--product-overview-cta-hover, #95c2a6)}.product-overview__variants{max-width:1200px;margin:-8rem auto 0rem;display:flex;justify-content:center;gap:2rem;padding:0rem 2rem 3rem!important;background:transparent;width:60%;position:relative;z-index:10;max-width:600px}.product-overview__variant-item{flex:1;aspect-ratio:1;border:1px solid var(--product-overview-border, #000);border-radius:3rem;outline:1px solid transparent;transition:all .3s ease;background:#fff;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.product-overview__variant-item.selected{outline:1px solid var(--product-overview-border, #000)}.product-overview__variant-link{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;text-align:left;font-size:1.4rem;font-weight:var(--font-weight-emphasized);color:var(--product-overview-text, #1a1a1a);text-decoration:none;cursor:pointer;width:100%;height:100%;position:relative}.product-overview__variant-link:after{content:"";display:block;width:100%;height:1px;background:var(--product-overview-text, #1a1a1a)}.product-overview__variant-item:hover{background:#fff}.product-overview__tabs{max-width:1200px;margin:0 auto;padding:0rem 4rem 4rem!important;background:#f1f0ea}.product-overview__tab-nav{display:flex;border-bottom:1px solid var(--product-overview-border, #000);margin-bottom:2rem}.product-overview__tab-button{flex:1;padding:1.5rem 1rem;background:transparent;border:none;font-size:1.6rem;font-weight:var(--font-weight-emphasized);color:var(--product-overview-text, #1a1a1a);cursor:pointer;transition:all .3s ease;font-family:var(--font-primary, "helvetica-neue-lt-pro", sans-serif);position:relative;text-align:left;-webkit-tap-highlight-color:transparent}.product-overview__tab-button:last-child{border-right:none}.product-overview__tab-button:hover{background:#0000000d}.product-overview__tab-button.active{font-weight:var(--font-weight-emphasized)}.product-overview__tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--product-overview-text, #1a1a1a)}.product-overview__tab-content{min-height:200px}.product-overview__tab-panel{display:none;padding:2rem 0}.product-overview__tab-panel.active{display:block}.product-overview__tab-text{font-size:1.5rem;line-height:1.8;color:var(--product-overview-text, #1a1a1a)}.product-overview__tab-text p{margin-bottom:1rem}.product-overview__tab-text p:last-child{margin-bottom:0}.product-overview__accordion{display:none}.product-overview__accordion-item{border-bottom:1px solid var(--product-overview-border, #000)}.product-overview__accordion-item:last-child{border-bottom:none}.product-overview__accordion-button{width:100%;padding:1.5rem 1rem;background:transparent;border:none;font-size:1.6rem;font-weight:600;color:var(--product-overview-text, #1a1a1a);cursor:pointer;text-align:left;position:relative;font-family:var(--font-primary, "helvetica-neue-lt-pro", sans-serif);-webkit-tap-highlight-color:transparent}.product-overview__accordion-button:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:2rem;line-height:1;font-weight:400}.product-overview__accordion-button.active:after{content:"\2212"}.product-overview__accordion-panel{display:none;padding:0 1.5rem 2rem}.product-overview__accordion-panel.active{display:block}@media screen and (max-width: 989px){.product-overview__variants,.product-overview__tabs{padding:0 1.5rem}.product-overview__variants{padding-top:3rem}.product-overview__info{padding:3rem 0}.product-overview__info-inner{max-width:100%;padding:0 var(--section-padding-mobile, 1.5rem)}.product-overview__variants{flex-direction:column;gap:1rem}.product-overview__variant-item{max-width:100%}}@media screen and (min-width: 750px) and (max-width: 989px){.product-overview__info{margin-top:-5rem}.product-overview__variants{flex-direction:row!important;width:60%!important;padding:4rem 2rem 3rem!important;background:transparent!important;margin:-8rem auto 0rem!important}.product-overview__variant-item{max-width:none!important}.product-overview__tab-nav{flex-direction:row!important}.product-overview__tab-button{border-bottom:none!important}.product-overview__tab-button:last-child{border-right:none!important}.product-overview__tab-button.active:after{display:block!important}}@media screen and (max-width: 749px){.product-overview__hero-inner{flex-direction:column-reverse}.product-overview__hero-inner:before{display:none}.product-overview__info{padding:3rem 0;width:100%;max-width:100%;justify-content:center;margin-top:0;background:#e9eae5}.product-overview__info-inner{max-width:100%;padding:0 var(--section-padding-mobile, 1.5rem)}.product-overview__image{position:relative;width:100%;height:auto}.product-overview__placeholder{font-size:1.5rem}.product-overview__variants,.product-overview__tabs{padding:2rem 1.5rem}.product-overview__variants{flex-direction:row;width:100%;max-width:100%;margin:0 auto;padding:2rem 1.5rem!important;background:#f1f0ea!important}.product-overview__variant-item{flex:1;max-width:none}.product-overview__tab-nav,.product-overview__tab-content{display:none}.product-overview__accordion{display:block}.product-overview__title{font-size:1.8rem}.product-overview__cta{display:none}.product-overview__cta-mobile{display:block;width:80%;margin:-4rem auto 2rem;padding:1.2rem 3rem;background:var(--product-overview-cta-bg, #a8d5ba);color:var(--product-overview-text, #1a1a1a);text-decoration:none;border-radius:10rem;font-size:1.6rem;font-weight:600;text-align:center;position:relative;z-index:20;-webkit-tap-highlight-color:transparent}.product-overview__variant-link{font-size:1.2rem;padding:2rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-product-overview.css.map */
