:root{--cap-cream: #EDE1D6;--cap-cream-light: #F4E7D0;--cap-cream-dark: #DDD0BE;--cap-sand: #C9B89C;--cap-olive: #6B7251;--cap-olive-dark: #3D3E26;--cap-olive-light: #8E998B;--cap-ink: #4A3E2E;--cap-ink-soft: #645544;--cap-amber: #B87333;--cap-white: #FFFFFF;--cap-success: #6B7C5C;--cap-font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--cap-font-body: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--cap-radius-md: 14px;--cap-radius-lg: 24px;--cap-radius-pill: 999px;--cap-ease: cubic-bezier(.4, 0, .2, 1);--cap-duration: .35s;--cap-announcement-h: 40px;--cap-announcement-h-mobile: 36px}.cap-section{background-color:var(--cap-cream);color:var(--cap-ink);font-family:var(--cap-font-body);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}.cap-section *,.cap-section *:before,.cap-section *:after{box-sizing:border-box}.cap-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.cap-container{padding:0 2.5rem}}.cap-eyebrow{font-family:var(--cap-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--cap-ink-soft);margin:0 0 1.5rem}.cap-title{font-family:var(--cap-font-display);font-weight:300;font-style:italic;font-size:clamp(2.25rem,5.5vw,4.25rem);line-height:1.08;letter-spacing:-.025em;color:var(--cap-ink);margin:0 0 1.5rem}.cap-text{font-size:1.25rem;line-height:1.55;max-width:38rem;margin:0 0 1.5rem;color:var(--cap-ink-soft)}.cap-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 2.5rem;font-family:var(--cap-font-body);font-size:.75rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;border-radius:var(--cap-radius-pill);text-decoration:none;transition:transform var(--cap-duration) var(--cap-ease),background-color var(--cap-duration) var(--cap-ease),color var(--cap-duration) var(--cap-ease);cursor:pointer;border:1.5px solid transparent;text-align:center;line-height:1}.cap-btn--primary{background-color:var(--cap-olive-dark);color:var(--cap-cream)}.cap-btn--primary:hover{background-color:var(--cap-olive);transform:translateY(-1px)}.cap-btn--ghost{background-color:transparent;color:var(--cap-ink);border-color:var(--cap-ink)}.cap-btn--ghost:hover{background-color:var(--cap-ink);color:var(--cap-cream)}.cap-btn--light{background-color:var(--cap-cream);color:var(--cap-ink)}.cap-btn--light:hover{background-color:var(--cap-white);transform:translateY(-1px)}.cap-immersive{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 0;background-color:var(--cap-olive-dark)}.cap-immersive__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cap-immersive__image{width:100%;height:100%;object-fit:cover;display:block}.cap-immersive__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cap-immersive__content{position:relative;z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem;color:var(--cap-cream);text-align:center}.cap-immersive__eyebrow{font-size:.8125rem;letter-spacing:.24em;text-transform:uppercase;font-weight:500;color:var(--cap-cream);opacity:.85;margin:0 0 1.5rem}.cap-immersive__title{font-family:var(--cap-font-display);font-weight:300;line-height:1.05;letter-spacing:-.02em;color:var(--cap-cream);margin:0 0 3rem}.cap-immersive__title-line{display:inline-block;font-size:clamp(2.25rem,6.5vw,5rem)}.cap-immersive__title-line--upright{font-style:normal;margin-right:.35em}.cap-immersive__title-line--italic{font-style:italic}.cap-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 1.75rem;margin:0 0 3rem}.cap-badge{color:var(--cap-cream)}.cap-badge__svg{display:block;width:96px;height:96px;transition:transform var(--cap-duration) var(--cap-ease)}.cap-badge:hover .cap-badge__svg{transform:scale(1.04)}.cap-badge__text{font-family:var(--cap-font-body);font-size:8px;font-weight:500;letter-spacing:1.8px}.cap-immersive__description{font-family:var(--cap-font-body);font-size:1.0625rem;line-height:1.7;color:var(--cap-cream);opacity:.94;max-width:44rem;margin:0 auto 2.5rem}.cap-immersive__cta{background-color:var(--cap-cream);color:var(--cap-ink)}@media(max-width:767px){.cap-immersive{min-height:80vh;padding:5rem 0}.cap-badges{gap:1.25rem 1.25rem}.cap-badge__svg{width:78px;height:78px}.cap-badge__text{font-size:6.5px;letter-spacing:1.3px}}.cap-feature{padding:5rem 0;background-color:var(--cap-cream)}@media(min-width:768px){.cap-feature{padding:7rem 0}}.cap-feature__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:1180px;margin:0 auto}@media(min-width:900px){.cap-feature__inner{grid-template-columns:1fr 1fr;gap:4rem}.cap-feature--image-left .cap-feature__media{order:-1}}.cap-feature__content{padding:0 1rem}.cap-feature__title{font-family:var(--cap-font-display);font-weight:300;font-style:normal;font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.04;letter-spacing:-.02em;color:var(--cap-ink);margin:0 0 2rem}.cap-feature__title p{margin:0}.cap-feature__title em{font-style:italic;font-weight:300}.cap-feature__description{font-size:1.0625rem;line-height:1.65;color:var(--cap-ink-soft);margin:0 0 2rem;max-width:32rem}.cap-feature__description p{margin:0 0 1rem}.cap-feature__cta{margin-bottom:2.5rem}.cap-feature__args{display:flex;flex-wrap:wrap;gap:1.75rem;list-style:none;padding:0;margin:0}.cap-feature__arg{display:flex;align-items:center;gap:.65rem;color:var(--cap-ink)}.cap-feature__arg-icon{display:inline-flex;width:26px;height:26px;flex-shrink:0}.cap-feature__arg-icon svg{width:100%;height:100%}.cap-feature__arg-label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.cap-feature__media{display:flex;justify-content:center}.cap-feature__oval{width:100%;max-width:440px;aspect-ratio:3 / 4;border-radius:50%/38%;overflow:hidden;background-color:var(--cap-cream-dark)}.cap-feature__oval img{width:100%;height:100%;object-fit:cover;display:block}.cap-reviews{padding:5rem 0 4rem;background-color:var(--cap-cream);text-align:center}@media(min-width:768px){.cap-reviews{padding:7rem 0 5rem}}.cap-reviews__logo{display:flex;justify-content:center;width:60px;height:60px;color:var(--cap-ink);margin:0 auto 1.5rem}.cap-reviews__logo svg{width:100%;height:100%}.cap-reviews__stars{display:flex;justify-content:center;gap:.4rem;margin:0 0 2.5rem;color:var(--cap-ink)}.cap-reviews__star{width:18px;height:18px}.cap-reviews__slider{position:relative;max-width:880px;margin:0 auto}.cap-reviews__track{position:relative;min-height:220px;padding:0 4rem}.cap-reviews__slide{position:absolute;top:0;right:0;bottom:0;left:0;padding:0 4rem;opacity:0;visibility:hidden;transition:opacity .5s var(--cap-ease)}.cap-reviews__slide[data-active]{opacity:1;visibility:visible;position:relative}.cap-reviews__quote{font-family:var(--cap-font-body);font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.7;color:var(--cap-ink);margin:0 0 2rem;max-width:700px;margin-left:auto;margin-right:auto}.cap-reviews__author{font-family:var(--cap-font-body);font-size:1rem;font-weight:600;color:var(--cap-ink);margin:0}.cap-reviews__counter{margin:2rem 0 0;font-size:.875rem;font-weight:500;color:var(--cap-ink);letter-spacing:.05em}.cap-reviews__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;padding:0;background:transparent;border:0;cursor:pointer;color:var(--cap-ink-soft);transition:opacity var(--cap-duration) var(--cap-ease);z-index:5}.cap-reviews__nav:hover{opacity:.6}.cap-reviews__nav svg{width:100%;height:100%}.cap-reviews__nav--prev{left:0}.cap-reviews__nav--next{right:0}.cap-reviews__gallery{margin:4rem 0 0;position:relative}.cap-reviews__gallery-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0 1rem;-webkit-overflow-scrolling:touch}.cap-reviews__gallery-track::-webkit-scrollbar{display:none}.cap-reviews__video-card{flex:0 0 auto;width:200px;height:320px;border-radius:var(--cap-radius-md);overflow:hidden;background-color:var(--cap-cream-dark);position:relative;transition:transform var(--cap-duration) var(--cap-ease)}.cap-reviews__video-card:hover{transform:translateY(-4px)}.cap-reviews__video{width:100%;height:100%;object-fit:cover;display:block}.cap-reviews__video--placeholder{display:flex;align-items:center;justify-content:center;color:var(--cap-ink-soft);font-size:.875rem;padding:1rem;text-align:center}.cap-reviews__play-toggle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background-color:#ede1d6e6;border:0;border-radius:50%;color:var(--cap-ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.cap-reviews__play-toggle svg{width:22px;height:22px;margin-left:3px}.cap-reviews__gallery-nav{display:flex;justify-content:center;gap:2rem;margin:1.5rem 0 0}.cap-reviews__gallery-arrow{background:transparent;border:0;cursor:pointer;color:var(--cap-ink-soft);font-size:1.25rem;padding:.5rem 1rem}@media(min-width:768px){.cap-reviews__video-card{width:240px;height:380px}}.cap-trust{background-color:var(--cap-olive-dark);color:var(--cap-cream);padding:1.35rem 0}.cap-trust__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem}@media(min-width:768px){.cap-trust__inner{grid-template-columns:repeat(4,1fr)}}.cap-trust__item{display:flex;align-items:center;justify-content:center;gap:.65rem;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;text-align:center}.cap-trust__icon{width:22px;height:22px;flex-shrink:0;stroke:currentColor}.cap-problem{padding:5rem 0}@media(min-width:768px){.cap-problem{padding:7rem 0}}.cap-problem__header{text-align:center;max-width:48rem;margin:0 auto 3.5rem}.cap-problem__title{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.1;margin:0 0 1rem;color:var(--cap-ink)}.cap-problem__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.cap-problem__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cap-problem__grid{grid-template-columns:repeat(4,1fr)}}.cap-problem__card{background-color:var(--cap-cream-light);border-radius:var(--cap-radius-md);padding:1.85rem 1.5rem;font-size:.9375rem;line-height:1.55;color:var(--cap-ink);border:1px solid var(--cap-cream-dark)}.cap-problem__bridge{text-align:center;max-width:42rem;margin:0 auto;font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:1.25rem;color:var(--cap-ink-soft);line-height:1.5}.cap-showcase{padding:5rem 0}@media(min-width:768px){.cap-showcase{padding:7rem 0}}.cap-showcase__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.cap-showcase__inner{grid-template-columns:1fr 1fr;gap:5rem}}.cap-showcase__media{border-radius:var(--cap-radius-lg);overflow:hidden;aspect-ratio:4 / 5;background-color:var(--cap-cream-dark)}.cap-showcase__media img{width:100%;height:100%;object-fit:cover;display:block}.cap-showcase__benefits{list-style:none;padding:0;margin:0 0 2rem}.cap-showcase__benefit{display:flex;align-items:flex-start;gap:.875rem;padding:.85rem 0;border-bottom:1px solid var(--cap-cream-dark);font-size:1.0625rem;color:var(--cap-ink)}.cap-showcase__check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background-color:var(--cap-olive-dark);color:var(--cap-cream);display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin-top:2px}.cap-ingredients{padding:5rem 0;background-color:var(--cap-cream-light)}@media(min-width:768px){.cap-ingredients{padding:7rem 0}}.cap-ingredients__header{text-align:center;max-width:44rem;margin:0 auto 3.5rem}.cap-ingredients__hero{max-width:640px;margin:0 auto 3.5rem;border-radius:var(--cap-radius-lg);overflow:hidden;aspect-ratio:1 / 1;background-color:var(--cap-cream-dark)}.cap-ingredients__hero-img{width:100%;height:100%;object-fit:cover;display:block}.cap-ingredients__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.cap-ingredients__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.cap-ingredient{background-color:var(--cap-cream);border-radius:var(--cap-radius-md);padding:1.75rem 1.25rem;text-align:center;border:1px solid var(--cap-cream-dark);transition:transform var(--cap-duration) var(--cap-ease)}.cap-ingredient:hover{transform:translateY(-3px)}.cap-ingredient__icon{font-size:2.5rem;line-height:1;margin-bottom:.85rem;display:block}.cap-ingredient__name{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:1.25rem;color:var(--cap-ink);margin:0 0 .5rem;line-height:1.2}.cap-ingredient__benefit{font-size:.8125rem;line-height:1.5;color:var(--cap-ink-soft);margin:0}.cap-routine{padding:5rem 0;background-color:var(--cap-sand)}@media(min-width:768px){.cap-routine{padding:7rem 0}}.cap-routine__header{text-align:center;max-width:44rem;margin:0 auto 3.5rem}.cap-routine__steps{display:grid;grid-template-columns:1fr;gap:1rem;counter-reset:routine}@media(min-width:640px){.cap-routine__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cap-routine__steps{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.cap-routine__step{background-color:var(--cap-cream-light);border-radius:var(--cap-radius-md);padding:1.85rem 1.5rem;position:relative}.cap-routine__step:before{counter-increment:routine;content:counter(routine,decimal-leading-zero);font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:1.65rem;color:var(--cap-olive-light);position:absolute;top:1.35rem;right:1.35rem}.cap-routine__step-title{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:1.65rem;color:var(--cap-ink);margin:0 0 .5rem;line-height:1.1}.cap-routine__step-text{font-size:.9375rem;line-height:1.6;color:var(--cap-ink-soft);margin:0}.cap-bundles{padding:5rem 0}@media(min-width:768px){.cap-bundles{padding:7rem 0}}.cap-bundles__header{text-align:center;max-width:44rem;margin:0 auto 3.5rem}.cap-bundles__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}@media(min-width:900px){.cap-bundles__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.cap-bundle{background-color:var(--cap-cream-light);border:1px solid var(--cap-cream-dark);border-radius:var(--cap-radius-lg);padding:2.5rem 1.85rem;display:flex;flex-direction:column;position:relative;transition:transform var(--cap-duration) var(--cap-ease)}.cap-bundle:hover{transform:translateY(-4px)}.cap-bundle--featured{background-color:var(--cap-olive-dark);color:var(--cap-cream);border-color:var(--cap-olive-dark)}.cap-bundle--featured .cap-bundle__name,.cap-bundle--featured .cap-bundle__duration,.cap-bundle--featured .cap-bundle__price,.cap-bundle--featured .cap-bundle__feature{color:var(--cap-cream)}.cap-bundle--featured .cap-bundle__compare{color:#ede1d680}.cap-bundle--featured .cap-bundle__feature:before{background-color:var(--cap-cream)}.cap-bundle__badge{position:absolute;top:-.85rem;right:1.5rem;background-color:var(--cap-olive);color:var(--cap-cream);padding:.45rem 1rem;border-radius:var(--cap-radius-pill);font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600}.cap-bundle--featured .cap-bundle__badge{background-color:var(--cap-cream);color:var(--cap-ink)}.cap-bundle__name{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:2.15rem;margin:0 0 .25rem;line-height:1.1;color:var(--cap-ink)}.cap-bundle__duration{font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cap-ink-soft);margin:0 0 1.75rem}.cap-bundle__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.cap-bundle__price{font-family:var(--cap-font-display);font-size:2.85rem;font-weight:300;font-style:italic;color:var(--cap-ink);line-height:1}.cap-bundle__compare{font-size:.9375rem;text-decoration:line-through;color:var(--cap-olive-light)}.cap-bundle__save{display:inline-block;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cap-success);font-weight:600;margin-bottom:1.75rem}.cap-bundle__features{list-style:none;padding:0;margin:0 0 2.25rem;flex:1}.cap-bundle__feature{font-size:.9375rem;line-height:1.5;padding:.55rem 0 .55rem 1.5rem;position:relative;color:var(--cap-ink)}.cap-bundle__feature:before{content:"";position:absolute;left:0;top:1.05rem;width:8px;height:8px;border-radius:50%;background-color:var(--cap-olive-dark)}.cap-bundle__cta{width:100%}.cap-founder{padding:5rem 0!important;background-color:var(--cap-olive-dark)!important;color:var(--cap-cream)!important}@media(min-width:768px){.cap-founder{padding:8rem 0}}.cap-founder__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.cap-founder__inner{grid-template-columns:1fr 1fr;gap:5.5rem}}.cap-founder__media{border-radius:var(--cap-radius-lg);overflow:hidden;aspect-ratio:4 / 5;background-color:var(--cap-olive)}.cap-founder__media img{width:100%;height:100%;object-fit:cover;display:block}.cap-founder__eyebrow{color:#ede1d6b3}.cap-founder__title{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:clamp(2.25rem,5.5vw,4rem);line-height:1.08;letter-spacing:-.025em;color:var(--cap-cream);margin:0 0 2rem}.cap-founder__text{font-size:1.0625rem;line-height:1.75;color:#ede1d6eb;margin:0 0 1.25rem;max-width:32rem}.cap-founder__signature{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:1.25rem;color:#ede1d6bf}.cap-faq{padding:5rem 0;background-color:var(--cap-cream-light)}@media(min-width:768px){.cap-faq{padding:7rem 0}}.cap-faq__header{text-align:center;max-width:44rem;margin:0 auto 3.5rem}.cap-faq__list{max-width:48rem;margin:0 auto}.cap-faq__item{background-color:var(--cap-cream);border:1px solid var(--cap-cream-dark);border-radius:var(--cap-radius-md);margin-bottom:.75rem;overflow:hidden}.cap-faq__question{width:100%;background:transparent;border:0;text-align:left;padding:1.5rem 1.85rem;font-family:var(--cap-font-body);font-size:1.0625rem;font-weight:500;color:var(--cap-ink);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;line-height:1.4}.cap-faq__icon{flex-shrink:0;width:18px;height:18px;transition:transform var(--cap-duration) var(--cap-ease)}.cap-faq__item[open] .cap-faq__icon{transform:rotate(45deg)}.cap-faq__answer{padding:0 1.85rem 1.65rem;font-size:.9375rem;line-height:1.7;color:var(--cap-ink-soft)}.cap-faq__item summary{list-style:none}.cap-faq__item summary::-webkit-details-marker{display:none}.cap-final{padding:6rem 0;background-color:var(--cap-cream);text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.cap-final{padding:9rem 0}}.cap-final__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;pointer-events:none}.cap-final__bg img{width:100%;height:100%;object-fit:cover}.cap-final__inner{position:relative;max-width:44rem;margin:0 auto}.cap-final__title{font-family:var(--cap-font-display);font-style:italic;font-weight:300;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.06;letter-spacing:-.03em;color:var(--cap-ink);margin:0 0 1.75rem}.cap-final__text{font-size:1.25rem;line-height:1.6;color:var(--cap-ink-soft);margin:0 0 2.75rem;max-width:36rem;margin-left:auto;margin-right:auto}.cap-final__reminder{margin-top:1.75rem;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cap-ink-soft)}cart-drawer,.cart-drawer{background-color:var(--cap-cream-light)!important}.cart-drawer__overlay,.drawer__overlay{background-color:#4a3e2e66!important}.cart-drawer__inner,.drawer__inner{background-color:var(--cap-cream-light)!important;border-left:1px solid var(--cap-cream-dark)}.cart-drawer__title,.drawer__heading{font-family:var(--cap-font-display)!important;font-weight:300!important;font-style:italic!important;font-size:1.65rem!important;color:var(--cap-ink)!important}.cart-drawer__footer button[name=checkout],.cart-drawer .button,.drawer__footer .button{background-color:var(--cap-olive-dark)!important;color:var(--cap-cream)!important;border-radius:var(--cap-radius-pill)!important;font-family:var(--cap-font-body)!important;font-size:.75rem!important;letter-spacing:.16em!important;text-transform:uppercase!important;padding:1.1rem 2rem!important;width:100%!important}.customer h1,.customer h2{font-family:var(--cap-font-display)!important;font-weight:300!important;font-style:italic!important;color:var(--cap-ink)!important;text-align:center}.customer input{border:1px solid var(--cap-cream-dark)!important;border-radius:8px!important}.customer .button,.customer button[type=submit]{background-color:var(--cap-olive-dark)!important;color:var(--cap-cream)!important;border-radius:var(--cap-radius-pill)!important;font-family:var(--cap-font-body)!important;letter-spacing:.16em!important;text-transform:uppercase!important}html body .cap-hero{position:relative;width:100%;background-color:var(--cap-cream-dark);overflow:hidden}html body .cap-hero__slider{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}html body .cap-hero__slider::-webkit-scrollbar{display:none}html body .cap-hero__slide{flex:0 0 100%;position:relative;scroll-snap-align:center;aspect-ratio:3 / 4;min-height:560px}@media(min-width:750px){html body .cap-hero__slide{aspect-ratio:16 / 10;min-height:600px}}@media(min-width:1200px){html body .cap-hero__slide{aspect-ratio:21 / 9;min-height:720px}}html body .cap-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}html body .cap-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000 0% 35%,#00000059 70%,#0000008c);pointer-events:none}@media(min-width:990px){html body .cap-hero__overlay{background:linear-gradient(to right,#0000008c,#0003,#0000)}}html body .cap-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:1.5rem 1.25rem 2.25rem;gap:.85rem;color:var(--cap-cream)}@media(min-width:990px){html body .cap-hero__content{align-items:flex-start;text-align:left;justify-content:center;padding:0 6rem;max-width:720px}}html body .cap-hero__eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;margin:0;color:var(--cap-cream);opacity:.92}html body .cap-hero__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(2rem,7vw,4.5rem);line-height:1.08;letter-spacing:-.01em;color:var(--cap-cream);margin:0}html body .cap-hero__title em{font-style:italic;font-weight:300;display:inline}html body .cap-hero__desc{font-size:.92rem;line-height:1.55;max-width:36ch;margin:0;color:var(--cap-cream);opacity:.92}@media(min-width:990px){html body .cap-hero__desc{font-size:1.05rem;max-width:40ch}}html body .cap-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.25rem;margin-top:.5rem;font-family:var(--cap-font-body);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;background-color:var(--cap-cream);color:var(--cap-ink);text-decoration:none;border-radius:999px;transition:transform .25s var(--cap-ease),background-color .25s}html body .cap-hero__cta:hover{background-color:#fff;transform:translateY(-1px)}html body .cap-hero__dots{position:absolute;bottom:.85rem;left:50%;transform:translate(-50%);display:flex;gap:.45rem;z-index:3;padding:.35rem .7rem;border-radius:999px;background-color:#0000002e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}html body .cap-hero__dot{width:8px;height:8px;border:0;border-radius:50%;background-color:#ede1d666;cursor:pointer;padding:0;transition:width .3s,background-color .3s}html body .cap-hero__dot.is-active{width:22px;border-radius:999px;background-color:var(--cap-cream)}html body .cap-pcarousel{background-color:var(--cap-cream);padding:3rem 0}@media(min-width:990px){html body .cap-pcarousel{padding:5rem 0}}html body .cap-pcarousel__header{text-align:center;margin-bottom:2rem}html body .cap-pcarousel__title{font-family:var(--cap-font-display);font-weight:400;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.1;color:var(--cap-ink);margin:0}html body .cap-pcarousel__wrap{position:relative}html body .cap-pcarousel__track{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 1.25rem}html body .cap-pcarousel__track::-webkit-scrollbar{display:none}html body .cap-pcarousel__card{flex:0 0 78%;max-width:320px;scroll-snap-align:start;text-decoration:none;color:var(--cap-ink);display:flex;flex-direction:column;gap:.85rem;background-color:var(--cap-cream-light);border-radius:12px;overflow:hidden;transition:transform .25s var(--cap-ease)}html body .cap-pcarousel__card:hover{transform:translateY(-3px)}@media(min-width:750px){html body .cap-pcarousel__card{flex:0 0 38%}}@media(min-width:990px){html body .cap-pcarousel__card{flex:0 0 calc(25% - .75rem);max-width:none}html body .cap-pcarousel__track{padding:.5rem 2rem}}html body .cap-pcarousel__media{width:100%;aspect-ratio:1 / 1;background-color:var(--cap-cream-dark);overflow:hidden}html body .cap-pcarousel__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s var(--cap-ease)}html body .cap-pcarousel__card:hover .cap-pcarousel__img{transform:scale(1.04)}html body .cap-pcarousel__info{padding:0 1rem 1.25rem;text-align:center;display:flex;flex-direction:column;gap:.35rem}html body .cap-pcarousel__stars{display:inline-flex;justify-content:center;gap:2px;color:var(--cap-amber)}html body .cap-pcarousel__stars svg{width:13px;height:13px}html body .cap-pcarousel__name{font-family:var(--cap-font-body);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--cap-ink);margin:0}html body .cap-pcarousel__sub{font-size:.78rem;color:var(--cap-ink-soft);margin:0}html body .cap-pcarousel__price{font-family:var(--cap-font-display);font-size:1rem;font-weight:500;color:var(--cap-ink);margin:.25rem 0 0}html body .cap-pcarousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:50%;border:1px solid rgba(74,62,46,.15);background-color:var(--cap-cream);color:var(--cap-ink);display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px #4a3e2e1a;transition:background-color .2s,transform .2s;padding:0}html body .cap-pcarousel__nav:hover{background-color:#fff;transform:translateY(-50%) scale(1.06)}html body .cap-pcarousel__nav svg{width:18px;height:18px}html body .cap-pcarousel__nav--prev{left:.5rem}html body .cap-pcarousel__nav--next{right:.5rem}@media(min-width:990px){html body .cap-pcarousel__nav{display:flex}}html body .cap-hero-full{position:relative;width:100%;height:clamp(560px,88vh,780px);overflow:hidden;background-color:var(--cap-cream-dark);display:block}@media(min-width:750px){html body .cap-hero-full{height:clamp(620px,90vh,860px)}}@media(min-width:1200px){html body .cap-hero-full{height:clamp(680px,92vh,920px)}}html body .cap-hero-full__bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}html body .cap-hero-full__bg img,html body .cap-hero-full__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}@media(max-width:749px){html body .cap-hero-full__bg img,html body .cap-hero-full__image{object-position:center 30%!important}}html body .cap-hero-full__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,#1f190f73,#1f190f40,#1f190f59 70%,#1f190f8c)!important}@media(min-width:990px){html body .cap-hero-full__overlay{background:linear-gradient(180deg,#1f190f59,#1f190f26 40%,#1f190f40 75%,#1f190f73)!important}}html body .cap-hero-full__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:3!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:2rem 1.5rem!important;gap:1.1rem!important;color:var(--cap-cream)!important;max-width:100%;margin:0 auto}@media(min-width:750px){html body .cap-hero-full__content{padding:2rem 3rem!important;gap:1.3rem!important}}@media(min-width:990px){html body .cap-hero-full__content{padding:2rem 4rem!important;max-width:900px;left:50%!important;transform:translate(-50%);right:auto!important}}html body .cap-hero-full__eyebrow{font-family:var(--cap-font-body)!important;font-size:.68rem!important;font-weight:500!important;letter-spacing:.28em!important;text-transform:uppercase!important;color:var(--cap-cream)!important;margin:0!important;opacity:.92}@media(min-width:750px){html body .cap-hero-full__eyebrow{font-size:.78rem!important}}html body .cap-hero-full__title{font-family:var(--cap-font-display)!important;font-weight:400!important;font-style:normal!important;font-size:clamp(2.3rem,8vw,4.5rem)!important;line-height:1.02!important;letter-spacing:-.015em!important;color:var(--cap-cream)!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0!important}@media(min-width:990px){html body .cap-hero-full__title{font-size:clamp(3.5rem,6vw,5.5rem)!important}}html body .cap-hero-full__title-line{display:block!important}html body .cap-hero-full__title-line--upright{font-style:normal!important;font-weight:400!important}html body .cap-hero-full__title-line--italic{font-style:italic!important;font-weight:300!important}html body .cap-hero-full__subtitle{font-family:var(--cap-font-body)!important;font-size:.92rem!important;font-weight:400!important;line-height:1.55!important;color:var(--cap-cream)!important;max-width:42ch!important;margin:0 auto!important;opacity:.95}@media(min-width:750px){html body .cap-hero-full__subtitle{font-size:1.02rem!important;max-width:52ch!important}}html body .cap-hero-full__cta,html body .cap-hero-full__content .cap-btn.cap-btn--light,html body .cap-hero-full__content a.cap-hero-full__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:.5rem!important;padding:1rem 2.5rem!important;font-family:var(--cap-font-body)!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;background-color:var(--cap-cream)!important;color:var(--cap-ink)!important;text-decoration:none!important;border:0!important;border-radius:999px!important;cursor:pointer!important;transition:transform .25s var(--cap-ease),background-color .25s var(--cap-ease),box-shadow .25s var(--cap-ease)!important;box-shadow:0 2px 12px #00000014;min-width:200px}html body .cap-hero-full__cta:hover,html body .cap-hero-full__content .cap-btn.cap-btn--light:hover{background-color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 18px #0000001f!important}@media(min-width:750px){html body .cap-hero-full__cta,html body .cap-hero-full__content .cap-btn.cap-btn--light{padding:1.1rem 3rem!important;font-size:.78rem!important}}html body .cap-shopify-section--hero{margin:0!important;padding:0!important}html body .cap-hero-full__slider{display:flex!important;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative;z-index:1}html body .cap-hero-full__slider::-webkit-scrollbar{display:none}html body .cap-hero-full__slide{position:relative!important;flex:0 0 100%!important;width:100%!important;height:100%!important;scroll-snap-align:center;scroll-snap-stop:always;overflow:hidden;margin:0!important;padding:0!important}html body .cap-hero-full__dots{position:absolute!important;bottom:1.25rem!important;left:50%!important;transform:translate(-50%)!important;z-index:10!important;display:flex!important;align-items:center!important;gap:.5rem!important;padding:.4rem .8rem!important;border-radius:999px!important;background-color:#0000002e!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}@media(min-width:750px){html body .cap-hero-full__dots{bottom:1.75rem!important}}html body .cap-hero-full__dot{width:8px!important;height:8px!important;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background-color:#ede1d673!important;cursor:pointer!important;transition:width .3s var(--cap-ease),background-color .3s var(--cap-ease)!important}html body .cap-hero-full__dot.is-active{width:24px!important;background-color:var(--cap-cream)!important}html body .cap-hero-full__dot:hover:not(.is-active){background-color:#ede1d6b3!important}html body .cap-hero-full{height:clamp(480px,78vh,660px)!important}@media(max-width:480px){html body .cap-hero-full{height:clamp(460px,76vh,600px)!important}}@media(min-width:750px){html body .cap-hero-full{height:clamp(560px,82vh,760px)!important}}@media(min-width:1200px){html body .cap-hero-full{height:clamp(640px,88vh,880px)!important}}@media(max-width:749px){html body .cap-hero-full__content{padding:1.5rem 1.25rem!important;gap:.9rem!important}html body .cap-hero-full__title{font-size:clamp(2rem,7.5vw,3.5rem)!important}html body .cap-hero-full__subtitle{font-size:.88rem!important}}@media(max-width:989px){html body .cap-hero-full__content{justify-content:flex-end!important;align-items:center!important;text-align:center!important;padding:0 1.25rem 4.5rem!important;gap:.9rem!important}}@media(max-width:480px){html body .cap-hero-full__content{padding:0 1rem 4rem!important;gap:.75rem!important}}@media(min-width:990px){html body .cap-hero-full__content{justify-content:flex-end!important;align-items:flex-start!important;text-align:left!important;padding:0 0 4rem 4rem!important;max-width:640px!important;left:0!important;right:auto!important;transform:none!important}html body .cap-hero-full__subtitle{margin:0!important;max-width:44ch!important}}@media(min-width:1200px){html body .cap-hero-full__content{padding:0 0 5rem 6rem!important;max-width:700px!important}}@media(min-width:990px){html body .cap-hero-full__overlay{background:linear-gradient(135deg,#1f190f26,#1f190f0d,#1f190f66 80%,#1f190f99)!important}}html body .cap-hero-full__slide .cap-hero-full__overlay{background:linear-gradient(180deg,rgba(31,25,15,calc(var(--cap-overlay-m, .45) * .55)),rgba(31,25,15,calc(var(--cap-overlay-m, .45) * .3)),rgba(31,25,15,calc(var(--cap-overlay-m, .45) * .55)) 70%,rgba(31,25,15,var(--cap-overlay-m, .45)))!important}@media(min-width:990px){html body .cap-hero-full__slide .cap-hero-full__overlay{background:linear-gradient(135deg,rgba(31,25,15,calc(var(--cap-overlay-d, .35) * .3)),rgba(31,25,15,calc(var(--cap-overlay-d, .35) * .15)),rgba(31,25,15,calc(var(--cap-overlay-d, .35) * .85)) 80%,rgba(31,25,15,var(--cap-overlay-d, .35)))!important}}html body footer.footer,html body footer.footer.color-scheme-3.gradient{background-color:var(--cap-olive-dark)!important;background-image:none!important;color:var(--cap-cream)!important;border:0!important;margin:0!important}html body footer.footer[class*=section-]{padding:0!important}html body .footer__content-top.page-width{max-width:960px!important;margin:0 auto!important;padding:3rem 1.5rem 1.5rem!important}html body .footer__blocks-wrapper.grid{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:0!important;max-width:800px!important;margin:0 auto!important}html body .footer__blocks-wrapper .footer-block.grid__item{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;flex:none!important}@media(min-width:750px){html body .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu{width:auto!important;flex:1!important;min-width:160px!important}}html body .footer-block:has(.footer-block-image),html body .footer-block .footer-block-image{text-align:center!important;padding:0 0 1.5rem!important;margin:0!important;width:100%!important}html body .footer-block__image-wrapper{margin:0 auto!important;max-width:80px!important}html body .footer-block__image-wrapper img{max-height:36px!important;width:auto!important;opacity:.85}html body .footer-block:has(.footer-block-image):after{content:""!important;display:block!important;width:100%!important;height:1px!important;background:#ede1d626!important}html body .footer-block__heading{font-family:var(--cap-font-body)!important;font-size:.7rem!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--cap-cream)!important;margin:0!important;padding:1rem 0 .65rem!important;border-bottom:1px solid rgba(237,225,214,.12)!important}html body .footer-block--menu ul{margin:0!important;padding:.5rem 0 1rem!important}html body .footer-block--menu .list-menu__item{padding:.3rem 0!important;margin:0!important}html body .footer-block--menu a{font-family:var(--cap-font-body)!important;font-size:.82rem!important;font-weight:400!important;color:#ede1d6a6!important;text-decoration:none!important;letter-spacing:0!important;text-transform:none!important;transition:color .2s!important}html body .footer-block--menu a:hover{color:var(--cap-cream)!important}html body .footer-block:has(.rte){width:100%!important;order:10!important}html body .footer-block .rte{padding:1.25rem 0 0!important;margin:0!important;border-top:1px solid rgba(237,225,214,.1)!important}html body .footer-block .rte p{font-size:.68rem!important;line-height:1.5!important;color:#ede1d659!important;text-align:center!important;max-width:640px!important;margin:0 auto .75rem!important}html body .footer-block--newsletter,html body .footer__list-social{width:100%!important}html body .footer__list-social{display:flex!important;justify-content:center!important;gap:1.25rem!important;padding:1rem 0 0!important;margin:0!important;border-top:1px solid rgba(237,225,214,.1)!important}html body .footer__list-social .list-social__link{color:#ede1d680!important;transition:color .2s!important}html body .footer__list-social .list-social__link:hover{color:var(--cap-cream)!important}html body .footer__list-social svg{width:20px!important;height:20px!important}html body .footer__content-bottom{background-color:#0000001f!important;padding:.85rem 1.5rem!important;margin:1rem 0 0!important}html body .footer__content-bottom-wrapper{max-width:960px!important;margin:0 auto!important}html body .footer__copyright{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:.35rem 1.25rem!important}@media(min-width:750px){html body .footer__copyright{justify-content:space-between!important}}html body .footer__copyright .copyright__content,html body .footer__copyright a,html body .footer .policies a{font-size:.68rem!important;color:#ede1d666!important;text-decoration:none!important}html body .footer__copyright a:hover,html body .footer .policies a:hover{color:var(--cap-cream)!important}html body .copyright__content a[href*="shopify.com"]{display:none!important}html body .footer .policies{display:flex!important;gap:1rem!important;margin:0!important;padding:0!important}html body footer shop-pay-banner,html body footer shop-follow-button{display:none!important}html body .footer .scroll-trigger{opacity:1!important;transform:none!important}html body .footer__column.footer__localization:empty,html body .footer__column.footer__column--info:empty{display:none!important}html body .footer__content-bottom-wrapper:has(.footer__localization:empty):has(.footer__column--info:empty){display:none!important}html body .shopify-section--cap-routine,html body .cap-section--routine,html body section.cap-section--routine[style]{background-color:var(--cap-olive-dark)!important;padding:0!important}html body .cap-section--routine .cap-routine{display:grid!important;grid-template-columns:1fr!important;gap:0!important}@media(min-width:990px){html body .cap-section--routine .cap-routine{grid-template-columns:1fr 1fr!important;min-height:600px}}html body .cap-section--routine .cap-routine__media{position:relative!important;width:100%!important;overflow:hidden!important;aspect-ratio:4 / 5;max-height:500px}@media(min-width:990px){html body .cap-section--routine .cap-routine__media{aspect-ratio:auto!important;max-height:none!important;height:100%!important}}html body .cap-section--routine .cap-routine__img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;position:relative!important}html body .cap-section--routine .cap-routine__content{padding:3rem 1.5rem!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2rem!important;color:var(--cap-cream)!important}@media(min-width:750px){html body .cap-section--routine .cap-routine__content{padding:4rem 2.5rem!important}}@media(min-width:1200px){html body .cap-section--routine .cap-routine__content{padding:5rem 4rem!important}}html body .cap-section--routine .cap-routine__title{font-family:var(--cap-font-display)!important;font-weight:400!important;font-size:clamp(2rem,5vw,3rem)!important;line-height:1.1!important;color:var(--cap-cream)!important;margin:0!important}html body .cap-section--routine .cap-routine__title em{font-style:italic!important;font-weight:300!important;display:block!important}html body .cap-section--routine .cap-routine__steps{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0!important}html body .cap-section--routine .cap-routine__step{display:grid!important;grid-template-columns:auto 1fr!important;gap:1.25rem!important;align-items:center!important;padding:1.5rem 0!important;border-bottom:1px solid rgba(237,225,214,.18)!important;background-color:transparent!important;border-radius:0!important;position:static!important;color:var(--cap-cream)!important}html body .cap-section--routine .cap-routine__step:last-child{border-bottom:0!important}html body .cap-section--routine .cap-routine__step:before,html body .cap-section--routine .cap-routine__step:after{content:none!important;display:none!important}html body .cap-section--routine .cap-routine__step-icon{width:44px!important;height:44px!important;flex-shrink:0!important;color:var(--cap-cream)!important;display:flex!important;align-items:center!important;justify-content:center!important}html body .cap-section--routine .cap-routine__step-icon svg{width:100%!important;height:100%!important}html body .cap-section--routine .cap-routine__step-title{font-family:var(--cap-font-body)!important;font-size:.92rem!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--cap-cream)!important;margin:0 0 .5rem!important}html body .cap-section--routine .cap-routine__step-desc{font-size:.9rem!important;line-height:1.6!important;color:#ede1d6e0!important;margin:0!important}@media(max-width:600px){html body .cap-section--routine .cap-routine__step{gap:1rem!important;padding:1.25rem 0!important}html body .cap-section--routine .cap-routine__step-icon{width:36px!important;height:36px!important}}html body .shopify-section--cap-timeline,html body .cap-section--timeline{padding:0!important}html body .cap-timeline,html body .cap-timeline__content,html body .cap-timeline__eyebrow,html body .cap-timeline__heading,html body .cap-timeline__text,html body .cap-timeline__item{color:var(--cap-cream)!important}html body .cap-timeline__text{color:#ede1d6e6!important}html body .cap-timeline__list:before{display:none!important}html body .cap-timeline__list{gap:2.5rem!important}html body .cap-timeline__item{gap:1.25rem!important}html body .cap-timeline__dot{width:10px!important;height:10px!important;margin-top:8px!important;border-width:1px!important;background-color:var(--cap-olive)!important;border-color:var(--cap-cream)!important}html body .cap-timeline__media{max-height:500px;overflow:hidden!important}@media(min-width:990px){html body .cap-timeline__media{max-height:none!important}}html body .cap-section--benefits{padding:4rem 1.25rem!important}@media(min-width:750px){html body .cap-section--benefits{padding:5rem 2.5rem!important}}html body .cap-rituel{align-items:center!important}html body .cap-rituel__media{width:100%!important;display:flex!important;justify-content:center!important}html body .cap-rituel__img-frame{max-width:340px!important;width:100%!important}html body .shopify-section--cap-product,html body .shopify-section--cap-accordion-image,html body .shopify-section--cap-stats,html body .shopify-section--cap-benefits,html body .shopify-section--cap-rituel,html body .shopify-section--cap-why-how,html body .shopify-section--cap-faq{background-color:var(--cap-cream)!important}html body .shopify-section--cap-routine .cap-section--routine{background-color:var(--cap-olive-dark)!important}html body .shopify-section--cap-timeline .cap-timeline{background-color:var(--cap-olive)!important}html body .cap-section--accordion-image,html body .cap-section--routine,html body .cap-section--timeline{padding:0!important}.shopify-section--cap-rituel,.shopify-section--cap-why-how,.shopify-section--cap-faq,.cap-section--rituel,.cap-section--why-how,.cap-section--faq,.cap-section--stats{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.shopify-section--cap-rituel,.shopify-section--cap-why-how,.shopify-section--cap-faq{padding:0 20px!important}.header__search{display:none!important}@media(min-width:750px){html body .cap-section{padding-top:5rem!important;padding-bottom:5rem!important}}@media(min-width:1200px){html body .cap-section{padding-top:6rem!important;padding-bottom:6rem!important}}html body .cap-faq__q{color:var(--cap-ink)!important;font-weight:500!important}html body .cap-faq__a{color:var(--cap-ink)!important}html body .cap-stats{gap:3.5rem!important}html body .cap-stats__note{margin-top:1rem!important;max-width:720px;margin-left:auto!important;margin-right:auto!important}html body .cap-product__description{padding-bottom:.5rem!important;border-bottom:1px solid rgba(74,62,46,.08);line-height:1.65!important}html body .cap-product__payment-info{margin-top:.75rem!important;margin-bottom:1.25rem!important;font-size:.85rem!important}html body .cap-product__payment-logo{display:inline-flex!important;padding:.3rem .65rem!important;font-size:.72rem!important;height:22px;vertical-align:middle}html body .cap-product__thumbs{grid-template-columns:repeat(4,1fr)!important}@media(min-width:990px){html body .cap-product__thumbs{grid-template-columns:repeat(5,1fr)!important}}@media(max-width:989px){html body .cap-product__info{padding-top:1.75rem!important}}@media(max-width:749px){html body .cap-founder .cap-founder__content,html body .cap-founder .cap-founder__eyebrow,html body .cap-founder .cap-founder__title,html body .cap-founder .cap-founder__text,html body .cap-founder .cap-founder__signature{text-align:left!important}}html body .cap-showcase .cap-showcase__content,html body .cap-showcase .cap-showcase__content .cap-eyebrow,html body .cap-showcase .cap-showcase__content .cap-title,html body .cap-showcase .cap-showcase__content .cap-text,html body .cap-showcase .cap-showcase__benefits,html body .cap-showcase .cap-showcase__benefit{text-align:left!important}html body .cap-showcase .cap-showcase__content .cap-btn{align-self:flex-start;margin-right:auto}html body .footer .shop-pay-banner,html body shop-pay-banner,html body shop-follow-button{display:none!important}html body .cap-routine-home{background-color:var(--cap-cream)!important;padding:4rem 0!important}@media(min-width:750px){html body .cap-routine-home{padding:5rem 0!important}}@media(min-width:1200px){html body .cap-routine-home{padding:6rem 0!important}}html body .cap-routine-home__header{text-align:center;max-width:640px;margin:0 auto 3rem}html body .cap-routine-home__header .cap-title{margin:0 0 1rem!important}html body .cap-routine-home__subtitle{font-size:1rem;color:var(--cap-ink-soft);margin:0;line-height:1.55}html body .cap-routine-home__steps{list-style:none!important;padding:0!important;max-width:720px;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:0!important}html body .cap-routine-home__step{display:grid!important;grid-template-columns:auto 1fr!important;gap:1.5rem!important;align-items:center!important;padding:1.5rem 1.25rem!important;border-bottom:1px solid rgba(74,62,46,.12)!important;background-color:transparent!important;border-radius:0!important;position:static!important;overflow:visible!important}html body .cap-routine-home__step:first-of-type{border-top:1px solid rgba(74,62,46,.12)!important}html body .cap-routine-home__step:before,html body .cap-routine-home__step:after{content:none!important;display:none!important}html body .cap-routine-home__step-num{font-family:var(--cap-font-display)!important;font-style:italic!important;font-weight:300!important;font-size:2rem!important;line-height:1!important;color:var(--cap-olive)!important;opacity:.55!important;min-width:48px!important;text-align:left!important}@media(min-width:750px){html body .cap-routine-home__step-num{font-size:2.5rem!important;min-width:60px!important}}html body .cap-routine-home__step-body{min-width:0!important}html body .cap-routine-home__step-title{font-family:var(--cap-font-display)!important;font-weight:500!important;font-size:1.1rem!important;color:var(--cap-ink)!important;margin:0 0 .3rem!important;line-height:1.2!important}html body .cap-routine-home__step-text{font-size:.95rem!important;line-height:1.55!important;color:var(--cap-ink-soft)!important;margin:0!important}@media(max-width:600px){html body .cap-routine-home__step{gap:1rem!important;padding:1.25rem .5rem!important}html body .cap-routine-home__step-title{font-size:1rem!important}html body .cap-routine-home__step-text{font-size:.88rem!important}}.announcement-bar__message{font-size:10px!important}
/*# sourceMappingURL=/cdn/shop/t/33/assets/capilaya.css.map */
