@import"https://fonts.googleapis.com/css2?family=Bevan&family=DM+Sans:ital,opsz,wght@0,9..40,400..700;1,9..40,400..700&display=swap";:root{--sh-white: #FFFFFF;--sh-cream: #F7F5F0;--sh-ink: #15351F;--sh-green: #1B5E3F;--sh-sun: #FFE200;--sh-gold: #E9B400;--sh-gold-deep: #F4C20D;--sh-line: #E4E0D5;--sh-line-soft: #EEEBE2;--sh-green-800: #164C33;--sh-ink-70: #4A5D50;--sh-font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sh-content-max: 1200px;--sh-section-y: 80px;--sh-section-y-sm: 56px;--sh-radius-sm: 6px;--sh-radius-md: 8px;--sh-radius-lg: 10px;--sh-radius-card: 10px;--sh-radius-pill: 999px;--sh-shadow-sm: 0 1px 2px rgba(21, 53, 31, .06);--sh-shadow-card: 0 2px 10px rgba(21, 53, 31, .07);--sh-shadow-card-hover: 0 8px 24px rgba(21, 53, 31, .12);--sh-shadow-nav: 0 2px 12px rgba(21, 53, 31, .08);--sh-ease: cubic-bezier(.4, 0, .2, 1);--sh-ease-out: cubic-bezier(.16, 1, .3, 1);--sh-dur-fast: .15s;--sh-dur: .22s;--sh-dur-slow: .4s}.sh{font-family:var(--sh-font);color:var(--sh-ink);-webkit-font-smoothing:antialiased;box-sizing:border-box}.sh *,.sh *:before,.sh *:after{box-sizing:border-box}.sh h1,.sh h2,.sh h3,.sh p,.sh ul{margin:0}.sh ul{list-style:none;padding:0}.sh a{text-decoration:none}.sh :focus-visible{outline:3px solid var(--sh-green);outline-offset:2px;border-radius:4px}.sh img{max-width:100%;display:block}.sh-wrap{max-width:var(--sh-content-max);margin:0 auto;padding:0 24px}.sh-eyebrow{display:inline-block;font-weight:500;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-green)}.sh-rule{width:48px;height:4px;background:var(--sh-gold);border-radius:2px}.sh-lead{font-size:20px;line-height:1.65;color:var(--sh-ink);max-width:60ch}.sh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;min-height:44px;padding:0 26px;font-family:var(--sh-font);font-size:16px;font-weight:600;border-radius:var(--sh-radius-md);cursor:pointer;text-decoration:none;border:2px solid transparent;white-space:nowrap;transition:background var(--sh-dur-fast) var(--sh-ease),border-color var(--sh-dur-fast) var(--sh-ease),color var(--sh-dur-fast) var(--sh-ease);background:var(--sh-green);color:var(--sh-white)}.sh-btn:hover{background:#17593b;color:var(--sh-white)}.sh-btn:active{background:var(--sh-green-800);transform:translateY(1px)}.sh-btn--secondary{background:var(--sh-white);color:var(--sh-green);border-color:var(--sh-green)}.sh-btn--secondary:hover{background:var(--sh-cream);color:var(--sh-green);border-color:var(--sh-gold)}.sh-btn--on-dark{background:transparent;color:var(--sh-white);border-color:#ffffff80}.sh-btn--on-dark:hover{background:#ffffff1f;color:var(--sh-white);border-color:var(--sh-gold)}.sh-btn--lg{height:56px;padding:0 34px;font-size:17px}.sh-btn--sm{height:40px;padding:0 18px;font-size:15px}.sh-card{background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius-card);overflow:hidden;box-shadow:var(--sh-shadow-card);transition:box-shadow var(--sh-dur) var(--sh-ease),transform var(--sh-dur) var(--sh-ease)}a.sh-card:hover,.sh-card--hover:hover{box-shadow:var(--sh-shadow-card-hover);transform:translateY(-3px)}.sh-golink{font-size:14px;font-weight:500;color:var(--sh-green);transition:color var(--sh-dur-fast)}a:hover .sh-golink,a.sh-golink:hover{color:var(--sh-gold)}.sh-ph{background:var(--sh-cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.sh-ph span{font-size:13px;color:var(--sh-ink-70)}.sh-header{position:sticky;top:0;z-index:40;background:var(--sh-white);border-bottom:1px solid var(--sh-line)}.sh-header.is-scrolled{box-shadow:var(--sh-shadow-nav)}.sh-announce{background:var(--sh-ink);color:#fff;text-align:center;font-size:13px;letter-spacing:.04em;padding:7px 16px}.sh-announce strong{font-weight:600}.sh-header__row{max-width:var(--sh-content-max);margin:0 auto;padding:0 24px;height:76px;display:flex;align-items:center;gap:24px}.sh-header__logo{display:flex;align-items:center}.sh-header__logo svg{height:48px;width:auto;display:block}.sh-nav{display:flex;gap:4px;margin-left:8px}.sh-nav a{position:relative;padding:10px 14px;font-size:15px;font-weight:500;color:var(--sh-ink);border-radius:8px}.sh-nav a:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;background:var(--sh-gold);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform var(--sh-dur) var(--sh-ease-out)}.sh-nav a:hover:after,.sh-nav a[aria-current=page]:after{transform:scaleX(1)}.sh-nav a[aria-current=page]{color:var(--sh-green);font-weight:700}.sh-header__actions{margin-left:auto;display:flex;align-items:center;gap:4px}.sh-iconbtn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--sh-ink);cursor:pointer;border-radius:8px;position:relative}.sh-cartcount{position:absolute;top:6px;right:6px;background:var(--sh-green);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.sh-header__cta{margin-left:8px}.sh-mobnav{display:none}.sh-mobnav>summary{list-style:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;border-radius:8px;color:var(--sh-ink)}.sh-mobnav>summary::-webkit-details-marker{display:none}.sh-mobnav .sh-ico-close,.sh-mobnav[open] .sh-ico-menu{display:none}.sh-mobnav[open] .sh-ico-close{display:block}.sh-mobnav__panel{position:absolute;left:0;right:0;top:100%;background:var(--sh-white);border-top:1px solid var(--sh-line);border-bottom:1px solid var(--sh-line);box-shadow:var(--sh-shadow-nav);padding:12px 24px 20px;display:flex;flex-direction:column;gap:4px}.sh-mobnav__panel a{padding:12px 4px;font-size:17px;font-weight:500;color:var(--sh-ink);border-bottom:1px solid var(--sh-line-soft)}.sh-mobnav__panel .sh-btn{margin-top:12px;width:100%}.sh-hero{background:var(--sh-cream);border-bottom:1px solid var(--sh-line)}.sh-hero__grid{max-width:var(--sh-content-max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center;min-height:520px}.sh-hero__copy{padding:72px 0;display:flex;flex-direction:column;gap:22px;align-items:flex-start}.sh-hero__h1{font-size:clamp(36px,5vw,56px);line-height:1.1;font-weight:700;letter-spacing:-.01em;color:var(--sh-green)}.sh-hero__sub{font-size:20px;line-height:1.6;max-width:46ch}.sh-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.sh-hero__media{position:relative;align-self:stretch}.sh-hero__frame{position:absolute;top:48px;right:0;bottom:48px;left:0;border-radius:var(--sh-radius-lg);overflow:hidden;box-shadow:var(--sh-shadow-card);border:1px solid var(--sh-line)}.sh-hero__frame img{width:100%;height:100%;object-fit:cover}.sh-hero__badge{position:absolute;left:-14px;bottom:28px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius-md);box-shadow:var(--sh-shadow-card);padding:14px 18px;display:flex;align-items:center;gap:12px;max-width:260px}.sh-hero__badge span{font-size:14px;line-height:1.4}.sh-hero__badge strong{color:var(--sh-green)}.sh-shead{display:flex;flex-direction:column;gap:12px;align-items:flex-start;text-align:left}.sh-shead--center{align-items:center;text-align:center;max-width:680px;margin:0 auto}.sh-shead h2{font-size:32px;line-height:1.18;font-weight:700;color:var(--sh-green);letter-spacing:-.01em}.sh-shead .sh-lead{font-size:20px}.sh-secrow{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:36px}.sh-secrow>a{font-size:15px;font-weight:600;color:var(--sh-green);padding-bottom:6px;white-space:nowrap}.sh-secrow>a:hover{color:var(--sh-gold)}.sh-cats{background:var(--sh-white);padding:var(--sh-section-y) 0}.sh-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sh-cat-card{display:flex;flex-direction:column}.sh-cat-card__media{aspect-ratio:4 / 3;background:var(--sh-cream);overflow:hidden;display:flex;align-items:center;justify-content:center}.sh-cat-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--sh-dur-slow) var(--sh-ease-out)}.sh-cat-card:hover .sh-cat-card__media img{transform:scale(1.04)}.sh-cat-card__body{padding:20px;display:flex;flex-direction:column;gap:4px}.sh-cat-card__label{font-size:20px;font-weight:700;color:var(--sh-green);line-height:1.25}.sh-cat-card__blurb{font-size:15px;color:var(--sh-ink);line-height:1.5}.sh-cat-card .sh-golink{margin-top:6px;letter-spacing:.01em}.sh-feat{background:var(--sh-cream);border-top:1px solid var(--sh-line);border-bottom:1px solid var(--sh-line);padding:var(--sh-section-y) 0}.sh-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sh-prod{display:flex;flex-direction:column}.sh-prod__media{position:relative;aspect-ratio:1 / 1;background:var(--sh-white);border-bottom:1px solid var(--sh-line-soft);display:flex;align-items:center;justify-content:center;padding:16px}.sh-prod__media img{max-width:82%;max-height:82%;object-fit:contain}.sh-prod__badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:var(--sh-sun);color:var(--sh-ink);border:1px solid var(--sh-gold);padding:3px 9px;border-radius:var(--sh-radius-pill)}.sh-prod__body{padding:20px;display:flex;flex-direction:column;gap:4px;flex:1}.sh-prod__vendor{font-size:12px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--sh-ink-70)}.sh-prod__name{font-size:17px;font-weight:700;color:var(--sh-ink);line-height:1.3}.sh-prod__foot{margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sh-prod__price{font-size:17px;font-weight:700;color:var(--sh-green)}.sh-nsp{background:var(--sh-green);color:#fff;padding:var(--sh-section-y-sm) 0}.sh-nsp__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:44px;align-items:center}.sh-nsp__copy{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.sh-nsp .sh-eyebrow{color:var(--sh-sun)}.sh-nsp h2{font-size:clamp(26px,3.2vw,34px);font-weight:700;color:#fff;line-height:1.18}.sh-nsp p{font-size:17px;line-height:1.65;color:#ffffffe0;max-width:56ch}.sh-nsp__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.sh-nsp__ctas .sh-btn{background:var(--sh-white);color:var(--sh-green)}.sh-nsp__ctas .sh-btn:hover{background:var(--sh-cream)}.sh-nsp__mark{display:flex;align-items:center;justify-content:center}.sh-nsp__note{font-size:12.5px;color:#fff9}.sh-help{background:var(--sh-white);padding:var(--sh-section-y) 0}.sh-help__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.sh-help__mediaframe{border-radius:var(--sh-radius-lg);overflow:hidden;border:1px solid var(--sh-line);box-shadow:var(--sh-shadow-card);aspect-ratio:5 / 4}.sh-help__mediaframe img{width:100%;height:100%;object-fit:cover}.sh-help__copy{display:flex;flex-direction:column;gap:22px;align-items:flex-start}.sh-help__list{display:flex;flex-direction:column;gap:12px}.sh-help__list li{display:flex;gap:12px;align-items:center;font-size:17px}.sh-help__tick{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:var(--sh-cream);border:1px solid var(--sh-line);color:var(--sh-green);flex-shrink:0}.sh-svcs{background:var(--sh-cream);padding:var(--sh-section-y) 0;border-top:1px solid var(--sh-line);border-bottom:1px solid var(--sh-line)}.sh-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.sh-svc{display:flex;flex-direction:column;gap:16px;background:var(--sh-white);border:1px solid var(--sh-line);border-radius:var(--sh-radius-card);padding:32px;transition:box-shadow var(--sh-dur),border-color var(--sh-dur)}.sh-svc:hover{box-shadow:var(--sh-shadow-card);border-color:var(--sh-gold)}.sh-svc__icon{width:52px;height:52px;border-radius:var(--sh-radius-md);background:var(--sh-cream);border:1px solid var(--sh-line);display:flex;align-items:center;justify-content:center;color:var(--sh-green)}.sh-svc h3{font-size:20px;font-weight:700;color:var(--sh-green);line-height:1.25}.sh-svc p{font-size:16px;line-height:1.6;flex:1}.sh-svc a{font-size:15px;font-weight:600;color:var(--sh-green)}.sh-svc a:hover{color:var(--sh-gold)}.sh-trust{background:var(--sh-ink);color:#fff;padding:var(--sh-section-y) 0}.sh-trust__head{text-align:center;margin-bottom:44px;display:flex;flex-direction:column;gap:12px;align-items:center}.sh-trust__head .sh-eyebrow{color:var(--sh-sun)}.sh-trust__head h2{font-size:32px;font-weight:700;color:#fff;max-width:620px;line-height:1.2}.sh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.sh-trust__item{display:flex;flex-direction:column;gap:12px}.sh-trust__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--sh-radius-md);background:#ffffff14;color:var(--sh-sun)}.sh-trust__item h3{font-size:19px;font-weight:700;color:#fff}.sh-trust__item p{font-size:15px;line-height:1.6;color:#ffffffd1}.sh-owner{background:var(--sh-cream);padding:var(--sh-section-y) 0;border-bottom:1px solid var(--sh-line)}.sh-owner__grid{max-width:960px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:260px 1fr;gap:44px;align-items:center}.sh-owner__photo{border-radius:var(--sh-radius-lg);overflow:hidden;border:1px solid var(--sh-line);box-shadow:var(--sh-shadow-card);aspect-ratio:4 / 5}.sh-owner__photo img{width:100%;height:100%;object-fit:cover}.sh-owner__copy{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.sh-owner__copy h2{font-size:30px;font-weight:700;color:var(--sh-green);line-height:1.2}.sh-owner__copy p{font-size:18px;line-height:1.65}.sh-owner__note{font-size:15px!important;line-height:1.6!important;color:var(--sh-ink-70)!important;font-style:italic}.sh-res{background:var(--sh-white);padding:var(--sh-section-y) 0}.sh-res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sh-art{display:flex;flex-direction:column}.sh-art__media{aspect-ratio:16 / 10;background:var(--sh-cream);overflow:hidden}.sh-art__media img{width:100%;height:100%;object-fit:cover}.sh-art__body{padding:20px;display:flex;flex-direction:column;gap:8px}.sh-art__cat{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--sh-green)}.sh-art__title{font-size:20px;font-weight:700;color:var(--sh-ink);line-height:1.3}.sh-art__dek{font-size:15px;line-height:1.55;color:var(--sh-ink-70)}.sh-art .sh-golink{margin-top:4px;font-weight:600}.sh-news{background:var(--sh-green);padding:var(--sh-section-y-sm) 0}.sh-news__grid{max-width:900px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center}.sh-news__brand{display:flex;align-items:center;gap:18px}.sh-news__brand h2{font-size:26px;font-weight:700;color:#fff;line-height:1.2}.sh-news__brand p{font-size:16px;color:#ffffffd9;margin-top:6px}.sh-news__panel{background:var(--sh-white);border-radius:var(--sh-radius-lg);padding:20px;box-shadow:var(--sh-shadow-card)}.sh-news__label{font-size:14px;font-weight:500;color:var(--sh-ink);display:block;margin-bottom:6px}.sh-news__row{display:flex;gap:8px}.sh-news__row input[type=email]{flex:1;min-width:0;height:48px;min-height:44px;padding:0 16px;font-family:var(--sh-font);font-size:16px;color:var(--sh-ink);background:var(--sh-white);border:2px solid var(--sh-line);border-radius:var(--sh-radius-md);outline:none;transition:border-color var(--sh-dur-fast),box-shadow var(--sh-dur-fast)}.sh-news__row input[type=email]:focus{border-color:var(--sh-green);box-shadow:0 0 0 3px #1b5e3f26}.sh-news__row button{height:48px;padding:0 22px;white-space:nowrap;font-family:var(--sh-font);font-size:16px;font-weight:600;color:var(--sh-white);background:var(--sh-green);border:none;border-radius:var(--sh-radius-md);cursor:pointer}.sh-news__row button:hover{background:#17593b}.sh-news__helper{font-size:13px;color:var(--sh-ink-70);margin-top:6px;display:block}.sh-news__ok{display:flex;align-items:center;gap:12px;padding:10px 4px;font-size:16px;color:var(--sh-ink)}.sh-news__ok em{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--sh-sun);color:var(--sh-ink);font-weight:700;font-style:normal;flex-shrink:0}.sh-news__err{font-size:14px;color:#8a2f22;margin-top:8px}.sh-footer{background:var(--sh-ink);color:#fff;padding:64px 0 32px}.sh-foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.14)}.sh-foot__brand{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.sh-foot__logochip{background:var(--sh-white);border-radius:var(--sh-radius-md);padding:10px 14px}.sh-foot__logochip svg{height:44px;width:auto;display:block}.sh-foot__brand p{font-size:14px;line-height:1.6;color:#ffffffbf;max-width:32ch}.sh-foot__colhead{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sh-sun);margin-bottom:14px}.sh-foot__col ul{display:flex;flex-direction:column;gap:10px}.sh-foot__col a{font-size:14px;color:#fffc}.sh-foot__col a:hover{color:var(--sh-gold)}.sh-foot__legal{padding:28px 0;border-bottom:1px solid rgba(255,255,255,.14)}.sh-foot__fda{font-size:13px;line-height:1.55;color:#ffffffd1;max-width:68ch}.sh-foot__nsp{font-size:12.5px;line-height:1.55;color:#fff9;margin-top:12px;max-width:80ch}.sh-foot__base{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;font-size:13px;color:#fff9}@media(max-width:960px){.sh-nav,.sh-desktop-only{display:none!important}.sh-mobnav{display:block}.sh-hero__grid{grid-template-columns:1fr;gap:0;min-height:0}.sh-hero__media{display:none}.sh-cat-grid,.sh-feat-grid{grid-template-columns:repeat(2,1fr)}.sh-nsp__grid{grid-template-columns:1fr;gap:28px}.sh-nsp__mark{display:none}.sh-svc-grid{grid-template-columns:1fr}.sh-trust-grid{grid-template-columns:repeat(2,1fr)}.sh-help__grid,.sh-owner__grid{grid-template-columns:1fr;gap:32px}.sh-owner__photo{max-width:340px}.sh-res-grid{grid-template-columns:1fr}.sh-news__grid{grid-template-columns:1fr;gap:24px}}@media(max-width:640px){.sh-cat-grid,.sh-feat-grid,.sh-trust-grid,.sh-foot-grid{grid-template-columns:1fr}.sh-news__row{flex-direction:column}.sh-news__row button{width:100%}}@media(min-width:641px)and (max-width:960px){.sh-foot-grid{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.sh *,.sh *:before,.sh *:after{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/sh-brand.css.map */
