:root {
  --sf-ink: #18221e;
  --sf-muted: #5c665f;
  --sf-green: #315e4a;
  --sf-green-dark: #1f4938;
  --sf-green-soft: #e8efe9;
  --sf-sand: #f4efe7;
  --sf-paper: #fffdf9;
  --sf-white: #ffffff;
  --sf-border: #deddd7;
  --sf-shadow: 0 12px 34px rgba(24, 34, 30, 0.08);
  --sf-radius-sm: 10px;
  --sf-radius: 18px;
  --sf-radius-lg: 26px;
}

html { scroll-behavior: smooth; -webkit-tap-highlight-color: rgba(49, 94, 74, .16); }
body {
  color: var(--sf-ink);
  background: var(--sf-paper);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a,
button,
input,
select { touch-action: manipulation; }

h1,
h2,
h3 { text-wrap: balance; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 3px solid var(--sf-green-dark) !important;
  outline-offset: 3px !important;
}

@media (forced-colors: active) {
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:not([tabindex="-1"]):focus-visible {
    outline-color: CanvasText !important;
  }
}

.sf-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 10050;
  padding: 11px 16px;
  color: #fff;
  background: var(--sf-green-dark);
  border-radius: 10px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.sf-skip-link:focus { color: #fff; transform: translateY(0); }

.container { max-width: 1380px; }
#header { background: var(--sf-white); }
#header .header-nav {
  min-height: 88px;
  background: var(--sf-white);
  border-bottom: 1px solid var(--sf-border);
  box-shadow: none;
}
#header .header-nav .inner-wrapper { min-height: 88px; align-items: center; }
#header .header-nav #_desktop_logo { padding: 8px 24px; background: #fff; }
#header .header-nav .logo { width: 174px; height: 72px; object-fit: contain; }

/* Footwear's compiled stylesheet is loaded after custom theme assets. Keep the
   Storfot mark compact while preserving its required white background. */
#header .header-nav .inner-wrapper { min-height: 76px !important; }
#header .header-nav #_desktop_logo {
  padding: 6px 20px !important;
  background: #fff !important;
}
#header .header-nav #_desktop_logo .site-logo,
#header .header-nav #_desktop_logo a {
  height: 64px !important;
  line-height: 64px !important;
}
#header .header-nav #_desktop_logo .logo {
  width: 154px !important;
  height: 64px !important;
  max-width: 154px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}
@media (min-width: 992px) {
  #header .header-nav,
  #header .header-nav .inner-wrapper { min-height: 64px !important; }
  #header .header-nav #_desktop_logo { padding: 4px 18px !important; }
  #header .header-nav #_desktop_logo .site-logo,
  #header .header-nav #_desktop_logo a { height: 54px !important; line-height: 54px !important; }
  #header .header-nav #_desktop_logo .logo {
    width: 132px !important;
    height: 54px !important;
    max-width: 132px !important;
    max-height: 54px !important;
  }
  #_desktop_cart,
  #_desktop_search_bar,
  #_desktop_user_info { display: flex; align-items: center; min-height: 64px; }
  #_desktop_cart { justify-content: center; }
  #_desktop_cart .cart-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 64px;
  }
  .cart-hover-content {
    width: 420px;
    max-height: min(560px, calc(100vh - 120px));
    overflow: hidden;
    border-radius: 0 0 16px 16px;
  }
  .cart-hover-content .cart-list { max-height: min(330px, calc(100vh - 270px)); }
  .cart-wishlist-item .shoppingcart_img { width: 88px; }
  .cart-wishlist-item .cart-info { width: calc(100% - 88px); padding: 10px 0 8px 12px; }
}
#header .header-top {
  background: var(--sf-white);
  border-bottom: 1px solid var(--sf-border);
}
#header .header-top .inner-wrapper { max-width: 1380px; margin: 0 auto; }
#header .top-menu a[data-depth="0"] {
  padding: 17px 14px;
  color: var(--sf-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
#header .top-menu a[data-depth="0"]:hover { color: var(--sf-green); }
#storfot-topbar { background: var(--sf-green-dark) !important; }

#wrapper { background: var(--sf-paper); }
#index #wrapper { padding-top: 0; }
#index .topcolumn-section { display: none; }
#index .commons-column,
#index .wrapper-columns,
#index #content-wrapper { width: 100%; max-width: none; padding: 0; margin: 0; }
#index .wrapper-columns { display: block; }
#index .page-home { overflow: hidden; }

.sf-eyebrow {
  margin: 0 0 10px;
  color: var(--sf-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sf-hero {
  position: relative;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--sf-sand);
}
.sf-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.sf-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250,247,241,.98) 0%, rgba(250,247,241,.91) 26%, rgba(250,247,241,.18) 54%, rgba(250,247,241,0) 72%);
}
.sf-hero__content {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 96px;
}
.sf-hero__content > * { max-width: 520px; }
.sf-hero h1 {
  margin: 0 0 20px;
  color: var(--sf-ink);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 750;
  line-height: .98;
  letter-spacing: -.055em;
  text-transform: none;
}
.sf-hero__content > p:not(.sf-eyebrow) {
  margin-bottom: 28px;
  color: #37423c;
  font-size: 19px;
  line-height: 1.55;
}
.sf-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--sf-green);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.sf-button:disabled { cursor: wait; opacity: .72; }
.sf-button--primary { color: #fff; background: var(--sf-green); }
.sf-button--primary:hover { color: #fff; background: var(--sf-green-dark); box-shadow: 0 8px 20px rgba(31,73,56,.18); }
.sf-button--secondary { color: var(--sf-green-dark); background: rgba(255,255,255,.84); }
.sf-button--secondary:hover { color: var(--sf-green-dark); background: #fff; }

.sf-finder {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 2.3fr);
  gap: 40px;
  width: min(1320px, calc(100% - 48px));
  margin: -52px auto 0;
  padding: 28px 32px;
  background: rgba(255,253,249,.98);
  border: 1px solid rgba(222,221,215,.9);
  border-radius: var(--sf-radius);
  box-shadow: var(--sf-shadow);
  scroll-margin-top: 184px;
}

/* Draw a consistent shopping bag without depending on the theme icon font. */
.cart-header .inner-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.cart-header i.font-cart {
  position: relative;
  display: block;
  width: 22px;
  height: 24px;
  color: var(--sf-green-dark);
  font-size: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.cart-header i.font-cart::before {
  content: "" !important;
  position: absolute;
  inset: 7px 1px 1px;
  width: auto;
  height: auto;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: transparent;
}
.cart-header i.font-cart::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.cart-header .cart-products-count {
  top: 1px;
  right: 0;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}

/* Match search and cart with the same 2px green outline language. */
#header .search-btn-toggle.font-search,
#header .search-bar__btn.font-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 64px;
  padding: 0;
  color: var(--sf-green-dark);
  font-size: 0 !important;
  background: transparent;
  border: 0;
}
#header .search-btn-toggle.font-search::before,
#header .search-bar__btn.font-search::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15.5 15.5 4.5 4.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m15.5 15.5 4.5 4.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
}
#header .search-btn-toggle.font-search::after,
#header .search-bar__btn.font-search::after {
  content: "";
  display: none;
  position: absolute;
  top: calc(50% + 6px);
  left: calc(50% + 4px);
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}
#header .search-btn-toggle.font-search:hover,
#header .search-bar__btn.font-search:hover { color: var(--sf-green); }
#header .search-btn-toggle.font-search.search-active::before {
  width: 20px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: currentColor;
  -webkit-mask: none;
  mask: none;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
