.sc-hero-banner{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.sc-hero__bg,.sc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.sc-hero__bg-img,.sc-hero__video{width:100%;height:100%;object-fit:cover;display:block}.sc-hero__content-wrap{position:relative;z-index:2;width:100%;padding-top:clamp(60px,10vw,120px);padding-bottom:clamp(60px,10vw,120px)}.sc-hero__content{max-width:680px;margin:0 auto;text-align:center;padding:0 16px}.sc-hero__content--light .sc-hero__subheading,.sc-hero__content--light .sc-hero__heading,.sc-hero__content--light{color:#fff}.sc-hero__subheading{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-stack-body);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;opacity:.85}.sc-hero__subheading:before,.sc-hero__subheading:after{content:"";width:24px;height:1px;background:currentColor;opacity:.5}.sc-hero__heading{font-size:clamp(2rem,5.5vw,3.6rem);line-height:1.08;font-weight:800;letter-spacing:-.025em;margin:0 0 28px;font-family:var(--font-stack-body)}.sc-hero__ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sc-hero__ingredient{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;animation:sc-float 4s ease-in-out infinite alternate;z-index:2}.sc-hero__ingredient img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.6);box-shadow:0 6px 20px #0000002e}.sc-hero__ingredient-label{font-family:var(--font-stack-body);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#ffffffe6;color:rgb(var(--color-foreground));padding:3px 10px;border-radius:100px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 8px #0000001a}@keyframes sc-float{0%{transform:translateY(0) rotate(-1deg)}to{transform:translateY(-14px) rotate(1deg)}}@media screen and (max-width:767px){.sc-hero__ingredient{display:none}}@media(prefers-reduced-motion:reduce){.sc-hero__ingredient{animation:none}}.sc-stats-section{position:relative;overflow:hidden}.sc-stats__bg,.sc-stats__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.sc-stats__bg-img{width:100%;height:100%;object-fit:cover;display:block}.sc-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;text-align:center;position:relative;z-index:1}@media(min-width:768px){.sc-stats__grid{grid-template-columns:repeat(4,1fr)}}.sc-stat-item{padding:28px 16px;border-radius:20px;background:var(--sc-tint, rgba(var(--color-foreground), .03));border:1px solid var(--sc-border, rgba(var(--color-foreground), .09));transition:all .26s cubic-bezier(.4,0,.2,1)}.sc-stat-item:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001a;border-color:rgba(var(--color-button),.25)}.sc-stat-item__icon{font-size:30px;line-height:1;margin-bottom:12px}.sc-stat-item__number{margin:0 0 6px;font-family:var(--font-stack-body);font-size:2rem;font-weight:900;color:rgb(var(--color-heading));line-height:1;letter-spacing:-.025em}.sc-stat-item__prefix,.sc-stat-item__suffix{font-size:.65em;font-weight:700;vertical-align:baseline}.sc-stat-item__label{margin:0;font-family:var(--font-stack-body);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary))}.sc-stat-item__desc{margin:4px 0 0;font-family:var(--font-stack-body);font-size:11px;color:rgb(var(--color-foreground-secondary))}.sc-ingrid__filters{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.sc-ingrid__filter-btn{padding:8px 20px;border-radius:100px;border:1.5px solid rgba(var(--color-foreground),.12);background:transparent;font-family:var(--font-stack-body);font-size:12px;font-weight:700;letter-spacing:.04em;color:rgb(var(--color-foreground-secondary));cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1)}.sc-ingrid__filter-btn:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button));background:rgba(var(--color-button),.06)}.sc-ingrid__filter-btn.active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 2px 12px rgba(var(--color-button),.28)}.sc-ingrid__grid{gap:20px}.sc-ingrid__card{border-radius:20px;overflow:hidden;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);transition:all .26s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 6px #0000000d}.sc-ingrid__card:hover{transform:translateY(-5px);box-shadow:0 12px 36px #0000001a;border-color:rgba(var(--color-button),.2)}.sc-ingrid__card-media{overflow:hidden}.sc-ingrid__card-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.15,.75,.5,1)}.sc-ingrid__card:hover .sc-ingrid__card-img{transform:scale(1.06)}.sc-ingrid__card-body{padding:16px}.sc-ingrid__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:4px}.sc-ingrid__card-name{margin:0;font-family:var(--font-stack-body);font-size:14px;font-weight:700;color:rgb(var(--color-heading))}.sc-ingrid__cat-chip{flex-shrink:0;display:inline-flex;padding:3px 10px;border-radius:100px;font-family:var(--font-stack-body);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:rgba(var(--color-button),.08);color:rgb(var(--color-button))}.sc-ingrid__origin{margin:0 0 8px;font-family:var(--font-stack-body);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary))}.sc-ingrid__desc{margin:0 0 10px;font-family:var(--font-stack-body);font-size:12px;line-height:1.6;color:rgb(var(--color-foreground-secondary))}.sc-ingrid__benefits{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.sc-ingrid__benefit-chip{display:inline-flex;padding:3px 10px;border-radius:100px;border:1px solid rgba(var(--color-foreground),.1);font-family:var(--font-stack-body);font-size:10px;font-weight:600;color:rgb(var(--color-foreground-secondary))}.sc-ingrid__link{font-family:var(--font-stack-body);font-size:12px;font-weight:700;color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px}.sc-routine__tabs{display:flex;gap:0;margin-bottom:36px;background:rgba(var(--color-foreground),.04);border-radius:100px;padding:5px;max-width:340px}.sc-routine__tab{flex:1;padding:10px 20px;background:transparent;border:none;border-radius:100px;cursor:pointer;font-family:var(--font-stack-body);font-size:13px;font-weight:700;color:rgb(var(--color-foreground-secondary));transition:all .22s cubic-bezier(.4,0,.2,1);letter-spacing:.02em}.sc-routine__tab.active{background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 2px 10px #0000001a}.sc-routine__tab:hover:not(.active){color:rgb(var(--color-foreground))}.sc-routine__panel--hidden{display:none}.sc-routine__steps{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.sc-routine__steps::-webkit-scrollbar{display:none}@media(min-width:768px){.sc-routine__steps{overflow-x:visible;justify-content:center}}.sc-routine-step{flex:0 0 62vw;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 14px;position:relative}@media(min-width:768px){.sc-routine-step{flex:1}}.sc-routine-step+.sc-routine-step:before{content:"\2192";position:absolute;left:-8px;top:40px;font-size:16px;color:rgba(var(--color-foreground),.2)}@media screen and (max-width:767px){.sc-routine-step+.sc-routine-step:before{display:none}}.sc-routine-step__number{width:36px;height:36px;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-family:var(--font-stack-body);font-size:14px;font-weight:800;margin-bottom:14px;box-shadow:0 3px 12px rgba(var(--color-button),.3)}.sc-routine-step__img{width:100%;max-width:160px;aspect-ratio:1/1;overflow:hidden;border-radius:16px;margin-bottom:12px;box-shadow:0 4px 16px #0000001a}.sc-routine-step__img img{width:100%;height:100%;object-fit:cover}.sc-routine-step__title{margin:0 0 4px;font-family:var(--font-stack-body);font-size:14px;font-weight:700;color:rgb(var(--color-heading))}.sc-routine-step__tag{margin:0 0 10px;font-family:var(--font-stack-body);font-size:11px;color:rgb(var(--color-foreground-secondary))}.sc-routine__panel-label{text-align:center;margin-bottom:20px;font-family:var(--font-stack-body);font-size:13px;font-weight:700;color:rgb(var(--color-foreground-secondary))}.sc-ba-grid{gap:20px}.sc-ba-card__meta{margin-top:14px}.sc-ba-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.sc-ba-tag{font-family:var(--font-stack-body);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:4px 12px;border-radius:100px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground-secondary))}.sc-ba-tag--accent{background:rgba(var(--color-button),.08);color:rgb(var(--color-button))}.sc-ba-card__quote{margin:0;font-style:normal}.sc-ba-card__quote p{margin:0 0 4px;font-family:var(--font-stack-body);font-size:13px;line-height:1.6;color:rgb(var(--color-foreground))}.sc-ba-card__author{font-family:var(--font-stack-body);font-size:11px;font-weight:600;color:rgb(var(--color-foreground-secondary))}.sc-journey__steps{display:flex;gap:20px}.sc-journey__steps--horizontal{flex-direction:row;align-items:flex-start}.sc-journey__steps--vertical{flex-direction:column}.sc-journey__steps--grid{flex-wrap:wrap}@media screen and (max-width:767px){.sc-journey__steps{flex-direction:column}}.sc-journey__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.sc-journey__steps--vertical .sc-journey__step{flex-direction:row;text-align:left;align-items:flex-start}.sc-journey__connector{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.sc-journey__steps--vertical .sc-journey__connector{flex-direction:row;margin-bottom:0;margin-right:16px;align-items:flex-start}.sc-journey__node{width:36px;height:36px;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-family:var(--font-stack-body);font-size:14px;font-weight:800;z-index:1;flex-shrink:0;box-shadow:0 3px 12px rgba(var(--color-button),.28)}.sc-journey__steps--vertical .sc-journey__line{width:2px;height:40px;margin-left:17px;background:rgba(var(--color-foreground),.1);display:block}@media(min-width:768px){.sc-journey__steps--horizontal.sc-journey__steps--connected .sc-journey__step:not(:last-child):after{content:"";position:absolute;top:18px;left:calc(50% + 18px);right:calc(-50% + 18px);height:1px;background:rgba(var(--color-foreground),.1);z-index:0}}.sc-journey__card{width:100%}.sc-journey__media{margin-bottom:14px;overflow:hidden;border-radius:16px}.sc-journey__img{width:100%;height:180px;object-fit:cover;display:block}.sc-journey__emoji{font-size:40px;line-height:1;margin-bottom:14px}.sc-journey__badge{display:inline-flex;background:rgba(var(--color-button),.08);color:rgb(var(--color-button));padding:4px 12px;border-radius:100px;font-family:var(--font-stack-body);font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:8px}.sc-journey__title{margin:0 0 6px;font-family:var(--font-stack-body);font-size:15px;font-weight:700;color:rgb(var(--color-heading))}.sc-journey__desc{margin:0 0 8px;font-family:var(--font-stack-body);font-size:13px;line-height:1.6;color:rgb(var(--color-foreground-secondary))}.sc-journey__link{font-family:var(--font-stack-body);font-size:12px;font-weight:700;color:rgb(var(--color-button));text-decoration:underline}.sc-showcase__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:768px){.sc-showcase__grid{grid-template-columns:1fr 1fr}}.sc-showcase__img-wrap{position:relative;overflow:visible}.sc-showcase__product-img{width:100%;height:auto;display:block}.sc-feature-pin{position:absolute;width:22px;height:22px;transform:translate(-50%,-50%);background:transparent;border:none;padding:0;cursor:pointer;z-index:2}.sc-feature-pin__dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:rgb(var(--color-button));transition:transform .22s ease}.sc-feature-pin__ring{position:absolute;top:50%;left:50%;width:22px;height:22px;border-radius:50%;border:2px solid rgb(var(--color-button));transform:translate(-50%,-50%);opacity:.35;animation:sc-pin-pulse 2s ease-out infinite}@keyframes sc-pin-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.35}70%{transform:translate(-50%,-50%) scale(2);opacity:0}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@media(prefers-reduced-motion:reduce){.sc-feature-pin__ring{animation:none}}.sc-feature-pin:hover .sc-feature-pin__dot{transform:translate(-50%,-50%) scale(1.4)}.sc-showcase__features{display:flex;flex-direction:column;gap:12px}.sc-feature-card{display:flex;align-items:flex-start;gap:14px;padding:16px;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;transition:all .24s cubic-bezier(.4,0,.2,1)}.sc-feature-card:hover{border-color:rgba(var(--color-button),.28);background:rgba(var(--color-button),.04);transform:translate(4px)}.sc-feature-card__icon{flex-shrink:0;width:44px;height:44px}.sc-feature-card__icon img{width:44px;height:44px;object-fit:contain}.sc-feature-card__title-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.sc-feature-card__title{margin:0;font-family:var(--font-stack-body);font-size:14px;font-weight:700;color:rgb(var(--color-heading))}.sc-feature-card__tag{font-family:var(--font-stack-body);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:100px;background:rgba(var(--color-button),.1);color:rgb(var(--color-button))}.sc-feature-card__desc{margin:0;font-family:var(--font-stack-body);font-size:13px;line-height:1.6;color:rgb(var(--color-foreground-secondary))}.sc-showcase__cta{display:flex;flex-direction:column;gap:8px;margin-top:8px}.sc-showcase__cta-sub{margin:0;font-family:var(--font-stack-body);font-size:12px;color:rgb(var(--color-foreground-secondary))}.sc-sustain__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:768px){.sc-sustain__grid{grid-template-columns:1fr 1fr}}@media(min-width:768px){.sc-sustain__grid--img-right .sc-sustain__media{order:2}.sc-sustain__grid--img-right .sc-sustain__content{order:1}}.sc-sustain__img{width:100%;display:block;border-radius:24px}.sc-sustain__commitments{display:flex;flex-direction:column;gap:14px;margin-top:22px}.sc-sustain__commitment{display:flex;align-items:flex-start;gap:14px}.sc-sustain__commitment-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:rgba(var(--color-button),.08);display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;margin-top:1px}.sc-sustain__commitment-title{margin:0 0 2px;font-family:var(--font-stack-body);font-size:14px;font-weight:700;color:rgb(var(--color-heading))}.sc-sustain__commitment-desc{margin:0;font-family:var(--font-stack-body);font-size:12px;line-height:1.55;color:rgb(var(--color-foreground-secondary))}.sc-sustain__badges{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin-top:24px}.sc-sustain__badges img{width:52px;height:52px;object-fit:contain;display:block}.sc-expert-card{padding:0 8px}.sc-expert-card__inner{padding:26px 20px;border:1px solid rgba(var(--color-foreground),.08);border-radius:20px;text-align:center;height:100%;display:flex;flex-direction:column;gap:10px;transition:all .24s cubic-bezier(.4,0,.2,1);background:rgb(var(--color-background))}.sc-expert-card__inner:hover{border-color:rgba(var(--color-button),.2);transform:translateY(-4px);box-shadow:0 10px 32px #00000017}.sc-expert-card__photo{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto;border:3px solid rgba(var(--color-foreground),.06);box-shadow:0 4px 14px #0000001a}.sc-expert-card__photo-img{width:100%;height:100%;object-fit:cover;display:block}.sc-expert-card__name{margin:0;font-family:var(--font-stack-body);font-size:15px;font-weight:700;color:rgb(var(--color-heading))}.sc-expert-card__title,.sc-expert-card__inst{margin:0;font-family:var(--font-stack-body);font-size:11px;font-weight:600;color:rgb(var(--color-foreground-secondary));letter-spacing:.03em}.sc-expert-card__badge{display:inline-flex;margin:0 auto;padding:4px 12px;border-radius:100px;background:rgba(var(--color-button),.08);color:rgb(var(--color-button));font-family:var(--font-stack-body);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sc-expert-card__quote{margin:0;font-style:normal;border-top:1px solid rgba(var(--color-foreground),.07);padding-top:12px}.sc-expert-card__quote p{margin:0;font-family:var(--font-stack-body);font-size:12px;line-height:1.65;font-style:italic;color:rgb(var(--color-foreground-secondary))}.sc-ugc__grid{gap:10px}.sc-ugc-item__link{display:block}.sc-ugc-item__media{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:1 / 1}.sc-ugc-item__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.15,.75,.5,1)}.sc-ugc-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:14px;opacity:0;transition:opacity .28s cubic-bezier(.4,0,.2,1)}.sc-ugc-item:hover .sc-ugc-item__img{transform:scale(1.06)}.sc-ugc-item:hover .sc-ugc-item__overlay{opacity:1}.sc-ugc-item__username{margin:0;font-family:var(--font-stack-body);font-size:12px;font-weight:800;color:#fff;letter-spacing:.04em}.sc-ugc-item__caption{margin:2px 0 0;font-family:var(--font-stack-body);font-size:11px;color:#ffffffd9;line-height:1.4}.sc-ugc-item__tag{display:inline-block;background:#fff3;color:#fff;padding:2px 8px;border-radius:6px;font-family:var(--font-stack-body);font-size:10px;font-weight:700;margin-top:5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sc-compare__scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 2px 12px #0000000d}.sc-compare__table{width:100%;border-collapse:collapse;font-family:var(--font-stack-body);min-width:460px}.sc-compare__th{padding:16px 20px;text-align:center;border-bottom:2px solid rgba(var(--color-foreground),.08);font-family:var(--font-stack-body);font-size:13px;font-weight:700;background:rgba(var(--color-foreground),.03)}.sc-compare__th--feature{text-align:left}.sc-compare__th--us{background:rgba(var(--color-button),.07);color:rgb(var(--color-button))}.sc-compare__th--us:before{content:"\2605  ";font-size:10px}.sc-compare__td{padding:14px 20px;text-align:center;border-bottom:1px solid rgba(var(--color-foreground),.06);font-family:var(--font-stack-body);font-size:13px;color:rgb(var(--color-foreground))}.sc-compare__td--feature{text-align:left;font-weight:600;color:rgb(var(--color-heading))}.sc-compare__td--us{background:rgba(var(--color-button),.04);font-weight:700}.sc-compare__row:last-child .sc-compare__td{border-bottom:none}.sc-compare__check{font-size:15px;font-weight:800}.sc-compare__check--yes{color:rgb(var(--color-success))}.sc-compare__check--no{color:rgba(var(--color-foreground),.25)}.sc-quiz__grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center}@media(min-width:768px){.sc-quiz__grid{grid-template-columns:1fr 1fr}}.sc-quiz__benefits{display:flex;flex-direction:column;gap:12px;margin:18px 0}.sc-quiz__benefit{display:flex;align-items:center;gap:12px}.sc-quiz__benefit-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(var(--color-button),.1);color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.sc-quiz__benefit>span{font-family:var(--font-stack-body);font-size:14px;color:rgb(var(--color-foreground));line-height:1.5}.sc-quiz__skin-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sc-quiz__skin-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px;border:1.5px solid rgba(var(--color-foreground),.1);border-radius:16px;background:transparent;cursor:pointer;font-family:var(--font-stack-body);font-size:12px;font-weight:700;color:rgb(var(--color-foreground));transition:all .22s cubic-bezier(.4,0,.2,1)}.sc-quiz__skin-btn:hover{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.06);transform:translateY(-2px);box-shadow:0 4px 14px #00000014}.sc-quiz__skin-icon{font-size:26px;line-height:1}.sc-quiz__img{width:100%;display:block;border-radius:20px}.sc-inci__toolbar{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.sc-inci__search-wrap{flex:1;min-width:180px}.sc-inci__search{width:100%}.sc-inci__legend{display:flex;align-items:center;gap:8px;margin-bottom:14px}.sc-inci__legend-dot--hero{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:rgb(var(--color-button))}.sc-inci__list{line-height:2.1;font-family:var(--font-stack-body);font-size:13px;color:rgb(var(--color-foreground))}.sc-inci__item{display:inline}.sc-inci__item--hero .sc-inci__item-inci,.sc-inci__item--hero .sc-inci__item-simple{font-weight:700;color:rgb(var(--color-button))}.sc-inci__item-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:rgb(var(--color-button));margin-right:3px;vertical-align:middle}.sc-ampm__tabs{display:flex;gap:0;background:rgba(var(--color-foreground),.04);border-radius:100px;padding:5px;max-width:320px;margin:0 auto 32px}.sc-ampm__tab{flex:1;padding:10px 18px;background:transparent;border:none;border-radius:100px;cursor:pointer;font-family:var(--font-stack-body);font-size:13px;font-weight:700;color:rgb(var(--color-foreground-secondary));transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:6px;justify-content:center}.sc-ampm__tab.active{background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 2px 10px #0000001a}.sc-ampm__panel--hidden{display:none}.sc-ampm__steps{display:flex;flex-direction:column;gap:4px;max-width:620px;margin:0 auto}.sc-ampm__step{display:flex;align-items:flex-start;gap:14px;padding:14px 12px;border-radius:16px;transition:background .22s ease}.sc-ampm__step:hover{background:rgba(var(--color-foreground),.03)}.sc-ampm__step-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-family:var(--font-stack-body);font-size:13px;font-weight:800;margin-top:2px;box-shadow:0 2px 8px rgba(var(--color-button),.28)}.sc-ampm__step-img{flex-shrink:0;width:68px;height:68px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.sc-ampm__step-img img{width:100%;height:100%;object-fit:cover;display:block}.sc-ampm__step-title{margin:0 0 3px;font-family:var(--font-stack-body);font-size:14px;font-weight:700;color:rgb(var(--color-heading))}.sc-ampm__step-inst{margin:0 0 6px;font-family:var(--font-stack-body);font-size:12px;line-height:1.55;color:rgb(var(--color-foreground-secondary))}.sc-ampm__step-time{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;background:rgba(var(--color-button),.08);color:rgb(var(--color-button));font-family:var(--font-stack-body);font-size:10px;font-weight:700;letter-spacing:.04em}.sc-pcard{border-radius:20px;background:rgb(var(--color-background));overflow:hidden;font-family:var(--font-stack-body)}.sc-pcard__body{padding:14px}.sc-pcard__title-link{color:inherit;text-decoration:none;transition:color .22s ease}.sc-pcard__title-link:hover{color:rgb(var(--color-foreground-secondary))}.sc-pcard--style6{border:1px solid rgba(var(--color-foreground),.08);transition:all .26s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 6px #0000000d}.sc-pcard--style6:hover{box-shadow:0 10px 32px #0000001a;transform:translateY(-4px)}.sc-pcard--style6 .sc-pcard__img-wrap{display:block;overflow:hidden;background:rgba(var(--color-foreground),.04)}.sc-pcard--style6 .sc-pcard__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.15,.75,.5,1)}.sc-pcard--style6:hover .sc-pcard__img{transform:scale3d(1.06,1.06,1.06) translateZ(0)}.sc-pcard--style6 .sc-pcard__sold-out-badge{position:absolute;top:12px;left:12px;z-index:2;background:#000000a6;color:#fff;padding:3px 10px;border-radius:100px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.sc-pcard--style6 .sc-pcard__wishlist-btn{position:absolute;top:12px;right:12px;z-index:2}.sc-pcard--style6 .sc-pcard__feature-strip{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;background:var(--sc-pcard-strip-bg, #FFCD00);min-height:42px;gap:8px}.sc-pcard--style6 .sc-pcard__feature-text{font-family:var(--font-stack-body);font-size:12px;font-weight:800;color:var(--sc-pcard-strip-text, #1a1a1a);flex:1;letter-spacing:.01em}.sc-pcard--style6 .sc-pcard__rating{display:inline-flex;align-items:center;gap:5px;background:#0000001f;padding:3px 8px;border-radius:100px;flex-shrink:0}.sc-pcard--style6 .sc-pcard__star{color:var(--sc-pcard-strip-text, #1a1a1a)}.sc-pcard--style6 .sc-pcard__rating-num{font-size:12px;font-weight:800;color:var(--sc-pcard-strip-text, #1a1a1a)}.sc-pcard--style6 .sc-pcard__title{font-size:14px;font-weight:700;color:rgb(var(--color-heading));margin:0 0 10px}.sc-pcard--style6 .sc-pcard__divider{border-top:1.5px dashed rgba(var(--color-foreground),.1);margin:8px 0}.sc-pcard--style6 .sc-pcard__price-row{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.sc-pcard--style6 .sc-pcard__price-current{font-size:16px;font-weight:900;letter-spacing:-.01em;color:rgb(var(--color-price-regular))}.sc-pcard--style6 .sc-pcard__price-compare{margin-top:2px;display:flex;align-items:center;gap:6px}.sc-pcard--style6 .sc-pcard__compare{font-size:12px;text-decoration:line-through;color:rgb(var(--color-foreground-secondary))}.sc-pcard--style6 .sc-pcard__discount{font-size:12px;font-weight:800;color:rgb(var(--color-success))}.sc-pcard--style6 .sc-pcard__color-dots{display:flex;align-items:center;gap:4px}.sc-pcard--style6 .sc-pcard__color-dot{width:18px;height:18px;border-radius:50%;border:2px solid rgba(var(--color-foreground),.1);box-shadow:inset 0 0 0 1px #00000014;cursor:pointer;transition:border-color .2s ease}.sc-pcard--style6 .sc-pcard__color-dot:hover{border-color:rgb(var(--color-foreground))}.sc-pcard--style6 .sc-pcard__color-more{font-size:11px;font-weight:700;color:rgb(var(--color-foreground-secondary))}.sc-pcard--style7{border:1px solid rgba(var(--color-foreground),.08);transition:all .26s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 6px #0000000d}.sc-pcard--style7:hover{box-shadow:0 10px 32px #0000001a;transform:translateY(-4px)}.sc-pcard7__bestseller-badge{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;align-items:center;gap:5px;background:#fffffff2;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:rgb(var(--color-foreground));padding:5px 12px;border-radius:100px;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 2px 8px #0000001a}.sc-pcard7__split{display:flex;width:100%}.sc-pcard7__half{flex:1;overflow:hidden;position:relative}.sc-pcard7__half img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;aspect-ratio:1 / 1.3}.sc-pcard7__half--before:after{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background:rgb(var(--color-background));z-index:1}.sc-pcard7__split-labels{display:flex;background:rgba(var(--color-foreground),.04)}.sc-pcard7__split-label{flex:1;text-align:center;padding:7px 0;font-family:var(--font-stack-body);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-heading))}.sc-pcard7__single-img{aspect-ratio:3/4;overflow:hidden}.sc-pcard7__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}.sc-pcard--style7:hover .sc-pcard7__img{transform:scale(1.05)}.sc-pcard7__body{padding:14px 14px 12px}.sc-pcard7__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sc-pcard7__rating{display:inline-flex;align-items:center;gap:4px;background:rgba(var(--color-foreground),.05);padding:4px 10px;border-radius:100px}.sc-pcard7__star{color:#e8a700;flex-shrink:0;width:12px;height:12px}.sc-pcard7__rating-num{font-size:12px;font-weight:800;color:rgb(var(--color-foreground))}.sc-pcard7__divider{color:rgba(var(--color-foreground),.2);font-size:12px}.sc-pcard7__reviews{display:inline-flex;align-items:center;gap:4px;background:#3b82f614;padding:4px 10px;border-radius:100px;color:#3b82f6}.sc-pcard7__reviews span{font-size:12px;font-weight:700}.sc-pcard7__title{margin:0 0 8px;font-size:14px;font-weight:700;color:rgb(var(--color-heading));line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sc-pcard7__title-link{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(var(--color-foreground),.25);transition:text-decoration-color .2s}.sc-pcard7__title-link:hover{text-decoration-color:rgb(var(--color-foreground))}.sc-pcard7__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:12px}.sc-pcard7__compare{font-size:12px;text-decoration:line-through;color:rgb(var(--color-foreground-secondary))}.sc-pcard7__price{font-size:16px;font-weight:900;letter-spacing:-.01em;color:rgb(var(--color-price-regular))}.sc-pcard7__discount{font-size:12px;font-weight:800;color:rgb(var(--color-success))}.sc-pcard7__atc-wrap{display:block}.sc-pcard7__form{width:100%}.sc-pcard7__atc-btn{width:100%;font-family:var(--font-stack-body);padding:13px 16px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;position:relative;border-radius:var(--btn-border-radius, 8px)}.sc-pcard7__atc-text{display:flex;align-items:center;justify-content:center;width:100%}.sc-prodgrid__filters{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.sc-prodgrid__filter-btn{padding:8px 20px;border-radius:100px;border:1.5px solid rgba(var(--color-foreground),.1);background:transparent;font-family:var(--font-stack-body);font-size:12px;font-weight:700;letter-spacing:.03em;color:rgb(var(--color-foreground-secondary));cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1)}.sc-prodgrid__filter-btn:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button));background:rgba(var(--color-button),.06)}.sc-prodgrid__filter-btn.active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 2px 10px rgba(var(--color-button),.25)}.sc-prodgrid__grid{row-gap:20px}@media screen and (max-width:767px){.sc-prodgrid__grid{row-gap:14px}}@media screen and (max-width:767px){.sc-ampm__tabs,.sc-routine__tabs{max-width:100%}.sc-pcard7__bestseller-badge{font-size:9px;padding:4px 10px}.sc-compare__scroll-wrap{border-radius:0;margin-left:-15px;margin-right:-15px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/skincare-sections.css.map */
