@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=Martian+Mono:wght@300;400;600&display=swap";:root{--sh-font-mono: "Martian Mono", "Courier New", monospace;--sh-radius-pill: 9999px;--sh-radius-card: 16px;--sh-ease-out: cubic-bezier(.16, 1, .3, 1);--sh-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--sh-ease-fade: cubic-bezier(.37, 0, .63, 1);--sh-t-fast: .18s;--sh-t-base: .3s;--sh-t-slow: .45s;--sh-header-height: 54px;--sh-header-padding: 8px 8px;--sh-z-header: 500}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:rgb(var(--color-button));color:rgb(var(--color-button-label))}.sh-banner{position:relative;display:flex;align-items:stretch;height:44px;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.sh-banner__marquee-wrap{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;text-decoration:none;color:inherit;cursor:default}a.sh-banner__marquee-wrap{cursor:pointer}.sh-banner__track{display:flex;align-items:center;width:max-content;animation:sh-marquee 120s linear infinite;will-change:transform}@keyframes sh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sh-banner__item{flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;font-family:var(--sh-font-mono);font-size:.8125rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.sh-banner__item:after{content:"\2022";padding:0 1.25rem;opacity:.4}.sh-banner__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;background:transparent;border:none;color:inherit;cursor:pointer;opacity:.55;padding:0;transition:opacity var(--sh-t-fast) ease}.sh-banner__close:hover{opacity:1}.sh-banner__close svg{width:14px;height:14px}.sh-header-section{position:sticky;top:0;z-index:var(--sh-z-header);background:transparent;pointer-events:none}.sh-header{padding:var(--sh-header-padding)}.sh-header__pill{pointer-events:all;max-width:1440px;margin:0 auto;height:var(--sh-header-height);display:flex;align-items:center;justify-content:space-between;gap:8px;background:rgba(var(--color-background),.97);border-radius:var(--sh-radius-pill);border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 1px 4px rgba(var(--color-foreground),.06),0 4px 20px rgba(var(--color-foreground),.04);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:0 8px 0 22px;transition:box-shadow var(--sh-t-fast) ease}.sh-header__pill:hover{box-shadow:0 2px 8px rgba(var(--color-foreground),.08),0 8px 28px rgba(var(--color-foreground),.06)}.sh-header__left{display:flex;align-items:center;gap:24px;flex-shrink:0}.sh-header__logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0;isolation:isolate}.sh-header__logo-text{display:inline-block;font-family:var(--font-heading--family);font-size:1.375rem;font-weight:600;color:rgb(var(--color-foreground));letter-spacing:-.015em;white-space:nowrap;transform-origin:50% 90%}.sh-header__logo-img{display:block;height:28px;width:auto;transform-origin:50% 90%}.sh-header__logo-link:hover .sh-header__logo-text,.sh-header__logo-link:hover .sh-header__logo-img{animation:sh-logo-sway 2.2s ease-in-out infinite}@keyframes sh-logo-sway{0%{transform:rotate(0) translateY(0)}20%{transform:rotate(-5deg) translateY(-3px)}50%{transform:rotate(0) translateY(-2px)}70%{transform:rotate(4deg) translateY(-3px)}to{transform:rotate(0) translateY(0)}}.sh-header__nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:0}.sh-header__nav-link{position:relative;display:inline-flex;align-items:center;padding:8px 15px 10px;border-radius:var(--sh-radius-pill);font-family:var(--font-body--family);font-size:1.125rem;font-weight:500;color:rgba(var(--color-foreground),.6);text-decoration:none;white-space:nowrap;background:transparent;transition:color var(--sh-t-fast) ease}.sh-header__nav-link:after{content:"";position:absolute;bottom:8px;left:50%;right:50%;height:2.5px;background:currentColor;border-radius:2px;transition:left var(--sh-t-fast) var(--sh-ease-out),right var(--sh-t-fast) var(--sh-ease-out)}.sh-header__nav-link:hover{color:rgb(var(--color-foreground))}.sh-header__nav-link:hover:after{left:15px;right:15px}.sh-header__nav-link.is-active{color:rgb(var(--color-foreground))}.sh-header__nav-link.is-active:after{left:15px;right:15px}.sh-header__right{display:flex;align-items:center;flex-shrink:0}.sh-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--sh-radius-pill);border:none;background:transparent;color:rgba(var(--color-foreground),.6);text-decoration:none;cursor:pointer;flex-shrink:0;transition:background var(--sh-t-fast) ease,color var(--sh-t-fast) ease}.sh-header__icon-btn svg{width:22px;height:22px;transition:transform var(--sh-t-fast) var(--sh-ease-bounce)}.sh-header__icon-btn:hover{background:rgba(var(--color-foreground),.07);color:rgb(var(--color-foreground))}.sh-header__icon-btn:hover svg{transform:scale(1.1)}.sh-header__cart-badge{position:absolute;top:5px;right:3px;min-width:18px;height:18px;padding:4px;border-radius:var(--sh-radius-pill);background:rgb(var(--color-button));color:rgb(var(--color-background));font-family:var(--sh-font-mono);font-size:.86rem;font-weight:600;display:flex;align-items:center;justify-content:center;pointer-events:none;line-height:1}.sh-header__cart-badge--inline{position:static}.sh-header__burger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5.5px;width:44px;height:44px;border-radius:var(--sh-radius-pill);border:none;background:transparent;cursor:pointer;padding:0;flex-shrink:0;transition:background var(--sh-t-fast) ease}.sh-header__burger:hover{background:rgba(var(--color-foreground),.07)}.sh-burger-bar{display:block;width:18px;height:1.5px;border-radius:2px;background:rgba(var(--color-foreground),.65);transform-origin:center;transition:transform var(--sh-t-base) var(--sh-ease-bounce),opacity var(--sh-t-fast) ease}.sh-header--nav-open .sh-burger-bar--top{transform:translateY(7px) rotate(45deg)}.sh-header--nav-open .sh-burger-bar--mid{opacity:0;transform:scaleX(0)}.sh-header--nav-open .sh-burger-bar--bot{transform:translateY(-7px) rotate(-45deg)}.sh-mobile-nav{position:absolute;top:calc(100% + 8px);left:8px;right:8px;z-index:499;background:rgba(var(--color-background),.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 8px 32px #0000001f;overflow:hidden;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.sh-mobile-nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.sh-mobile-nav__list{list-style:none;margin:0;padding:14px 10px 10px;display:flex;flex-direction:column;gap:2px}.sh-mobile-nav__list li{list-style:none;margin:0;padding:0}.sh-mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;font-family:var(--font-heading--family);font-size:1.875rem;font-weight:400;letter-spacing:-.03em;line-height:1;color:rgb(var(--color-foreground));text-decoration:none;transition:background .15s ease,color .15s ease}.sh-mobile-nav__link:after{content:"\2192";font-family:var(--font-body--family);font-size:1.7rem;font-weight:700;opacity:0;color:rgb(var(--color-button));transform:translate(-8px);transition:opacity .18s ease,transform .18s ease;flex-shrink:0}.sh-mobile-nav__link:hover{background:rgba(var(--color-foreground),.05)}.sh-mobile-nav__link:hover:after{opacity:1;transform:translate(0)}.sh-mobile-nav__link.is-active{color:rgb(var(--color-button))}.sh-mobile-nav__link.is-active:after{opacity:1;transform:translate(0)}.sh-mobile-nav__foot{border-top:1px solid rgba(var(--color-foreground),.08);padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.sh-mobile-nav__foot-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border-radius:12px;background:rgba(var(--color-foreground),.05);font-family:var(--font-body--family);font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;transition:background .15s ease}.sh-mobile-nav__foot-link:hover{background:rgba(var(--color-foreground),.1)}.sh-mobile-nav__foot-link svg{width:18px;height:18px;flex-shrink:0}.sh-mobile-nav__foot-link .sh-header__cart-badge--inline{position:static;margin-left:2px}@media(max-width:989px){.sh-header__nav{display:none}.sh-header__burger{display:flex}}@media(max-width:749px){:root{--sh-header-height: 48px;--sh-header-padding: 5px 6px}.sh-header__pill{padding:0 4px 0 14px;gap:2px;box-sizing:border-box;width:100%}.sh-header__left{flex:1;min-width:0;overflow:hidden}.sh-header__logo-link{max-width:100%;overflow:hidden}.sh-header__logo-text{font-size:clamp(.5625rem,3vw,.75rem);max-width:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sh-header__logo-img{height:22px}.sh-header__right{flex-shrink:0;gap:0}.sh-header__icon-btn{width:34px;height:34px}.sh-header__icon-btn svg{width:19px;height:19px}.sh-header__cart-badge{top:3px;right:2px;min-width:16px;height:16px;font-size:.75rem}.sh-header__burger{width:38px;height:38px}.sh-mobile-nav{left:6px;right:6px;border-radius:16px;padding:8px;gap:2px}.sh-mobile-nav a{font-size:1.375rem;padding:11px 14px;border-radius:10px}}@media(max-width:374px){:root{--sh-header-height: 44px;--sh-header-padding: 4px 5px}.sh-header__pill{padding:0 2px 0 10px}.sh-header__logo-text{font-size:.9375rem;max-width:120px}.sh-header__icon-btn{width:34px;height:34px}.sh-header__icon-btn svg{width:17px;height:17px}.sh-header__burger{width:34px;height:34px}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sh-footer{position:relative;padding:var(--sky-height, 300px) 14px 20px;background:#d8e8ff}.sh-footer__aurora{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;background:linear-gradient(180deg,#c8d8f5,#dde9ff 35%,#e8f2ff 60%,#d8e8ff);transform:translateZ(0)}.sh-footer__aurora-wave{position:absolute;top:-15%;height:130%;transform-origin:top center;will-change:transform}.sh-footer__aurora-wave--1{width:32%;left:-3%;background:linear-gradient(180deg,#00CC88 0%,#009977 30%,#007766 60%,transparent 100%);filter:blur(52px);opacity:.38;animation:aurora-dance 10s 0s ease-in-out infinite}.sh-footer__aurora-wave--2{width:28%;left:20%;background:linear-gradient(180deg,#22AAEE 0%,#0077CC 35%,#005599 65%,transparent 100%);filter:blur(58px);opacity:.32;animation:aurora-pulse 13s 2.2s ease-in-out infinite}.sh-footer__aurora-wave--3{width:38%;left:32%;background:linear-gradient(180deg,#11EE88 0%,#0066EE 28%,#5522CC 62%,transparent 100%);filter:blur(65px);opacity:.36;animation:aurora-dance 14s 1s ease-in-out infinite}.sh-footer__aurora-wave--4{width:30%;left:58%;background:linear-gradient(180deg,#00DDCC 0%,#3388FF 30%,#6633CC 68%,transparent 100%);filter:blur(54px);opacity:.33;animation:aurora-pulse 9s 3.5s ease-in-out infinite}.sh-footer__aurora-wave--5{width:28%;right:-4%;background:linear-gradient(180deg,#AA55FF 0%,#8833CC 35%,#5511AA 68%,transparent 100%);filter:blur(58px);opacity:.3;animation:aurora-dance 11s .7s ease-in-out infinite}@keyframes aurora-dance{0%{transform:scaleX(1) skew(0);opacity:.38}18%{transform:scaleX(1.18) skew(-7deg);opacity:.55}42%{transform:scaleX(.87) skew(5deg);opacity:.28}63%{transform:scaleX(1.12) skew(-4deg);opacity:.48}84%{transform:scaleX(.93) skew(6deg);opacity:.3}to{transform:scaleX(1) skew(0);opacity:.38}}@keyframes aurora-pulse{0%{transform:scaleX(1.05) skew(4deg);opacity:.28}28%{transform:scaleX(.8) skew(-8deg);opacity:.5}54%{transform:scaleX(1.22) skew(3deg);opacity:.22}78%{transform:scaleX(.9) skew(-5deg);opacity:.45}to{transform:scaleX(1.05) skew(4deg);opacity:.28}}.sh-footer__card{position:relative;z-index:1;max-width:1480px;margin:0 auto;background:rgba(var(--color-background),.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:24px;border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 12px 60px #0014501f,0 4px 16px #0014500f,inset 0 1px rgba(var(--color-foreground),.06);overflow:hidden;animation:sh-card-float 8s ease-in-out infinite}@keyframes sh-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.sh-footer__card-top{padding:26px 48px 18px;border-bottom:1px solid rgba(var(--color-foreground),.07)}.sh-footer__logo-link{display:inline-flex;align-items:center;text-decoration:none}.sh-footer__logo-img{height:28px;width:auto;display:block}.sh-footer__logo-text{display:inline-block;font-family:var(--font-heading--family);font-size:1.75rem;font-weight:700;color:rgb(var(--color-foreground));letter-spacing:-.025em;line-height:1}.sh-footer__columns{display:grid;grid-template-columns:repeat(3,1fr);padding:26px 48px 24px}.sh-footer__col{display:flex;flex-direction:column;gap:20px;padding-right:44px}.sh-footer__col:not(:first-child){padding-left:44px;padding-right:0;border-left:1px solid rgba(var(--color-foreground),.07)}.sh-footer__col--contact{padding-right:0}.sh-footer__col-heading{font-family:var(--font-body--family);font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground));letter-spacing:-.015em;margin:0;line-height:1}.sh-footer__col-nav{display:flex;flex-direction:column;gap:12px}.sh-footer__col-link{font-family:var(--font-body--family);font-size:1.0625rem;color:rgba(var(--color-foreground),.55);text-decoration:none;width:fit-content;position:relative;transition:color var(--sh-t-fast) ease}.sh-footer__col-link:after{content:"";position:absolute;bottom:-1px;left:0;right:100%;height:1px;background:currentColor;transition:right var(--sh-t-fast) var(--sh-ease-out)}.sh-footer__col-link:hover{color:rgb(var(--color-foreground))}.sh-footer__col-link:hover:after{right:0}.sh-footer__contact-items{display:flex;flex-direction:column;gap:14px}.sh-footer__contact-item{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-body--family);font-size:1.0625rem;color:rgba(var(--color-foreground),.62);line-height:1.45}.sh-footer__contact-item svg{width:15px;height:15px;flex-shrink:0;margin-top:2px;color:rgb(var(--color-button))}.sh-footer__contact-item a{color:inherit;text-decoration:none;transition:color var(--sh-t-fast) ease}.sh-footer__contact-item a:hover{color:rgb(var(--color-button))}.sh-footer__contact-item--chat{color:rgba(var(--color-button),.9);font-weight:500}.sh-footer__ruo-row{padding:14px 52px 18px;border-top:1px solid rgba(var(--color-foreground),.07)}.sh-footer__ruo-row p{font-family:var(--font-body--family);font-size:.8125rem;font-weight:400;color:rgba(var(--color-foreground),.48);line-height:1.65;max-width:900px;margin:0}.sh-footer__card-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 48px 22px;border-top:1px solid rgba(var(--color-foreground),.07)}.sh-footer__copyright{font-family:var(--sh-font-mono);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.38);margin:0}.sh-footer__socials{display:flex;align-items:center;gap:6px}.sh-footer__social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:rgb(var(--color-button));text-decoration:none;transition:background var(--sh-t-fast) ease,transform var(--sh-t-fast) var(--sh-ease-bounce)}.sh-footer__social-link:hover{background:rgba(var(--color-button),.1);transform:scale(1.2) translateY(-2px)}.sh-footer__social-link svg{width:18px;height:18px}@media(max-width:989px){.sh-footer{padding:calc(var(--sky-height, 300px) * .6) 12px 12px}.sh-footer__card-top,.sh-footer__ruo-row,.sh-footer__card-foot{padding-left:28px;padding-right:28px}.sh-footer__columns{grid-template-columns:repeat(2,1fr);padding:26px 28px}.sh-footer__col--contact{grid-column:1 / -1;padding-left:0!important;padding-right:0!important;border-left:none!important;border-top:1px solid rgba(var(--color-foreground),.07)!important;padding-top:26px!important}}@media(max-width:749px){.sh-footer{padding:calc(var(--sky-height, 300px) * .42) 8px 8px}.sh-footer__card{border-radius:18px}.sh-footer__card-top{padding:22px 20px 16px}.sh-footer__columns{display:flex;flex-direction:column;padding:22px 20px}.sh-footer__col{padding:0!important;border:none!important}.sh-footer__col+.sh-footer__col{padding:20px 0 0!important;border:none!important;border-top:1px solid rgba(var(--color-foreground),.07)!important;margin-top:20px}.sh-footer__ruo-row{padding-left:20px;padding-right:20px}.sh-footer__card-foot{padding:12px 20px 20px;flex-direction:column-reverse;gap:14px;align-items:flex-start}}.sh-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-background))}.sh-hero--medium{min-height:560px}.sh-hero--large{min-height:720px}.sh-hero--full{min-height:calc(100svh - var(--sh-header-height, 54px) - 24px)}.sh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.sh-hero__bg svg{width:100%;height:100%;display:block}.sh-hero__bg--science svg{color:rgb(var(--color-button))}.sh-hero__inner{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto;padding:80px 48px;box-sizing:border-box;display:grid;grid-template-columns:1fr auto;align-items:center;gap:52px}.sh-hero__left{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:28px}.sh-wilson-wrap{width:var(--hero-w-size, 110px);height:var(--hero-w-size, 110px);flex-shrink:0;animation:sh-wilson-float 3.5s ease-in-out infinite}.sh-wilson{width:100%;height:100%;display:block;overflow:visible}@keyframes sh-wilson-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.sh-wilson__eye{transform-box:fill-box;transform-origin:center;animation:sh-wilson-blink 5s ease-in-out infinite}.sh-wilson__eye--right{animation-delay:.04s}@keyframes sh-wilson-blink{0%,16%,20%,55%,59%,to{transform:scaleY(1)}18%,57%{transform:scaleY(.06)}}.sh-hero__headline{font-family:var(--font-heading--family);font-size:var(--hero-h-size, 72px);font-weight:700;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0}.sh-hero__subheading{font-family:var(--font-body--family);font-size:var(--hero-s-size, 20px);color:rgba(var(--color-foreground),.62);line-height:1.55;max-width:520px;margin:0;overflow-wrap:break-word;word-break:break-word}.sh-hero__btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}.sh-hero__btn{display:inline-flex;align-items:center;gap:10px;padding:15px 34px;border-radius:var(--sh-radius-pill);font-family:var(--font-body--family);font-size:var(--hero-btn-size, 1.0625rem);font-weight:600;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;transition:transform var(--sh-t-fast) var(--sh-ease-bounce),box-shadow var(--sh-t-fast) ease}.sh-hero__btn svg{width:16px;height:16px;flex-shrink:0}.sh-hero__btn:hover{transform:translateY(-2px)}.sh-hero .sh-hero__btn--primary{background:rgb(var(--color-button));color:rgb(var(--color-background));box-shadow:0 2px 16px rgba(var(--color-button),.28)}.sh-hero .sh-hero__btn--primary:hover{box-shadow:0 6px 24px rgba(var(--color-button),.44)}.sh-hero .sh-hero__btn--secondary{background:rgb(var(--color-foreground));color:rgb(var(--color-background));box-shadow:0 2px 12px rgba(var(--color-foreground),.12)}.sh-hero .sh-hero__btn--secondary:hover{box-shadow:0 6px 20px rgba(var(--color-foreground),.22)}.sh-hero__right{display:flex;align-items:center;justify-content:flex-end}.sh-hero__card-wrap{position:relative;flex-shrink:0;padding:28px 52px 28px 28px}.sh-hero__card{position:relative;width:var(--hero-card-w, 500px);border-radius:28px;overflow:hidden;box-shadow:0 0 0 4px #fffc,0 0 0 6px #0025cb1a,0 28px 72px #00000026,0 8px 28px #0000001a;animation:sh-hero-card-float 5.5s ease-in-out infinite}.sh-hero__card img{width:100%;height:auto;display:block;max-height:82vh;object-fit:cover}.sh-hero__card-placeholder{width:100%;min-height:340px;background:linear-gradient(145deg,rgba(var(--color-button),.11),rgba(var(--color-button),.04))}.sh-hero__chip{position:absolute;display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:999px;font-family:var(--font-body--family);font-size:1rem;font-weight:700;white-space:nowrap;z-index:3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:sh-hero-card-float 5.5s ease-in-out infinite}.sh-hero__chip--purity{top:12px;left:-8px;background:rgb(var(--color-button));color:#fff;font-size:1.25rem;padding:16px 28px;gap:12px;box-shadow:0 6px 28px #0026fd73,0 2px 8px #0026fd73;animation-delay:.4s;letter-spacing:-.01em}.sh-hero__chip--purity svg{width:20px;height:20px}.sh-hero__card-dot{position:absolute;bottom:14px;left:8px;width:14px;height:14px;border-radius:50%;background:#0025cb;opacity:.25;z-index:2}@keyframes sh-hero-card-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(.4deg)}}.sh-hero__slides{position:relative;width:100%;overflow:hidden}.sh-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.6s cubic-bezier(.25,.46,.45,.94)}.sh-hero__slide.is-active{opacity:1}.sh-hero__slide img{width:100%;height:100%;display:block;object-fit:cover}.sh-hero__slide .sh-hero__card-placeholder{width:100%;height:100%}@media(max-width:989px){.sh-hero--medium,.sh-hero--large,.sh-hero--full{min-height:0}.sh-hero__inner{grid-template-columns:1fr;text-align:center;gap:32px;padding:48px 36px 60px}.sh-hero__left{order:2;align-items:center;text-align:center}.sh-hero__right{order:1;justify-content:center}.sh-hero__btns{justify-content:center}.sh-hero__subheading{max-width:480px;margin-left:auto;margin-right:auto}.sh-hero__card-wrap{position:relative;padding:20px 20px 20px 26px;display:flex;justify-content:center}.sh-hero__card{width:min(var(--hero-card-w, 500px),420px)}@keyframes sh-hero-card-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(.2deg)}}.sh-hero__chip--purity{font-size:1.125rem;padding:13px 22px;gap:10px;top:8px;left:4px}}@media(max-width:749px){.sh-hero__inner{gap:20px;padding:32px 20px 44px}@keyframes sh-hero-card-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(0)}}@keyframes sh-wilson-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.sh-wilson-wrap{width:76px;height:76px}.sh-hero__headline{font-size:clamp(2.75rem,10vw,3.25rem);letter-spacing:-.04em;line-height:1.08}.sh-hero__subheading{font-size:1.25rem;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.sh-hero__btns{flex-direction:column;align-items:stretch;width:100%;gap:10px}.sh-hero__btn{justify-content:center;width:100%;padding:16px 24px;font-size:1.25rem}.sh-hero__card-wrap{padding:12px 12px 12px 20px;width:100%;display:flex;justify-content:center;box-sizing:border-box}.sh-hero__card{width:100%}.sh-hero__chip--purity{font-size:1.0625rem;padding:11px 18px;gap:8px;top:8px;left:6px}.sh-hero__chip--purity svg{width:17px;height:17px}}@media(max-width:479px){.sh-hero__inner{gap:16px;padding:24px 16px 36px}.sh-wilson-wrap{width:62px;height:62px}.sh-hero__headline{font-size:clamp(2.5rem,10.5vw,2.875rem);letter-spacing:-.04em}.sh-hero__subheading{font-size:1.25rem}.sh-hero__btn{padding:15px 22px;font-size:1.25rem}.sh-hero__card-wrap{padding:10px 10px 10px 16px}.sh-hero__card{width:100%}.sh-hero__chip--purity{font-size:1rem;padding:10px 16px;gap:8px;top:8px;left:4px}.sh-hero__chip--purity svg{width:16px;height:16px}}@media(max-width:374px){.sh-hero__inner{gap:14px;padding:20px 14px 32px}.sh-hero__card,.sh-hero__chip,.sh-wilson-wrap{animation:none}.sh-wilson-wrap{width:52px;height:52px}.sh-hero__headline{font-size:clamp(2.25rem,10vw,2.5rem);letter-spacing:-.035em}.sh-hero__subheading{font-size:1.125rem}.sh-hero__btn{padding:13px 18px;font-size:1.125rem;border-radius:14px}.sh-hero__card-wrap{padding:8px 8px 8px 14px}.sh-hero__card{width:100%}.sh-hero__chip--purity{font-size:.9375rem;padding:8px 13px;gap:6px;top:6px;left:4px}.sh-hero__chip--purity svg{width:15px;height:15px}}@media(prefers-reduced-motion:reduce){.sh-hero__card,.sh-hero__chip,.sh-wilson-wrap,.sh-hero__motif-ring,.sh-hero__motif-orbit,.sh-hero__motif-core,.sh-hero__eyebrow:after,.sh-offer-block__main:after{animation:none!important}}.sh-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.sh-hero__video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--color-button),.14),rgba(var(--color-button),.04) 55%,rgb(var(--color-background)))}.sh-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgb(var(--color-background)),rgba(var(--color-background),.72) 40%,rgba(var(--color-background),.28) 72%,rgba(var(--color-background),.1))}.sh-hero__motif-svg{width:100%;height:100%;display:block;overflow:visible}.sh-hero__motif-ring{transform-box:view-box;transform-origin:60px 60px;animation:sh-motif-spin 26s linear infinite}.sh-hero__motif-orbit{transform-box:view-box;transform-origin:60px 60px;animation:sh-motif-orbit 6s linear infinite}.sh-hero__motif-core{transform-box:view-box;transform-origin:60px 60px;animation:sh-motif-core-pulse 3s ease-in-out infinite}@keyframes sh-motif-spin{to{transform:rotate(360deg)}}@keyframes sh-motif-orbit{to{transform:rotate(360deg)}}@keyframes sh-motif-core-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.13);opacity:.82}}.sh-hero--solo .sh-hero__inner{display:block;grid-template-columns:none;max-width:1240px;padding-top:72px;padding-bottom:72px}.sh-hero--solo .sh-hero__left{align-items:center;text-align:center;max-width:960px;margin:0 auto;gap:30px}.sh-hero--solo .sh-hero__eyebrow{align-self:center}.sh-hero--solo .sh-hero__subheading{margin-left:auto;margin-right:auto;max-width:660px}.sh-hero--solo .sh-hero__reviews,.sh-hero--solo .sh-hero__btns,.sh-hero--solo .sh-hero__badges{justify-content:center}.sh-hero--solo .sh-hero__headline{line-height:1.02}.sh-hero__eyebrow{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:12px 24px 12px 20px;border-radius:var(--sh-radius-pill);background:rgb(var(--color-button));color:rgb(var(--color-background));font-family:var(--font-body--family);font-size:1.2rem;font-weight:700;letter-spacing:.005em;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden;box-shadow:0 6px 22px rgba(var(--color-button),.32)}.sh-hero__eyebrow-icon{width:18px;height:18px;flex-shrink:0}.sh-hero__eyebrow:after{content:"";position:absolute;top:0;left:-60%;width:45%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-20deg);animation:sh-eyebrow-shine 5s ease-in-out infinite}@keyframes sh-eyebrow-shine{0%,55%{left:-60%}to{left:140%}}.sh-hero__reviews{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sh-hero__stars{position:relative;display:inline-block;font-size:1.7rem;line-height:1;letter-spacing:3px;font-family:Arial,sans-serif}.sh-hero__stars-base{color:rgba(var(--color-foreground),.2)}.sh-hero__stars-fill{position:absolute;top:0;left:0;width:var(--sh-star-pct, 100%);overflow:hidden;white-space:nowrap;color:#ffb800}.sh-hero__reviews-text{font-family:var(--font-body--family);font-size:1.3rem;color:rgba(var(--color-foreground),.68)}.sh-hero__reviews-text strong{color:rgb(var(--color-foreground));font-weight:700}.sh-hero__badges{list-style:none;margin:4px 0 0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:14px 30px}.sh-hero__badge{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-body--family);font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.8)}.sh-hero__badge svg{width:21px;height:21px;color:rgb(var(--color-button));flex-shrink:0}.sh-hero__card>img,.sh-hero__card>.sh-hero__card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;object-fit:cover;display:block}@media(max-width:989px){.sh-hero__eyebrow{align-self:center}.sh-hero__reviews,.sh-hero__badges{justify-content:center}.sh-hero--has-video .sh-hero__bg-overlay{background:rgb(var(--color-background))}}@media(max-width:749px){.sh-hero--solo .sh-hero__inner{padding-top:40px;padding-bottom:52px}.sh-hero--solo .sh-hero__left{gap:22px}.sh-hero__eyebrow{font-size:1.05rem;padding:10px 18px}.sh-hero__stars{font-size:1.5rem}.sh-hero__reviews-text{font-size:1.15rem}.sh-hero__badges{gap:12px 22px}.sh-hero__badge{font-size:1.1rem}}.sh-logo-garden{background-color:rgb(var(--color-background));padding-bottom:60px}.sh-logo-garden__wrap{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-logo-garden__panel{background-color:rgb(var(--color-background));border-radius:24px;overflow:hidden;padding:36px 0 40px}.sh-logo-garden__heading{font-family:var(--font-body--family);font-weight:500;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.2;margin:0 0 28px;padding:0 48px}.sh-logo-garden__marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.sh-logo-garden__track{display:flex;align-items:center;width:max-content;animation:sh-garden-scroll linear infinite}@keyframes sh-garden-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sh-logo-garden__marquee:hover .sh-logo-garden__track{animation-play-state:paused}.sh-logo-garden__item{display:flex;align-items:center;justify-content:center;height:auto;padding:10px 22px;margin:0 6px;border-radius:999px;border:1.5px solid rgba(var(--color-foreground),.13);background:rgba(var(--color-foreground),.04);flex-shrink:0;transition:background .18s ease,border-color .18s ease;white-space:nowrap}.sh-logo-garden__item:hover{background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.22)}.sh-logo-garden__item img{display:block;object-fit:contain;opacity:.72;transition:opacity .18s ease}.sh-logo-garden__item:hover img{opacity:1}.sh-logo-garden__text{font-family:var(--font-body--family);font-size:var(--sh-garden-font, 1.0625rem);font-weight:500;color:rgb(var(--color-foreground));letter-spacing:-.01em}@media(max-width:989px){.sh-logo-garden{padding-bottom:40px}.sh-logo-garden__wrap{padding:0 24px}.sh-logo-garden__heading{padding:0 28px;margin-bottom:20px}.sh-logo-garden__item{padding:8px 18px;margin:0 5px}}@media(max-width:749px){.sh-logo-garden{padding-bottom:28px}.sh-logo-garden__wrap{padding:0 16px}.sh-logo-garden__panel{border-radius:16px;padding:24px 0 28px}.sh-logo-garden__heading{padding:0 20px}.sh-logo-garden__item{padding:7px 14px;margin:0 4px}}.sh-featured-products{padding:80px 48px;background-color:rgb(var(--color-background))}.sh-featured-products__inner{max-width:1440px;margin:0 auto}.sh-featured-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px}.sh-featured-products__head-left{display:flex;flex-direction:column;gap:10px}.sh-featured-products__heading{font-family:var(--font-heading--family);font-size:var(--fp-h-size, 48px);font-weight:700;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0}.sh-featured-products__subheading{font-family:var(--font-body--family);font-size:1.75rem;color:rgba(var(--color-foreground),.6);line-height:1.5;margin:0;max-width:560px}.sh-featured-products__view-all{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body--family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-button));text-decoration:none;white-space:nowrap;flex-shrink:0;padding-bottom:2px;transition:gap .15s ease}.sh-featured-products__view-all:hover{gap:14px}.sh-featured-products__grid{display:grid;grid-template-columns:repeat(var(--fp-cols, 4),1fr);gap:20px}.sh-featured-products__empty{color:rgba(var(--color-foreground),.45);font-size:.9375rem;padding:48px 0}.sh-product-card{display:flex;flex-direction:column;background:rgb(var(--color-background));border-radius:20px;overflow:hidden;text-decoration:none;color:rgb(var(--color-foreground));transition:transform .24s var(--sh-ease-bounce),box-shadow .24s ease}.sh-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 64px #0000001a,0 6px 20px #0000000f}.sh-product-card__media{position:relative;overflow:hidden;flex-shrink:0;background:rgba(var(--color-foreground),.04)}.sh-product-card__media--square{aspect-ratio:1 / 1}.sh-product-card__media--portrait{aspect-ratio:3 / 4}.sh-product-card__media--landscape{aspect-ratio:4 / 3}.sh-product-card__media img,.sh-product-card__no-img{width:100%;height:100%;display:block;object-fit:cover}.sh-product-card__no-img{display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.sh-product-card__no-img svg{width:48px;height:48px}.sh-product-card__img--primary{transition:transform .55s ease}.sh-product-card:hover .sh-product-card__img--primary{transform:scale(1.06)}.sh-product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease}.sh-product-card:hover .sh-product-card__img--hover{opacity:1}.sh-product-card__badge{position:absolute;top:12px;left:12px;z-index:1;padding:4px 10px;border-radius:999px;font-family:var(--font-body--family);font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1}.sh-product-card__badge--sale{background:rgb(var(--color-button));color:rgb(var(--color-background))}.sh-product-card__badge--new{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.sh-product-card__body{display:flex;flex-direction:column;flex:1;padding:24px 24px 28px}.sh-product-card__vendor{font-family:var(--font-body--family);font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-button));margin:0 0 8px}.sh-product-card__title{font-family:var(--font-heading--family);font-size:1.875rem;font-weight:600;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.3;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-product-card__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sh-product-card__price{font-family:var(--font-body--family);font-size:1.75rem;font-weight:600;color:rgb(var(--color-foreground))}.sh-product-card__price--sale{color:rgb(var(--color-button))}.sh-product-card__price--compare{font-size:1.375rem;font-weight:400;color:rgba(var(--color-foreground),.38);text-decoration:line-through}.sh-product-card__cta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;font-family:var(--font-body--family);font-size:1.375rem;font-weight:600;color:rgb(var(--color-button));letter-spacing:-.01em;transition:gap .15s ease}.sh-product-card:hover .sh-product-card__cta{gap:10px}.sh-fp-dots{display:none}.sh-fp-dot{width:7px;height:7px;border-radius:50%;background:rgba(var(--color-foreground),.18);border:none;padding:0;cursor:pointer;transition:width .28s var(--sh-ease-out),background .2s ease;flex-shrink:0}.sh-fp-dot.is-active{width:22px;border-radius:4px;background:rgb(var(--color-button))}@media(max-width:989px){.sh-featured-products{padding:60px 28px}.sh-featured-products__header{flex-direction:column;align-items:flex-start;margin-bottom:32px}.sh-featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.sh-featured-products{padding:48px 0}.sh-featured-products__inner{overflow:hidden}.sh-featured-products__header{padding:0 20px;margin-bottom:24px}.sh-featured-products__heading{font-size:min(var(--fp-h-size, 48px),2.25rem)}.sh-featured-products__grid{display:flex;grid-template-columns:unset;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-left:20px;gap:14px;padding:8px 20px 20px}.sh-featured-products__grid::-webkit-scrollbar{display:none}.sh-product-card{flex:0 0 72vw;max-width:300px;min-width:200px;scroll-snap-align:start}.sh-product-card__body{padding:18px 18px 20px}.sh-product-card__vendor{font-size:.875rem}.sh-product-card__title{font-size:1.5rem;-webkit-line-clamp:2}.sh-product-card__price{font-size:1.5rem}.sh-product-card__price--compare{font-size:1.125rem}.sh-product-card__badge{font-size:.9375rem;padding:5px 10px}.sh-product-card__cta{font-size:1.125rem;padding-top:12px}.sh-fp-dots{display:flex;justify-content:center;align-items:center;gap:6px;padding:4px 0 0}.sh-featured-products__subheading{font-size:1.25rem;line-height:1.55}.sh-featured-products__view-all{font-size:1.25rem}}@media(max-width:374px){.sh-featured-products__header{padding:0 14px}.sh-featured-products__grid{padding:8px 14px 20px;scroll-padding-left:14px;gap:12px}.sh-product-card{flex:0 0 78vw}}.sh-categories{background-color:rgb(var(--color-background));padding-bottom:60px}.sh-categories__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-categories__panel{background-color:rgb(var(--color-background));border-radius:28px;overflow:hidden;padding:44px 44px 52px}.sh-categories__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:52px}.sh-categories__heading{font-family:var(--font-heading--family);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0}.sh-categories__view-all{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-label));font-family:var(--font-body--family);font-size:1.125rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.sh-categories__view-all:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.38)}.sh-categories__slider-wrap{padding-top:60px;margin-top:-60px}.sh-categories__carousel{overflow:hidden;padding:60px 24px 8px;margin:-60px -24px -8px}.sh-cat-track{display:flex;gap:20px;transition:transform .48s cubic-bezier(.25,.46,.45,.94)}.sh-cat-card-wrap{flex:0 0 calc((100% - 40px) / 3);min-width:0;transform-style:preserve-3d;transition:transform .45s ease;will-change:transform}.sh-cat-card{display:flex;flex-direction:column;justify-content:space-between;min-height:640px;padding:44px;border-radius:24px;background:var(--cat-bg, #0025CB);color:var(--cat-text, #FFFFFF);text-decoration:none;position:relative;overflow:hidden}.sh-cat-card__content{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.sh-cat-card__name{font-family:var(--font-heading--family);font-size:var(--cat-name-size, 4rem);font-weight:400;color:inherit;letter-spacing:-.03em;line-height:1;margin:0}.sh-cat-card__desc{font-family:var(--font-body--family);font-size:var(--cat-desc-size, 1.7rem);color:inherit;line-height:1.5;opacity:.82;margin:0;max-width:none}.sh-cat-card__btn{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;border-radius:999px;border:2.5px solid currentColor;color:inherit;background:transparent;font-family:var(--font-body--family);font-size:var(--cat-btn-size, 1.5rem);font-weight:600;align-self:flex-start;white-space:nowrap;position:relative;z-index:1;transition:background .2s ease,color .2s ease}.sh-cat-card:hover .sh-cat-card__btn{background:var(--cat-text, #FFFFFF);color:var(--cat-bg, #0025CB)}.sh-cat-card__icon{position:absolute;bottom:-24px;right:-20px;width:62%;opacity:.16;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;color:inherit}.sh-cat-card__icon svg{width:100%;height:auto;display:block;color:inherit}.sh-categories__nav{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.sh-cat-nav-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:2px solid rgba(var(--color-foreground),.18);background:transparent;color:rgb(var(--color-foreground));cursor:pointer;flex-shrink:0;transition:border-color .15s ease,background .15s ease,opacity .15s ease}.sh-cat-nav-btn:hover{border-color:rgba(var(--color-foreground),.55);background:rgba(var(--color-foreground),.06)}.sh-cat-nav-btn:disabled{opacity:.28;cursor:default;pointer-events:none}.sh-cat-dots{display:none}.sh-cat-dot{width:7px;height:7px;border-radius:50%;background:rgba(var(--color-foreground),.18);border:none;padding:0;cursor:pointer;flex-shrink:0;transition:width .28s var(--sh-ease-out),background .2s ease}.sh-cat-dot.is-active{width:22px;border-radius:4px;background:rgb(var(--color-button))}@media(max-width:989px){.sh-categories{padding-bottom:48px}.sh-categories__inner{padding:0 24px}.sh-categories__panel{padding:28px 28px 40px}.sh-cat-card-wrap{flex-basis:calc((100% - 20px)/2)}.sh-cat-card{min-height:500px;padding:32px}.sh-cat-card__name{font-size:3rem}.sh-cat-card__desc{font-size:1.375rem}}@media(max-width:749px){.sh-categories{padding-bottom:40px}.sh-categories__inner{padding:0}.sh-categories__panel{padding:20px 0 28px;border-radius:18px;margin:0 8px}.sh-categories__header{flex-direction:column;align-items:flex-start;gap:16px;padding:0 20px;margin-bottom:4px}.sh-categories__heading{font-size:clamp(2rem,9vw,2.75rem)!important}.sh-categories__slider-wrap{padding-top:0;margin-top:0}.sh-categories__carousel{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-left:20px;padding:8px 20px;margin:0}.sh-categories__carousel::-webkit-scrollbar{display:none}.sh-cat-track{transform:none!important;transition:none!important;gap:14px}.sh-cat-card-wrap{flex:0 0 76vw;max-width:340px;min-width:0;transform:none!important;transition:none!important;scroll-snap-align:start}.sh-cat-card{min-height:400px;padding:24px}.sh-cat-card__name{font-size:2.5rem}.sh-cat-card__desc{font-size:1.375rem}.sh-cat-card__btn{font-size:1.125rem}.sh-categories__nav{display:none}.sh-cat-dots{display:flex;justify-content:center;gap:6px;padding:16px 0 0}}@media(max-width:374px){.sh-categories__panel{margin:0 6px}.sh-categories__header{padding:0 14px}.sh-categories__carousel{padding:8px 14px;scroll-padding-left:14px}.sh-cat-card-wrap{flex:0 0 82vw}.sh-cat-card{min-height:320px;padding:24px}.sh-cat-card__name{font-size:2.125rem}.sh-cat-card__desc{font-size:1.25rem}}.sh-wcu{background-color:rgb(var(--color-background));padding:80px 0}.sh-wcu__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-wcu__heading{font-family:var(--font-heading--family);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;text-align:center;margin:0 0 52px}.sh-wcu__stack{display:flex;flex-direction:column;gap:20px}.sh-wcu__card{display:grid;grid-template-columns:52% 48%;border-radius:28px;overflow:hidden;min-height:400px;background:var(--card-bg, #E1EDFF);color:var(--card-text, #08091A)}.sh-wcu__art{position:relative;overflow:hidden;min-height:300px}.sh-wcu__art svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sh-wcu__content{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:56px 52px;box-sizing:border-box}.sh-wcu__wilson{width:64px;height:64px;flex-shrink:0}.sh-wcu__wilson svg{width:100%;height:100%;display:block}@keyframes sh-wcu-blink{0%,88%,to{transform:scaleY(1)}93%{transform:scaleY(.08)}}.sh-wcu-eye{transform-box:fill-box;transform-origin:center;animation:sh-wcu-blink 5s ease-in-out infinite}.sh-wcu-eye--r{animation-delay:.05s}.sh-wcu__feature-heading{font-family:var(--font-heading--family);font-size:var(--wcu-h-size, 3.25rem);font-weight:400;color:inherit;letter-spacing:-.03em;line-height:1.05;margin:0}.sh-wcu__desc{font-family:var(--font-body--family);font-size:var(--wcu-d-size, 1.375rem);line-height:1.55;color:inherit;opacity:.82;margin:0}.sh-wcu__btn{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;border-radius:999px;border:2.5px solid currentColor;color:inherit;background:transparent;font-family:var(--font-body--family);font-size:var(--wcu-b-size, 1.125rem);font-weight:600;text-decoration:none;width:fit-content;transition:background .2s ease,color .2s ease}.sh-wcu__btn:hover{background:var(--card-text, #08091A);color:var(--card-bg, #E1EDFF)}@media(max-width:989px){.sh-wcu{padding:60px 0}.sh-wcu__inner{padding:0 24px}.sh-wcu__heading{margin-bottom:36px}.sh-wcu__card{grid-template-columns:1fr;min-height:auto}.sh-wcu__art{min-height:260px}.sh-wcu__content{padding:40px 36px;gap:20px}.sh-wcu__feature-heading{font-size:clamp(2.25rem,5vw,var(--wcu-h-size, 3.25rem))}}@media(max-width:749px){.sh-wcu{padding:48px 0}.sh-wcu__inner{padding:0 20px}.sh-wcu__heading{font-size:clamp(2.25rem,9vw,2.875rem)!important;margin-bottom:28px;text-align:center}.sh-wcu__art{min-height:220px}.sh-wcu__content{padding:28px 24px;gap:18px}.sh-wcu__wilson{width:52px;height:52px}.sh-wcu__feature-heading{font-size:2.25rem}.sh-wcu__desc{font-size:1.25rem}.sh-wcu__btn{font-size:1.125rem;padding:13px 26px}}@media(max-width:374px){.sh-wcu__inner{padding:0 14px}.sh-wcu__heading{font-size:clamp(2rem,9vw,2.5rem)!important}.sh-wcu__art{min-height:180px}.sh-wcu__content{padding:24px 20px;gap:16px}.sh-wcu__wilson{width:44px;height:44px}.sh-wcu__feature-heading{font-size:2rem}.sh-wcu__desc{font-size:1.125rem}.sh-wcu__btn{font-size:1rem;padding:12px 22px}}.sh-trust{background-color:rgb(var(--color-background));padding:80px 0}.sh-trust__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-trust__panel{background-color:rgb(var(--color-background));border-radius:28px;border:1.5px solid rgba(var(--color-foreground),.08);padding:64px 56px}.sh-trust__header{text-align:center;margin-bottom:56px}.sh-trust__heading{font-family:var(--font-heading--family);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0 0 16px}.sh-trust__subheading{font-family:var(--font-body--family);font-size:1.25rem;color:rgb(var(--color-foreground));opacity:.6;margin:0 auto;max-width:580px;line-height:1.5}.sh-trust__grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:48px 32px}.sh-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.sh-trust__icon-wrap{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:4px}.sh-trust__stat{font-family:var(--font-heading--family);font-size:var(--trust-stat-size, 3.25rem);font-weight:400;line-height:1;letter-spacing:-.03em}.sh-trust__label{font-family:var(--font-body--family);font-size:var(--trust-label-size, 1.25rem);font-weight:700;color:rgb(var(--color-foreground));line-height:1.2}.sh-trust__desc{font-family:var(--font-body--family);font-size:var(--trust-desc-size, .9375rem);color:rgb(var(--color-foreground));opacity:.62;line-height:1.55;margin:0;max-width:200px}@media(max-width:989px){.sh-trust{padding:60px 0}.sh-trust__inner{padding:0 24px}.sh-trust__panel{padding:48px 36px}.sh-trust__grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}.sh-trust__stat{font-size:clamp(2rem,5vw,var(--trust-stat-size, 3.25rem))}}@media(max-width:749px){.sh-trust{padding:48px 0}.sh-trust__inner{padding:0 20px}.sh-trust__panel{padding:32px 24px}.sh-trust__heading{font-size:clamp(1.875rem,8vw,2.5rem)!important}.sh-trust__subheading{font-size:1.25rem}.sh-trust__header{margin-bottom:36px}.sh-trust__grid{grid-template-columns:1fr;gap:28px;max-width:480px;margin-left:auto;margin-right:auto}.sh-trust__item{display:grid;grid-template-columns:60px 1fr;align-items:start;text-align:left;column-gap:16px;row-gap:4px}.sh-trust__icon-wrap{grid-column:1;grid-row:1 / 5;width:56px;height:56px;margin-bottom:0;margin-top:4px}.sh-trust__stat{grid-column:2;font-size:2.5rem;line-height:1.1}.sh-trust__label{grid-column:2;font-size:1.375rem;font-weight:700}.sh-trust__desc{grid-column:2;font-size:1.25rem;max-width:none;opacity:.72}}@media(max-width:374px){.sh-trust__inner{padding:0 14px}.sh-trust__panel{padding:28px 18px}.sh-trust__heading{font-size:clamp(1.75rem,8vw,2.25rem)!important}.sh-trust__grid{gap:24px}.sh-trust__item{grid-template-columns:52px 1fr;column-gap:14px}.sh-trust__icon-wrap{width:48px;height:48px}.sh-trust__stat{font-size:2.25rem}.sh-trust__label{font-size:1.25rem}.sh-trust__desc{font-size:1.125rem}}.sh-articles{background-color:rgb(var(--color-background));padding:80px 0}.sh-articles__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-articles__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:48px}.sh-articles__heading{font-family:var(--font-heading--family);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0}.sh-articles__all-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-background));font-family:var(--font-body--family);font-size:1.35rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.sh-articles__all-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.3)}.sh-articles__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}.sh-articles__card{display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground))}.sh-articles__img-wrap{aspect-ratio:4 / 3;border-radius:20px;overflow:hidden;position:relative;margin-bottom:28px;background:rgba(var(--color-foreground),.05)}.sh-articles__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.sh-articles__card:hover .sh-articles__img{transform:scale(1.05)}.sh-articles__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.sh-articles__body{display:flex;flex-direction:column;gap:18px;padding:0 4px}.sh-articles__meta{display:flex;align-items:center;gap:10px}.sh-articles__tag{font-size:1.0625rem;font-weight:700;color:rgb(var(--color-button));text-transform:uppercase;letter-spacing:.06em}.sh-articles__meta-dot{color:rgb(var(--color-foreground));opacity:.3;font-size:1rem}.sh-articles__date{font-family:Martian Mono,monospace;font-size:1.1rem;color:rgb(var(--color-foreground));opacity:.5;letter-spacing:-.01em}.sh-articles__title{font-family:var(--font-heading--family);font-size:var(--article-title-size, 2.3rem);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.1;margin:0;transition:color .2s ease}.sh-articles__card:hover .sh-articles__title{color:rgb(var(--color-button))}.sh-articles__cta{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));transition:gap .25s ease}.sh-articles__card:hover .sh-articles__cta{gap:16px}.sh-articles__empty{font-size:1.7rem;opacity:.45;font-family:var(--font-heading--family);font-weight:400;letter-spacing:-.02em}@media(max-width:989px){.sh-articles{padding:60px 0}.sh-articles__inner{padding:0 24px}.sh-articles__header{flex-direction:column;align-items:flex-start;gap:16px}.sh-articles__grid{grid-template-columns:1fr;gap:52px}}@media(max-width:749px){.sh-articles{padding:48px 0}.sh-articles__inner{padding:0 20px}.sh-articles__header{margin-bottom:32px}.sh-articles__heading{font-size:clamp(2rem,9vw,2.75rem)!important}.sh-articles__all-btn{font-size:1.25rem}.sh-articles__grid{gap:44px}.sh-articles__img-wrap{margin-bottom:20px}.sh-articles__body{gap:14px}.sh-articles__tag,.sh-articles__date{font-size:1.125rem}.sh-articles__title{font-size:clamp(2.25rem,8vw,2.75rem)}.sh-articles__cta{font-size:1.375rem}}@media(max-width:374px){.sh-articles__inner{padding:0 14px}.sh-articles__heading{font-size:clamp(1.875rem,9vw,2.25rem)!important}.sh-articles__title{font-size:clamp(2rem,8vw,2.5rem)}.sh-articles__tag,.sh-articles__date{font-size:1rem}.sh-articles__cta{font-size:1.25rem}}.sh-faq{background-color:rgb(var(--color-background));padding:80px 0}.sh-faq__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-faq__heading{font-family:var(--font-heading--family);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0 0 48px}.sh-faq__list{display:flex;flex-direction:column;gap:8px}.sh-faq__item{background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.1);border-radius:20px;padding:0 36px;overflow:hidden;transition:border-color .2s ease}.sh-faq__item[open],.sh-faq__item.sh-faq--closing{border-color:rgba(var(--color-foreground),.18)}.sh-faq__summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.sh-faq__summary::-webkit-details-marker{display:none}.sh-faq__summary::marker{display:none}.sh-faq__question{font-family:var(--font-heading--family);font-size:var(--faq-q-size, 1.75rem);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.1;margin:0}.sh-faq__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgb(var(--color-foreground));transition:transform .38s cubic-bezier(.25,.46,.45,.94)}.sh-faq__item[open] .sh-faq__icon{transform:rotate(45deg)}.sh-faq__item.sh-faq--closing .sh-faq__icon{transform:rotate(0)}.sh-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.25,.46,.45,.94)}.sh-faq__item[open] .sh-faq__answer{grid-template-rows:1fr}.sh-faq__item.sh-faq--closing .sh-faq__answer{grid-template-rows:0fr!important}.sh-faq__answer-inner{overflow:hidden;min-height:0}.sh-faq__answer-content{padding-bottom:36px;max-width:800px}.sh-faq__answer-content p,.sh-faq__answer-content li{font-family:var(--font-body--family);font-size:var(--faq-a-size, 1.125rem);color:rgb(var(--color-foreground));line-height:1.6;opacity:.82;margin:0 0 14px}.sh-faq__answer-content p:last-child{margin-bottom:0}.sh-faq__answer-content a{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:3px}.sh-faq__answer-content a:hover{color:rgb(var(--color-button))}@media(max-width:989px){.sh-faq{padding:60px 0}.sh-faq__inner{padding:0 24px}.sh-faq__item{padding:0 28px}.sh-faq__summary{padding:18px 0}.sh-faq__question{font-size:clamp(1.5rem,4vw,var(--faq-q-size, 2.2rem))}.sh-faq__answer-content p,.sh-faq__answer-content li{font-size:1.25rem}}@media(max-width:749px){.sh-faq{padding:48px 0}.sh-faq__inner{padding:0 20px}.sh-faq__heading{font-size:clamp(2.25rem,9vw,2.875rem)!important;margin-bottom:32px}.sh-faq__item{padding:0 20px;border-radius:16px}.sh-faq__summary{padding:18px 0;gap:16px}.sh-faq__question{font-size:clamp(1.375rem,5.5vw,1.875rem)}.sh-faq__icon svg{width:24px;height:24px}.sh-faq__answer-content p,.sh-faq__answer-content li{font-size:1.25rem}}@media(max-width:374px){.sh-faq__inner{padding:0 14px}.sh-faq__heading{font-size:clamp(2rem,9vw,2.5rem)!important}.sh-faq__item{padding:0 16px}.sh-faq__question{font-size:clamp(1.25rem,5.5vw,1.625rem)}.sh-faq__answer-content p,.sh-faq__answer-content li{font-size:1.125rem}}.sh-collection{background-color:rgb(var(--color-background))}.sh-collection__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-collection__header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:36px;flex-wrap:wrap}.sh-collection__title{font-family:var(--font-heading--family);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0}.sh-collection__count{font-family:Martian Mono,monospace;font-size:.875rem;color:rgb(var(--color-foreground));opacity:.5;margin:0;white-space:nowrap;letter-spacing:-.01em}.sh-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:20px;margin-bottom:32px;border-bottom:1.5px solid rgba(var(--color-foreground),.1)}.sh-filter-bar__chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;min-width:0}.sh-filter-bar__chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-label));font-family:var(--font-body--family);font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.sh-filter-bar__chip:hover{opacity:.8}.sh-filter-bar__clear{font-family:var(--font-body--family);font-size:.9375rem;color:rgb(var(--color-foreground));opacity:.5;text-decoration:underline;text-underline-offset:3px}.sh-filter-bar__controls{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap}.sh-filter-drop{position:relative}.sh-filter-drop__btn{display:inline-flex;align-items:center;gap:9px;height:52px;padding:0 24px;border-radius:999px;border:1.5px solid rgba(var(--color-foreground),.18);background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body--family);font-size:1.375rem;font-weight:500;cursor:pointer;list-style:none;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease}.sh-filter-drop__btn::-webkit-details-marker{display:none}.sh-filter-drop__btn::marker{display:none}.sh-filter-drop[open] .sh-filter-drop__btn{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.05)}.sh-filter-drop__btn:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.04)}.sh-filter-drop__count{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-label));font-size:.8rem;font-weight:700}.sh-filter-drop__caret{opacity:.55;flex-shrink:0;transition:transform .2s ease;width:14px;height:14px}.sh-filter-drop[open] .sh-filter-drop__caret{transform:rotate(180deg)}.sh-filter-drop__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:200;background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.12);border-radius:16px;padding:16px;min-width:200px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:4px}.sh-filter-drop__option{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:8px;cursor:pointer;font-family:var(--font-body--family);font-size:1.25rem;color:rgb(var(--color-foreground));transition:background .12s ease}.sh-filter-drop__option:hover{background:rgba(var(--color-foreground),.05)}.sh-filter-drop__option input[type=checkbox]{width:18px;height:18px;accent-color:rgb(var(--color-button));cursor:pointer;flex-shrink:0}.sh-filter-drop__option-count{margin-left:auto;font-size:1.1rem;opacity:.4}.sh-filter-drop__panel--price{min-width:260px}.sh-price-range{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.sh-price-range__field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:80px}.sh-price-range__field label{font-family:var(--font-body--family);font-size:.8125rem;font-weight:600;color:rgb(var(--color-foreground));opacity:.6;text-transform:uppercase;letter-spacing:.05em}.sh-price-range__input-wrap{display:flex;align-items:center;gap:4px;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:10px;padding:0 10px;background:rgb(var(--color-background));font-family:var(--font-body--family);font-size:1rem;color:rgb(var(--color-foreground));opacity:.55}.sh-price-range__input-wrap input{border:none;background:none;width:100%;padding:10px 0;font-family:var(--font-body--family);font-size:1rem;color:rgb(var(--color-foreground));outline:none}.sh-price-range__sep{font-family:var(--font-body--family);font-size:1rem;opacity:.4;padding-bottom:10px}.sh-price-range__apply{padding:10px 18px;border-radius:999px;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-label));font-family:var(--font-body--family);font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap}.sh-filter-sort{display:flex;align-items:center;gap:8px}.sh-filter-sort__label{font-family:var(--font-body--family);font-size:1.375rem;font-weight:500;color:rgb(var(--color-foreground));opacity:.5;white-space:nowrap}.sh-filter-sort__wrap{position:relative;display:inline-block}.sh-filter-sort__select{height:52px;padding:0 48px 0 24px;border-radius:999px;border:1.5px solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body--family);font-size:1.375rem;font-weight:500;cursor:pointer;appearance:none;-webkit-appearance:none;box-sizing:border-box;line-height:1;transition:border-color .15s ease}.sh-filter-sort__select:hover{border-color:rgba(var(--color-foreground),.45)}.sh-filter-sort__select:focus{outline:none;border-color:rgb(var(--color-button))}.sh-filter-sort__caret{width:14px;height:14px;position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.5}.sh-collection__grid-wrap{position:relative}.sh-collection__grid-wrap .loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-background));opacity:0;pointer-events:none;z-index:10;transition:opacity .2s ease}.sh-collection__grid-wrap.loading .loading-overlay{opacity:.6}.sh-col-grid{display:grid;grid-template-columns:repeat(var(--sh-cols-d, 4),1fr);gap:28px;list-style:none;padding:0;margin:0}.sh-col-grid__item{min-width:0}.sh-col-card,.sh-col-card[class*=color-]{display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground));height:100%;background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;border-radius:0!important;transition:transform .22s ease,filter .22s ease}.sh-col-card:hover{transform:translateY(-4px);filter:drop-shadow(0 14px 36px rgba(0,0,0,.13))}.sh-col-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04);flex-shrink:0;border-radius:16px 16px 0 0}.sh-col-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .48s cubic-bezier(.25,.46,.45,.94),opacity .38s ease}.sh-col-card__img--primary{opacity:1;transform:scale(1)}.sh-col-card__img--secondary{opacity:0;transform:scale(1.04);position:absolute;top:0;right:0;bottom:0;left:0}.sh-col-card:hover .sh-col-card__img--primary{transform:scale(1.04)}.sh-col-card:hover .sh-col-card__img--secondary{opacity:1;transform:scale(1)}.sh-col-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sh-col-card__placeholder .placeholder-svg{width:60%;height:60%;opacity:.2}.sh-col-card__badge{display:none;position:absolute;top:14px;left:14px;z-index:1;padding:5px 12px;border-radius:999px;font-family:var(--font-body--family);font-size:1rem;font-weight:700;letter-spacing:.01em;line-height:1}.sh-col-card__badge--sale{background:rgb(var(--color-button));color:rgb(var(--color-button-label))}.sh-col-card__badge--new{background:#16ab59;color:#fff}.sh-col-card__body{display:flex;flex-direction:column;gap:10px;padding:28px 24px 32px;flex:1;border-radius:0 0 16px 16px;background:rgb(var(--color-background))}.sh-col-card__vendor{font-family:var(--font-body--family);font-size:.9375rem;font-weight:600;color:rgb(var(--color-foreground));opacity:.45;text-transform:uppercase;letter-spacing:.06em;line-height:1}.sh-col-card__title{font-family:var(--font-heading--family);font-size:1.875rem;font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.02em;line-height:1.1;margin:0}.sh-col-card__prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:auto}.sh-col-card__price{font-family:var(--font-body--family);font-size:1.75rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1}.sh-col-card__price--sale{color:rgb(var(--color-button))}.sh-col-card__compare{font-family:var(--font-body--family);font-size:1.375rem;color:rgb(var(--color-foreground));opacity:.4;text-decoration:line-through;line-height:1}.sh-col-card__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body--family);font-size:1.375rem;font-weight:600;color:rgb(var(--color-foreground));opacity:.5;margin-top:4px;transition:gap .2s ease,opacity .2s ease}.sh-col-card:hover .sh-col-card__cta{gap:16px;opacity:1}.sh-collection__empty{padding:80px 0;text-align:center}.sh-collection__empty-title{font-family:var(--font-heading--family);font-size:2.5rem;font-weight:400;letter-spacing:-.03em;color:rgb(var(--color-foreground));margin:0 0 16px}.sh-collection__empty-sub{font-family:var(--font-body--family);font-size:1.25rem;color:rgb(var(--color-foreground));opacity:.6;margin:0}.sh-collection__empty-link{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:3px}.sh-collection__pagination{margin-top:56px}.sh-collection__pagination .pagination{display:flex;align-items:center;justify-content:center;gap:8px;list-style:none;padding:0;margin:0}.sh-collection__pagination .pagination__item a,.sh-collection__pagination .pagination__item span{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 16px;border-radius:999px;border:1.5px solid rgba(var(--color-foreground),.15);font-family:var(--font-body--family);font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:border-color .15s ease,background .15s ease}.sh-collection__pagination .pagination__item a:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.05)}.sh-collection__pagination .pagination__item--current span{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-label))}@media(max-width:989px){.sh-collection__inner{padding:0 24px}.sh-col-grid{grid-template-columns:repeat(2,1fr);gap:20px}.sh-col-card__title,.sh-col-card__price{font-size:1.375rem}}@media(max-width:749px){.sh-collection__inner{padding:0 20px}.sh-collection__header{flex-direction:column;gap:6px;margin-bottom:24px;flex-wrap:wrap}.sh-collection__title{font-size:clamp(2rem,9vw,2.875rem)}.sh-collection__count{font-size:1rem;opacity:.55}.sh-filter-bar{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:16px;margin-bottom:24px}.sh-filter-bar__chips{gap:8px}.sh-filter-bar__chip{font-size:1rem;padding:9px 14px}.sh-filter-bar__clear{font-size:1rem}.sh-filter-bar__controls{width:100%;gap:8px;flex-wrap:wrap}.sh-filter-drop__btn{height:48px;font-size:1.125rem;padding:0 18px}.sh-filter-drop__option{font-size:1.125rem;padding:11px 8px}.sh-filter-drop__option-count{font-size:1rem}.sh-filter-sort{width:100%;justify-content:space-between}.sh-filter-sort__label{font-size:1.125rem}.sh-filter-sort__wrap{flex:1}.sh-filter-sort__select{width:100%;height:48px;font-size:1.125rem;box-sizing:border-box}.sh-col-grid{grid-template-columns:repeat(var(--sh-cols-m, 2),1fr);gap:16px}.sh-col-card__body{padding:16px 14px 20px;gap:8px}.sh-col-card__vendor{font-size:.75rem}.sh-col-card__title,.sh-col-card__price{font-size:1.25rem}.sh-col-card__compare{font-size:1rem}.sh-col-card__badge{font-size:.875rem;padding:4px 10px}.sh-col-card__cta{display:none}.sh-collection__pagination{margin-top:44px}.sh-collection__pagination .pagination{gap:6px;flex-wrap:wrap;justify-content:center}.sh-collection__pagination .pagination__item a,.sh-collection__pagination .pagination__item span{min-width:52px;height:52px;font-size:1.125rem;padding:0 16px;border-radius:999px}.sh-collection__pagination .pagination__item--current span{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-label))}}@media(max-width:374px){.sh-collection__inner{padding:0 14px}.sh-col-grid{gap:12px}.sh-col-card__body{padding:14px 12px 18px}.sh-col-card__title,.sh-col-card__price{font-size:1.125rem}.sh-col-card__compare{font-size:.9375rem}.sh-filter-drop__btn{height:44px;font-size:1rem;padding:0 14px}.sh-filter-sort__select{height:44px;font-size:1rem}.sh-filter-sort__label{font-size:1rem}.sh-collection__pagination .pagination__item a,.sh-collection__pagination .pagination__item span{min-width:46px;height:46px;font-size:1rem}}.sh-phighlights{background-color:rgb(var(--color-background));border-top:1.5px solid rgba(var(--color-foreground),.08);border-bottom:1.5px solid rgba(var(--color-foreground),.08)}.sh-phighlights__inner{max-width:1440px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-phighlights__strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.sh-phighlights__item{display:flex;align-items:center;gap:12px;padding:18px 32px}.sh-phighlights__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sh-phighlights__label{font-family:var(--font-body--family);font-size:1.375rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.sh-phighlights__divider{width:1.5px;height:24px;background:rgba(var(--color-foreground),.1);flex-shrink:0}@media(max-width:749px){.sh-phighlights__inner{padding:0 20px}.sh-phighlights__item{padding:10px 16px}.sh-phighlights__label{font-size:.9375rem}.sh-phighlights__divider{display:none}}.sh-rating{display:inline-flex;align-items:center;gap:8px;text-decoration:none;vertical-align:middle}.sh-rating__stars{position:relative;display:inline-block;font-family:Arial,Helvetica,sans-serif;line-height:1;white-space:nowrap}.sh-rating__stars-base{color:rgba(var(--color-foreground),.2)}.sh-rating__stars-fill{position:absolute;top:0;left:0;width:var(--sh-star-pct, 100%);overflow:hidden;white-space:nowrap;color:#ffb800}.sh-rating__meta{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body--family);color:rgba(var(--color-foreground),.6)}.sh-rating--card{margin-top:4px}.sh-rating--card .sh-rating__stars{font-size:1.65rem;letter-spacing:2px}.sh-rating--card .sh-rating__meta{font-size:1.5rem}.sh-rating--card .sh-rating__val{font-weight:600;color:rgb(var(--color-foreground))}.sh-rating--card .sh-rating__count{opacity:.75}.sh-rating--product{gap:12px;margin:8px 0 4px}.sh-rating--product .sh-rating__stars{font-size:2.8rem;letter-spacing:3px}.sh-rating--product .sh-rating__meta{font-size:1.9rem}.sh-rating--product strong{color:rgb(var(--color-foreground));font-weight:700}.sh-rating--product .sh-rating__count-link{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:3px}a.sh-rating--product:hover .sh-rating__count-link{opacity:.75}.sh-reviews-section{background-color:rgb(var(--color-background));scroll-margin-top:80px}.sh-reviews-section__inner{max-width:1100px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-reviews-section__header{margin-bottom:40px;text-align:center}.sh-reviews-section__heading{font-family:var(--font-heading--family);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.03em;line-height:1.05;margin:0 0 10px}.sh-reviews-section__subheading{font-family:var(--font-body--family);font-size:1.7rem;color:rgba(var(--color-foreground),.6);margin:0}.sh-reviews__summary{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:40px;align-items:center;padding:36px 40px;border:1.5px solid rgba(var(--color-foreground),.1);border-radius:24px;margin-bottom:40px}.sh-reviews__score{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.sh-reviews__avg{font-family:var(--font-heading--family);font-size:7rem;font-weight:400;line-height:1;letter-spacing:-.03em;color:rgb(var(--color-foreground))}.sh-reviews__big-stars{font-size:2.8rem;letter-spacing:4px}.sh-reviews__total{font-family:var(--font-body--family);font-size:1.6rem;color:rgba(var(--color-foreground),.6)}.sh-reviews__bars{display:flex;flex-direction:column;gap:9px}.sh-reviews__bar-row{display:grid;grid-template-columns:44px 1fr 56px;align-items:center;gap:14px}.sh-reviews__bar-label{font-family:var(--font-body--family);font-size:1.45rem;font-weight:600;color:rgba(var(--color-foreground),.7);white-space:nowrap}.sh-reviews__bar-track{height:8px;border-radius:999px;background:rgba(var(--color-foreground),.1);overflow:hidden}.sh-reviews__bar-fill{display:block;height:100%;border-radius:999px;background:#ffb800}.sh-reviews__bar-count{font-family:var(--font-body--family);font-size:1.35rem;color:rgba(var(--color-foreground),.45);text-align:right}.sh-reviews__carousel{position:relative;display:flex;align-items:stretch;gap:12px}.sh-reviews__track{display:flex;gap:18px;flex:1;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px}.sh-reviews__track::-webkit-scrollbar{display:none}.sh-review{flex:0 0 calc((100% - 18px)/2);scroll-snap-align:start;box-sizing:border-box;background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.1);border-radius:18px;padding:28px 30px;display:flex;flex-direction:column;gap:16px}.sh-review__head{display:flex;align-items:center;gap:14px}.sh-review__avatar{width:50px;height:50px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-heading--family);font-size:1.7rem;font-weight:600}.sh-review__id{display:flex;flex-direction:column;gap:5px;min-width:0}.sh-review__name{font-family:var(--font-body--family);font-size:1.7rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1}.sh-review__stars{font-size:1.5rem;letter-spacing:2px}.sh-review__verified{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body--family);font-size:1.3rem;font-weight:600;color:rgb(var(--color-button));flex-shrink:0}.sh-review__verified svg{width:18px;height:18px}.sh-review__body{font-family:var(--font-body--family);font-size:1.65rem;line-height:1.55;color:rgba(var(--color-foreground),.8);margin:0}.sh-review__date{font-family:var(--sh-font-mono);font-size:1.2rem;letter-spacing:.03em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin-top:auto}.sh-rev-nav{flex-shrink:0;align-self:center;width:54px;height:54px;border-radius:50%;border:1.5px solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color var(--sh-t-fast) ease,background var(--sh-t-fast) ease}.sh-rev-nav:hover{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.05)}.sh-rev-nav svg{width:22px;height:22px}@media(max-width:749px){.sh-reviews-section__inner{padding:0 20px}.sh-reviews__summary{grid-template-columns:1fr;gap:28px;padding:28px 22px}.sh-review{flex-basis:100%;padding:22px}.sh-rev-nav{display:none}.sh-reviews__avg{font-size:5.5rem}}.sh-offer-block{border-radius:16px;overflow:hidden;margin:8px 0 12px;box-shadow:0 6px 22px rgba(var(--color-button),.2)}.sh-offer-block__main{position:relative;overflow:hidden;display:flex;align-items:center;gap:14px;padding:16px 20px;background:rgb(var(--color-button));color:#fff}.sh-offer-block__main:after{content:"";position:absolute;top:0;left:-60%;width:45%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-20deg);animation:sh-eyebrow-shine 5s ease-in-out infinite;pointer-events:none}.sh-offer-block__icon{position:relative;flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#ffffff29;display:flex;align-items:center;justify-content:center}.sh-offer-block__icon svg{width:24px;height:24px}.sh-offer-block__text{position:relative}.sh-offer-block__title{font-family:var(--font-body--family);font-size:1.9rem;font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0}.sh-offer-block__sub{font-family:var(--font-body--family);font-size:1.45rem;line-height:1.3;margin:3px 0 0;opacity:.92}.sh-offer-block__strip{display:flex;align-items:center;gap:10px;padding:11px 20px;background:rgba(var(--color-button),.12);color:rgb(var(--color-button));font-family:var(--font-body--family);font-size:1.4rem;font-weight:600}.sh-offer-block__strip svg{width:18px;height:18px;flex-shrink:0}.sh-qpillars{background-color:rgb(var(--color-background))}.sh-qpillars__inner{max-width:1100px;margin:0 auto;padding:0 48px;box-sizing:border-box}.sh-qpillars__header{text-align:center;margin-bottom:32px}.sh-qpillars__heading{font-family:var(--font-heading--family);font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400;letter-spacing:-.03em;line-height:1.05;color:rgb(var(--color-foreground));margin:0 0 8px}.sh-qpillars__subheading{font-family:var(--font-body--family);font-size:1.6rem;color:rgba(var(--color-foreground),.6);margin:0}.sh-qpillars__grid{display:grid;grid-template-columns:repeat(var(--qp-cols, 4),1fr);gap:16px}.sh-qpillars__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:30px 22px;border:1.5px solid rgba(var(--color-foreground),.1);border-radius:18px;transition:border-color var(--sh-t-fast) ease,transform var(--sh-t-fast) ease}.sh-qpillars__item:hover{border-color:rgba(var(--color-foreground),.2);transform:translateY(-3px)}.sh-qpillars__icon{position:relative;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sh-qpillars__icon-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:.12}.sh-qpillars__icon svg{position:relative;width:28px;height:28px}.sh-qpillars__title{font-family:var(--font-heading--family);font-size:1.95rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;color:rgb(var(--color-foreground));margin:0}.sh-qpillars__desc{font-family:var(--font-body--family);font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.62);margin:0}@media(max-width:989px){.sh-qpillars__inner{padding:0 24px}.sh-qpillars__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.sh-qpillars__inner{padding:0 20px}.sh-qpillars__item{padding:24px 16px;gap:12px}.sh-qpillars__icon{width:52px;height:52px}.sh-qpillars__title{font-size:1.75rem}.sh-qpillars__desc{font-size:1.3rem}}.sh-cart-toast{position:fixed;top:74px;right:16px;width:360px;max-width:calc(100vw - 32px);z-index:600;background:rgba(var(--color-background),.99);border:1px solid rgba(var(--color-foreground),.1);border-radius:20px;box-shadow:0 16px 48px #00145029,0 4px 14px #00145014;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:18px 18px 15px;overflow:hidden;opacity:0;transform:translate(24px) translateY(-6px);pointer-events:none;transition:opacity var(--sh-t-base) var(--sh-ease-out),transform var(--sh-t-base) var(--sh-ease-out)}.sh-cart-toast.is-visible{opacity:1;transform:none;pointer-events:auto}.sh-cart-toast__close{position:absolute;top:12px;right:12px;width:30px;height:30px;border:none;background:transparent;color:rgba(var(--color-foreground),.45);cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background var(--sh-t-fast) ease,color var(--sh-t-fast) ease}.sh-cart-toast__close:hover{background:rgba(var(--color-foreground),.07);color:rgb(var(--color-foreground))}.sh-cart-toast__close svg{width:16px;height:16px}.sh-cart-toast__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sh-cart-toast__check{width:26px;height:26px;border-radius:50%;background:#16ab59;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:scale(0)}.is-visible .sh-cart-toast__check{animation:sh-check-pop .4s var(--sh-ease-bounce) forwards}@keyframes sh-check-pop{to{transform:scale(1)}}.sh-cart-toast__check svg{width:16px;height:16px}.sh-cart-toast__check-path{stroke-dasharray:26;stroke-dashoffset:26}.is-visible .sh-cart-toast__check-path{animation:sh-check-draw .45s .12s var(--sh-ease-out) forwards}@keyframes sh-check-draw{to{stroke-dashoffset:0}}.sh-cart-toast__head-text{font-family:var(--font-heading--family);font-size:1.75rem;font-weight:400;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.sh-cart-toast__body{display:flex;gap:14px;align-items:center}.sh-cart-toast__img-wrap{width:64px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0;background:rgba(var(--color-foreground),.05)}.sh-cart-toast__img{width:100%;height:100%;object-fit:cover;display:block}.sh-cart-toast__info{min-width:0}.sh-cart-toast__title{font-family:var(--font-body--family);font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0;line-height:1.25}.sh-cart-toast__variant{font-family:var(--font-body--family);font-size:1.3rem;color:rgba(var(--color-foreground),.55);margin:3px 0 0}.sh-cart-toast__price{font-family:var(--font-body--family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-button));margin:4px 0 0}.sh-cart-toast__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.sh-cart-toast__btn{display:flex;align-items:center;justify-content:center;padding:12px 10px;border-radius:var(--sh-radius-pill);font-family:var(--font-body--family);font-size:1.4rem;font-weight:600;text-decoration:none;transition:transform var(--sh-t-fast) var(--sh-ease-bounce),box-shadow var(--sh-t-fast) ease,background var(--sh-t-fast) ease}.sh-cart-toast__btn--secondary{background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.sh-cart-toast__btn--secondary:hover{background:rgba(var(--color-foreground),.1)}.sh-cart-toast__btn--primary{background:rgb(var(--color-button));color:#fff}.sh-cart-toast__btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(var(--color-button),.4)}.sh-cart-toast__gift{display:flex;align-items:center;gap:9px;margin-top:14px;padding:11px 13px;border-radius:13px;background:rgba(var(--color-button),.08);border:1px dashed rgba(var(--color-button),.45)}.sh-cart-toast__gift[hidden]{display:none}.is-visible .sh-cart-toast__gift:not([hidden]){animation:sh-gift-pop .45s .2s var(--sh-ease-bounce) both}.sh-cart-toast__gift svg{width:20px;height:20px;color:rgb(var(--color-button));flex-shrink:0}.sh-cart-toast__gift-text{font-family:var(--font-body--family);font-size:1.3rem;font-weight:600;color:rgb(var(--color-button));line-height:1.25}@keyframes sh-gift-pop{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:none}}.sh-cart-toast__progress{position:absolute;left:0;bottom:0;height:3px;width:100%}.sh-cart-toast__progress span{display:block;height:100%;width:100%;background:rgb(var(--color-button));transform-origin:left}.is-visible .sh-cart-toast__progress span{animation:sh-toast-progress 5.2s linear forwards}@keyframes sh-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.sh-cart-toast--error .sh-cart-toast__check,.sh-cart-toast--error .sh-cart-toast__progress span{background:#ff4141}.sh-cart-toast--error .sh-cart-toast__price{color:rgba(var(--color-foreground),.7);font-weight:500}@keyframes sh-badge-bump{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.sh-badge-bump{animation:sh-badge-bump .4s var(--sh-ease-bounce)}.sh-cart-btn-loading{position:relative;pointer-events:none}.sh-cart-btn-loading>*{opacity:.25}.sh-cart-btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:sh-spin .6s linear infinite}@keyframes sh-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.is-visible .sh-cart-toast__check,.is-visible .sh-cart-toast__check-path,.is-visible .sh-cart-toast__gift,.is-visible .sh-cart-toast__progress span{animation:none!important}.sh-cart-toast__check{transform:scale(1)}.sh-cart-toast__check-path{stroke-dashoffset:0}}@media(max-width:749px){.sh-cart-toast{top:auto;bottom:12px;right:12px;left:12px;width:auto;max-width:none;border-radius:18px;transform:translateY(24px)}.sh-cart-toast.is-visible{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom.css.map */