#header .search-btn-toggle.font-search.search-active::after {
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform-origin: center;
}
.sf-finder__intro h2 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -.035em;
  text-transform: none;
}
.sf-finder__intro p:last-child { margin: 0; color: var(--sf-muted); font-size: 14px; }
.sf-finder__groups {
  display: grid;
  grid-template-columns: 1fr .7fr 1.25fr auto;
  align-items: end;
  gap: 24px;
}
.sf-filter-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.sf-filter-group--type { grid-column: 1 / -1; padding-bottom: 4px; }
.sf-filter-group legend { margin-bottom: 9px; color: var(--sf-ink); font-size: 12px; font-weight: 800; }
.sf-chip-row { display: flex; flex-wrap: wrap; gap: 7px; }
.sf-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 40px;
  padding: 8px 13px;
  color: var(--sf-ink);
  background: var(--sf-white);
  border: 1px solid var(--sf-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.sf-chip:hover,
.sf-chip--selected { color: var(--sf-green-dark); background: var(--sf-green-soft); border-color: #94ad9f; }
.sf-color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sf-border);
  border-radius: 999px;
  background: #fff;
}
.sf-color span { width: 26px; height: 26px; border: 1px solid #c7c7c2; border-radius: 50%; }
.sf-color--black { border-color: var(--sf-green); box-shadow: 0 0 0 2px var(--sf-green-soft); }
.sf-color--black span { background: #151a18; }
.sf-color--gray span { background: #a7aaa6; }
.sf-color--white span { background: #fff; border-color: #171a19; }
.sf-finder__cta { white-space: nowrap; }

.sf-live-products {
  width: min(1320px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: 30px 32px 36px;
  background: var(--sf-white);
  border: 1px solid var(--sf-border);
  border-radius: var(--sf-radius);
  box-shadow: var(--sf-shadow);
}
.sf-live-products[hidden] { display: none !important; }
.sf-live-products__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.sf-live-products__header h2 { margin: 0 0 5px; color: var(--sf-ink); font-size: 30px; letter-spacing: -.035em; text-transform: none; }
.sf-live-products__status { margin: 0; color: var(--sf-muted); font-size: 14px; }
.sf-live-products__clear { padding: 9px 0; color: var(--sf-green-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; cursor: pointer; }
.sf-live-products__grid { min-height: 260px; margin-right: -12px; margin-left: -12px; }
.sf-live-products__grid .product-miniature { margin-bottom: 24px; }
.sf-live-products__loading { display: none; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sf-live-products__loading span { display: block; min-height: 340px; border-radius: 14px; background: linear-gradient(100deg, #f0eee9 20%, #faf9f6 38%, #f0eee9 56%); background-size: 200% 100%; animation: sf-filter-loading 1.2s linear infinite; }
.sf-live-products[aria-busy="true"] .sf-live-products__loading { display: grid; }
.sf-live-products[aria-busy="true"] .sf-live-products__grid,
.sf-live-products[aria-busy="true"] .sf-live-products__pagination { display: none; }
.sf-live-products__pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.sf-live-products__pagination button { min-width: 44px; min-height: 44px; padding: 8px 12px; color: var(--sf-ink); background: #fff; border: 1px solid var(--sf-border); border-radius: 999px; font-weight: 800; cursor: pointer; }
.sf-live-products__pagination button[aria-current="page"] { color: #fff; background: var(--sf-green); border-color: var(--sf-green); }
.sf-live-products__error { margin: 16px 0 0; padding: 16px; color: #6f302c; background: #fff1ef; border-radius: 10px; }
.sf-live-products__empty { grid-column: 1 / -1; padding: 52px 20px; color: var(--sf-muted); text-align: center; }
.js-sf-live-filter[aria-pressed="true"] { color: var(--sf-green-dark); background: var(--sf-green-soft); border-color: #7f9f8d; box-shadow: 0 0 0 2px rgba(49,94,74,.12); }
.sf-color.js-sf-live-filter[aria-pressed="true"] { border-color: var(--sf-green); box-shadow: 0 0 0 3px var(--sf-green-soft); }
@keyframes sf-filter-loading { to { background-position-x: -200%; } }

/* Category quick filters */
.sf-category-filters {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
  margin: 0 auto 26px;
  padding: 18px 20px;
  max-width: 1380px;
  border: 1px solid var(--sf-line);
  border-radius: 16px;
  background: var(--sf-white);
  box-shadow: 0 10px 30px rgba(28, 52, 43, .06);
}
.sf-category-filter-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sf-category-filter-group > span { width: 100%; color: var(--sf-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sf-category-filter-group > a:not(.sf-color) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--sf-line);
  border-radius: 999px;
  color: var(--sf-ink);
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}
#category .sf-category-filters .sf-category-filter-group > a:not(.sf-color) {
  border: 1px solid var(--sf-border) !important;
  border-radius: 999px !important;
}
.sf-category-filter-group > a:hover { border-color: var(--sf-sage); color: var(--sf-green); }
.sf-category-filter-group > a[aria-pressed="true"] {
  color: var(--sf-green-dark);
  background: var(--sf-green-soft);
  border-color: #7f9f8d;
  box-shadow: 0 0 0 2px rgba(49,94,74,.12);
}
.sf-category-colors { align-content: start; }
.sf-category-filters .sf-color { display: inline-block; width: 44px; height: 44px; border-radius: 50%; border: 7px solid #fff; box-shadow: 0 0 0 1px var(--sf-line); }
.sf-category-filters .sf-color[aria-pressed="true"] { border-color: #fff; box-shadow: 0 0 0 2px var(--sf-green-dark), 0 5px 12px rgba(31,73,56,.18); }
.sf-category-filters .sf-color--black { background: #171a19; }
.sf-category-filters .sf-color--gray { background: #aaaead; }
.sf-category-filters .sf-color--light-gray { background: #c8c9c7; box-shadow: inset 0 0 0 1px rgba(24,34,30,.18); }
.sf-category-filters .sf-color--dark-gray { background: #626764; }
.sf-category-filters .sf-color--white { background: #fff; box-shadow: 0 0 0 1px #171a19; }
.sf-category-filter-group > .sf-color--black[aria-pressed="true"] { background: #171a19; }
.sf-category-filter-group > .sf-color--gray[aria-pressed="true"] { background: #aaaead; }
.sf-category-filter-group > .sf-color--light-gray[aria-pressed="true"] { background: #c8c9c7; }
.sf-category-filter-group > .sf-color--dark-gray[aria-pressed="true"] { background: #626764; }
.sf-category-filter-group > .sf-color--white[aria-pressed="true"] { background: #fff; }
.sf-category-filters__footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 24px; }
.sf-category-filters__status { margin: 0; color: var(--sf-muted); font-size: 13px; }
.sf-category-filters__clear { min-height: 44px; padding: 9px 14px; color: var(--sf-green-dark); background: transparent; border: 1px solid var(--sf-border); border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; }
.sf-category-filters__clear:hover { background: var(--sf-green-soft); border-color: #7f9f8d; }
.sf-category-filter-empty { width: 100%; padding: 36px 20px; color: var(--sf-muted); text-align: center; }
.sf-category-filters [hidden],
#js-product-list .product-miniature[hidden] { display: none !important; }
#js-product-list.sf-category-all-loaded .pagination { display: none !important; }
body#category.sf-category-all-loaded .pagination { display: none !important; }

/* Product family choices */
.sf-product-options {
  margin: 2px 0 0;
  padding: 6px 0 0;
  border-top: 1px solid var(--sf-line);
}
.sf-product-options[hidden] { display: none !important; }
.sf-product-options__group { padding: 12px 0 14px; border-bottom: 1px solid var(--sf-line); }
.sf-product-options__label { display: block; margin-bottom: 9px; color: var(--sf-ink); font-size: 13px; font-weight: 800; }
.sf-product-options__choices { display: flex; flex-wrap: wrap; gap: 9px; }
.sf-product-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 44px;
  padding: 8px 13px;
  color: var(--sf-ink);
  background: #fff;
  border: 1px solid var(--sf-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}
.sf-product-option:hover { color: var(--sf-green-dark); border-color: #7f9f8d; }
.sf-product-option[aria-current="page"] { color: #fff; background: #111513; border-color: #111513; }
.sf-product-option--color { min-width: 44px; width: 44px; padding: 0; }
.sf-product-option--color::before { width: 25px; height: 25px; border: 1px solid #b6bab7; border-radius: 50%; content: ""; }
.sf-product-option--black::before { background: #171a19; }
.sf-product-option--gray::before { background: #aaaead; }
.sf-product-option--white::before { background: #fff; border-color: #171a19; }
.sf-product-option--color[aria-current="page"] { background: #fff; border-color: var(--sf-green); box-shadow: 0 0 0 2px var(--sf-green); }

.sf-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1320px, calc(100% - 48px));
  margin: 28px auto 0;
  overflow: hidden;
  background: #c8d8ce;
  border: 1px solid #c8d8ce;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(31, 73, 56, .10);
}
.sf-benefits > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 22px 26px;
  background: #eef4ef;
}
.sf-benefits > div:first-child { background: var(--sf-green-dark); }
.sf-benefits strong { color: var(--sf-green-dark); font-size: 15px; line-height: 1.35; }
.sf-benefits span { margin-top: 4px; color: #4b5f54; font-size: 13px; line-height: 1.4; }
.sf-benefits > div:first-child strong { color: #fff; }
.sf-benefits > div:first-child span { color: #dce8e1; }

.sf-product-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, .8fr);
  align-items: stretch;
  width: min(1320px, calc(100% - 48px));
  margin: 72px auto 0;
  overflow: hidden;
  background: #ebe3d7;
  border-radius: var(--sf-radius-lg);
}
.sf-product-editorial > img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; display: block; }
.sf-product-editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 48px; }
.sf-product-editorial__copy h2 { margin: 0 0 18px; color: var(--sf-ink); font-size: clamp(34px, 3.2vw, 52px); line-height: 1.02; letter-spacing: -.045em; text-transform: none; }
.sf-product-editorial__copy p:not(.sf-eyebrow) { margin: 0 0 28px; color: #465149; }
.sf-product-editorial__copy .sf-button { align-self: flex-start; }

#index .home-two-section {
  width: min(1380px, calc(100% - 48px));
  margin: 72px auto 0;
  padding: 0;
}
#index .headline-section {
  margin-bottom: 8px;
  color: var(--sf-ink);
  font-size: 32px;
  letter-spacing: -.035em;
  text-align: left;
  text-transform: none;
}
#index .nav.nav-tabs { justify-content: flex-start; margin: 0 0 28px; border: 0; }
#index .nav.nav-tabs .nav-item .nav-link {
  min-height: 42px;
  padding: 11px 17px;
  color: var(--sf-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  text-transform: none;
}
#index .nav.nav-tabs .nav-item .nav-link.active,
#index .nav.nav-tabs .nav-item .nav-link:hover { color: var(--sf-green-dark); background: var(--sf-green-soft); border-color: #bdd0c3; }

#index .home-two-section .more-btn {
  display: none !important;
}

/* Turn the long CMS copy into a readable editorial section without changing it. */
#index #custom-text {
  width: min(1240px, calc(100% - 48px));
  margin: 76px auto 0;
  padding: 56px 64px 60px;
  color: var(--sf-ink) !important;
  background: var(--sf-sand);
  border-radius: var(--sf-radius-lg);
  text-align: left;
}
#index #custom-text > h1,
#index #custom-text > h2 {
  max-width: none;
  margin: 0 0 20px;
  color: var(--sf-green-dark);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: none;
}
#index #custom-text > p {
  max-width: 73ch;
  margin: 0 0 46px;
  color: #465149 !important;
  font-size: 17px;
  line-height: 1.7;
}
#index #custom-text > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 0;
}
#index #custom-text > div > h2,
#index #custom-text > div > h3 {
  grid-column: 1 / -1;
  margin: 32px 0 12px;
  color: var(--sf-ink);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.025em;
  text-align: left;
  text-transform: none;
}
#index #custom-text > div > h2:first-child { margin-top: 0; }
#index #custom-text > div > h2 + p {
  grid-column: 1 / -1;
  max-width: 73ch;
  padding-top: 0;
  border-top: 0;
}
#index #custom-text > div > p {
  min-width: 0;
  margin: 0;
  padding: 22px 0;
  color: #465149 !important;
  border-top: 1px solid #d6cfc4;
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
  overflow-wrap: anywhere;
}
#index #custom-text > div > p strong:first-of-type { color: var(--sf-green-dark); }
#index #custom-text > div > p.sf-home-copy--wide { grid-column: 1 / -1; max-width: 73ch; }
#index #custom-text > div > h3 ~ p { grid-column: auto; max-width: none; }
#index #custom-text > div > p:empty { display: none; }
#index #custom-text a {
  color: var(--sf-green-dark) !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.product-miniature .thumbnail-container {
  position: relative;
  overflow: hidden;
  background: var(--sf-white);
  border: 1px solid var(--sf-border);
  border-radius: 14px;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-miniature .thumbnail-container:hover {
  transform: translateY(-3px);
  border-color: #b8c5bd;
  box-shadow: var(--sf-shadow);
}
.product-miniature .thumbnail-wrapper { background: #f3f2ee; }
.product-miniature .thumbnail-img { object-fit: contain; }
.product-miniature .right-block { padding: 16px 16px 18px; }
.product-miniature .product-title { min-height: 0; margin: 0 0 8px; text-transform: none; }
.product-miniature .product-title a { color: var(--sf-ink); font-size: 14px; font-weight: 700; }
.product-miniature .product-price-and-shipping .price { color: var(--sf-ink); font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
.product-miniature .highlighted-informations { border-radius: 0 0 14px 14px; }
.product-miniature .add-cart { background: var(--sf-green); }
.sf-pack-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(28,75,57,.92);
  box-shadow: 0 2px 8px rgba(24,34,30,.14);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
}
#product .product-cover { position: relative; }
#product .sf-pack-badge--product {
  left: 16px;
  bottom: 16px;
  min-height: 30px;
  padding: 5px 11px;
  font-size: 12px;
}
.sf-size-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(28,75,57,.2);
  border-radius: 999px;
  background: rgba(248,246,240,.94);
  box-shadow: 0 2px 8px rgba(24,34,30,.12);
  color: var(--sf-green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
}
#product .sf-size-badge--product {
  top: 16px;
  right: 16px;
  min-height: 30px;
  padding: 5px 11px;
  font-size: 12px;
}

#category #wrapper,
#product #wrapper { background: #f7f4ee; }
#category .breadcrumb,
#product .breadcrumb { padding-top: 22px; }
#category #left-column .block,
#category #content-wrapper,
#product #content-wrapper {
  background: var(--sf-white);
  border: 1px solid var(--sf-border);
  border-radius: var(--sf-radius);
  box-shadow: 0 8px 26px rgba(24,34,30,.05);
}
#category #content-wrapper,
#product #content-wrapper { padding: 24px; }
#category .sf-listing-heading,
#search .page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 24px;
  padding: 10px 0 22px;
  border-bottom: 1px solid var(--sf-border);
}
#category .sf-listing-heading > div { min-width: 0; }
#category .sf-listing-heading .catalog-title,
#search .page-heading {
  margin: 0;
  color: var(--sf-green-dark);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: none;
}
#category .sf-listing-heading .catalog-title::before,
#category .sf-listing-heading .catalog-title::after { display: none !important; content: none !important; }
#category .sf-listing-heading > div > p { max-width: 68ch; margin: 8px 0 0; color: var(--sf-muted); font-size: 15px; }
#category .sf-listing-heading .heading-counter {
  flex: 0 0 auto;
  margin: 0 0 4px;
  padding: 8px 12px;
  color: var(--sf-green-dark);
  background: var(--sf-green-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
#category .products-sort-order .select-title,
#search .products-sort-order .select-title,
#category .pagination .page-list a,
#search .pagination .page-list a { min-height: 44px; }
#category .block-categories,
#category #search_filters { border-radius: 14px; }
#category .facet .facet-title { color: var(--sf-ink); font-weight: 800; }
#category .products-selection .sort-by-row { background: var(--sf-white); border-radius: var(--sf-radius-sm); }
#product .product-cover img { background: #f3f2ee; border-radius: var(--sf-radius); }
#product .product-cover .layer { padding: 0; border: 0; cursor: zoom-in; }
#product .product-prices .current-price { color: var(--sf-ink); font-weight: 800; }
#product .product-add-to-cart .add-to-cart { min-height: 52px; background: var(--sf-green); border-radius: 999px; }
#product .product-variants .input-color:checked + span,
#product .product-variants .input-color:hover + span { box-shadow: 0 0 0 2px var(--sf-green); }
#product .sf-quantity-label { display: block; margin: 10px 0 8px; color: var(--sf-ink); font-size: 13px; font-weight: 800; text-transform: none; }
#product .product-add-to-cart .product-quantity {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
#product .product-add-to-cart .qty { grid-column: 1; grid-row: 1; width: 120px; min-width: 120px; margin: 0; }
#product .product-add-to-cart .add { grid-column: 1; grid-row: 2; margin: 0; }
#product .product-add-to-cart .qty .bootstrap-touchspin {
  position: relative;
  display: block;
  width: 120px;
  min-width: 120px;
  height: 46px;
  overflow: hidden;
  background: #fdfcf9;
  border: 1px solid #cbd5ce;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(31,73,56,.08);
  transition: border-color .18s ease, box-shadow .18s ease;
}
#product .product-add-to-cart .qty .bootstrap-touchspin:focus-within { border-color: var(--sf-green); box-shadow: 0 0 0 3px rgba(31,73,56,.12), 0 5px 14px rgba(31,73,56,.10); }
#product .product-add-to-cart .qty .bootstrap-touchspin > .form-control {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 44px;
  padding: 0;
  color: var(--sf-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  -moz-appearance: textfield;
}
#product .product-add-to-cart .qty .bootstrap-touchspin > .form-control::-webkit-inner-spin-button,
#product .product-add-to-cart .qty .bootstrap-touchspin > .form-control::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
#product .product-add-to-cart .qty .input-group-btn-vertical { position: static; display: block; width: auto; }
#product .product-add-to-cart .qty .btn-touchspin {
  position: absolute;
  top: 3px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  padding: 0;
  color: var(--sf-ink);
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: color .18s ease, background-color .18s ease;
}
#product .product-add-to-cart .qty .btn-touchspin:hover { color: var(--sf-green-dark); background: var(--sf-green-soft); }
#product .product-add-to-cart .qty .bootstrap-touchspin-down { right: auto; bottom: auto; left: 2px; }
#product .product-add-to-cart .qty .bootstrap-touchspin-up { right: 2px; bottom: auto; left: auto; }
#product .product-add-to-cart .qty .btn-touchspin i { display: none; }
#product .product-add-to-cart .qty .bootstrap-touchspin-down::before { content: "−"; }
#product .product-add-to-cart .qty .bootstrap-touchspin-up::before { content: "+"; }
#product .product-add-to-cart #product-availability {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 5px;
  width: fit-content;
  margin: 0;
  color: var(--sf-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
#product .product-add-to-cart #product-availability .material-icons { flex: 0 0 auto; margin: 0; }
#product .sf-product-icon-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 52px;
  margin: 12px 0 16px;
}
#product .sf-product-icon-actions .wishlist-button-add,
#product .sf-product-icon-actions .social-sharing li,
#product .sf-product-icon-actions .social-sharing li a {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
#product .sf-product-icon-actions .wishlist-button-add {
  flex: 0 0 48px;
  margin: 0;
  color: #d9892b;
  background: var(--sf-white);
  border: 2px solid #d9892b;
}
#product .sf-product-icon-actions .wishlist-button-add:hover,
#product .sf-product-icon-actions .wishlist-button-add:focus-visible {
  color: var(--sf-white);
  background: #d9892b;
}
#product .sf-product-icon-actions .social-sharing { float: none; margin: 0; }
#product .sf-product-icon-actions .social-sharing ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#product .sf-product-icon-actions .social-sharing li { margin: 0; }
body#product .product-add-to-cart .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.btn-touchspin {
  top: 1px !important;
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

/* Checkout: modern outer shell around Kustom's secure embedded payment flow. */
body#module-kustomcheckoutofficial-checkout {
  background: var(--sf-sand);
}
body#module-kustomcheckoutofficial-checkout #wrapper {
  padding: 42px 0 64px;
  background: transparent;
}
body#module-kustomcheckoutofficial-checkout #content-wrapper {
  float: none;
  width: 100%;
}
body#module-kustomcheckoutofficial-checkout #main {
  max-width: 1180px;
  margin: 0 auto 28px;
}
body#module-kustomcheckoutofficial-checkout .cart-grid {
  display: flex;
  align-items: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}
body#module-kustomcheckoutofficial-checkout .cart-grid > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
body#module-kustomcheckoutofficial-checkout .card {
  overflow: hidden;
  background: var(--sf-white);
  border: 1px solid var(--sf-border);
  border-radius: 16px;
  box-shadow: var(--sf-shadow);
}
body#module-kustomcheckoutofficial-checkout .card-block {
  padding: 24px 26px;
}
body#module-kustomcheckoutofficial-checkout h1.h1 {
  margin: 0;
  color: var(--sf-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-transform: none;
}
body#module-kustomcheckoutofficial-checkout .separator {
  margin: 0;
  border-color: var(--sf-border);
}
body#module-kustomcheckoutofficial-checkout .cart-overview {
  padding: 4px 26px 24px;
}
body#module-kustomcheckoutofficial-checkout .cart-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--sf-border);
}
body#module-kustomcheckoutofficial-checkout .cart-item:last-child { border-bottom: 0; }
body#module-kustomcheckoutofficial-checkout .product-image {
  overflow: hidden;
  background: var(--sf-paper);
  border-radius: 12px;
}
body#module-kustomcheckoutofficial-checkout .product-line-info a,
body#module-kustomcheckoutofficial-checkout .product-line-info .label {
  color: var(--sf-ink);
  font-weight: 750;
}
body#module-kustomcheckoutofficial-checkout .cart-grid-body > .label {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  color: var(--sf-green-dark);
  font-weight: 750;
}
body#module-kustomcheckoutofficial-checkout .cart-summary {
  position: sticky;
  top: 112px;
}
body#module-kustomcheckoutofficial-checkout .cart-summary-line,
body#module-kustomcheckoutofficial-checkout .cart-summary-products,
body#module-kustomcheckoutofficial-checkout .cart-summary-subtotals-container {
  color: var(--sf-ink);
}
body#module-kustomcheckoutofficial-checkout .cart-summary .value {
  color: var(--sf-ink);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
