.homepage-hero{padding-top:var(--section-padding-top, 6rem);padding-bottom:var(--section-padding-bottom, 6rem);background-color:rgb(var(--color-background))}.homepage-hero__badge-icon img{object-fit:contain;display:block}.homepage-hero--colored{background:var(--gradient-background)}.homepage-hero--colored .homepage-hero__heading,.homepage-hero--colored .homepage-hero__text,.homepage-hero--colored .homepage-hero__badge-icon,.homepage-hero--colored .homepage-hero__badge-label{color:rgb(var(--color-foreground))}.homepage-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.homepage-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem}.homepage-hero__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-weight-h0, var(--font-heading-weight));font-size:var(--font-size-h0, 7rem);letter-spacing:var(--font-letter-spacing-h0, 0em);line-height:1;color:rgb(var(--color-heading));margin:0}.homepage-hero__text{font-family:var(--font-body-family);font-size:var(--font-size-body, 1.6rem);line-height:1.6;max-width:44rem;margin:0;color:rgba(var(--color-foreground),.65)}.homepage-hero__button{margin-top:.4rem}.homepage-hero__badges{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:8px;width:100%;max-width:42rem;padding:0;margin:1.6rem 0 0;list-style:none}.homepage-hero__badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;flex:0 1 auto;min-width:0;text-align:center}.homepage-hero__badge-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgb(var(--color-heading))}.homepage-hero__badge-icon svg{display:block;width:100%;height:100%}.homepage-hero__badge-label{font-family:var(--font-body-family)!important;font-size:.95rem!important;font-weight:500!important;letter-spacing:.14em!important;line-height:1.35!important;text-transform:uppercase!important;color:rgb(var(--color-heading))!important;margin:0!important;max-width:10rem}.homepage-hero__media .media{border-radius:.4rem;overflow:hidden}.homepage-hero__media .placeholder-svg{display:block;width:100%;background-color:rgba(var(--color-foreground),.05);border-radius:.4rem}@media screen and (max-width:989px){.homepage-hero__grid{grid-template-columns:1fr 1fr;gap:3rem}.homepage-hero__heading{font-size:clamp(var(--font-size-h0-mobile, 3rem),7vw,var(--font-size-h0, 7rem))}}@media screen and (max-width:749px){.homepage-hero__grid{grid-template-columns:1fr;gap:2.4rem}.homepage-hero__media{order:-1}.homepage-hero__heading{font-size:var(--font-size-h0-mobile, 3rem);line-height:1.05}.homepage-hero__text{font-size:var(--font-size-body-mobile, 1.5rem);line-height:1.55}.homepage-hero__content{gap:1.8rem}.homepage-hero__badges{max-width:100%;margin-top:1.2rem}.homepage-hero__badge{gap:.9rem}.homepage-hero__badge-label{font-size:.75rem!important;letter-spacing:.12em!important;line-height:1.3!important;max-width:8rem}}.product-circle-nav{padding-top:var(--section-padding-top, 2.4rem);padding-bottom:var(--section-padding-bottom, 2.4rem);border-bottom:.1rem solid rgb(var(--color-border));background-color:#fff}.product-circle-nav__list{display:flex;justify-content:center;align-items:flex-start;gap:4rem;list-style:none;margin:0;padding:0}.product-circle-nav__item{display:flex;flex-direction:column;align-items:center}.product-circle-nav__link{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;color:inherit;transition:transform .25s ease}.product-circle-nav__link:hover{transform:translateY(-4px)}.product-circle-nav__circle{width:15rem;height:15rem;border-radius:50%;overflow:hidden;border:.15rem solid rgb(var(--color-border));background-color:rgb(var(--color-img-background));display:flex;align-items:center;justify-content:center;transition:box-shadow .25s ease,border-color .25s ease}.product-circle-nav__link:hover .product-circle-nav__circle{box-shadow:0 4px 16px #0000001a;border-color:rgba(var(--color-foreground),.3)}.product-circle-nav__image{width:100%;height:100%;object-fit:cover}.product-circle-nav__placeholder{width:60%;height:60%;opacity:.35}.product-circle-nav__label{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.product-circle-nav__list{gap:2rem}.product-circle-nav__circle{width:10rem;height:10rem}.product-circle-nav__label{font-size:1rem}}.product-showcase{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"media    content" "media    ingredients";border-top:.1rem solid rgb(var(--color-border));background-color:rgb(var(--color-background))}.product-showcase--image-right{grid-template-areas:"content     media" "ingredients media"}.product-showcase--boxed{margin-inline:auto;margin-block:80px;border-top:none;overflow:hidden;border-radius:1.2rem}.product-showcase--boxed .product-showcase__media{border-radius:.8rem 0 0 .8rem;overflow:hidden}.product-showcase--boxed.product-showcase--image-right .product-showcase__media{border-radius:0 .8rem .8rem 0}.product-showcase__media{grid-area:media}.product-showcase__content{grid-area:content}.product-showcase__ingredients{grid-area:ingredients}.product-showcase__media{position:relative;overflow:hidden;min-height:var(--showcase-image-height, 44rem)}.product-showcase__product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.product-showcase__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-img-background));opacity:.4}.product-showcase__content{padding:clamp(3.2rem,4vw,var(--section-padding-top, 4.8rem)) clamp(3.2rem,4.5vw,5.6rem) 3.2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;justify-content:center}.product-showcase--colored .product-showcase__content{background:var(--gradient-background);color:rgb(var(--color-foreground))}.product-showcase__number{font-size:1.1rem!important;font-weight:500!important;letter-spacing:.2em!important;color:rgba(var(--color-foreground),.38)!important;text-transform:uppercase!important;line-height:1!important;margin:0!important}.product-showcase__title{font-style:var(--font-heading-style)!important;font-weight:var(--font-weight-h2, var(--font-heading-weight, 700))!important;font-size:clamp(2.2rem,2.4vw,3rem)!important;letter-spacing:.04em!important;line-height:1.05!important;color:rgb(var(--color-heading))!important;margin:0!important;text-transform:uppercase!important}.product-showcase__description{font-weight:300!important;font-size:1.38rem!important;line-height:1.6!important;color:rgba(var(--color-foreground),var(--showcase-text-opacity, .62))!important;margin:0!important}.product-showcase__description p{margin:0!important;font-weight:300!important;color:rgba(var(--color-foreground),var(--showcase-text-opacity, .62))!important}.product-showcase__button{margin-top:.6rem}.product-showcase__ingredients{padding:2.4rem clamp(3.2rem,4.5vw,5.6rem) clamp(2.4rem,4vw,var(--section-padding-bottom, 4.8rem));border-top:none}.product-showcase__ingredients-label{display:flex!important;align-items:center;justify-content:center;gap:1.6rem;width:100%;font-size:14px!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;line-height:1!important;color:rgb(var(--color-heading))!important;margin:0 0 2.4rem!important;white-space:nowrap}.product-showcase__ingredients-label:before,.product-showcase__ingredients-label:after{content:"";flex:1;height:.1rem;background-color:rgba(var(--color-border),.3)}.product-showcase__ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;padding:0;margin:0}.ingredient-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.ingredient-card__image-wrapper{width:15rem;height:15rem;flex-shrink:0;overflow:hidden;border-radius:50%;background-color:rgb(var(--color-img-background))}.ingredient-card__image-wrapper--placeholder{display:flex;align-items:center;justify-content:center}.ingredient-card__image{width:100%;height:100%;object-fit:cover;display:block}.ingredient-card__placeholder{width:50%;height:50%;opacity:.3}.ingredient-card__text{display:flex;flex-direction:column;gap:.5rem;text-align:center}.ingredient-card__name{font-weight:600!important;font-size:16px!important;letter-spacing:.01em!important;color:rgb(var(--color-heading))!important;margin:0!important;line-height:1.25!important}.ingredient-card__description{font-weight:300!important;font-size:14px!important;line-height:17px!important;color:rgba(var(--color-foreground),var(--showcase-text-opacity, .62))!important;margin:0!important;margin:0 auto;max-width:160px}@media screen and (max-width:989px){.product-showcase__content{padding:4rem 4rem 2.8rem;gap:1.8rem}.product-showcase__ingredients{padding:2.8rem 4rem 4rem}.product-showcase__media{min-height:38rem}.product-showcase__title{font-size:clamp(1.9rem,2.8vw,2.8rem)!important}.product-showcase__description{font-size:1.32rem!important;line-height:1.55!important}}@media screen and (max-width:749px){.product-showcase,.product-showcase--image-right{grid-template-columns:2fr 1fr;grid-template-areas:"content     media" "ingredients ingredients";border-top:none}.product-showcase--boxed{margin-block:0;border-radius:0;padding-inline:0}.product-showcase--boxed .product-showcase__media,.product-showcase--boxed.product-showcase--image-right .product-showcase__media{border-radius:0}.product-showcase__media{min-height:0;min-width:0;align-self:stretch}.product-showcase__product-image{object-fit:cover;object-position:center top}.product-showcase__content{min-width:0;padding:2.4rem 1.4rem 2.4rem 1.6rem;gap:1.2rem;justify-content:flex-start;background-color:rgb(var(--color-background))}.product-showcase__number{font-size:var(--font-size-body-mobile)!important;letter-spacing:.16em!important;color:rgba(var(--color-foreground),.45)!important}.product-showcase__title{font-size:var(--font-size-h1-mobile)!important;line-height:1.15!important;letter-spacing:.02em!important}.product-showcase__description,.product-showcase__description p{font-size:var(--font-size-body-mobile)!important;line-height:1.55!important}.product-showcase__button{width:100%;margin-top:.4rem;padding:1.1rem 1.4rem!important;min-width:unset;min-height:unset;text-align:center;min-width:100%!important}.product-showcase__ingredients{padding:2.4rem 2rem 3.2rem;border-top:none;background-color:rgb(var(--color-background))}.product-showcase__ingredients-label{gap:1.2rem;margin:0 0 2rem!important;letter-spacing:.16em!important}.product-showcase__ingredients-grid{grid-template-columns:1fr;gap:2rem}.ingredient-card{flex-direction:row;align-items:flex-start;gap:1.4rem}.ingredient-card__image-wrapper{width:8.4rem;height:8.4rem;border-radius:.6rem;flex-shrink:0}.ingredient-card__text{flex:1;gap:.6rem;padding-top:.2rem;text-align:left}.ingredient-card__name{font-size:var(--font-size-body-mobile)!important;line-height:1.3!important;font-weight:600!important}.ingredient-card__description{font-size:var(--font-size-body-mobile)!important;max-width:200px}}@media screen and (max-width:359px){.product-circle-nav__circle{width:8rem;height:8rem}.product-showcase__content{padding:2rem 1.2rem 2rem 0;gap:1rem}.product-showcase__title{font-size:18px!important}.product-showcase__description,.product-showcase__description p{font-size:14px!important;line-height:1.5!important}.product-showcase__ingredients{padding:2rem 1.6rem 2.8rem}.ingredient-card__image-wrapper{width:7.2rem;height:7.2rem}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
