@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,500;0,600;1,500&family=Inter:wght@400;500;600;700&display=swap";:root{--ahclear-bg: oklch(.98 .012 75);--ahclear-surface: oklch(.95 .025 30);--ahclear-surface-2: oklch(.93 .035 20);--ahclear-card: oklch(.995 .004 75);--ahclear-ink: oklch(.22 .02 40);--ahclear-ink-muted: oklch(.48 .02 40);--ahclear-accent: oklch(.4 .13 25);--ahclear-accent-deep: oklch(.31 .12 25);--ahclear-mint: oklch(.86 .07 165);--ahclear-blush: oklch(.9 .05 20);--ahclear-gold: oklch(.78 .14 85);--ahclear-line: oklch(.9 .02 40);--ahclear-radius: 18px;--ahclear-radius-sm: 10px;--ahclear-radius-btn: 999px;--ahclear-radius-cta: 4px;--ahclear-shadow: 0 12px 32px rgba(60, 30, 20, .08);--ahclear-font-heading: "Fraunces", Georgia, serif;--ahclear-font-body: "Inter", system-ui, -apple-system, sans-serif}.ahclear-container{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.ahclear-section{padding:clamp(40px,8vw,88px) 0;background:var(--ahclear-bg);font-family:var(--ahclear-font-body)}.ahclear-eyebrow{font-family:var(--ahclear-font-body);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--ahclear-accent);font-weight:700;margin:0 0 10px}.ahclear-heading{font-family:var(--ahclear-font-heading);font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--ahclear-ink);margin:0 0 16px;font-size:clamp(28px,4vw,44px)}.ahclear-heading em{font-style:italic;color:var(--ahclear-accent)}.ahclear-sub{font-size:clamp(15px,2vw,17px);line-height:1.65;color:var(--ahclear-ink-muted);margin:0 0 24px;max-width:640px}.ahclear-center{text-align:center;margin-left:auto;margin-right:auto}.ahclear-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ahclear-font-body);font-weight:700;font-size:14px;letter-spacing:.02em;padding:15px 30px;border-radius:var(--ahclear-radius-btn);background:var(--ahclear-accent);color:#fff;border:1px solid var(--ahclear-accent);text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease;min-height:48px}.ahclear-btn:hover{background:var(--ahclear-accent-deep);transform:translateY(-1px)}.ahclear-btn--outline{background:transparent;color:var(--ahclear-ink);border-color:var(--ahclear-ink)}.ahclear-btn--outline:hover{background:var(--ahclear-ink);color:#fff}.ahclear-btn--block{display:flex;align-items:center;justify-content:center;background:#141110;color:#fff;border:1px solid #141110;border-radius:var(--ahclear-radius-cta);text-transform:uppercase;font-weight:800;letter-spacing:.05em;font-size:12.5px;padding:16px 20px;text-align:center;text-decoration:none;width:100%;box-sizing:border-box;transition:background .15s ease}.ahclear-btn--block:hover{background:#000}.ahclear-btn--block.ahclear-btn--sm{padding:12px 14px;font-size:11px}.ahclear-grid{display:grid;gap:clamp(20px,3vw,40px)}.ahclear-grid--2{grid-template-columns:1fr}.ahclear-grid--3,.ahclear-grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.ahclear-grid--2{grid-template-columns:1fr 1fr;align-items:center}.ahclear-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.ahclear-grid--4{grid-template-columns:repeat(4,1fr)}}.ahclear-card{background:var(--ahclear-card);border-radius:var(--ahclear-radius);box-shadow:var(--ahclear-shadow);border:1px solid var(--ahclear-line);padding:clamp(20px,3vw,28px);position:relative}.ahclear-media{border-radius:var(--ahclear-radius);overflow:hidden;background:linear-gradient(155deg,var(--ahclear-blush),var(--ahclear-mint));aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.ahclear-media img{width:100%;height:100%;object-fit:cover;display:block}.ahclear-media--wide{aspect-ratio:16/10}.ahclear-media__placeholder{font-family:var(--ahclear-font-body);font-size:13px;color:var(--ahclear-ink-muted);text-align:center;padding:20px}.ahclear-badge{display:inline-flex;align-items:center;gap:6px;background:var(--ahclear-card);border:1px solid var(--ahclear-line);border-radius:var(--ahclear-radius-btn);padding:6px 14px;font-size:12px;font-weight:600;color:var(--ahclear-ink);box-shadow:var(--ahclear-shadow)}.ahclear-pill{position:absolute;top:14px;left:14px;background:var(--ahclear-ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:var(--ahclear-radius-btn);z-index:2}.ahclear-stars{color:var(--ahclear-gold);font-size:16px;letter-spacing:2px}.ahclear-stat{margin-bottom:22px}.ahclear-stat__row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:12px}.ahclear-stat__label{font-size:14px;color:var(--ahclear-ink);font-weight:600}.ahclear-stat__value{font-family:var(--ahclear-font-heading);font-size:22px;color:var(--ahclear-accent);font-weight:600}.ahclear-stat__track{height:10px;border-radius:999px;background:var(--ahclear-surface);overflow:hidden}.ahclear-stat__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ahclear-accent),var(--ahclear-mint))}.ahclear-citation{font-size:12px;color:var(--ahclear-ink-muted);margin-top:18px;line-height:1.6;border-top:1px solid var(--ahclear-line);padding-top:14px}.ahclear-step{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.ahclear-step__num{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:var(--ahclear-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--ahclear-font-heading)}.ahclear-step__text{font-size:15px;color:var(--ahclear-ink);line-height:1.55;padding-top:4px}.ahclear-trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:750px){.ahclear-trust-row{grid-template-columns:repeat(4,1fr)}}.ahclear-trust-item{text-align:center;padding:18px 10px}.ahclear-trust-item svg{width:30px;height:30px;color:var(--ahclear-accent);margin-bottom:10px}.ahclear-trust-item__label{font-size:13px;font-weight:700;color:var(--ahclear-ink);margin-bottom:2px}.ahclear-trust-item__sub{font-size:12px;color:var(--ahclear-ink-muted)}.ahclear-spec-table{width:100%;border-collapse:collapse;font-size:14px}.ahclear-spec-table tr{border-bottom:1px solid var(--ahclear-line)}.ahclear-spec-table td{padding:12px 4px;vertical-align:top}.ahclear-spec-table td:first-child{color:var(--ahclear-ink-muted);font-weight:600;width:42%}.ahclear-spec-table td:last-child{color:var(--ahclear-ink)}.ahclear-faq-item{border-bottom:1px solid var(--ahclear-line)}.ahclear-faq-item summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:600;font-size:15px;color:var(--ahclear-ink);display:flex;justify-content:space-between;align-items:center;gap:12px}.ahclear-faq-item summary::-webkit-details-marker{display:none}.ahclear-faq-item summary:after{content:"+";font-size:20px;color:var(--ahclear-accent);flex:0 0 auto;transition:transform .2s ease}.ahclear-faq-item[open] summary:after{transform:rotate(45deg)}.ahclear-faq-item__body{padding:0 0 18px;font-size:14px;color:var(--ahclear-ink-muted);line-height:1.6}.ahclear-product-card{display:block;text-decoration:none;color:inherit}.ahclear-product-card__title{font-size:14px;font-weight:600;color:var(--ahclear-ink);margin:10px 0 4px}.ahclear-product-card__price{font-size:14px;color:var(--ahclear-ink-muted)}.ahclear-review-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ahclear-review-card__name{font-weight:700;font-size:13px;color:var(--ahclear-ink)}.ahclear-review-card__quote{font-size:14px;color:var(--ahclear-ink-muted);line-height:1.6}.ahclear-review-summary{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:34px}.ahclear-review-summary__num{font-family:var(--ahclear-font-heading);font-size:40px;color:var(--ahclear-ink)}.ahclear-goal-card__photo{border-radius:var(--ahclear-radius-sm);overflow:hidden;aspect-ratio:3/4;background:linear-gradient(155deg,var(--ahclear-blush),var(--ahclear-mint));margin-bottom:16px}.ahclear-goal-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.ahclear-goal-card__q{font-family:var(--ahclear-font-heading);font-size:18px;color:var(--ahclear-ink);margin-bottom:10px}.ahclear-goal-card__desc{font-size:13px;color:var(--ahclear-ink-muted);line-height:1.6;margin-bottom:16px}.ahclear-expert-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--ahclear-line);border-left:1px solid var(--ahclear-line)}@media(min-width:750px){.ahclear-expert-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.ahclear-expert-grid{grid-template-columns:repeat(6,1fr)}}.ahclear-expert-card{text-align:center;border-right:1px solid var(--ahclear-line);border-bottom:1px solid var(--ahclear-line);padding:30px 14px}.ahclear-expert-card--dark{background:var(--ahclear-ink)}.ahclear-expert-card--dark .ahclear-expert-card__name,.ahclear-expert-card--dark .ahclear-expert-card__cred,.ahclear-expert-card--dark .ahclear-goal-card__desc{color:#fff}.ahclear-expert-card__photo{width:84px;height:84px;border-radius:50%;margin:0 auto 14px;overflow:hidden;background:var(--ahclear-surface)}.ahclear-expert-card__photo img{width:100%;height:100%;object-fit:cover}.ahclear-expert-card__name{font-weight:700;font-size:14px;color:var(--ahclear-ink)}.ahclear-expert-card__cred{font-size:12px;color:var(--ahclear-ink-muted);margin-bottom:8px}.ahclear-hero-home{position:relative;overflow:hidden}.ahclear-hero-home__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,var(--ahclear-blush),var(--ahclear-mint));z-index:0}.ahclear-hero-home__bg img{width:100%;height:100%;object-fit:cover}.ahclear-hero-home__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff26,#ffffffbf);z-index:1}.ahclear-hero-home__content{position:relative;z-index:2;text-align:center;padding:clamp(60px,10vw,120px) 0 clamp(40px,6vw,60px)}.ahclear-trustbar{background:var(--ahclear-ink);color:#fff}.ahclear-trustbar .ahclear-heading{color:#fff}.ahclear-trustbar-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;text-align:center}@media(min-width:750px){.ahclear-trustbar-grid{grid-template-columns:repeat(3,1fr)}}.ahclear-trustbar-item__num{font-family:var(--ahclear-font-heading);font-size:clamp(28px,4vw,38px)}.ahclear-trustbar-item__label{font-size:13px;opacity:.8;margin-top:4px}.ahclear-press-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(24px,5vw,56px)}.ahclear-press-item{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.9}.ahclear-press-item__mark{width:76px;height:76px;border-radius:50%;background:var(--ahclear-surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.ahclear-press-item__mark img{width:100%;height:100%;object-fit:contain}.ahclear-press-item__label{font-size:11px;color:var(--ahclear-ink-muted);text-align:center;max-width:120px;line-height:1.4}.ahclear-social-banner{text-align:center}.ahclear-social-banner .ahclear-heading{font-size:clamp(28px,4.5vw,46px);margin-bottom:0}.ahclear-sticky-cta{display:none}@media(max-width:749px){.ahclear-sticky-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:12px 16px;background:var(--ahclear-card);border-top:1px solid var(--ahclear-line);box-shadow:0 -6px 18px #00000014;opacity:0;transform:translateY(100%);transition:.25s ease}.ahclear-sticky-cta.is-visible{opacity:1;transform:translateY(0)}.ahclear-sticky-cta__price{font-weight:700;color:var(--ahclear-ink);font-size:14px}.ahclear-sticky-cta .ahclear-btn{padding:12px 22px}}.ahclear-empty{border:1.5px dashed var(--ahclear-line);border-radius:var(--ahclear-radius);display:flex;align-items:center;justify-content:center;color:var(--ahclear-ink-muted);font-size:12px;text-align:center;padding:20px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ahclear-styles.css.map */