body#module-kustomcheckoutofficial-checkout .kustom-checkout-grid-body {
  float: none;
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 0;
}
body#module-kustomcheckoutofficial-checkout .checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
body#module-kustomcheckoutofficial-checkout .alternative-methods a {
  color: var(--sf-green-dark);
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body#module-kustomcheckoutofficial-checkout .sf-checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--sf-green-soft);
  border-bottom: 1px solid #cbd8ce;
}
body#module-kustomcheckoutofficial-checkout .sf-checkout-trust span {
  padding: 14px 18px;
  color: var(--sf-green-dark);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}
body#module-kustomcheckoutofficial-checkout .sf-checkout-trust span + span {
  border-left: 1px solid #cbd8ce;
}
body#module-kustomcheckoutofficial-checkout .kustom-checkout-container {
  padding: 22px 18px 28px;
  background: #fff;
}

@media (max-width: 991px) {
  body#module-kustomcheckoutofficial-checkout #wrapper { padding: 24px 0 44px; }
  body#module-kustomcheckoutofficial-checkout .cart-grid { display: block; }
  body#module-kustomcheckoutofficial-checkout .cart-grid-right { margin-top: 18px; }
  body#module-kustomcheckoutofficial-checkout .cart-summary { position: static; }
}

@media (max-width: 575px) {
  body#module-kustomcheckoutofficial-checkout #wrapper { padding-top: 14px; }
  body#module-kustomcheckoutofficial-checkout .card-block { padding: 20px 18px; }
  body#module-kustomcheckoutofficial-checkout .cart-overview { padding: 2px 18px 18px; }
  body#module-kustomcheckoutofficial-checkout .checkout-header { align-items: flex-start; flex-direction: column; }
  body#module-kustomcheckoutofficial-checkout .sf-checkout-trust { grid-template-columns: 1fr; }
  body#module-kustomcheckoutofficial-checkout .sf-checkout-trust span { text-align: left; }
  body#module-kustomcheckoutofficial-checkout .sf-checkout-trust span + span { border-top: 1px solid #cbd8ce; border-left: 0; }
  body#module-kustomcheckoutofficial-checkout .kustom-checkout-container { padding: 12px 0 20px; }
}

