/* Shared commerce presentation. Product, cart and checkout state stays in JS. */
body.sf-store {
  --sf-forest: #06231a;
  --sf-ink: #062219;
  --sf-lime: #dcf75b;
  --sf-paper: #f6f7f0;
  --sf-muted: #b6c5ba;
  --sf-line: #345044;
  display: block;
  margin: 0;
  background: var(--sf-forest);
  color: #f7f9f3;
  font-family: "Manrope", "Sora", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.sf-store *, body.sf-store *::before, body.sf-store *::after { box-sizing: border-box; }
body.sf-store .hidden { display: none !important; }
body.sf-store [hidden] { display: none !important; }
body.sf-store .sf-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body.sf-store button, body.sf-store input, body.sf-store select { font: inherit; }
body.sf-store .font-display { font-family: inherit !important; }
body.sf-store button, body.sf-store a { -webkit-tap-highlight-color: transparent; }
body.sf-store button { cursor: pointer; }
body.sf-store button:disabled { cursor: not-allowed; }
body.sf-store :is(button, a, input, select, summary):focus-visible { outline: 3px solid var(--sf-lime); outline-offset: 4px; }
body.sf-store .sf-container { width: min(1328px, calc(100% - 80px)); margin-inline: auto; }
body.sf-store :is(.sf-header, .sf-hero, .sf-categories, .sf-catalog-layout) :is(h1, h2, h3, p) { margin: 0; }
body.sf-store .sf-announcement { padding: 9px 0; background: var(--sf-lime); color: var(--sf-ink); font-size: 11px; font-weight: 600; }
body.sf-store .sf-announcement > .sf-container { display: flex; justify-content: space-between; gap: 16px; }
body.sf-store .sf-announcement i { margin-right: 7px; }
body.sf-store .sf-header { position: sticky; top: 0; z-index: 40; background: var(--sf-forest); color: #fff; box-shadow: none; border-bottom: 1px solid var(--sf-line); }
body.sf-store .sf-header-main { min-height: 92px; display: flex; align-items: center; gap: 26px; padding-block: 17px; }
body.sf-store .sf-brand { display: flex; align-items: center; flex-shrink: 0; gap: 11px; color: #fff; text-decoration: none; }
body.sf-store .sf-brand img { width: 43px; height: 43px; border-radius: 11px; object-fit: contain; }
body.sf-store .sf-brand > span { display: flex; flex-direction: column; gap: 3px; }
body.sf-store .sf-brand strong { font-size: 25px; letter-spacing: -1.1px; line-height: 1.1; font-weight: 800; }
body.sf-store .sf-brand em { color: #c1cec3; font-size: 9px; font-style: normal; letter-spacing: .9px; }
body.sf-store .sf-main-nav { display: flex; align-items: center; gap: 22px; white-space: nowrap; }
body.sf-store .sf-main-nav :is(a, button) { background: transparent; border: 0; color: #eef5eb; padding: 9px 0; font-size: 12px; font-weight: 600; text-decoration: none; }
body.sf-store .sf-main-nav :is(a, button):hover { color: var(--sf-lime); }
body.sf-store .sf-main-nav .sf-nav-active { color: var(--sf-lime); border-bottom: 2px solid var(--sf-lime); }
body.sf-store .sf-search { display: flex; align-items: center; flex: 1; min-width: 150px; height: 46px; border: 1px solid #a0b5a7; border-radius: 30px; background: #16352b; overflow: hidden; }
body.sf-store .sf-search:focus-within { outline: 2px solid var(--sf-lime); outline-offset: 3px; }
body.sf-store .sf-search #searchInput { width: 100%; min-width: 0; height: 100%; margin: 0; padding: 0 6px 0 18px; background: transparent; color: #fff; border: 0; border-radius: 0; outline: 0; box-shadow: none; font-size: 12px; }
body.sf-store .sf-search #searchInput::placeholder { color: #b4c5bc; opacity: 1; }
body.sf-store .sf-search > button { position: static; flex: 0 0 46px; width: 46px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--sf-lime); font-size: 18px; border-radius: 0; }
body.sf-store .sf-header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
body.sf-store .sf-cart-button { position: relative; display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 7px 0 7px 6px; background: transparent; color: #fff; border: 0; font-size: 12px; font-weight: 600; }
body.sf-store .sf-cart-button > i { color: var(--sf-lime); font-size: 23px; }
body.sf-store #cartCount { position: absolute; top: -2px; left: 24px; right: auto; min-width: 18px; height: 18px; width: auto; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--sf-lime); color: var(--sf-ink); border: 2px solid var(--sf-forest); font-size: 9px; line-height: 1; }
body.sf-store #vpSlot { max-width: 140px; font-size: 10px; }
body.sf-store .sf-category-nav { background: var(--sf-forest); border-bottom: 1px solid var(--sf-line); }
body.sf-store .sf-category-nav > .sf-container { display: flex; align-items: center; gap: 24px; min-height: 47px; overflow-x: auto; scrollbar-width: none; }
body.sf-store .sf-category-nav > .sf-container::-webkit-scrollbar { display: none; }
body.sf-store .sf-category-nav button { padding: 13px 0; flex-shrink: 0; white-space: nowrap; color: #d9e4d9; border: 0; background: transparent; font-size: 11px; font-weight: 500; }
body.sf-store .sf-category-nav button i { margin-right: 7px; color: #c9d6cd; }
body.sf-store .sf-category-nav button:hover, body.sf-store .sf-category-nav button[aria-pressed="true"] { color: var(--sf-lime); }
body.sf-store .sf-category-nav button[aria-pressed="true"] i { color: var(--sf-lime); }

/* The hero uses live supplier photography, kept separate from page copy. */
body.sf-store .sf-hero { background: var(--sf-forest); border-bottom: 1px solid var(--sf-line); }
body.sf-store #heroSection { background-image: none !important; }
body.sf-store #heroSection::before, body.sf-store #heroSection::after { content: none !important; }
body.sf-store .sf-hero-inner { min-height: 490px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 56px; align-items: center; padding-block: 44px; }
body.sf-store .sf-eyebrow { color: var(--sf-lime); font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; }
body.sf-store .sf-hero-copy h1 { max-width: 610px; margin-top: 16px; color: #f8faf5; font-size: clamp(38px, 4.15vw, 60px); font-weight: 800; line-height: 1.06; letter-spacing: -2.8px; }
body.sf-store .sf-hero-copy h1 span { display: block; color: var(--sf-lime); }
body.sf-store .sf-hero-description { max-width: 505px; margin-top: 23px !important; color: #c7d5cb; font-size: 15px; line-height: 1.8; }
body.sf-store .sf-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 29px; }
body.sf-store .sf-primary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 15px 25px; border: 1px solid var(--sf-lime); border-radius: 30px; background: var(--sf-lime); color: var(--sf-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
body.sf-store .sf-primary:hover { background: #ebff8a; border-color: #ebff8a; }
body.sf-store .sf-text-link { color: #e9f1e8; background: transparent; border: 0; font-size: 12px; text-decoration: none; border-bottom: 1px solid #65796c; padding: 4px 0; }
body.sf-store .sf-text-link:hover { color: var(--sf-lime); border-color: var(--sf-lime); }
body.sf-store .sf-hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 27px; color: #c4d1c7; font-size: 10px; }
body.sf-store .sf-hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
body.sf-store .sf-hero-trust i { color: var(--sf-lime); font-size: 12px; }
body.sf-store .sf-hero-showcase { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .85fr); gap: 14px; min-width: 0; }
body.sf-store .sf-feature-loading { grid-column: 1 / -1; align-self: center; color: #b8cbb9; font-size: 13px; line-height: 1.7; padding: 40px 20px; }
body.sf-store :is(.sf-feature-main, .sf-feature-side) { min-width: 0; }
body.sf-store .sf-feature-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
body.sf-store :is(.sf-feature-main > button, button.sf-feature-main, .sf-feature-side > button) { display: flex; flex-direction: column; text-align: left; width: 100%; height: 100%; overflow: hidden; padding: 0; background: var(--sf-paper); border: 1px solid #f2f4e7; border-radius: 15px; color: var(--sf-ink); }
body.sf-store :is(.sf-feature-main > button, button.sf-feature-main, .sf-feature-side > button):hover { border-color: var(--sf-lime); box-shadow: 0 0 0 2px var(--sf-lime); }
body.sf-store .sf-feature-main img { width: 100%; height: 271px; padding: 18px; object-fit: contain; background: #fff; }
body.sf-store .sf-feature-side img { width: 100%; height: 111px; padding: 11px; object-fit: contain; background: #fff; }
body.sf-store .sf-feature-info { padding: 16px; }
body.sf-store .sf-feature-info small { display: block; margin-bottom: 5px; color: #566e5d; font-size: 8px; line-height: 1.4; letter-spacing: 1.6px; text-transform: uppercase; }
body.sf-store .sf-feature-info :is(h2, h3, h4, p, span, .sf-feature-title) { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 13px; line-height: 1.5; font-weight: 650; letter-spacing: -.25px; }
body.sf-store .sf-feature-info > strong { display: block; margin-top: 8px; color: var(--sf-ink); font-size: 19px; font-weight: 800; letter-spacing: -.6px; }
body.sf-store .sf-feature-side .sf-feature-info { padding: 10px 13px; }
body.sf-store .sf-feature-side .sf-feature-info :is(h2, h3, h4, p, span, .sf-feature-title) { font-size: 10px; line-height: 1.45; }
body.sf-store .sf-feature-side .sf-feature-info > strong { margin-top: 5px; font-size: 14px; }
body.sf-store .sf-feature-side .sf-feature-info small { font-size: 7px; margin-bottom: 3px; }
body.sf-store .sf-feature-info > strong.sf-price-prompt { font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: 0; }
body.sf-store .sf-feature-side .sf-feature-info > strong.sf-price-prompt { font-size: 11px; }

body.sf-store .sf-categories { padding: 34px 0 39px; background: var(--sf-forest); }
body.sf-store .sf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
body.sf-store .sf-section-heading h2 { color: #f6f8f2; font-size: 24px; font-weight: 750; letter-spacing: -.8px; line-height: 1.2; }
body.sf-store .sf-section-heading p { color: var(--sf-muted); font-size: 11px; }
body.sf-store .sf-category-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
body.sf-store .sf-category-card { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 9px; text-align: left; min-height: 112px; padding: 17px; border: 1px solid #3d5447; border-radius: 10px; color: #f2f7ef; background: #133227; }
body.sf-store .sf-category-card > i:first-child { grid-column: 1 / -1; color: var(--sf-lime); font-size: 23px; line-height: 1; margin-bottom: 6px; }
body.sf-store .sf-category-card > :is(span, strong) { grid-column: 1 / -1; font-size: 12px; line-height: 1.4; font-weight: 600; }
body.sf-store .sf-category-card small { font-size: 9px; color: #adbdaf; }
body.sf-store .sf-category-card > i:last-child:not(:first-child) { align-self: center; justify-self: end; color: #adbdaf; font-size: 10px; }
body.sf-store .sf-category-card:hover, body.sf-store .sf-category-card[aria-pressed="true"] { background: #213e2d; border-color: var(--sf-lime); }

/* Catalogue and filter rail. */
body.sf-store .sf-catalog-layout { display: grid; grid-template-columns: 214px minmax(0, 1fr); align-items: start; gap: 28px; padding: 15px 0 58px; scroll-margin-top: 157px; }
body.sf-store .sf-sidebar { display: block; width: auto; min-width: 0; margin: 0; flex: none; }
body.sf-store .sf-filter-panel { position: sticky; top: 157px; border: 1px solid #405648; border-radius: 12px; background: #102e22; padding: 21px 14px; }
body.sf-store .sf-filter-heading { display: flex; align-items: center; justify-content: space-between; }
body.sf-store .sf-filter-close, body.sf-store .sf-filter-backdrop { display: none; }
body.sf-store .sf-filter-panel h3 { padding-inline: 8px; color: #f4f8ee; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
body.sf-store .sf-sidebar-category { display: flex; flex-direction: column; gap: 3px; }
body.sf-store .sf-sidebar-category button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 41px; padding: 9px 9px; border: 0; border-radius: 7px; background: transparent; color: #c7d4c9; text-align: left; font-size: 12px; font-weight: 500; line-height: 1.45; }
body.sf-store .sf-sidebar-category button i { flex: 0 0 16px; text-align: center; color: #b8c9bd; font-size: 13px; }
body.sf-store .sf-sidebar-category button:hover { background: #274332; color: #fff; }
body.sf-store .sf-sidebar-category button[aria-pressed="true"] { color: var(--sf-ink); background: var(--sf-lime); font-weight: 700; }
body.sf-store .sf-sidebar-category button[aria-pressed="true"] i { color: var(--sf-ink); }
body.sf-store .sf-filter-label { display: block; color: #edf4e9; font-size: 11px; font-weight: 600; margin: 23px 8px 9px; }
body.sf-store .sf-price-input { display: block; width: calc(100% - 16px); min-width: 0; min-height: 42px; margin: 0 8px; padding: 10px 12px; border: 1px solid #82968a; border-radius: 7px; background: #fff; color: var(--sf-ink); font-size: 12px; }
body.sf-store .sf-filter-note { margin: 9px 8px 0 !important; color: #b1c3b6; font-size: 10px; line-height: 1.65; }
body.sf-store .sf-reset-filters { margin: 18px 8px 0; border: 0; border-bottom: 1px solid #7a8b63; padding: 2px 0; background: transparent; color: var(--sf-lime); font-size: 10px; font-weight: 600; }
body.sf-store .sf-catalog-main { width: 100%; min-width: 0; }
body.sf-store .sf-budget-strip { padding: 20px; margin: 0 0 31px; background: #203b2c; background-image: none; border: 1px solid #4b6043; border-radius: 12px; }
body.sf-store .sf-budget-strip > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 17px; }
body.sf-store .sf-budget-strip h3 { font-size: 16px; line-height: 1.4; color: #f8fbef; font-weight: 700; letter-spacing: -.4px; }
body.sf-store .sf-budget-strip > div:first-child > button { flex-shrink: 0; padding: 6px 0; color: var(--sf-lime); background: transparent; border: 0; font-size: 10px; font-weight: 600; }
body.sf-store .sf-budget-row { display: flex; gap: 12px; overflow-x: auto; padding: 2px 1px 8px; scrollbar-width: thin; scrollbar-color: #78916e #203b2c; }
body.sf-store .sf-mini-card { display: flex; flex: 0 0 130px; flex-direction: column; text-align: left; border: 1px solid #e6eade; border-radius: 8px; padding: 0; background: #fff; color: var(--sf-ink); overflow: hidden; }
body.sf-store .sf-mini-card img { width: 100%; height: 100px; object-fit: contain; background: #fff; padding: 7px; }
body.sf-store .sf-mini-card :is(p, span) { margin: 9px 9px 0; font-size: 9px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.sf-store .sf-mini-card :is(strong, .sf-mini-price) { display: block; padding: 5px 9px 10px; color: var(--sf-ink); font-size: 12px; font-weight: 750; }
body.sf-store .sf-mini-card p:last-child { margin: 5px 9px 10px; font-size: 12px; font-weight: 750; }
body.sf-store .sf-results-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
body.sf-store .sf-results-copy { min-width: 0; }
body.sf-store .sf-results-copy .sf-eyebrow { margin-bottom: 7px; font-size: 8px; letter-spacing: 2px; }
body.sf-store #resultsTitle { color: #f9fbf3; font-size: 29px; font-weight: 800; line-height: 1.25; letter-spacing: -1px; }
body.sf-store #resultsCount { display: inline-block; margin-top: 7px; color: #bbcbbf; font-size: 10px; }
body.sf-store .sf-results-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
body.sf-store .sf-sort-label { display: flex; align-items: center; gap: 8px; color: #bacbbf; font-size: 10px; }
body.sf-store #sfSort { max-width: 178px; min-height: 44px; border: 1px solid #687e6c; border-radius: 7px; color: #f7faf2; background: #153626; font-size: 12px; padding: 9px 28px 9px 11px; }
body.sf-store .sf-mobile-filter { display: none; }
body.sf-store #productGrid.sf-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
body.sf-store .sf-product { display: flex; flex-direction: column; min-width: 0; height: 100%; border: 1px solid #e4e9dc; border-radius: 11px; background: #fff; color: var(--sf-ink); overflow: hidden; transition: border-color .15s, box-shadow .15s; }
body.sf-store .sf-product:hover { border-color: var(--sf-lime); box-shadow: 0 0 0 2px var(--sf-lime); }
body.sf-store .sf-product-image { position: relative; display: block; width: 100%; aspect-ratio: 1.1; padding: 13px; border: 0; background: #fafbf7; overflow: hidden; text-align: left; }
body.sf-store .sf-product-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 3px; }
body.sf-store .sf-discount { position: absolute; top: 11px; left: 11px; padding: 4px 7px; border-radius: 4px; background: var(--sf-lime); color: var(--sf-ink); font-size: 9px; font-weight: 700; line-height: 1.4; }
body.sf-store .sf-preview-label { position: absolute; bottom: 10px; right: 10px; padding: 5px 8px; border-radius: 5px; background: #fffffff2; color: #163225; font-size: 8px; font-weight: 600; box-shadow: 0 1px 5px #06221912; }
body.sf-store .sf-product-info { display: flex; flex-direction: column; flex: 1; padding: 14px; }
body.sf-store .sf-product-title { min-height: 56px; display: -webkit-box; width: 100%; padding: 0; border: 0; background: transparent; text-align: left; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; color: #172c22; font-size: 12px; font-weight: 600; line-height: 1.55; letter-spacing: -.1px; }
body.sf-store .sf-product-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; min-height: 15px; margin-top: 10px; color: #6a766b; font-size: 10px; }
body.sf-store .sf-product-rating i { color: #9b640b; font-size: 10px; }
body.sf-store .sf-product-rating > span:last-child:not(:first-child) { margin-left: auto; }
body.sf-store .sf-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: auto; padding-top: 13px; }
body.sf-store .sf-product-price { min-width: 0; font-size: 20px; line-height: 1.3; font-weight: 800; letter-spacing: -.6px; }
body.sf-store .sf-product-price small { display: block; margin-top: 3px; color: #7f887e; text-decoration: line-through; font-size: 9px; font-weight: 400; letter-spacing: 0; }
body.sf-store .sf-product-price.sf-price-prompt { font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: 0; }
/* Supplier search prices are not verified SKU prices. Retired deal rails stay hidden. */
body.sf-store :is(#budgetStrip, #under25Strip) { display: none !important; }
body.sf-store .sf-view-product { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 34px; min-height: 34px; padding: 8px; border: 0; border-radius: 7px; background: #eaf5c8; color: var(--sf-ink); font-size: 9px; font-weight: 650; }
body.sf-store .sf-view-product:hover { background: var(--sf-lime); }
body.sf-store .sf-photo-unavailable { display: flex; width: 100%; height: 100%; min-height: 90px; align-items: center; justify-content: center; padding: 15px; color: #697463; background: #f1f3e9; font-size: 11px; text-align: center; }
body.sf-store .sf-empty { grid-column: 1 / -1; border: 1px solid #526643; border-radius: 12px; padding: 49px 24px; background: #102e22; text-align: center; }
body.sf-store .sf-empty > i { color: var(--sf-lime); font-size: 27px; margin-bottom: 18px; }
body.sf-store .sf-empty h3 { color: #f5faed; font-size: 22px; letter-spacing: -.5px; }
body.sf-store .sf-empty p { max-width: 470px; margin: 12px auto 23px !important; color: #bfceb9; font-size: 12px; line-height: 1.8; }
body.sf-store #statusBox { padding: 60px 20px; border: 1px solid #38523f; border-radius: 12px; background: #102e22; }
body.sf-store #statusText { color: #c5d1c2; font-size: 13px; }
body.sf-store .spinner { border-color: #567146; border-top-color: var(--sf-lime); }
body.sf-store #loadMoreBtn { min-height: 46px; padding: 13px 26px; border: 1px solid #8b9c78; border-radius: 26px; background: transparent; color: var(--sf-lime); font-size: 12px; box-shadow: none; }
body.sf-store #loadMoreBtn:hover { background: var(--sf-lime); color: var(--sf-ink); border-color: var(--sf-lime); }

/* Existing service and information content retains its structure. */
body.sf-store .sf-info-section { scroll-margin-top: 130px; background: var(--sf-paper); color: var(--sf-ink); border-color: #dee5d7; }
body.sf-store .sf-info-section > div { max-width: 1328px; padding-block: 64px; }
body.sf-store .sf-info-section :is(h2, h3) { font-size: 29px; line-height: 1.25; letter-spacing: -1px; font-weight: 800; }
body.sf-store .sf-info-section p { color: #5b6c5e; font-size: 13px; line-height: 1.85; }
body.sf-store .sf-info-section :is(.text-zed-500, .text-zam-green) { color: #355b22; }
body.sf-store #how-it-works .grid > div { background: #fff; border: 1px solid #dce4d5; border-radius: 11px; text-align: left; padding: 25px; }
body.sf-store #how-it-works .grid > div > div:first-child { color: #355b22; font-size: 27px; }
body.sf-store #how-it-works .grid h4 { font-size: 14px; }
body.sf-store #how-it-works .grid p { font-size: 11px; }
body.sf-store #about.sf-info-section { background: #e9eddf; }
body.sf-store #about .bg-white { border: 1px solid #d7decc; border-radius: 10px; box-shadow: none; }
body.sf-store .faq-item { border: 1px solid #dbe2d2; border-radius: 9px; background: #fff; color: #173122; padding: 19px 21px; }
body.sf-store .faq-item summary { font-size: 13px; line-height: 1.6; gap: 20px; }
body.sf-store .faq-item summary::after { color: #3b601e; }
body.sf-store #support.sf-info-section { background: #153a29; color: #f5f9ec; border-top: 1px solid var(--sf-line); }
body.sf-store #support.sf-info-section p { max-width: 750px; margin-inline: auto; color: #c9d6c4; }
body.sf-store #support.sf-info-section a { background: var(--sf-lime); color: var(--sf-ink); font-size: 12px; box-shadow: none; }
body.sf-store .sf-store-footer { margin-top: 0; background: #041b14; color: #d8e2d3; border-top: 1px solid #2f4938; }
body.sf-store .sf-store-footer > div:first-child { max-width: 1328px; padding-top: 48px; padding-bottom: 48px; gap: 58px; }
body.sf-store .sf-store-footer :is(p, li, a) { color: #b3c3b4; font-size: 11px; line-height: 1.85; }
body.sf-store .sf-store-footer a:hover { color: var(--sf-lime); }
body.sf-store .sf-store-footer h4 { color: #f2f7e8; font-size: 12px; }
body.sf-store .sf-store-footer .text-zed-500 { color: var(--sf-lime); }
body.sf-store .sf-store-footer > div:last-child { border-color: #2f4938; color: #a7bca8; font-size: 10px; padding: 20px; }
body.sf-store #waFloat { background: var(--sf-lime); color: var(--sf-ink); border: 1px solid #cde84b; }
body.sf-store #toast { background: #eef6de; color: var(--sf-ink); border: 1px solid #b6d267; }

/* Product detail, cart and payment presentation: preserve all state selectors. */
body.sf-store .pd-overlay { --pd-accent: #315e20 !important; --pd-ink: #062219; --pd-muted: #607062; background: #011b13bd; }
body.sf-store .pd-header { background: var(--sf-forest); color: #fff; border-color: #35513e; }
body.sf-store .pd-brand { color: var(--sf-lime); }
body.sf-store .pd-header .pd-icon-button { color: #f5faec; background: #1a3b29; border-color: #46634a; }
body.sf-store .pd-panel { color: var(--sf-ink); border-radius: 17px; }
body.sf-store .pd-title { color: var(--sf-ink); font-weight: 750; line-height: 1.35; }
body.sf-store :is(.pd-price, .pd-footer-price) { color: var(--sf-ink); }
body.sf-store .pd-hero { background: #f5f6ef; border-color: #e2e7d9; }
body.sf-store .pd-thumb[aria-pressed="true"] { border-color: #476723; }
body.sf-store .pd-delivery { background: #f1f5e7; border-color: #e0e8d2; }
body.sf-store .pd-tab[aria-selected="true"] { color: #274c1d; border-color: #719529; }
body.sf-store .pd-footer { background: #fbfcf6; border-color: #dfe7d4; }
body.sf-store .pd-add-button { background: var(--sf-lime); color: var(--sf-ink); box-shadow: none; font-weight: 750; }
body.sf-store .pd-add-button:hover:not(:disabled) { background: #e9ff85; }
body.sf-store .pd-add-button:disabled { background: #dce5c0; color: #506139; opacity: .75; }
body.sf-store :is(.pd-select, .pd-stepper, .pd-secondary-button) { color: var(--sf-ink); border-color: #b8c6a8; }
body.sf-store .pd-overlay :is(button, a, select):focus-visible { outline-color: #537427; }
body.sf-store #cartDrawer { color: var(--sf-ink); background: #fff; border-left: 1px solid #bccdb0; }
body.sf-store #cartDrawer > div:first-child { background: var(--sf-forest); color: #fff; border-color: #45633e; padding: calc(20px + env(safe-area-inset-top)) 22px 20px; }
body.sf-store #cartDrawer > div:first-child :is(h3, button) { color: #fff; }
body.sf-store #cartDrawer > div:first-child h3 i { color: var(--sf-lime); }
body.sf-store #cartDrawer > div:first-child button { width: 42px; height: 42px; border-radius: 50%; background: #254432; padding: 8px; }
body.sf-store #cartDrawer > div:last-child { background: #f3f6e9; border-color: #d7e2c6; padding: 20px 22px calc(20px + env(safe-area-inset-bottom)); }
body.sf-store #cartItems { padding: 22px; color: var(--sf-ink); }
body.sf-store :is(#cartTotal, #pay2Total, #pmPrice) { color: #224813; }
body.sf-store :is(#checkoutBtn, #pmAddBtn) { background: var(--sf-lime); color: var(--sf-ink); box-shadow: none; }
body.sf-store :is(#checkoutBtn, #pmAddBtn):hover:not(:disabled) { background: #e9ff85; }
body.sf-store #checkoutModal { background: #011b13bd; overflow-y: auto; }
body.sf-store #checkoutModal > div { max-height: calc(100dvh - 32px); overflow-y: auto; border-radius: 15px; color: var(--sf-ink); background: #fff; }
body.sf-store #payStep1 > div:first-child { background: var(--sf-forest); color: #fff; padding: 23px; }
body.sf-store #payStep1 > div:first-child p { color: #d6e4c8; }
body.sf-store #checkoutModal input { min-height: 46px; color: var(--sf-ink); border-color: #b9c6aa; background: #fff; font-size: 16px; }
body.sf-store #checkoutModal label { color: #43523a; }
body.sf-store #checkoutModal .provider-btn.selected { border-color: #4c6e23 !important; background: #f1f8df; }
body.sf-store #checkoutModal button[onclick^="submitPayment"], body.sf-store #checkoutModal button[onclick^="finishOrder"] { color: var(--sf-ink); background: var(--sf-lime); min-height: 47px; font-weight: 750; }
body.sf-store #checkoutModal button[onclick^="closeCheckout"] { color: #556449; min-height: 42px; }
body.sf-store #checkoutModal :is(button, input):focus-visible { outline-color: #4b7321; }
body.sf-store #installBanner { background: var(--sf-forest); border-top: 1px solid #47623a; }
body.sf-store #installBanner button[onclick^="installApp"] { background: var(--sf-lime); color: var(--sf-ink); }

@media (max-width: 1199px) {
  body.sf-store .sf-container { width: calc(100% - 48px); }
  body.sf-store .sf-header-main { gap: 20px; }
  body.sf-store .sf-main-nav { gap: 16px; }
  body.sf-store .sf-main-nav :is(a, button) { font-size: 10px; }
  body.sf-store .sf-brand strong { font-size: 22px; }
  body.sf-store .sf-brand em { max-width: 160px; font-size: 8px; }
  body.sf-store .sf-header-actions #vpSlot { display: none; }
  body.sf-store .sf-hero-inner { gap: 31px; min-height: 470px; }
  body.sf-store .sf-hero-copy h1 { font-size: 47px; letter-spacing: -2px; }
  body.sf-store .sf-hero-description { font-size: 13px; }
  body.sf-store .sf-hero-trust { gap: 11px; font-size: 9px; }
  body.sf-store .sf-feature-main img { height: 246px; }
  body.sf-store .sf-feature-side img { height: 100px; }
  body.sf-store .sf-feature-info { padding: 13px; }
  body.sf-store .sf-catalog-layout { grid-template-columns: 194px minmax(0, 1fr); gap: 22px; }
  body.sf-store #productGrid.sf-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  body.sf-store .sf-category-card { padding: 13px; }
  body.sf-store #resultsTitle { font-size: 25px; }
  body.sf-store .sf-sort-label { font-size: 0; gap: 0; }
}

@media (max-width: 899px) {
  body.sf-store .sf-container { width: calc(100% - 40px); }
  body.sf-store .sf-header-main { flex-wrap: wrap; min-height: 0; padding-block: 15px; gap: 14px 20px; }
  body.sf-store .sf-brand { margin-right: auto; }
  body.sf-store .sf-brand img { width: 37px; height: 37px; }
  body.sf-store .sf-main-nav { margin-left: auto; }
  body.sf-store .sf-search { order: 4; flex-basis: 100%; height: 43px; }
  body.sf-store .sf-category-nav > .sf-container { gap: 23px; }
  body.sf-store .sf-hero-inner { grid-template-columns: 1fr 1fr; gap: 24px; min-height: 470px; padding-block: 35px; }
  body.sf-store .sf-hero-copy h1 { font-size: 38px; letter-spacing: -1.8px; }
  body.sf-store .sf-hero-copy .sf-eyebrow { font-size: 8px; letter-spacing: 1.6px; }
  body.sf-store .sf-hero-description { margin-top: 19px !important; font-size: 12px; line-height: 1.8; }
  body.sf-store .sf-hero-actions { gap: 16px; margin-top: 23px; }
  body.sf-store .sf-primary { min-height: 46px; padding: 12px 20px; font-size: 11px; }
  body.sf-store .sf-text-link { font-size: 10px; }
  body.sf-store .sf-hero-showcase { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  body.sf-store .sf-feature-main img { height: 170px; }
  body.sf-store .sf-feature-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1fr; gap: 12px; }
  body.sf-store .sf-feature-side img { height: 68px; }
  body.sf-store .sf-feature-main .sf-feature-info { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; }
  body.sf-store .sf-feature-main .sf-feature-info small { grid-column: 1 / -1; }
  body.sf-store .sf-feature-main .sf-feature-info > strong { font-size: 15px; margin: 0; align-self: center; }
  body.sf-store .sf-feature-main .sf-feature-info :is(h2, h3, h4, p, span, .sf-feature-title) { font-size: 10px; }
  body.sf-store .sf-feature-side .sf-feature-info { padding: 8px; }
  body.sf-store .sf-feature-side .sf-feature-info small { display: none; }
  body.sf-store .sf-feature-side .sf-feature-info > strong { font-size: 12px; }
  body.sf-store .sf-feature-side .sf-feature-info :is(h2, h3, h4, p, span, .sf-feature-title) { -webkit-line-clamp: 1; font-size: 8px; }
  body.sf-store .sf-category-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.sf-store .sf-category-card { min-height: 100px; padding: 15px; }
  body.sf-store .sf-catalog-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-top: 0; }
  body.sf-store .sf-sidebar { display: none; position: fixed; top: 0; bottom: 0; left: 0; z-index: 91; width: min(340px, 88vw); height: 100dvh; overflow-y: auto; background: #102e22; border-right: 1px solid #698057; box-shadow: 10px 0 40px #00180c40; }
  body.sf-store .sf-sidebar.is-open, body.sf-store.sf-filters-open .sf-sidebar { display: block; }
  body.sf-store.sf-filters-open { overflow: hidden; }
  body.sf-store .sf-filter-panel { position: static; padding: calc(20px + env(safe-area-inset-top)) 20px calc(28px + env(safe-area-inset-bottom)); border: 0; border-radius: 0; }
  body.sf-store .sf-filter-heading { margin-bottom: 15px; }
  body.sf-store .sf-filter-heading h3 { margin: 0; }
  body.sf-store .sf-filter-close { display: grid; place-items: center; flex-shrink: 0; width: 38px; height: 38px; padding: 0; border: 1px solid #607654; border-radius: 50%; background: #284333; color: #edf4e5; font-size: 17px; }
  body.sf-store .sf-filter-backdrop { display: block; position: fixed; inset: 0; z-index: 90; padding: 0; border: 0; background: #001a12b8; }
  body.sf-store .sf-sidebar-category { display: flex; flex-direction: column; gap: 5px; }
  body.sf-store .sf-sidebar-category button { font-size: 12px; min-height: 43px; }
  body.sf-store .sf-filter-panel h3 { padding-left: 0; }
  body.sf-store .sf-price-input { max-width: 250px; margin-left: 0; }
  body.sf-store :is(.sf-filter-label, .sf-filter-note, .sf-reset-filters) { margin-left: 0 !important; }
  body.sf-store .sf-mobile-filter { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 12px; border: 1px solid #687e6c; border-radius: 7px; background: #153626; color: #f7faf2; font-size: 12px; }
  body.sf-store .sf-mobile-filter[aria-expanded="true"] { background: var(--sf-lime); color: var(--sf-ink); border-color: var(--sf-lime); }
  body.sf-store .sf-info-section { scroll-margin-top: 150px; }
  body.sf-store .sf-info-section > div { padding-block: 46px; }
  body.sf-store .sf-store-footer > div:first-child { gap: 30px; }
}

@media (max-width: 599px) {
  body.sf-store .sf-container { width: calc(100% - 32px); }
  body.sf-store .sf-announcement { padding: 8px 0; font-size: 9px; }
  body.sf-store .sf-announcement > .sf-container { justify-content: center; text-align: center; }
  body.sf-store .sf-announcement > .sf-container > span:nth-child(2) { display: none; }
  body.sf-store .sf-header-main { padding-block: 13px; gap: 14px; }
  body.sf-store .sf-brand { gap: 8px; }
  body.sf-store .sf-brand img { width: 33px; height: 33px; border-radius: 8px; }
  body.sf-store .sf-brand strong { font-size: 23px; letter-spacing: -.9px; }
  body.sf-store .sf-brand em { max-width: 195px; font-size: 7px; letter-spacing: .7px; }
  body.sf-store .sf-main-nav { display: none; }
  body.sf-store .sf-cart-button { min-height: 36px; }
  body.sf-store .sf-cart-button > span:not(#cartCount) { display: none; }
  body.sf-store .sf-cart-button > i { font-size: 22px; }
  body.sf-store .sf-search { height: 43px; }
  body.sf-store .sf-search #searchInput { font-size: 16px; padding-left: 16px; }
  body.sf-store .sf-search #searchInput::placeholder { font-size: 12px; }
  body.sf-store .sf-category-nav > .sf-container { min-height: 40px; gap: 21px; }
  body.sf-store .sf-category-nav button { padding-block: 11px; font-size: 9px; }
  body.sf-store .sf-hero-inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 25px; padding: 30px 0 28px; }
  body.sf-store .sf-hero-copy h1 { max-width: 440px; margin-top: 12px; font-size: clamp(33px, 9.7vw, 48px); letter-spacing: -1.7px; line-height: 1.09; }
  body.sf-store .sf-hero-copy .sf-eyebrow { font-size: 8px; letter-spacing: 1.75px; }
  body.sf-store .sf-hero-description { margin-top: 16px !important; font-size: 12px; line-height: 1.75; max-width: 430px; }
  body.sf-store .sf-hero-actions { margin-top: 21px; gap: 21px; }
  body.sf-store .sf-primary { min-height: 47px; padding: 13px 22px; font-size: 11px; gap: 18px; }
  body.sf-store .sf-hero-trust { gap: 13px; margin-top: 19px; font-size: 8px; }
  body.sf-store .sf-hero-trust i { font-size: 10px; }
  body.sf-store .sf-hero-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  body.sf-store .sf-feature-side { display: block; }
  body.sf-store .sf-feature-side > button:nth-child(n+2) { display: none; }
  body.sf-store :is(.sf-feature-main > button, button.sf-feature-main, .sf-feature-side > button) { border-radius: 9px; }
  body.sf-store :is(.sf-feature-main, .sf-feature-side) img { width: 100%; height: 120px; padding: 9px; }
  body.sf-store .sf-feature-main .sf-feature-info, body.sf-store .sf-feature-side .sf-feature-info { display: block; padding: 10px; }
  body.sf-store .sf-feature-main .sf-feature-info small { display: none; }
  body.sf-store :is(.sf-feature-main, .sf-feature-side) .sf-feature-info :is(h2, h3, h4, p, span, .sf-feature-title) { font-size: 11px; line-height: 1.5; -webkit-line-clamp: 2; min-height: 33px; }
  body.sf-store :is(.sf-feature-main, .sf-feature-side) .sf-feature-info > strong { display: block; margin-top: 6px; font-size: 15px; }
  body.sf-store .sf-categories { padding: 27px 0 29px; }
  body.sf-store .sf-section-heading { display: block; margin-bottom: 16px; }
  body.sf-store .sf-section-heading h2 { font-size: 22px; letter-spacing: -.75px; }
  body.sf-store .sf-section-heading p { font-size: 10px; margin-top: 7px; }
  body.sf-store .sf-category-cards { gap: 8px; }
  body.sf-store .sf-category-card { min-height: 100px; padding: 12px 10px; gap: 7px; border-radius: 8px; }
  body.sf-store .sf-category-card > i:first-child { font-size: 21px; margin-bottom: 3px; }
  body.sf-store .sf-category-card > :is(span, strong) { font-size: 11px; }
  body.sf-store .sf-category-card small { font-size: 10px; }
  body.sf-store .sf-category-card > i:last-child:not(:first-child) { font-size: 8px; }
  body.sf-store .sf-catalog-layout { padding-bottom: 36px; }
  body.sf-store .sf-filter-panel { padding: calc(18px + env(safe-area-inset-top)) 18px calc(26px + env(safe-area-inset-bottom)); }
  body.sf-store .sf-sidebar-category button { font-size: 12px; }
  body.sf-store .sf-price-input { font-size: 16px; }
  body.sf-store .sf-budget-strip { padding: 16px 13px 12px; margin-bottom: 26px; border-radius: 9px; }
  body.sf-store .sf-budget-strip h3 { max-width: 225px; font-size: 14px; }
  body.sf-store .sf-budget-strip > div:first-child > button { font-size: 9px; }
  body.sf-store .sf-budget-row { gap: 9px; }
  body.sf-store .sf-mini-card { flex-basis: 113px; }
  body.sf-store .sf-mini-card img { height: 89px; }
  body.sf-store .sf-results-header { flex-wrap: wrap; gap: 14px; margin-bottom: 17px; }
  body.sf-store .sf-results-copy { width: 100%; }
  body.sf-store #resultsTitle { font-size: 27px; letter-spacing: -.9px; }
  body.sf-store #resultsCount { font-size: 9px; margin-top: 5px; }
  body.sf-store .sf-results-actions { width: 100%; justify-content: space-between; gap: 10px; }
  body.sf-store #sfSort { min-height: 44px; font-size: 12px; max-width: 195px; }
  body.sf-store .sf-mobile-filter { min-height: 44px; padding: 9px 12px; font-size: 12px; }
  body.sf-store #productGrid.sf-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  body.sf-store .sf-product { border-radius: 9px; }
  body.sf-store .sf-product-image { aspect-ratio: 1.07; padding: 10px; }
  body.sf-store .sf-product-info { padding: 11px; }
  body.sf-store .sf-product-title { font-size: 12px; line-height: 1.5; min-height: 54px; }
  body.sf-store .sf-product-rating { gap: 5px; margin-top: 9px; font-size: 10px; }
  body.sf-store .sf-product-price { font-size: 18px; letter-spacing: -.55px; }
  body.sf-store .sf-product-price small { font-size: 10px; }
  body.sf-store .sf-product-bottom { gap: 5px; padding-top: 10px; }
  body.sf-store .sf-view-product { min-height: 44px; min-width: 40px; padding: 10px; font-size: 12px; }
  body.sf-store .sf-preview-label { font-size: 7px; right: 7px; bottom: 7px; padding: 4px 6px; }
  body.sf-store .sf-discount { top: 8px; left: 8px; font-size: 8px; }
  body.sf-store .sf-info-section > div { padding: 39px 20px; }
  body.sf-store .sf-info-section :is(h2, h3) { font-size: 25px; letter-spacing: -.8px; }
  body.sf-store .sf-info-section p { font-size: 12px; }
  body.sf-store #how-it-works .grid { gap: 10px; margin-top: 25px; }
  body.sf-store #how-it-works .grid > div { padding: 17px 14px; }
  body.sf-store #how-it-works .grid h4 { font-size: 12px; line-height: 1.5; }
  body.sf-store #how-it-works .grid p { font-size: 10px; }
  body.sf-store .faq-item { padding: 16px; }
  body.sf-store .faq-item summary { font-size: 12px; }
  body.sf-store #support.sf-info-section a { padding: 13px 20px; font-size: 11px; }
  body.sf-store .sf-store-footer > div:first-child { padding: 34px 20px; gap: 30px; }
  body.sf-store #waFloat { width: 45px; height: 45px; right: 14px; bottom: 17px; }
  body.sf-store #waFloat > i { font-size: 25px; }
  body.sf-store .pd-panel { border-radius: 0; }
  body.sf-store .pd-title { font-size: 20px; }
  body.sf-store .pd-add-button { min-width: 140px; font-size: 11px; }
  body.sf-store #cartDrawer { width: 100%; max-width: 420px; }
  body.sf-store #checkoutModal > div { max-height: calc(100dvh - 24px); }
}

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