:root {
  --sos-green: #83b735;
  --sos-green-hover: #72a22d;
  --sos-forest: #075c32;
  --sos-deep: #123322;
  --sos-ink: #17251d;
  --sos-muted: #5f6f65;
  --sos-line: #dce6df;
  --sos-soft: #f2f7f3;
  --sos-mint: #e7f2e9;
  --sos-cream: #fbfcf9;
  --sos-white: #fff;
  --sos-yellow: #f4b900;
  --sos-shadow: 0 18px 55px rgba(20, 54, 34, .09);
  --sos-radius: 20px;
  --sos-container: min(1460px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.sos-site { margin: 0; color: var(--sos-ink); background: var(--sos-white); font-family: "Avenir Next", Avenir, Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.sos-site #cfw-side-cart-floating-button { display: none !important; }
body.sos-site *, body.sos-site *::before, body.sos-site *::after { box-sizing: border-box; }
body.sos-site img { max-width: 100%; height: auto; }
body.sos-site a { color: inherit; }
body.sos-site button, body.sos-site input, body.sos-site select, body.sos-site textarea { font: inherit; }
body.sos-site .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important; }
body.sos-site .screen-reader-text:focus { z-index: 100000 !important; top: 8px !important; left: 8px !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 10px 16px !important; overflow: visible !important; clip: auto !important; clip-path: none !important; color: #fff !important; background: var(--sos-deep) !important; white-space: normal !important; }
.sos-container { width: var(--sos-container); margin-inline: auto; }
.sos-main { min-height: 55vh; }
body.sos-site :where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #2f6c38; outline-offset: 3px; }
.sos-skip-link { position: fixed; z-index: 100000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; border-radius: 9px; color: #fff !important; background: var(--sos-deep); text-decoration: none; }
.sos-skip-link:focus { transform: translateY(0); }
.sos-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--sos-forest); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sos-eyebrow::before { width: 20px; height: 2px; background: var(--sos-green); content: ""; }
.sos-section { padding: 88px 0; }
.sos-section__head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 36px; }
.sos-section__head h2 { max-width: 760px; margin: 8px 0 0; color: var(--sos-deep); font-size: clamp(32px, 4vw, 54px); line-height: 1.04; letter-spacing: -.04em; }
.sos-section__head > p { max-width: 520px; margin: 0; color: var(--sos-muted); }
.sos-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 1px solid var(--sos-forest); border-radius: 10px; color: #fff !important; background: var(--sos-forest); font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(7, 92, 50, .18); transition: transform .2s, background .2s, box-shadow .2s; }
.sos-button:hover { transform: translateY(-2px); background: #034a27; box-shadow: 0 16px 28px rgba(7, 92, 50, .23); }
.sos-button--light { border-color: #fff; color: var(--sos-deep) !important; background: #fff; }
.sos-link { color: var(--sos-forest) !important; font-weight: 800; text-decoration: none; }
.sos-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.sos-link:hover span { transform: translateX(4px); }
.sos-stars { display: inline-flex; color: var(--sos-yellow); font-size: 18px; letter-spacing: 2px; }
.sos-stars__meter { position: relative; display: inline-block; overflow: hidden; color: #d8ded9; line-height: 1; white-space: nowrap; }
.sos-stars__meter > span { position: absolute; top: 0; left: 0; display: block; overflow: hidden; color: var(--sos-yellow); white-space: nowrap; }
.sos-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 28px; color: #59695f; font-size: 13px; }
.sos-breadcrumbs ol { display: flex; width: 100%; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sos-breadcrumbs li { display: inline-flex; align-items: center; gap: 10px; }
.sos-breadcrumbs li + li::before { color: #9aa79e; content: "/"; }
.sos-breadcrumbs a { color: #43534a; text-decoration: none; }
.sos-breadcrumbs a:hover { color: var(--sos-forest); }

/* Header */
.sos-header { position: relative; z-index: 1000; border-bottom: 1px solid var(--sos-line); background: rgba(255,255,255,.98); }
.sos-header__utility { border-bottom: 1px solid #e9efe9; color: var(--sos-deep); background: var(--sos-soft); font-size: 11px; font-weight: 700; }
.sos-header__utility-inner { display: grid; min-height: 30px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.sos-header__utility-inner > :last-child { text-align: right; }
.sos-header__utility a { color: var(--sos-forest); text-decoration: none; }
.sos-header__utility b { margin-right: 4px; color: var(--sos-green); }
.sos-header__main { display: grid; min-height: 86px; grid-template-columns: 240px minmax(320px, 1fr) auto; align-items: center; gap: clamp(20px, 3vw, 54px); }
.sos-brand { display: block; line-height: 0; }
.sos-brand img { display: block; width: 226px; max-height: 54px; object-fit: contain; object-position: left center; }
.sos-search { position: relative; display: flex; min-width: 0; }
.sos-search > input[type="search"] { width: 100%; min-height: 48px; padding: 0 60px 0 18px; border: 1px solid #cfdcd2; border-radius: 12px; outline: 0; color: var(--sos-ink); background: #fff; box-shadow: inset 0 1px 2px rgba(20,40,28,.03); }
.sos-search > input[type="search"]:focus { border-color: var(--sos-green); box-shadow: 0 0 0 4px rgba(131,183,53,.13); }
.sos-search > button[type="submit"] { position: absolute; z-index: 2; top: 0; right: 0; display: grid; width: 52px; height: 48px; place-items: center; padding: 0; border: 0; border-radius: 0 12px 12px 0; color: #fff; background: var(--sos-forest); cursor: pointer; }
.sos-search > button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.sos-search__results { position: absolute; z-index: 100; top: calc(100% + 8px); left: 0; width: 100%; padding: 10px; border: 1px solid var(--sos-line); border-radius: 14px; background: #fff; box-shadow: var(--sos-shadow); }
.sos-search__results[hidden] { display: none; }
.sos-search__results p { margin: 4px 8px 8px; color: var(--sos-muted); font-size: 12px; }
.sos-search__results ul { display: grid; margin: 0; padding: 0; list-style: none; }
.sos-search__results li a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding: 8px; border-radius: 9px; text-decoration: none; }
.sos-search__results li a:hover, .sos-search__results li a:focus { background: var(--sos-soft); }
.sos-search__results li img { width: 52px; height: 52px; object-fit: contain; }
.sos-search__all { position: static !important; width: 100% !important; height: 40px !important; margin-top: 6px; border-radius: 9px !important; }
.sos-header__actions { display: flex; align-items: center; gap: 8px; }
.sos-header__account, .sos-header__quote, .sos-header__cart { position: relative; display: inline-flex; min-height: 46px; align-items: center; gap: 7px; padding: 8px 10px; border-radius: 10px; color: var(--sos-deep); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.sos-header__account:hover, .sos-header__quote:hover, .sos-header__cart:hover { background: var(--sos-soft); }
.sos-header__actions svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.sos-header__cart b { display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 5px; border-radius: 20px; color: var(--sos-deep); background: var(--sos-green); font-size: 10px; }
.sos-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--sos-soft); cursor: pointer; }
.sos-menu-toggle i { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--sos-deep); }
.sos-nav { border-top: 1px solid #edf2ee; background: #fff; }
.sos-nav__list { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.4vw, 38px); margin: 0; padding: 0; list-style: none; }
.sos-nav__item { position: static; }
.sos-nav__trigger { display: flex; height: 50px; align-items: center; }
.sos-nav__trigger > a { position: relative; display: flex; height: 100%; align-items: center; color: #263c2f; font-size: 13px; font-weight: 750; text-decoration: none; }
.sos-nav__trigger > a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; transform: scaleX(0); transform-origin: center; background: var(--sos-green); content: ""; transition: transform .2s; }
.sos-nav__item:hover .sos-nav__trigger > a::after, .sos-nav__item:focus-within .sos-nav__trigger > a::after { transform: scaleX(1); }
.sos-nav__trigger button { display: grid; width: 28px; height: 36px; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.sos-nav__trigger button i { width: 7px; height: 7px; transform: translateY(-2px) rotate(45deg); border-right: 1.5px solid var(--sos-deep); border-bottom: 1.5px solid var(--sos-deep); }
.sos-mega { position: absolute; z-index: 50; top: 100%; right: 0; left: 0; visibility: hidden; transform: translateY(9px); border-top: 1px solid var(--sos-line); background: #fff; opacity: 0; box-shadow: 0 28px 50px rgba(20,49,30,.14); transition: opacity .18s, transform .18s, visibility .18s; }
.sos-nav__item:hover .sos-mega, .sos-nav__item.is-open .sos-mega { visibility: visible; transform: translateY(0); opacity: 1; }
.sos-nav__item.is-dismissed .sos-mega { visibility: hidden; transform: translateY(9px); opacity: 0; }
.sos-mega__inner { display: grid; min-height: 340px; grid-template-columns: minmax(0, 1fr) 310px; column-gap: 44px; padding-top: 30px; padding-bottom: 34px; }
.sos-mega__head { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--sos-line); }
.sos-mega__head small { color: var(--sos-forest); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sos-mega__head h2 { margin: 2px 0 0; color: var(--sos-deep); font-size: 28px; line-height: 1.1; }
.sos-mega__head > a { color: var(--sos-forest); font-size: 13px; font-weight: 800; text-decoration: none; }
.sos-mega__directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 34px; align-content: start; }
.sos-mega__directory section { min-width: 0; }
.sos-mega__directory h3 { margin: 0 0 9px; font-size: 13px; }
.sos-mega__directory h3 a { color: var(--sos-forest); text-decoration: none; }
.sos-mega__directory ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.sos-mega__directory li a { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 8px; padding: 5px 0; color: #405248; font-size: 12px; line-height: 1.35; text-decoration: none; }
.sos-mega__directory li a:hover { color: var(--sos-deep); }
.sos-mega__featured { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-self: start; }
.sos-mega__featured a { overflow: hidden; border: 1px solid var(--sos-line); border-radius: 14px; color: var(--sos-deep); background: var(--sos-soft); text-decoration: none; }
.sos-mega__featured a > span { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #fff; }
.sos-mega__featured img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s; }
.sos-mega__featured strong { display: block; padding: 10px; font-size: 11px; line-height: 1.3; }
.sos-mega__featured a:hover img { transform: scale(1.04); }
.sos-nav__mobile-search { display: none; }

/* Cards */
.sos-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.sos-product-card { overflow: hidden; border: 1px solid var(--sos-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(27,57,37,.055); transition: transform .2s, border-color .2s, box-shadow .2s; }
.sos-product-card:hover { transform: translateY(-5px); border-color: #c3d5c6; box-shadow: var(--sos-shadow); }
.sos-product-card__image { position: relative; display: block; aspect-ratio: 1.18; overflow: hidden; background: linear-gradient(145deg, #fff, #f4f7f3); }
.sos-product-card__image::after { position: absolute; inset: 0; box-shadow: inset 0 0 30px 18px rgba(255,255,255,.82); pointer-events: none; content: ""; }
.sos-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; }
.sos-product-card:hover .sos-product-card__image img { transform: scale(1.035); }
.sos-product-card__body { padding: 18px 18px 16px; }
.sos-product-card__body > small { color: var(--sos-forest); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sos-product-card h3 { min-height: 48px; margin: 6px 0 4px; color: var(--sos-deep); font-size: 17px; line-height: 1.35; }
.sos-product-card h3 a { text-decoration: none; }
.sos-product-card .sos-stars { font-size: 13px; }
.sos-product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #edf1ee; color: var(--sos-forest); font-size: 13px; font-weight: 800; }
.sos-product-card__foot .price { color: var(--sos-deep); font-size: 15px; }

/* Footer */
.sos-help { padding: 58px 0; color: #fff; background: var(--sos-forest); }
.sos-help__inner { display: grid; grid-template-columns: 1fr 1.35fr; gap: 32px 70px; align-items: center; }
.sos-help__inner > div:first-child small { color: #d8efbf; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sos-help h2 { margin: 5px 0 8px; color: #fff; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.03em; }
.sos-help p { margin: 0; color: rgba(255,255,255,.78); }
.sos-help__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sos-help__actions a { display: grid; min-width: 0; grid-template-columns: 40px 1fr; column-gap: 10px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #fff; background: rgba(255,255,255,.07); text-decoration: none; transition: background .2s, transform .2s; }
.sos-help__actions a:hover { transform: translateY(-2px); background: rgba(255,255,255,.13); }
.sos-help__actions a > span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; color: var(--sos-deep); background: var(--sos-green); font-weight: 900; }
.sos-help__actions small { color: rgba(255,255,255,.68); font-size: 10px; }
.sos-help__actions strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
.sos-help__hours { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.sos-footer__surface { padding-top: 66px; color: #d6e0d9; background: #11271a; }
.sos-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 54px; }
.sos-footer h2 { margin: 0 0 18px; color: #fff; font-size: 16px; }
.sos-footer__brand h2 { font-size: 25px; }
.sos-footer__brand p { max-width: 410px; color: #aebdb3; }
.sos-footer__brand > div { display: flex; flex-wrap: wrap; gap: 8px; }
.sos-footer__brand span { padding: 6px 10px; border-radius: 30px; color: #dff0ce; background: rgba(131,183,53,.13); font-size: 11px; font-weight: 700; }
.sos-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sos-footer li a { color: #aebdb3; font-size: 13px; text-decoration: none; }
.sos-footer li a:hover { color: #fff; }
.sos-footer__bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #829186; font-size: 11px; }
body.sos-site .chaty, body.sos-site .chaty-widget, body.sos-site .chaty-outer-forms { display: none !important; }

@media (max-width: 1180px) {
  :root { --sos-container: min(100% - 36px, 1120px); }
  .sos-header__main { grid-template-columns: 210px 1fr auto; gap: 18px; }
  .sos-brand img { width: 205px; }
  .sos-header__quote span, .sos-header__account span, .sos-header__cart > span { display: none; }
  .sos-nav__list { gap: 19px; }
  .sos-mega__inner { grid-template-columns: minmax(0, 1fr) 270px; }
  .sos-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sos-help__inner { grid-template-columns: 1fr; }
  .sos-help__hours { grid-column: auto; }
}

@media (max-width: 880px) {
  :root { --sos-container: calc(100% - 28px); }
  .sos-section { padding: 64px 0; }
  .sos-header__utility-inner { grid-template-columns: 1fr 1fr; }
  .sos-header__utility-inner > :nth-child(2) { display: none; }
  .sos-header__main { min-height: 72px; grid-template-columns: 190px 1fr; }
  .sos-header__main > .sos-search { display: none; }
  .sos-header__actions { justify-self: end; }
  .sos-header__quote { display: none; }
  .sos-menu-toggle { display: block; }
  .sos-nav { position: absolute; right: 0; left: 0; display: block; max-height: calc(100vh - 100px); overflow: auto; border-top: 1px solid var(--sos-line); box-shadow: 0 24px 40px rgba(15,40,23,.15); }
  .sos-js .sos-nav { display: none; }
  .sos-js .sos-nav.is-open { display: block; }
  html:not(.sos-js) .sos-menu-toggle { display: none; }
  .sos-nav__list { display: block; padding: 12px 0; }
  .sos-nav__trigger { height: 48px; justify-content: space-between; border-bottom: 1px solid var(--sos-line); }
  .sos-nav__trigger > a { flex: 1; font-size: 14px; }
  .sos-mega { position: static; display: none; visibility: visible; transform: none; border: 0; opacity: 1; box-shadow: none; }
  .sos-nav__item.is-open .sos-mega { display: block; }
  .sos-mega__inner { display: block; min-height: 0; width: 100%; padding: 14px 0 20px; }
  .sos-mega__head { align-items: center; margin-bottom: 14px; }
  .sos-mega__head h2 { font-size: 22px; }
  .sos-mega__head > a { font-size: 11px; }
  .sos-mega__directory { grid-template-columns: 1fr 1fr; }
  .sos-mega__featured { display: none; }
  .sos-nav__mobile-search { display: flex; width: 100%; margin: 16px 0 22px; color: var(--sos-muted); font-size: 12px; }
  .sos-section__head { display: block; }
  .sos-section__head > p, .sos-section__head > a { display: inline-block; margin-top: 15px; }
  .sos-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sos-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --sos-container: calc(100% - 22px); --sos-radius: 15px; }
  body.sos-site { font-size: 15px; }
  .sos-header__utility-inner { grid-template-columns: 1fr; justify-items: center; }
  .sos-header__utility-inner > :last-child { display: none; }
  .sos-header__main { min-height: 66px; grid-template-columns: minmax(0, 1fr) auto; }
  .sos-brand img { width: 174px; max-height: 44px; }
  .sos-header__account { display: none; }
  .sos-header__actions { gap: 2px; }
  .sos-mega__directory { grid-template-columns: 1fr; }
  .sos-mega__head { align-items: flex-start; }
  .sos-mega__head > a { max-width: 100px; text-align: right; }
  .sos-section { padding: 50px 0; }
  .sos-section__head h2 { font-size: 34px; }
  .sos-products-grid { grid-template-columns: 1fr; }
  .sos-product-card { display: grid; grid-template-columns: 122px 1fr; }
  .sos-product-card__image { height: 100%; aspect-ratio: auto; }
  .sos-product-card h3 { min-height: 0; font-size: 15px; }
  .sos-help__actions { grid-template-columns: 1fr; }
  .sos-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .sos-footer__bottom { display: grid; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