/* Compact cart confirmation aligned with the new Storfot theme. */
#blockcart-modal .modal-dialog { width: min(720px, calc(100% - 32px)); max-width: 720px; margin: 40px auto; }
#blockcart-modal .modal-content { overflow: hidden; border: 0; border-radius: 16px; box-shadow: 0 22px 70px rgba(24,34,30,.22); }
#blockcart-modal .modal-body { padding: 28px; }
#blockcart-modal .close { top: 16px; right: 16px; z-index: 3; width: 44px; height: 44px; border-radius: 50%; background: #f3f1ec; opacity: 1; }
#blockcart-modal .sf-cart-modal__heading { display: flex; align-items: flex-start; gap: 14px; margin: 0 52px 24px 0; }
#blockcart-modal .sf-cart-modal__heading h2 { margin: 0 0 3px; color: var(--sf-ink); font-size: 24px; line-height: 1.2; text-transform: none; }
#blockcart-modal .sf-cart-modal__heading p { margin: 0; color: var(--sf-muted); font-size: 14px; }
#blockcart-modal .sf-cart-modal__check { display: inline-flex; flex: 0 0 40px; align-items: center; justify-content: center; width: 40px; height: 40px; color: #fff; background: var(--sf-green); border-radius: 50%; }
#blockcart-modal .sf-cart-modal__check svg { width: 22px; height: 22px; }
#blockcart-modal .divide-right { display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--sf-border); }
#blockcart-modal .wrap-img { display: block; width: min(220px, 100%); }
#blockcart-modal .product-image { display: block; width: 100%; height: auto; max-height: 240px; object-fit: contain; background: #f3f2ee; border-radius: 14px; }
#blockcart-modal .cart-content { padding: 4px 8px 0 28px; }
#blockcart-modal .cart-content .product-name { margin: 0 0 14px; color: var(--sf-ink); font-size: 18px; font-weight: 800; text-transform: none; }
#blockcart-modal .cart-content > p { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 7px 0; color: var(--sf-muted); border-bottom: 1px solid #eceae5; font-size: 14px; }
#blockcart-modal .cart-content > p strong { color: var(--sf-ink); }
#blockcart-modal .cart-products-count { margin-top: 8px !important; color: var(--sf-green-dark) !important; font-weight: 800; }
#blockcart-modal .product-total { padding-top: 12px !important; color: var(--sf-ink) !important; font-size: 17px !important; }
#blockcart-modal .cart-content-btn { display: grid; gap: 10px; margin-top: 18px; }
#blockcart-modal .cart-content-btn .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin: 0; border-radius: 999px; font-size: 14px; font-weight: 800; text-transform: none; }
#blockcart-modal .cart-content-btn .btn-primary { color: #fff; background: var(--sf-green-dark); border-color: var(--sf-green-dark); }
#blockcart-modal .cart-content-btn .btn-secondary { color: var(--sf-green-dark); background: #fff; border: 1px solid #9eafa5; }

