.product-howto-section{width:100%;padding:1.5rem}.product-howto{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:stretch}.product-howto__image-wrap,.product-howto__video-wrap,.product-howto__text-wrap{border-radius:.25rem;overflow:hidden}.product-howto__image-wrap{display:none}.product-howto__image{width:100%;height:100%;object-fit:cover;display:block}.product-howto__video-wrap{position:relative;width:100%;aspect-ratio:3 / 4}.product-howto__video{width:100%;height:100%;object-fit:cover;display:block}.product-howto__controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:2}.product-howto__btn{width:2rem;height:2rem;border-radius:50%;background:#00000080;color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s}.product-howto__btn:hover{background:#000000b3}.product-howto__icon{display:none}[data-howto-mute][aria-pressed=true] .product-howto__icon--muted,[data-howto-mute][aria-pressed=false] .product-howto__icon--unmuted,[data-howto-play][aria-pressed=true] .product-howto__icon--playing,[data-howto-play][aria-pressed=false] .product-howto__icon--paused{display:block}.product-howto__text-wrap{background-color:#eeedec;padding:3rem 2rem;display:flex;align-items:center;justify-content:center}.product-howto__text{text-align:center;max-width:30rem}.product-howto__heading{font-size:1.75rem;font-weight:400;margin:0 0 .5rem;letter-spacing:0}.product-howto__subheading{font-size:1.4rem;font-style:italic;font-weight:400;margin:0 0 1.5rem}.product-howto__description{font-size:.95rem;line-height:1.5;margin:0}@media screen and (min-width:1000px){.product-howto-section{padding:3.75rem}.product-howto{grid-template-columns:1fr 1fr 1fr;gap:.5rem;min-height:calc(100vh - 7.5rem)}.product-howto__image-wrap{display:block}.product-howto__video-wrap{aspect-ratio:auto;height:100%}.product-howto__text-wrap{padding:4rem 3rem}}.product-ingredients-section{width:100%;background-color:#fff;padding:1.5rem}.product-ingredients{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:stretch}.product-ingredients__image-wrap,.product-ingredients__content-wrap{border-radius:.75rem;overflow:hidden}.product-ingredients__image-wrap{display:flex;align-items:center;justify-content:center;overflow:hidden}.product-ingredients__image{width:100%;height:auto;display:block}.product-ingredients__image{width:100%;height:100%;object-fit:contain;display:block;background-color:#fff}.product-ingredients__content-wrap{background-color:#f9f9f9;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center}.product-ingredients__content{width:100%;max-width:36rem}.product-ingredients__heading{font-size:1.75rem;font-weight:400;margin:0 0 2rem;letter-spacing:0}.product-ingredients__accordion{list-style:none;padding:0;margin:0}.product-ingredients__item{border-bottom:1px solid rgba(0,0,0,.15)}.product-ingredients__item:first-child{border-top:1px solid rgba(0,0,0,.15)}.product-ingredients__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:0;padding:1.25rem 0;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:inherit;text-align:left}.product-ingredients__icon{position:relative;flex-shrink:0;width:1rem;height:1rem;margin-left:1rem}.product-ingredients__icon-h,.product-ingredients__icon-v{position:absolute;background-color:currentColor;transition:transform .2s ease,opacity .2s ease}.product-ingredients__icon-h{top:50%;left:0;right:0;height:1px;transform:translateY(-50%)}.product-ingredients__icon-v{top:0;bottom:0;left:50%;width:1px;transform:translate(-50%)}.product-ingredients__item.is-open .product-ingredients__icon-v{transform:translate(-50%) scaleY(0);opacity:0}.product-ingredients__panel{overflow:hidden;max-height:0;transition:max-height .25s ease-out}.product-ingredients__panel-inner{padding:0 0 1.5rem;font-size:.9rem;line-height:1.5}.product-ingredients__panel-inner--small{font-size:.75rem;line-height:1.55;opacity:.8}@media screen and (min-width:1000px){.product-ingredients-section{padding:3.75rem}.product-ingredients{grid-template-columns:1fr 1fr;gap:.5rem;min-height:calc(100vh - 7.5rem)}.product-ingredients__image-wrap{aspect-ratio:auto;height:100%}.product-ingredients__content-wrap{padding:4rem 4rem 4rem 5rem}}.product-results-section{width:100%;background-color:#00000006;padding:1.5rem}@media screen and (min-width:1000px){.product-results-section{padding:3.75rem}}.product-results{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:stretch}.product-results__content,.product-results__media{border-radius:.25rem;overflow:hidden}.product-results__content{background-color:#00000006;padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.product-results__content-inner{max-width:36rem;width:100%}.product-results__heading{font-size:1.75rem;font-weight:400;margin:0 0 2.5rem;letter-spacing:0}.product-results__stats{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1.75rem}.product-results__stat{display:flex;align-items:center;gap:1.5rem}.product-results__circle{position:relative;flex-shrink:0;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center}.product-results__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(0)}.product-results__ring-track{stroke:#3c668c2e}.product-results__ring-progress{stroke:#3c668c;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.product-results__circle-value{position:relative;font-size:.9rem;font-weight:500;letter-spacing:.02em;color:#3c668c}.product-results__claim{font-size:.95rem;line-height:1.4}.product-results__footnotes{font-size:.7rem;line-height:1.6;opacity:.65}.product-results__media{width:100%;aspect-ratio:4 / 5}.product-results__image{width:100%;height:100%;object-fit:cover;display:block}@media screen and (min-width:1000px){.product-results-section{padding:3.75rem}.product-results{grid-template-columns:1.1fr 1fr;gap:.5rem;min-height:calc(100vh - 7.5rem)}.product-results__content{padding:4rem 4rem 4rem 6rem}.product-results__media{aspect-ratio:auto;height:100%}}@media screen and (max-width:999px){.product-results__content,.product-results__content-inner{display:contents}.product-results__heading{order:1;padding:1rem 1.5rem 0;margin:0;font-size:1.5rem}.product-results__media{order:2;margin-top:1rem}.product-results__stats{order:3;padding:1.5rem 1.5rem 0;margin:0 0 1.5rem}.product-results__footnotes{order:4;padding:0 1.5rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/66/compiled_assets/styles.css.map */
