:root{--she-orange: #ff6600;--she-orange-600: #e65c00;--she-orange-050: #fff4ec;--she-dark: #111111;--she-accent: #222222;--she-white: #ffffff;--she-grey-050: #fafafa;--she-grey-100: #f5f5f5;--she-grey-200: #ececec;--she-grey-300: #dcdcdc;--she-text: #1a1a1a;--she-text-muted: #5b5b5b;--she-line: rgba(17, 17, 17, .08);--she-accent-color: var(--she-orange);--she-accent-color-600: var(--she-orange-600);--she-font-heading: var(--font-heading-family, var(--font-body-family, "Inter", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif));--she-font-body: var(--font-body-family, "Inter", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);--she-fs-display: clamp(3.6rem, 2.24rem + 3.8vw, 6.8rem);--she-fs-h1: clamp(3.2rem, 2.08rem + 3vw, 5.6rem);--she-fs-h2: clamp(2.72rem, 1.92rem + 2vw, 4.4rem);--she-fs-h3: clamp(2.16rem, 1.68rem + 1.1vw, 3.04rem);--she-fs-h4: clamp(1.84rem, 1.6rem + .6vw, 2.24rem);--she-fs-lead: clamp(1.68rem, 1.568rem + .5vw, 2.08rem);--she-fs-body: 1.6rem;--she-fs-small: 1.4rem;--she-radius-sm: 10px;--she-radius: 18px;--she-radius-lg: 26px;--she-radius-xl: 34px;--she-radius-pill: 999px;--she-shadow-xs: 0 1px 2px rgba(17, 17, 17, .05);--she-shadow-sm: 0 6px 18px rgba(17, 17, 17, .06);--she-shadow: 0 14px 40px rgba(17, 17, 17, .08);--she-shadow-lg: 0 26px 70px rgba(17, 17, 17, .12);--she-shadow-accent: 0 16px 40px rgba(255, 102, 0, .28);--she-container: 1440px;--she-container-narrow: 960px;--she-gutter: 20px;--she-gap: clamp(14px, 1.4vw, 24px);--she-section-y: clamp(48px, 6vw, 104px);--she-section-y-tight: clamp(32px, 4vw, 64px);--she-ease: cubic-bezier(.22, 1, .36, 1);--she-ease-out: cubic-bezier(.16, 1, .3, 1);--she-dur: .45s}.she-root{font-family:var(--she-font-body);color:var(--she-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.she-root *,.she-root *:before,.she-root *:after{box-sizing:border-box}.she-root img{max-width:100%;height:auto;display:block}.she-root h1,.she-root h2,.she-root h3,.she-root h4{font-family:var(--she-font-heading);color:var(--she-dark);line-height:1.08;letter-spacing:-.02em;margin:0;font-weight:700}.she-section{position:relative;padding-block:var(--she-section-y)}.she-section--tight{padding-block:var(--she-section-y-tight)}.she-section--flush-top{padding-top:0}.she-section--flush-bottom{padding-bottom:0}.she-container{width:100%;max-width:var(--she-container);margin-inline:auto;padding-inline:var(--she-gutter)}.she-container--narrow{max-width:var(--she-container-narrow)}@media(min-width:750px){:root{--she-gutter: 32px}}@media(min-width:1200px){:root{--she-gutter: 48px}}.she-head{max-width:760px;margin-bottom:clamp(28px,3vw,52px)}.she-head--center{margin-inline:auto;text-align:center}.she-head--end{margin-inline-start:auto;text-align:right}.she-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:var(--she-fs-small);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--she-accent-color);margin-bottom:14px}.she-eyebrow:before{content:"";width:26px;height:2px;border-radius:2px;background:var(--she-accent-color)}.she-head--center .she-eyebrow:before{display:none}.she-title{font-size:var(--she-fs-h2)}.she-title--h1{font-size:var(--she-fs-h1)}.she-subtitle{margin-top:16px;font-size:var(--she-fs-lead);color:var(--she-text-muted);line-height:1.55;font-weight:400}.she-btn{--_bg: var(--she-accent-color);--_fg: #fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--she-font-body);font-size:1.6rem;font-weight:600;line-height:1;text-decoration:none;padding:15px 28px;border-radius:var(--she-radius-pill);border:2px solid transparent;cursor:pointer;background:var(--_bg);color:var(--_fg);transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease),background-color var(--she-dur) var(--she-ease),color var(--she-dur) var(--she-ease);will-change:transform}.she-btn:hover{transform:translateY(-2px);box-shadow:var(--she-shadow-accent);background:var(--she-accent-color-600)}.she-btn:focus-visible{outline:3px solid var(--she-accent-color);outline-offset:3px}.she-btn .she-btn__icon{width:18px;height:18px;transition:transform var(--she-dur) var(--she-ease)}.she-btn:hover .she-btn__icon{transform:translate(3px)}.she-btn--secondary{--_bg: transparent;--_fg: var(--she-dark);border-color:#1111112e}.she-btn--secondary:hover{background:var(--she-dark);color:#fff;border-color:var(--she-dark);box-shadow:var(--she-shadow)}.she-btn--ghost{--_bg: transparent;--_fg: var(--she-dark);border-color:transparent;padding-inline:8px}.she-btn--ghost:hover{background:transparent;color:var(--she-accent-color);box-shadow:none;transform:translateY(0)}.she-btn--light{--_bg: #fff;--_fg: var(--she-dark)}.she-btn--light:hover{background:var(--she-grey-100);color:var(--she-dark)}.she-btn--on-dark.she-btn--secondary{--_fg: #fff;border-color:#ffffff47}.she-btn--on-dark.she-btn--secondary:hover{background:#fff;color:var(--she-dark);border-color:#fff}.she-btn--block{width:100%}.she-btn--lg{padding:18px 34px;font-size:1.68rem}@media(max-width:479px){.she-btn--lg{padding-inline:20px}}.she-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--she-accent-color);text-decoration:none}.she-link svg{width:16px;height:16px;transition:transform var(--she-dur) var(--she-ease)}.she-link:hover svg{transform:translate(4px)}.she-card{position:relative;background:#fff;border-radius:var(--she-radius-lg);border:1px solid var(--she-line);overflow:hidden;transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease)}.she-card:hover{transform:translateY(-6px);box-shadow:var(--she-shadow-lg)}.she-glass{background:#ffffffb3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.5)}.she-grid{display:grid;gap:var(--she-gap)}.she-grid--2{grid-template-columns:repeat(2,1fr)}.she-grid--auto{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}@media(min-width:750px){.she-cols-sm-2{grid-template-columns:repeat(2,1fr)}.she-cols-sm-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.she-cols-lg-3{grid-template-columns:repeat(3,1fr)}.she-cols-lg-4{grid-template-columns:repeat(4,1fr)}.she-cols-lg-6{grid-template-columns:repeat(6,1fr)}}.she-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--she-radius-pill);background:var(--she-orange-050);color:var(--she-accent-color-600);font-size:var(--she-fs-small);font-weight:700}.she-chip--soon{background:#1111110f;color:var(--she-accent)}.she-divider{height:1px;background:var(--she-line);border:0;margin:0}.she-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.she-track{display:flex;gap:var(--she-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.she-track::-webkit-scrollbar{display:none}.she-track>*{scroll-snap-align:start;flex:0 0 auto}.she-carousel{position:relative}.she-carousel__nav{display:inline-flex;gap:10px;margin-top:22px}.she-carousel__btn{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--she-line);color:var(--she-dark);cursor:pointer;transition:all var(--she-dur) var(--she-ease)}.she-carousel__btn:hover{background:var(--she-dark);color:#fff;box-shadow:var(--she-shadow)}.she-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.she-carousel__btn svg{width:20px;height:20px}.she-root--dark{background:var(--she-dark);color:#ffffffd1}.she-root--dark h1,.she-root--dark h2,.she-root--dark h3,.she-root--dark h4{color:#fff}.she-root--dark .she-subtitle{color:#ffffffad}.she-root--dark .she-card{background:#ffffff0a;border-color:#ffffff14;color:#ffffffd1}.she-root--dark .she-carousel__btn{background:#ffffff0f;border-color:#ffffff24;color:#fff}.she-root--dark .she-carousel__btn:hover{background:#fff;color:var(--she-dark)}@media(prefers-reduced-motion:reduce){.she-root *,.she-root *:before,.she-root *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.she-iconbox{display:flex;gap:14px;align-items:flex-start;text-decoration:none;color:inherit}.she-iconbox--stack{flex-direction:column}.she-iconbox__icon{flex:0 0 auto;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:var(--she-accent-color);background:var(--she-orange-050);transition:transform var(--she-dur) var(--she-ease),background-color var(--she-dur) var(--she-ease),color var(--she-dur) var(--she-ease)}a.she-iconbox:hover .she-iconbox__icon{transform:translateY(-3px);background:var(--she-accent-color);color:#fff}.she-iconbox__img{width:28px;height:28px;object-fit:contain}.she-iconbox__title{display:block;font-family:var(--she-font-heading);font-weight:700;font-size:var(--she-fs-h4);color:var(--she-dark);letter-spacing:-.01em}.she-iconbox__text{display:block;margin-top:6px;color:var(--she-text-muted);line-height:1.55;font-size:1.568rem}.she-root--dark .she-iconbox__icon{background:#ff660024}.she-root--dark .she-iconbox__title{color:#fff}.she-stars{position:relative;display:inline-flex;color:var(--she-grey-300)}.she-stars:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#ffb400;width:calc(var(--rating, 5) / 5 * 100%);-webkit-mask:linear-gradient(#000 0 0);pointer-events:none}.she-stars svg{display:block}.she-stars--gold{color:#ffb400}.she-cat{position:relative;display:block;overflow:hidden;border-radius:var(--she-radius-lg);color:#fff;text-decoration:none;aspect-ratio:3 / 4;background:var(--she-dark);box-shadow:var(--she-shadow-sm);transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease)}.she-cat:hover{transform:translateY(-6px);box-shadow:var(--she-shadow-lg)}.she-cat--wide{aspect-ratio:16 / 10}.she-cat--lg{aspect-ratio:4 / 5}.she-cat__media{position:absolute;top:0;right:0;bottom:0;left:0}.she-cat__img,.she-cat__placeholder{width:100%;height:100%;object-fit:cover}.she-cat__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1110 35%,#111111b8)}.she-cat__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;padding:clamp(18px,2vw,26px);display:flex;flex-direction:column;justify-content:flex-end;gap:6px}.she-cat__icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#ffffff29;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-bottom:auto;color:#fff}.she-cat__title{font-size:var(--she-fs-h3);color:#fff}.she-cat__desc{margin:4px 0 0;color:#ffffffd1;font-size:1.52rem;line-height:1.5}.she-cat__cta{position:absolute;right:clamp(18px,2vw,26px);bottom:clamp(18px,2vw,26px);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--she-accent-color);color:#fff;transform:translateY(6px);opacity:0;transition:all var(--she-dur) var(--she-ease)}.she-cat:hover .she-cat__cta{transform:none;opacity:1}.she-cat__badge{position:absolute;top:16px;left:16px;z-index:2;padding:7px 13px;border-radius:var(--she-radius-pill);background:var(--she-accent-color);color:#fff;font-size:1.248rem;font-weight:700;letter-spacing:.02em}.she-cat__badge--soon{background:#ffffffeb;color:var(--she-dark)}.she-cat--soon{cursor:default}.she-cat--soon .she-cat__media{filter:grayscale(.35)}.she-pcard{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:var(--she-radius-lg);border:1px solid var(--she-line);overflow:hidden;transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease),border-color var(--she-dur) var(--she-ease)}.she-pcard:hover{transform:translateY(-6px);box-shadow:var(--she-shadow-lg);border-color:transparent}.she-pcard__link{display:block}.she-pcard__media{position:relative;aspect-ratio:1 / 1;background:var(--she-grey-050);padding:12px}.she-pcard__img{width:100%;height:100%;object-fit:contain}.she-pcard__img--alt{position:absolute;top:12px;right:12px;bottom:12px;left:12px;width:auto;height:auto;opacity:0;transition:opacity var(--she-dur) var(--she-ease)}.she-pcard:hover .she-pcard__img--alt{opacity:1}.she-pcard__flag{position:absolute;z-index:2;top:12px;padding:6px 11px;border-radius:var(--she-radius-pill);font-size:1.248rem;font-weight:700;letter-spacing:.01em}.she-pcard__flag--sale{left:12px;background:var(--she-accent-color);color:#fff}.she-pcard__flag--out{right:12px;background:#111111d1;color:#fff}.she-pcard__body{display:flex;flex-direction:column;gap:8px;padding:16px 18px 20px;flex:1 1 auto}.she-pcard__vendor{font-size:1.248rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--she-accent-color)}.she-pcard__title{font-size:1.632rem;line-height:1.35;font-weight:600;margin:0;letter-spacing:-.01em}.she-pcard__title a{color:var(--she-dark);text-decoration:none}.she-pcard__title a:hover{color:var(--she-accent-color)}.she-pcard__rating{display:inline-flex;align-items:center;gap:6px}.she-pcard__rcount{font-size:1.28rem;color:var(--she-text-muted)}.she-pcard__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.she-pcard__amount{font-family:var(--she-font-heading);font-weight:700;font-size:1.92rem;color:var(--she-dark)}.she-pcard__amount--sale{color:var(--she-accent-color)}.she-pcard__compare{text-decoration:line-through;color:var(--she-text-muted);font-size:1.52rem}.she-pcard__form{display:block;margin-top:6px}.she-pcard__atc{padding-block:12px;font-size:1.52rem}.she-hero{position:relative;display:flex;align-items:center;overflow:hidden;isolation:isolate}.she-hero--medium{min-height:clamp(440px,62vh,620px)}.she-hero--large{min-height:clamp(540px,82vh,820px)}.she-hero--full{min-height:100svh}.she-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.she-hero__poster,.she-hero__video{position:absolute;top:0;right:0;bottom:0;left:0}.she-hero__poster img,.she-hero__video :is(img,video){width:100%;height:100%;object-fit:cover}.she-hero--parallax .she-hero__media{top:-6%;bottom:-6%;height:auto}.she-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111111d9,#11111159 55%,#1111111a),linear-gradient(0deg,#1111118c,#1110)}.she-hero--center .she-hero__scrim{background:linear-gradient(0deg,#111111b3,#11111140)}.she-hero__poster--desktop{display:none}.she-hero__poster--mobile{display:block}@media(min-width:750px){.she-hero__poster--desktop{display:block}.she-hero__poster--mobile{display:none}}.she-hero__inner{position:relative;z-index:1;padding-block:clamp(64px,12vh,120px)}.she-hero__content{max-width:720px}.she-hero--center .she-hero__content{max-width:860px;margin-inline:auto;text-align:center}.she-hero--center .she-hero__cta,.she-hero--center .she-hero__highlights{justify-content:center}.she-hero__title{font-size:var(--she-fs-display);margin:12px 0 0}.she-hero__sub{margin-top:20px;font-size:var(--she-fs-lead);line-height:1.5;max-width:40ch}.she-hero--center .she-hero__sub{margin-inline:auto}.she-hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.she-hero__highlights{list-style:none;margin:34px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px 22px}.she-hero__hl{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:1.52rem}.she-hero__hl-ico{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ffffff24;color:var(--she-accent-color)}.she-hero--large.she-root--dark .she-hero__hl{color:#ffffffeb}.she-hero__cue{position:absolute;left:50%;bottom:22px;transform:translate(-50%);z-index:1;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#ffffff1f;animation:she-float 2.4s var(--she-ease) infinite}@media(prefers-reduced-motion:reduce){.she-hero__cue{animation:none}}.she-usp--soft{background:var(--she-grey-100)}.she-usp__list{list-style:none;margin:0;padding:0;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.she-usp__list{grid-template-columns:repeat(5,1fr);gap:18px}}.she-usp--cards .she-usp__item{background:#fff;border:1px solid var(--she-line);border-radius:var(--she-radius);padding:18px;box-shadow:var(--she-shadow-xs)}.she-usp__item{display:flex;align-items:center;gap:12px}.she-usp__icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--she-accent-color);background:var(--she-orange-050)}.she-root--dark .she-usp__icon{background:#ff660024}.she-usp__label{display:block;font-weight:600;font-size:1.536rem;line-height:1.25;color:var(--she-dark)}.she-root--dark .she-usp__label{color:#fff}.she-usp__sub{display:block;font-size:1.312rem;color:var(--she-text-muted);margin-top:2px}.she-cat-grid--soft{background:var(--she-grey-100)}.she-cat-grid__grid{display:grid;gap:var(--she-gap);grid-template-columns:repeat(2,1fr)}.she-cat-grid__cell--wide,.she-cat-grid__cell--lg{grid-column:span 2}@media(min-width:750px){.she-cat-grid__grid{grid-template-columns:repeat(3,1fr)}.she-cat-grid__cell--wide{grid-column:span 2}.she-cat-grid__cell--lg{grid-column:span 1;grid-row:span 2}.she-cat-grid__grid--bento .she-cat-grid__cell:first-child{grid-column:span 2;grid-row:span 2}}@media(min-width:990px){.she-cat-grid__grid{grid-template-columns:repeat(4,1fr)}.she-cat-grid__cell--wide{grid-column:span 2}.she-cat-grid__grid--bento .she-cat-grid__cell:first-child{grid-column:span 2;grid-row:span 2}}.she-cat-grid__grid--bento .she-cat-grid__cell:first-child .she-cat,.she-cat-grid__cell--lg .she-cat{height:100%;aspect-ratio:auto;min-height:320px}.she-why--soft{background:var(--she-grey-100)}.she-why__layout{display:grid;gap:clamp(28px,4vw,60px);align-items:center}@media(min-width:990px){.she-why--split .she-why__layout{grid-template-columns:.85fr 1.15fr}}.she-why__media{position:relative;border-radius:var(--she-radius-lg);overflow:hidden;box-shadow:var(--she-shadow);aspect-ratio:4 / 5}.she-why__media img{width:100%;height:100%;object-fit:cover}.she-why__media-badge{position:absolute;left:18px;bottom:18px;padding:10px 16px;border-radius:var(--she-radius-pill);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:700;font-size:1.36rem;color:var(--she-dark);box-shadow:var(--she-shadow-sm)}.she-why__grid{display:grid;gap:clamp(20px,2.4vw,34px);grid-template-columns:1fr;margin-top:8px}@media(min-width:620px){.she-why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.she-why:not(.she-why--split) .she-why__grid{grid-template-columns:repeat(3,1fr)}}.she-why__cta{margin-top:clamp(24px,3vw,40px)}.she-why__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:clamp(36px,5vw,68px);padding-top:clamp(28px,3vw,44px);border-top:1px solid var(--she-line);text-align:center}@media(min-width:750px){.she-why__stats{grid-template-columns:repeat(4,1fr)}}.she-why__stat-num{display:block;font-family:var(--she-font-heading);font-weight:800;font-size:clamp(3.2rem,2.24rem + 2vw,4.8rem);color:var(--she-accent-color);line-height:1;letter-spacing:-.02em}.she-why__stat-label{display:block;margin-top:8px;color:var(--she-text-muted);font-weight:500}.she-fp--soft,.she-topcat--soft{background:var(--she-grey-100)}.she-fp__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.she-fp__head .she-head{margin-bottom:clamp(20px,2.4vw,34px)}.she-fp__nav{margin-top:0;margin-bottom:clamp(20px,2.4vw,34px)}.she-fp__grid{display:grid;gap:var(--she-gap);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.she-fp__grid--cols-3,.she-fp__grid--cols-4,.she-fp__grid--cols-5{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.she-fp__grid--cols-4{grid-template-columns:repeat(4,1fr)}.she-fp__grid--cols-5{grid-template-columns:repeat(5,1fr)}}.she-fp__cell,.she-topcat__cell{flex:0 0 auto;width:min(78vw,300px)}@media(min-width:750px){.she-fp__cell,.she-topcat__cell{width:300px}}.she-topcat__cell{width:min(60vw,240px)}@media(min-width:750px){.she-topcat__cell{width:240px}}.she-fp__footer{margin-top:clamp(28px,3vw,44px);display:flex;justify-content:center}.she-sol--soft{background:var(--she-grey-100)}.she-sol__grid{display:grid;gap:var(--she-gap);grid-template-columns:1fr}@media(min-width:620px){.she-sol__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.she-sol__grid{grid-template-columns:repeat(4,1fr)}}.she-sol__card{position:relative;display:block;border-radius:var(--she-radius-lg);overflow:hidden;text-decoration:none;color:inherit;min-height:380px;box-shadow:var(--she-shadow-sm);transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease)}.she-sol__card:hover{transform:translateY(-6px);box-shadow:var(--she-shadow-lg)}.she-sol__media{position:absolute;top:0;right:0;bottom:0;left:0}.she-sol__media img{width:100%;height:100%;object-fit:cover}.she-sol__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11111126,#1116 45%,#111111e6)}.she-sol__body{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:clamp(20px,2vw,28px);color:#fff}.she-sol__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--she-accent-color);color:#fff;margin-bottom:6px}.she-sol__title{color:#fff;font-size:var(--she-fs-h3)}.she-sol__text{color:#ffffffd1;font-size:1.52rem;line-height:1.5;margin:0}.she-sol__link{color:#fff;margin-top:6px}.she-sol__card:hover .she-sol__link{color:var(--she-accent-color)}.she-calc--soft{background:var(--she-grey-100)}.she-calc__panel{border-radius:var(--she-radius-xl);padding:clamp(24px,3vw,52px);background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.she-root:not(.she-root--dark) .she-calc__panel{background:#fff;border-color:var(--she-line);box-shadow:var(--she-shadow)}.she-calc__intro{display:flex;gap:16px;align-items:flex-start;margin-bottom:clamp(20px,2.4vw,34px)}.she-calc__intro .she-head{margin-bottom:0}.she-calc__icon{flex:0 0 auto;width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--she-accent-color);color:#fff}.she-calc__body{display:grid;gap:clamp(24px,3vw,44px)}@media(min-width:900px){.she-calc__body{grid-template-columns:1fr 1fr;align-items:start}}.she-calc__form{display:grid;gap:22px}.she-calc__field label,.she-calc__legend{display:block;font-weight:600;margin-bottom:10px}.she-calc__field input[type=range]{width:100%;accent-color:var(--she-accent-color)}.she-calc__seg{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.she-calc__seg label{position:relative;cursor:pointer}.she-calc__seg input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.she-calc__seg span{display:block;text-align:center;padding:12px;border-radius:var(--she-radius);border:1px solid rgba(127,127,127,.28);font-weight:600;transition:all var(--she-dur) var(--she-ease)}.she-calc__seg input:checked+span{background:var(--she-accent-color);color:#fff;border-color:var(--she-accent-color)}.she-calc__seg input:focus-visible+span{outline:3px solid var(--she-accent-color);outline-offset:2px}.she-calc__checks{display:flex;flex-wrap:wrap;gap:12px}.she-calc__check{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--she-radius-pill);border:1px solid rgba(127,127,127,.28);cursor:pointer;font-weight:600}.she-calc__check input{accent-color:var(--she-accent-color);width:18px;height:18px}.she-calc__result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.she-calc__stat{padding:18px;border-radius:var(--she-radius);background:#7f7f7f14;text-align:left}.she-calc__stat--accent{background:var(--she-accent-color);color:#fff}.she-calc__stat-num{display:block;font-family:var(--she-font-heading);font-weight:800;font-size:clamp(2.4rem,1.76rem + 1.4vw,3.36rem);line-height:1;letter-spacing:-.02em}.she-calc__stat-label{display:block;margin-top:8px;font-size:1.36rem;opacity:.8}.she-calc__cta{margin-top:22px}.she-calc__note{margin:12px 0 0;font-size:1.28rem;opacity:.7;line-height:1.5}.she-brands--soft{background:var(--she-grey-100)}.she-brands__viewport{overflow:hidden;margin-top:8px;-webkit-mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.she-brands__track{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:clamp(28px,5vw,72px);flex-wrap:wrap;justify-content:center}.she-brands__viewport--marquee .she-brands__track{flex-wrap:nowrap;justify-content:flex-start;width:max-content;animation:she-marquee var(--she-marquee-speed, 40s) linear infinite}.she-brands__viewport--marquee:hover .she-brands__track{animation-play-state:paused}.she-brands__item{flex:0 0 auto}.she-brands__logo{display:grid;place-items:center;height:56px;min-width:90px;text-decoration:none}.she-brands__img{max-height:46px;width:auto;object-fit:contain}.she-brands__name{font-family:var(--she-font-heading);font-weight:700;font-size:2rem;color:var(--she-text-muted);letter-spacing:.01em}.she-brands--grayscale .she-brands__img{filter:grayscale(1);opacity:.65;transition:filter var(--she-dur) var(--she-ease),opacity var(--she-dur) var(--she-ease)}.she-brands--grayscale .she-brands__logo:hover .she-brands__img{filter:none;opacity:1}@media(prefers-reduced-motion:reduce){.she-brands__viewport--marquee .she-brands__track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}.she-brands__viewport--marquee .she-brands__item[aria-hidden=true]{display:none}}.she-budmat{position:relative;overflow:hidden;isolation:isolate}.she-budmat--soft{background:var(--she-grey-100)}.she-budmat__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-size:cover;background-position:center}.she-budmat__bg-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#111111d1,#111111eb)}.she-budmat__head{max-width:720px}.she-budmat__title{font-size:var(--she-fs-h1);margin-top:16px;color:#fff}.she-budmat__sub{margin-top:16px;font-size:var(--she-fs-lead);color:#ffffffb8;line-height:1.55}.she-budmat__grid{display:grid;gap:var(--she-gap);grid-template-columns:repeat(2,1fr);margin-top:clamp(32px,4vw,52px)}@media(min-width:750px){.she-budmat__grid{grid-template-columns:repeat(4,1fr)}}.she-budmat__card{display:flex;flex-direction:column;gap:10px;padding:clamp(20px,2vw,28px);border-radius:var(--she-radius-lg);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform var(--she-dur) var(--she-ease),background-color var(--she-dur) var(--she-ease)}.she-budmat__card:hover{transform:translateY(-5px);background:#ffffff17}.she-budmat__ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#ff660029;color:var(--she-accent-color)}.she-budmat__label{font-family:var(--she-font-heading);font-weight:700;font-size:var(--she-fs-h4);color:#fff}.she-budmat__text{color:#ffffffad;font-size:1.472rem;line-height:1.5}.she-budmat__cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:clamp(32px,4vw,48px)}.she-budmat__note{color:#fff9;font-size:1.44rem}.she-ref--soft{background:var(--she-grey-100)}.she-ref__card{flex:0 0 auto;width:min(86vw,520px);margin:0}.she-ba{--she-ba-pos: 50%;position:relative;aspect-ratio:4 / 3;border-radius:var(--she-radius-lg);overflow:hidden;box-shadow:var(--she-shadow);cursor:ew-resize;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:var(--she-grey-200)}.she-ba__img{position:absolute;top:0;right:0;bottom:0;left:0}.she-ba__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.she-ba__after{z-index:1}.she-ba__before{z-index:2;clip-path:inset(0 calc(100% - var(--she-ba-pos)) 0 0)}.she-ba__tag{position:absolute;top:12px;z-index:3;padding:5px 11px;border-radius:var(--she-radius-pill);font-size:1.152rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff}.she-ba__tag--before{left:12px;background:#111111b3}.she-ba__tag--after{right:12px;background:var(--she-accent-color)}.she-ba__line{position:absolute;top:0;bottom:0;left:var(--she-ba-pos);z-index:3;width:3px;background:#fff;transform:translate(-1.5px);box-shadow:0 0 0 1px #11111114}.she-ba__handle{position:absolute;top:50%;left:var(--she-ba-pos);z-index:4;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:var(--she-shadow);display:grid;grid-auto-flow:column;place-items:center;color:var(--she-dark);pointer-events:none}.she-ba__handle svg{width:14px;height:14px}.she-ba__range{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}.she-ref__cap{display:flex;flex-direction:column;gap:4px;margin-top:14px}.she-ref__title{font-family:var(--she-font-heading);font-weight:700;font-size:1.76rem;color:var(--she-dark)}.she-root--dark .she-ref__title{color:#fff}.she-ref__loc{display:inline-flex;align-items:center;gap:6px;color:var(--she-text-muted);font-size:1.44rem}.she-rev--soft{background:var(--she-grey-100)}.she-rev__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:clamp(28px,3vw,44px)}.she-rev__badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 26px;border-radius:var(--she-radius);background:#fff;border:1px solid var(--she-line);box-shadow:var(--she-shadow-xs)}.she-root--dark .she-rev__badge{background:#ffffff0d;border-color:#ffffff1a}.she-rev__badge-top{display:inline-flex;align-items:center;gap:10px}.she-rev__badge-score{font-family:var(--she-font-heading);font-weight:800;font-size:2.4rem;color:var(--she-dark)}.she-root--dark .she-rev__badge-score{color:#fff}.she-rev__badge-label{font-size:1.36rem;color:var(--she-text-muted);font-weight:600}.she-rev__carousel{position:relative}.she-rev__card{flex:0 0 auto;width:min(86vw,400px);margin:0;display:flex;flex-direction:column;gap:14px;padding:clamp(24px,2.5vw,34px);border-radius:var(--she-radius-lg);background:#fff;border:1px solid var(--she-line);box-shadow:var(--she-shadow-sm)}.she-root--dark .she-rev__card{background:#ffffff0d;border-color:#ffffff1a}.she-rev__quote{color:var(--she-accent-color);opacity:.9}.she-rev__text{font-size:1.68rem;line-height:1.6;color:var(--she-text);margin:0}.she-root--dark .she-rev__text{color:#ffffffd9}.she-rev__author{display:flex;align-items:center;gap:12px;margin-top:auto;border-top:0}.she-rev__avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--she-orange-050);color:var(--she-accent-color-600);font-weight:800;text-transform:uppercase}.she-rev__name{display:block;font-weight:700;color:var(--she-dark)}.she-root--dark .she-rev__name{color:#fff}.she-rev__source{display:block;font-size:1.312rem;color:var(--she-text-muted)}.she-rev__nav{justify-content:center;width:100%;margin-top:26px}.she-blog--soft{background:var(--she-grey-100)}.she-blog__all{margin-bottom:clamp(20px,2.4vw,34px)}.she-blog__grid{display:grid;gap:var(--she-gap);grid-template-columns:1fr}@media(min-width:620px){.she-blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.she-blog__grid{grid-template-columns:repeat(3,1fr)}}.she-blog__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--she-line);border-radius:var(--she-radius-lg);overflow:hidden;transition:transform var(--she-dur) var(--she-ease),box-shadow var(--she-dur) var(--she-ease)}.she-blog__card:hover{transform:translateY(-6px);box-shadow:var(--she-shadow-lg)}.she-root--dark .she-blog__card{background:#ffffff0a;border-color:#ffffff1a}.she-blog__media{display:block;aspect-ratio:16 / 10;overflow:hidden}.she-blog__media img{width:100%;height:100%;object-fit:cover}.she-blog__body{display:flex;flex-direction:column;gap:10px;padding:20px 22px 24px;flex:1 1 auto}.she-blog__meta{display:flex;align-items:center;gap:12px;font-size:1.312rem;color:var(--she-text-muted)}.she-blog__tag{padding:3px 10px;border-radius:var(--she-radius-pill);background:var(--she-orange-050);color:var(--she-accent-color-600);font-weight:700}.she-blog__title{font-size:1.92rem;line-height:1.3}.she-blog__title a{color:var(--she-dark);text-decoration:none}.she-root--dark .she-blog__title a{color:#fff}.she-blog__title a:hover{color:var(--she-accent-color)}.she-blog__excerpt{color:var(--she-text-muted);line-height:1.55;margin:0;font-size:1.52rem}.she-blog__more{margin-top:auto}.she-faq--soft{background:var(--she-grey-100)}.she-faq__layout{display:grid;gap:clamp(28px,4vw,56px)}@media(min-width:990px){.she-faq--split .she-faq__layout{grid-template-columns:.8fr 1.2fr;align-items:start}}.she-faq--split .she-faq__intro .she-head{position:sticky;top:90px}.she-faq__cta{margin-top:22px}.she-faq__list{display:flex;flex-direction:column}.she-acc__item{border-bottom:1px solid var(--she-line)}.she-root--dark .she-acc__item{border-color:#ffffff1f}.she-acc__heading{margin:0}.she-acc__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 4px;background:none;border:0;cursor:pointer;text-align:left;font-family:var(--she-font-heading);font-weight:600;font-size:clamp(1.632rem,1.568rem + .4vw,1.92rem);color:var(--she-dark)}.she-root--dark .she-acc__trigger{color:#fff}.she-acc__trigger:hover .she-acc__q{color:var(--she-accent-color)}.she-acc__trigger:focus-visible{outline:3px solid var(--she-accent-color);outline-offset:2px;border-radius:6px}.she-acc__q{transition:color var(--she-dur) var(--she-ease)}.she-acc__icon{flex:0 0 auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--she-grey-100);color:var(--she-dark);transition:transform var(--she-dur) var(--she-ease),background-color var(--she-dur) var(--she-ease),color var(--she-dur) var(--she-ease)}.she-root--dark .she-acc__icon{background:#ffffff14;color:#fff}.she-acc__trigger[aria-expanded=true] .she-acc__icon{transform:rotate(180deg);background:var(--she-accent-color);color:#fff}.she-acc__panel{max-height:0;overflow:hidden;transition:max-height .4s var(--she-ease)}.she-acc__answer{padding:0 4px 24px;color:var(--she-text-muted);line-height:1.65;max-width:72ch}.she-acc__answer :is(p,ul,ol){margin:0 0 12px}.she-acc__answer :is(p,ul,ol):last-child{margin-bottom:0}.she-acc__answer a{color:var(--she-accent-color)}.she-news--soft{background:var(--she-grey-100)}.she-news__panel{display:grid;gap:clamp(24px,3vw,44px);align-items:center;padding:clamp(28px,4vw,60px);border-radius:var(--she-radius-xl);background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.she-root:not(.she-root--dark) .she-news__panel{background:var(--she-dark)}.she-news .she-root--dark,.she-news__panel{color:#ffffffd1}@media(min-width:900px){.she-news__panel{grid-template-columns:1.1fr .9fr}}.she-news__panel :is(h2,.she-title){color:#fff}.she-news__panel .she-subtitle{color:#ffffffb8}.she-news__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--she-accent-color);color:#fff;margin-bottom:18px}.she-news__incentive{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:var(--she-accent-color);font-weight:700}.she-news__form{width:100%}.she-news__row{display:flex;gap:10px;flex-wrap:wrap;background:#ffffff14;padding:8px;border-radius:var(--she-radius-pill)}.she-news__input{flex:1 1 200px;min-width:0;border:0;background:transparent;color:#fff;padding:12px 18px;font-size:1.6rem;font-family:var(--she-font-body)}.she-news__input::placeholder{color:#ffffff8c}.she-news__input:focus-visible{outline:none}.she-news__submit{flex:0 0 auto}.she-news__privacy{margin:14px 2px 0;font-size:1.28rem;color:#ffffff8c;line-height:1.5}.she-news__success{display:inline-flex;align-items:center;gap:10px;padding:16px 22px;border-radius:var(--she-radius);background:#ffffff1a;color:#fff;font-weight:600}.she-news__error{margin:10px 2px 0;color:#ffb4a1;font-size:1.44rem}.she-footer{background:var(--she-dark);color:#ffffffb8}.she-footer__strip{border-bottom:1px solid rgba(255,255,255,.1)}.she-footer__strip-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-block:clamp(24px,3vw,40px)}.she-footer__strip-title{font-family:var(--she-font-heading);font-weight:700;font-size:2.08rem;color:#fff;margin:0}.she-footer__strip-sub{margin:4px 0 0;color:#fff9}.she-footer__main{display:grid;gap:clamp(32px,4vw,56px);padding-block:clamp(40px,5vw,72px)}@media(min-width:900px){.she-footer__main{grid-template-columns:1.4fr 2fr}}.she-footer__wordmark{font-family:var(--she-font-heading);font-weight:800;font-size:2.56rem;color:#fff;letter-spacing:-.01em}.she-footer__logo-img{max-height:44px;width:auto}.she-footer__tagline{margin:16px 0 0;max-width:42ch;line-height:1.6;color:#ffffffa8}.she-footer__contact{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.she-footer__contact li{display:flex;align-items:center;gap:12px}.she-footer__contact svg{flex:0 0 auto;color:var(--she-accent-color)}.she-footer__contact a{color:#ffffffd1;text-decoration:none}.she-footer__contact a:hover{color:#fff}.she-footer__social{list-style:none;display:flex;gap:10px;margin:24px 0 0;padding:0}.she-footer__social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ffffff14;color:#fff;transition:background-color var(--she-dur) var(--she-ease),transform var(--she-dur) var(--she-ease)}.she-footer__social a:hover{background:var(--she-accent-color);transform:translateY(-3px)}.she-footer__social svg{width:18px;height:18px;fill:currentColor}.she-footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}@media(min-width:620px){.she-footer__cols{grid-template-columns:repeat(3,1fr)}}.she-footer__col-title{font-family:var(--she-font-heading);font-weight:700;font-size:1.6rem;color:#fff;margin:0 0 16px}.she-footer__col ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.she-footer__col a{color:#ffffffa8;text-decoration:none;transition:color var(--she-dur) var(--she-ease)}.she-footer__col a:hover{color:var(--she-accent-color)}.she-footer__col-text{color:#ffffffa8;line-height:1.6}.she-footer__bar{border-top:1px solid rgba(255,255,255,.1)}.she-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-block:22px}.she-footer__legal{margin:0;font-size:1.36rem;color:#ffffff8c}.she-footer__legal-links{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0}.she-footer__legal-links a{color:#fff9;text-decoration:none;font-size:1.36rem}.she-footer__legal-links a:hover{color:#fff}.she-footer__pay{display:flex;flex-wrap:wrap;gap:6px}.she-footer__pay-ico{height:24px;width:auto}
/*# sourceMappingURL=/cdn/shop/t/15/assets/homepage.css.map */