@media (max-width: 420px) {
  #product .product-add-to-cart .product-quantity { grid-template-columns: 120px minmax(0, 1fr); gap: 10px; }
  #product .product-add-to-cart #product-availability { font-size: 12px; }
  #product .sf-product-icon-actions {
    justify-content: flex-start;
    margin: 10px 0 16px;
  }
  html body#product .product-information form .sf-product-icon-actions > .social-sharing {
    display: block !important;
    visibility: visible !important;
  }
}

#category #js-product-list-footer { margin-top: 56px; }
#category .sf-category-story {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--sf-border);
  border-radius: var(--sf-radius);
  background: #f7f4ee;
}
#category .sf-category-story__header,
#category .sf-category-story__body { max-width: 1180px; margin-inline: auto; }
#category .sf-category-story__header { margin-bottom: 26px; }
#category .sf-category-story__header h2 {
  margin: 0;
  color: var(--sf-ink);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: none;
}
#category .sf-category-story__body:not(.sf-category-story__body--long) { max-width: 78ch; }
#category .sf-category-story__body--long .sf-category-story__content {
  columns: 2 34ch;
  column-gap: clamp(42px, 6vw, 76px);
  column-rule: 1px solid var(--sf-border);
}
#category .sf-category-story__content h2,
#category .sf-category-story__content h3,
#category .sf-category-story__content h4 {
  margin: 34px 0 12px;
  color: var(--sf-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
  text-transform: none;
  break-after: avoid-column;
  break-inside: avoid;
}
#category .sf-category-story__content h2:first-child,
#category .sf-category-story__content h3:first-child,
#category .sf-category-story__content h4:first-child { margin-top: 0; }
#category .sf-category-story__content p,
#category .sf-category-story__content li {
  color: #48524d;
  font-size: 16px;
  line-height: 1.75;
}
#category .sf-category-story__content a { color: var(--sf-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
#category .sf-category-story__content ul { padding-left: 22px; }
#category .sf-category-story__content li::marker { color: var(--sf-green); }
#category .sf-category-points,
#category .sf-category-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
  break-inside: avoid;
}
#category .sf-category-points li {
  position: relative;
  padding-left: 18px;
  color: #48524d;
  line-height: 1.6;
}
#category .sf-category-points li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sf-green);
  content: "";
}
#category .sf-category-links li { margin: 0; }
#category .sf-category-links a { display: inline-block; padding: 4px 0; font-weight: 700; }
#category .sf-category-callout {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #c8d7ce;
  border-radius: 12px;
  background: var(--sf-green-soft);
  color: var(--sf-ink) !important;
  break-inside: avoid;
}
#category .sf-category-story__media { max-width: 520px; margin: 36px auto 0; }
#category .sf-category-story__media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--sf-white);
}

#product .product-description-short {
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--sf-border);
  border-radius: 14px;
  background: #f7f4ee;
  color: #48524d;
  font-size: 15px;
  line-height: 1.65;
}
#product .product-description-short > :last-child { margin-bottom: 0; }
#product .product-description-short h2,
#product .product-description-short h3,
#product .product-description-short h4 {
  margin: 22px 0 10px;
  color: var(--sf-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
}
#product .more-info { margin-top: 48px; }
#product .nav.nav-tabs_alternative {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  border: 0;
}
#product .nav-tabs_alternative .nav-item { margin: 0; }
#product .nav-tabs_alternative .nav-link {
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--sf-border);
  border-radius: 12px 12px 0 0;
  background: var(--sf-white);
  color: #48524d;
  font-weight: 700;
  text-transform: none;
}
#product .nav-tabs_alternative .nav-link.active {
  border-color: var(--sf-border);
  border-bottom-color: #f7f4ee;
  background: #f7f4ee;
  color: var(--sf-green);
}
#product .tab-content {
  margin-top: -1px;
  border: 1px solid var(--sf-border);
  border-radius: 0 14px 14px 14px;
  background: #f7f4ee;
}
#product .product-description {
  max-width: 78ch;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 52px);
  color: #48524d;
}
#product .product-description h2,
#product .product-description h3,
#product .product-description h4 {
  margin: 34px 0 12px;
  color: var(--sf-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
  text-transform: none;
}
#product .product-description h2 { font-size: clamp(24px, 2.3vw, 34px); }
#product .product-description h3,
#product .product-description h4 { font-size: 19px; }
#product .product-description h2:first-child,
#product .product-description h3:first-child,
#product .product-description h4:first-child { margin-top: 0; }
#product .product-description p,
#product .product-description li { font-size: 16px; line-height: 1.75; }
#product .product-description a { color: var(--sf-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
#product .product-description > :last-child { margin-bottom: 0; }

#product .sf-care-symbols {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  break-inside: avoid;
  gap: 8px;
  margin-top: 12px;
}

#product .sf-care-symbol {
  display: inline-flex;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

#product .sf-care-symbol img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

@media (min-width: 992px) {
  #product .product-description {
    max-width: 1180px;
    columns: 2 34ch;
    column-gap: clamp(48px, 6vw, 76px);
    column-rule: 1px solid var(--sf-border);
    column-fill: balance;
  }

  #product .product-description h2,
  #product .product-description h3,
  #product .product-description h4 {
    break-after: avoid-column;
    break-inside: avoid;
  }

  #product .product-description ul,
  #product .product-description ol { break-inside: avoid; }

  #product .product-description p {
    orphans: 3;
    widows: 3;
  }
}

#footer { margin-top: 72px; background: var(--sf-green-dark); color: #eff5f1; }
#footer a { color: #eff5f1; }
#footer .footer-container { background: transparent; }
.gdpr-consent-tabs-content .div_text > .gdpr-check-all-modules,
.gdpr-consent-tabs-content .div_text > .gdpr-uncheck-all-modules { margin-bottom: 15px; }
.sf-payment-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; width: 100%; padding: 22px 16px; border-top: 1px solid rgba(255,255,255,.14); }
.sf-payment-logos span { margin-right: 6px; color: #d9e6df; font-size: 12px; font-weight: 700; }
.sf-payment-logos img { display: block; width: 70px; height: 42px; object-fit: contain; border-radius: 5px; }

@media (max-width: 1199px) {
  .sf-finder { grid-template-columns: 1fr; }
  .sf-finder__groups { grid-template-columns: repeat(3, 1fr); }
  .sf-finder__cta { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 991px) {
  #header.fixed-top { transform: translateY(0) !important; }
  #header.fixed-top.sf-header-condensed { transform: translateY(var(--sf-sticky-offset, 0)) !important; }
  #header .header-nav,
  #header .header-nav .inner-wrapper { min-height: 72px; }
  #header .top-logo { min-height: 72px; }
  #header .top-logo .logo { width: 136px; height: 60px; object-fit: contain; }
  #menu-icon {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid var(--sf-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 34, 30, .06);
    padding: 0;
    cursor: pointer;
  }
  #menu-icon span {
    position: absolute !important;
    left: 11px !important;
    display: block;
    width: 20px !important;
    height: 2px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--sf-ink);
    transform-origin: center;
    transition: top .2s ease, transform .2s ease, opacity .2s ease;
  }
  #menu-icon .sw-topper { top: 13px !important; }
  #menu-icon .sw-bottom { top: 20px !important; }
  #menu-icon .sw-footer { top: 27px !important; }
  body #header #menu-icon.active .sw-topper { top: 20px !important; transform: rotate(45deg) !important; }
  body #header #menu-icon.active .sw-bottom { top: 20px !important; transform: rotate(-45deg) !important; }
  body #header #menu-icon.active .sw-footer { top: 20px !important; opacity: 0 !important; }
  #page.menu-show #menu-icon { opacity: 0; pointer-events: none; }
  #page.menu-show #storfot-topbar-close { opacity: 0; pointer-events: none; }
  #_mobile_cart,
  #_mobile_cart .blockcart,
  #_mobile_cart .cart-header { width: 48px; height: 48px; }
  #_mobile_cart .cart-header { display: flex !important; align-items: center; justify-content: center; }
  #_mobile_cart .cart-header i.font-cart { width: 24px; height: 27px; }
  #_mobile_cart .cart-header i.font-cart::after { left: 8px; }
  #_mobile_cart .cart-products-count { top: -2px; right: -2px; }
  #header .search-btn-toggle.font-search,
  #header .search-bar__btn.font-search { width: 48px; min-width: 48px; height: 48px; }
  #mobile_top_menu_wrapper .wrapper-modules { padding: 4px 16px 16px; }
  #mobile_top_menu_wrapper .search-bar__wrap { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 8px; }
  #mobile_top_menu_wrapper .search-bar__text { min-width: 0; height: 48px; padding: 10px 14px; border: 1px solid var(--sf-border); border-radius: 12px; font-size: 16px; }
  body #mobile_top_menu_wrapper .search-bar__btn { position: relative !important; display: block !important; color: var(--sf-green-dark) !important; background: var(--sf-green-soft) !important; border: 1px solid #bdd0c3 !important; border-radius: 12px !important; }
  #category .pagination .page-list a,
  #search .pagination .page-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
  }
  .product-miniature .product-title a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
  .product-miniature .wishlist-button-add {
    min-width: 44px !important;
    min-height: 44px !important;
  }
  #footer .block-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }
  .sf-finder { scroll-margin-top: 192px; }
  .sf-hero { min-height: 640px; }
  .sf-hero__image { object-position: 63% center; }
  .sf-hero__shade { background: linear-gradient(90deg, rgba(250,247,241,.96) 0%, rgba(250,247,241,.86) 48%, rgba(250,247,241,.1) 100%); }
  .sf-hero__content { padding-top: 92px; }
  .sf-hero__content > * { max-width: 450px; }
  .sf-benefits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .sf-hero {
    display: flex;
    align-items: flex-end;
    min-height: 680px;
  }
  .sf-hero__image { height: 56%; top: 0; object-position: 70% center; }
  .sf-hero__shade { background: linear-gradient(0deg, var(--sf-paper) 0%, var(--sf-paper) 45%, rgba(255,253,249,.05) 74%); }
  .sf-hero__content { width: calc(100% - 32px); padding: 360px 0 48px; }
  .sf-hero h1 { font-size: 44px; }
  .sf-hero__content > p:not(.sf-eyebrow) { font-size: 16px; }
  .sf-hero__actions { display: grid; }
  .sf-button { width: 100%; min-height: 50px; }
  .sf-finder { width: calc(100% - 32px); margin-top: -16px; padding: 24px 20px; }
  .sf-finder__groups { grid-template-columns: 1fr; gap: 22px; }
  .sf-finder__cta { grid-column: auto; justify-self: stretch; }
  .sf-live-products { width: calc(100% - 32px); margin-top: 24px; padding: 24px 16px 28px; }
  .sf-live-products__header { display: grid; grid-template-columns: 1fr; align-items: start; gap: 10px; margin-bottom: 20px; }
  .sf-live-products__header h2 { font-size: 26px; }
  .sf-live-products__clear { justify-self: start; }
  .sf-live-products__loading { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sf-live-products__loading span { min-height: 280px; }

  #category #js-product-list-header .block-category { padding: 26px 16px 16px; }
  #category #left-column .block-categories,
  #category #left-column .featured-products { display: none; }
  #category .sf-category-filters {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 12px 20px;
    padding: 18px 16px;
    border-radius: 14px;
  }
  #category .sf-category-filter-group { flex-wrap: wrap; overflow: visible; padding-bottom: 2px; }
  #category .sf-category-filter-group > span { position: static; width: 100%; min-width: 0; background: transparent; }
  #category .sf-category-filter-group > a:not(.sf-color) { white-space: nowrap; }
  #category .sf-category-filters__footer { align-items: flex-start; flex-direction: column; }
  #category .sf-listing-heading,
  #search .page-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  #category .sf-listing-heading .heading-counter { margin: 0; }
  #category .sf-listing-heading .catalog-title,
  #search .page-heading { font-size: 32px; }
  #category .subcategories { padding: 18px 14px; border: 1px solid var(--sf-border); border-radius: 14px; background: #fff; }
  #category .subcategories .subcategory-heading { margin: 0 0 14px; color: var(--sf-ink); font-size: 18px; font-weight: 800; text-transform: none; }
  #category .subcategories-list { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; width: 100% !important; margin: 0 !important; transform: none !important; }
  #category .subcategories-list > li { width: auto !important; min-width: 0; margin: 0 !important; }
  #category .subcategories-list .category-miniature { height: 100%; padding: 8px 6px 10px; border: 1px solid #ece9e2; border-radius: 12px; text-align: center; }
  #category .subcategories-list .category-miniature .img { display: flex; align-items: center; justify-content: center; height: 78px; }
  #category .subcategories-list .category-miniature img { width: 100%; height: 78px; object-fit: contain; }
  #category .subcategories-list .category-miniature .h2 { margin: 7px 0 0; line-height: 1.25; }
  #category .subcategories-list .category-miniature .h2 a { color: var(--sf-ink); font-size: 11px; font-weight: 800; text-transform: none; }
  #product .product-cover,
  #product .product-cover img { height: 300px !important; }
  #product .product-cover img { object-fit: contain; }
  .sf-chip { min-height: 44px; }
  .sf-benefits { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .sf-benefits > div { padding: 16px; }
  .sf-product-editorial { grid-template-columns: 1fr; width: calc(100% - 32px); margin-top: 48px; border-radius: 18px; }
  .sf-product-editorial > img { min-height: 0; aspect-ratio: 16 / 10; }
  .sf-product-editorial__copy { padding: 32px 24px 36px; }
  .sf-product-editorial__copy h2 { font-size: 36px; }
  .sf-product-editorial__copy .sf-button { width: 100%; }
  .sf-payment-logos { gap: 8px; padding: 20px 8px; }
  .sf-payment-logos span { width: 100%; margin: 0 0 4px; text-align: center; }
  .sf-payment-logos img { width: 64px; height: 38px; }
  #index .home-two-section { width: calc(100% - 32px); margin-top: 54px; }
  #index .headline-section { font-size: 28px; }
  #index .nav.nav-tabs .nav-item { width: auto; max-width: none; }
  #index .home-two-section .more-btn { width: 100%; min-height: 50px; }
  #index #custom-text {
    width: calc(100% - 32px);
    margin-top: 52px;
    padding: 34px 22px 38px;
    border-radius: 18px;
  }
  #index #custom-text > h1,
  #index #custom-text > h2 { font-size: 34px; line-height: 1.1; }
  #index #custom-text > p { margin-bottom: 34px; font-size: 16px; }
  #index #custom-text > div { grid-template-columns: 1fr; }
  #index #custom-text > div > h2,
  #index #custom-text > div > h3 { grid-column: auto; margin-top: 28px; font-size: 24px; }
  #index #custom-text > div > h2 + p,
  #index #custom-text > div > h3 ~ p { grid-column: auto; }
  #index #custom-text > div > p { padding: 18px 0; }
  #category #content-wrapper,
  #product #content-wrapper { padding: 16px; border-radius: 12px; }
  #category #js-product-list-footer { margin-top: 38px; }
  #category .sf-category-story { padding: 28px 20px; border-radius: 14px; }
  #category .sf-category-story__header { margin-bottom: 20px; }
  #category .sf-category-story__header h2 { font-size: 28px; }
  #category .sf-category-story__body--long .sf-category-story__content { columns: 1; column-rule: 0; }
  #category .sf-category-points,
  #category .sf-category-links { grid-template-columns: 1fr; }
  #category .sf-category-story__content p,
  #category .sf-category-story__content li { font-size: 15px; line-height: 1.7; }
  #category .sf-category-story__media { margin-top: 28px; }
  #product .product-description-short { padding: 20px 18px; }
  #product .more-info { margin-top: 36px; }
  #product .nav.nav-tabs_alternative {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
  #product .nav-tabs_alternative .nav-item { flex: 0 0 auto !important; width: auto !important; padding: 0; }
  #product .nav-tabs_alternative .nav-link { white-space: nowrap; border-radius: 10px; }
  #product .nav-tabs_alternative .nav-link.active { border-bottom-color: var(--sf-border); }
  #product .tab-content { margin-top: 8px; border-radius: 14px; }
  #product .product-description { padding: 26px 20px; }
  #product .sf-care-symbols {
    gap: 4px;
    margin-top: 10px;
  }
  #product .sf-care-symbol { flex-basis: 52px; }
  #product .sf-care-symbol img { width: 52px; height: 52px; }
}

@media (min-width: 992px) {
  #header.fixed-top { transform: translateY(0) !important; }
  #header.fixed-top.sf-header-condensed { transform: translateY(var(--sf-sticky-offset, 0)) !important; }
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper {
    transform: translate3d(-100%, 0, 0) !important;
    transition: transform 460ms cubic-bezier(.16, 1, .3, 1) !important;
    will-change: transform;
    box-shadow: 18px 0 42px rgba(24, 34, 30, .12);
  }
  #page > #wrapper,
  #page > #footer {
    transform: translate3d(0, 0, 0);
    transition: transform 460ms cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
  }
  #page.menu-show #mobile_top_menu_wrapper { transform: translate3d(0, 0, 0) !important; }
  #page.menu-show > #wrapper,
  #page.menu-show > #footer { transform: translate3d(calc(100vw - 48px), 0, 0); }
  #page.menu-show { overflow: hidden; }
  .sf-mobile-menu-close {
    position: sticky;
    top: 0;
    z-index: 4;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 12px 8px auto;
    border: 1px solid var(--sf-border);
    border-radius: 50%;
    background: var(--sf-white);
    cursor: pointer;
  }
  .sf-mobile-menu-close::before,
  .sf-mobile-menu-close::after {
    position: absolute;
    top: 20px;
    left: 11px;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--sf-ink);
    content: "";
  }
  .sf-mobile-menu-close::before { transform: rotate(45deg); }
  .sf-mobile-menu-close::after { transform: rotate(-45deg); }

  #blockcart-modal { padding-right: 0 !important; }
  #blockcart-modal .modal-dialog { width: calc(100% - 24px); margin: 12px auto; }
  #blockcart-modal .modal-content { max-height: calc(100dvh - 24px); overflow-y: auto; }
  #blockcart-modal .modal-body { padding: 22px 18px 20px; }
  #blockcart-modal .sf-cart-modal__heading { margin-right: 42px; margin-bottom: 18px; }
  #blockcart-modal .sf-cart-modal__heading h2 { font-size: 21px; }
  #blockcart-modal .modal-body > .row { display: grid; grid-template-columns: 104px minmax(0, 1fr); margin: 0; }
  #blockcart-modal .divide-right { width: auto; padding: 0 14px 0 0; border: 0; }
  #blockcart-modal .cart-content { width: auto; min-width: 0; padding: 0; }
  #blockcart-modal .wrap-img { width: 104px; }
  #blockcart-modal .product-image { max-height: 128px; }
  #blockcart-modal .cart-content .product-name { font-size: 16px; overflow-wrap: anywhere; }
  #blockcart-modal .cart-content > p { font-size: 13px; }
  #blockcart-modal .cart-products-count,
  #blockcart-modal .product-total,
  #blockcart-modal .cart-content-btn { grid-column: 1 / -1; }
  #blockcart-modal .cart-content-btn { margin-top: 14px; }
}

@media (max-width: 420px) {
  .sf-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sf-benefits > div { min-height: 108px; padding: 18px 14px; }
  .sf-benefits strong { font-size: 14px; }
  .sf-hero h1 { font-size: 39px; }
}

@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; }
}
