
:root {
  --sg-ink: #122a49;
  --sg-ink-80: rgba(18, 42, 73, .8);
  --sg-ink-75: rgba(18, 42, 73, .75);
  --sg-ink-50: rgba(18, 42, 73, .5);
  --sg-ink-40: rgba(18, 42, 73, .4);
  --sg-brand: #004147;
  --sg-brand-hover: #00343a;
  --sg-accent: #FB9581;
  --sg-sand: #f5f0ed;
  --sg-sand-hover: #ece5e0;
  --sg-white: #fff;
  --sg-line: rgba(0, 0, 0, .1);
  --sg-line-strong: rgba(0, 0, 0, .2);
  --sg-input: rgba(0, 0, 0, .15);
  --sg-container: 1200px;
  --sg-side: clamp(20px, 8.33vw, 120px);
  --sg-header-expanded: 104px;
  --sg-header-mobile: 68px;
  --sg-font: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --sg-h1-size: 88px;
  --sg-h1-line: 86px;
  --sg-h1-weight: 300;
  --sg-h1-letter: -.04em;
  --sg-h2-size: 64px;
  --sg-h2-line: 72px;
  --sg-h2-weight: 300;
  --sg-h2-letter: -.04em;
  --sg-h3-size: 44px;
  --sg-h3-line: 54px;
  --sg-h3-weight: 400;
  --sg-h3-letter: -.02em;
  --sg-h4-size: 24px;
  --sg-h4-line: 30px;
  --sg-h4-weight: 400;
  --sg-h4-letter: -.02em;
  --sg-h5-size: 20px;
  --sg-h5-line: 28px;
  --sg-h5-weight: 400;
  --sg-h5-letter: 0;
  --sg-h6-size: 16px;
  --sg-h6-line: 22px;
  --sg-h6-weight: 400;
  --sg-h6-letter: 0;
  --sg-body-size: 14px;
  --sg-body-line: 22px;
  --sg-body-weight: 400;
  --sg-body-letter: 0;
  --sg-small-size: 12px;
  --sg-small-line: 18px;
  --sg-small-weight: 400;
  --sg-small-letter: 0;
}

* { box-sizing: border-box; }
html { overflow-anchor: none; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sg-white);
  color: var(--sg-ink);
  font-family: var(--sg-font);
  font-size: var(--sg-body-size);
  font-weight: var(--sg-body-weight);
  line-height: var(--sg-body-line);
  letter-spacing: var(--sg-body-letter);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  color: var(--sg-ink);
  font-family: var(--sg-font);
}
h1 { font-size: var(--sg-h1-size); line-height: var(--sg-h1-line); font-weight: var(--sg-h1-weight); letter-spacing: var(--sg-h1-letter); }
h2 { font-size: var(--sg-h2-size); line-height: var(--sg-h2-line); font-weight: var(--sg-h2-weight); letter-spacing: var(--sg-h2-letter); }
h3 { font-size: var(--sg-h3-size); line-height: var(--sg-h3-line); font-weight: var(--sg-h3-weight); letter-spacing: var(--sg-h3-letter); }
h4 { font-size: var(--sg-h4-size); line-height: var(--sg-h4-line); font-weight: var(--sg-h4-weight); letter-spacing: var(--sg-h4-letter); }
h5 { font-size: var(--sg-h5-size); line-height: var(--sg-h5-line); font-weight: var(--sg-h5-weight); letter-spacing: var(--sg-h5-letter); }
h6 { font-size: var(--sg-h6-size); line-height: var(--sg-h6-line); font-weight: var(--sg-h6-weight); letter-spacing: var(--sg-h6-letter); }
p { font-size: var(--sg-body-size); line-height: var(--sg-body-line); letter-spacing: var(--sg-body-letter); }
small { font-size: var(--sg-small-size); line-height: var(--sg-small-line); font-weight: var(--sg-small-weight); letter-spacing: var(--sg-small-letter); }
a { color: var(--sg-ink); text-decoration: none; }
a:hover { color: rgba(18, 42, 73, .65); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sg-container {
  width: min(var(--sg-container), calc(100% - (var(--sg-side) * 2)));
  margin-inline: auto;
}
.alignfull,
.wp-block-sutighar-hero,
.wp-block-sutighar-feature-cards,
.wp-block-sutighar-product-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
body .is-layout-constrained > .wp-block-sutighar-hero,
body .is-layout-constrained > .wp-block-sutighar-feature-cards,
body .is-layout-constrained > .wp-block-sutighar-product-section {
  width: 100%;
  max-width: none;
}
.sg-block-page > .wp-block-sutighar-hero,
.sg-block-page > .wp-block-sutighar-feature-cards,
.sg-block-page > .wp-block-sutighar-product-section,
.entry-content > .wp-block-sutighar-hero,
.entry-content > .wp-block-sutighar-feature-cards,
.entry-content > .wp-block-sutighar-product-section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.entry-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sg-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: var(--sg-white);
  border-bottom: 1px solid var(--sg-line);
  transition: height .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.sg-header-spacer { height: var(--sg-header-expanded); }
body.sg-header-locked-compact .sg-header-spacer { height: 60px; }
.sg-header__top {
  height: 104px;
  width: min(1440px, 100%);
  margin-inline: auto;
  padding-inline: var(--sg-side);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  transition: height .28s cubic-bezier(.4,0,.2,1);
}
.sg-header.is-compact {
  box-shadow: 0 1px 12px rgba(0, 0, 0, .06);
}
.sg-header.is-compact .sg-header__top { height: 60px; }
.sg-logo {
  display: flex;
  align-items: center;
  gap: 5.5px;
  min-width: max-content;
  max-width: 170px;
}
.sg-logo__icon {
  width: 48px;
  height: 48px;
  background: var(--sg-ink);
  mask: url("../icons/logo-icon.svg") center / contain no-repeat;
  -webkit-mask: url("../icons/logo-icon.svg") center / contain no-repeat;
  transition: width .28s cubic-bezier(.4,0,.2,1), height .28s cubic-bezier(.4,0,.2,1);
}
.sg-logo__wordmark {
  width: 87.44px;
  height: 36.97px;
  background: var(--sg-ink);
  mask: url("../icons/logo-wordmark.svg") center / contain no-repeat;
  -webkit-mask: url("../icons/logo-wordmark.svg") center / contain no-repeat;
}
.sg-header .sg-logo__custom,
.sg-header .sg-logo img {
  width: auto !important;
  height: 48px !important;
  max-width: 170px !important;
  max-height: 48px !important;
  object-fit: contain;
  display: block;
  transition: height .28s cubic-bezier(.4,0,.2,1), max-height .28s cubic-bezier(.4,0,.2,1);
}
.sg-header.is-compact .sg-logo__icon { width: 42px; height: 42px; }
.sg-header.is-compact .sg-logo__custom,
.sg-header.is-compact .sg-logo img {
  height: 42px !important;
  max-height: 42px !important;
}

.sg-catnav {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.sg-catnav::-webkit-scrollbar { display: none; }
.sg-catnav__inner {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1vw, 58px);
  min-width: max-content;
}
.sg-catnav__item {
  width: 76px;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.sg-catnav__thumb {
  width: 62px;
  height: 60px;
  border-radius: 15px;
  background: var(--sg-sand) center / cover no-repeat;
  transition: width .28s cubic-bezier(.4,0,.2,1), height .28s cubic-bezier(.4,0,.2,1), border-radius .28s cubic-bezier(.4,0,.2,1);
}
.sg-catnav__item.is-active { color: var(--sg-ink); }
.sg-header.is-compact .sg-catnav__thumb { width: 40px; height: 22px; border-radius: 7px; }
.sg-header.is-compact .sg-catnav__item { font-size: 11px; gap: 4px; }

.sg-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sg-cart-total {
  font-size: 14px;
  font-weight: 800;
  color: var(--sg-ink);
  white-space: nowrap;
  transition: font-size .28s cubic-bezier(.4,0,.2,1);
}
.sg-icon-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--sg-sand);
  display: inline-grid;
  place-items: center;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: width .28s cubic-bezier(.4,0,.2,1), height .28s cubic-bezier(.4,0,.2,1), background .15s ease;
}
.sg-icon-btn:hover { background: var(--sg-sand-hover); }
.sg-icon-btn svg {
  display: block;
  flex: 0 0 auto;
  overflow: visible;
  width: 18px;
  height: 18px;
  stroke: var(--sg-ink);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sg-icon-img {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sg-icon-btn .sg-cart-icon { width: 20px; height: 20px; }
.sg-icon-btn .sg-user-icon { width: 18px; height: 18px; }
.sg-icon-btn .sg-menu-icon { width: 22px; height: 22px; }
.sg-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sg-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.sg-badge[data-count="0"], .sg-badge:empty { display: none; }
.sg-pop { position: relative; }
.sg-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  min-width: 180px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.14);
  padding: 6px 0;
  display: none;
}
.sg-popover.is-open { display: block; }
.sg-popover a {
  display: block;
  padding: 11px 16px;
  font-size: 13px;
  color: var(--sg-ink);
  white-space: nowrap;
}
.sg-popover a:hover { background: var(--sg-sand); color: var(--sg-ink); }

/* ===== Mobile drawer menu ===== */
.sg-menu-toggle { display: none; }
.sg-menu-toggle svg:last-child { display: none; }
.sg-menu-toggle.is-open svg:first-child { display: none; }
.sg-menu-toggle.is-open svg:last-child { display: block; }

html.sg-drawer-open { overflow: hidden; }
.sg-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  transition: visibility .3s linear;
}
.sg-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 42, 73, .45);
  opacity: 0;
  transition: opacity .3s ease;
}
.sg-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(370px, 100%);
  display: flex;
  flex-direction: column;
  background: var(--sg-white);
  box-shadow: -16px 0 40px rgba(0, 0, 0, .12);
  transform: translateX(102%);
  transition: transform .32s cubic-bezier(.32, .72, 0, 1);
}
.sg-drawer.is-open { visibility: visible; }
.sg-drawer.is-open .sg-drawer__backdrop { opacity: 1; }
.sg-drawer.is-open .sg-drawer__panel { transform: translateX(0); }

.sg-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--sg-line);
}
.sg-drawer__head .sg-logo__icon { width: 36px; height: 36px; }
.sg-drawer__head .sg-logo__wordmark { width: 71px; height: 30px; }
.sg-drawer__head .sg-logo__custom { height: 38px; max-width: 140px; }
.sg-drawer__icons { display: flex; align-items: center; gap: 6px; }
.sg-drawer__icons .sg-icon-btn { width: 38px; height: 38px; background: var(--sg-sand); }
.sg-drawer__icons .sg-icon-btn:hover { background: var(--sg-sand-hover); }

.sg-drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}
.sg-drawer__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  color: var(--sg-ink);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid var(--sg-line);
}
.sg-drawer__link:last-child { border-bottom: 0; }
.sg-drawer__link:hover { background: var(--sg-sand); color: var(--sg-ink); }
.sg-drawer__link.is-active { color: var(--sg-brand); }
.sg-drawer__link.is-active .sg-drawer__thumb { outline: 2px solid var(--sg-brand); outline-offset: 2px; }
.sg-drawer__thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex: 0 0 auto;
  background: var(--sg-sand) center / cover no-repeat;
}
.sg-drawer__label { flex: 1; }

.sg-drawer__foot {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--sg-line);
  background: var(--sg-white);
}
.sg-drawer__connect {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sg-accent);
  margin-bottom: 10px;
}
.sg-drawer__socials { display: flex; gap: 14px; }
.sg-social {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  transition: transform .15s ease, opacity .15s ease;
}
.sg-social:hover { transform: translateY(-2px); opacity: .9; }
.sg-social img { width: 36px; height: 36px; display: block; }
.sg-drawer__contact {
  margin-top: 18px;
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
}
.sg-drawer__contact a { color: var(--sg-ink); }
.sg-drawer__contact a:hover { color: var(--sg-brand); }

/* ===== Floating action buttons (mobile) ===== */
.sg-fab {
  display: none;
  position: fixed;
  right: 18px;
  top: calc(50% - 74px);
  z-index: 900;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: var(--sg-white);
  color: var(--sg-ink);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transition: transform .15s ease, box-shadow .15s ease;
}
.sg-fab:hover { transform: translateY(-2px); color: var(--sg-ink); box-shadow: 0 10px 24px rgba(0, 0, 0, .24); }
.sg-fab svg {
  display: block;
  flex: 0 0 auto;
  overflow: visible;
  width: 24px;
  height: 24px;
  stroke: var(--sg-ink);
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sg-fab--menu {
  top: calc(50% + 0px);
}
.sg-fab .sg-icon-img {
  width: 34px;
  height: 34px;
}
.sg-fab .sg-cart-icon {
  width: 34px;
  height: 34px;
}
.sg-fab .sg-badge {
  top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding-inline: 6px;
    background: var(--sg-brand);
    font-size: 14px;
    font-weight: 600;
}

/* ===== Cart drawer ===== */
.sg-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  visibility: hidden;
  transition: visibility .3s linear;
}
.sg-cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .3s ease;
}
.sg-cart-modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(102%);
  width: min(520px, 100vw);
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--sg-white);
  border-radius: 0;
  box-shadow: -12px 0 32px rgba(0, 0, 0, .14);
  transition: transform .32s cubic-bezier(.16, 1, .3, 1);
}
.sg-cart-modal.is-open { visibility: visible; }
.sg-cart-modal.is-open .sg-cart-modal__backdrop { opacity: 1; }
.sg-cart-modal.is-open .sg-cart-modal__panel { transform: translateX(0); }
.sg-cart-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 56px;
  flex: 0 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid var(--sg-line);
}
.sg-cart-modal__head h2 { margin: 0; font-size: 22px; font-weight: 700; color: #111827; line-height: 1; }
.sg-cart-modal__head button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #374151;
  cursor: pointer;
}
.sg-cart-modal__head button:hover { color: var(--sg-ink); }
.sg-cart-modal__body { flex: 1; overflow-y: auto; padding: 0; -webkit-overflow-scrolling: touch; }
.sg-cart-modal__item {
  display: flex;
  gap: 12px;
  padding: 14px 20px;
}
.sg-cart-modal__item + .sg-cart-modal__item { border-top: 1px solid #f3f4f6; }
.sg-cart-modal__thumb {
  width: 64px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #f3f4f6;
}
.sg-cart-modal__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sg-cart-modal__info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.sg-cart-modal__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.sg-cart-modal__name {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sg-cart-modal__remove {
  border: 0;
  background: transparent;
  color: var(--sg-accent);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}
.sg-cart-modal__remove:hover { color: var(--sg-brand); }
.sg-cart-modal__variant {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}
.sg-cart-modal__controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 12px;
}
.sg-cart-modal__qty {
  display: grid;
  gap: 5px;
}
.sg-cart-modal__qty .sg-cart-stock {
  margin-top: 0;
}
.sg-cart-modal__item .quantity {
  width: 110px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  box-shadow: none;
}
.sg-cart-modal__item .quantity input.qty {
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  color: #065f46;
  order: 2;
}
.sg-cart-modal__item .sg-qty-btn {
  height: 28px;
  width: 36px;
  flex-basis: 36px;
  font-size: 18px;
  color: #4b5563;
  background: transparent;
}
.sg-cart-modal__item .sg-qty-btn[data-sg-qty="minus"] { order: 1; border: 0; border-right: 1px solid #d1d5db; }
.sg-cart-modal__item .sg-qty-btn[data-sg-qty="plus"] { order: 3; border: 0; border-left: 1px solid #d1d5db; }
.sg-cart-modal__price {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
}
.sg-cart-modal__foot {
  padding: 14px 20px calc(20px + env(safe-area-inset-bottom));
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--sg-line);
}
.sg-cart-modal__confirm {
  height: 54px;
  display: grid;
  place-items: center;
  background: #064e3b;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}
.sg-cart-modal__confirm:hover { background: #065f46; color: #fff; }
.sg-cart-modal__viewcart {
  height: 54px;
  display: grid;
  place-items: center;
  width: 100%;
  background: #fff;
  border: 2px solid #064e3b;
  color: #064e3b;
  cursor: pointer;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}
.sg-cart-modal__viewcart:hover { background: var(--sg-sand); color: #064e3b; }
.sg-cart-modal__empty { padding: 44px 20px; text-align: center; color: rgba(18, 42, 73, .6); font-size: 14px; }
.sg-cart-modal__empty p { margin: 0 0 14px; }
.sg-cart-modal__empty .sg-btn { display: inline-grid; }

@media (max-width: 540px) {
  .sg-cart-modal__panel {
    width: min(430px, 100vw);
  }
}

.sg-btn,
.button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--sg-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.sg-btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--sg-brand-hover); color: #fff; }
.sg-btn--accent,
.sg-add-to-cart-button,
.single_add_to_cart_button { background: var(--sg-accent) !important; color: #fff !important; }
.sg-btn--full { width: 100%; }

.sg-hero {
  position: relative;
  width: 100%;
  height: 597px;
  min-height: 0;
  background: rgb(217, 217, 217);
  overflow: hidden;
}
.sg-hero picture,
.sg-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sg-hero picture {
  display: block;
}
.sg-hero img {
  object-fit: cover;
  object-position: center center;
}
.sg-hero::before,
.sg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sg-hero::before { background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0) 62%); }
.sg-hero::after { width: 72%; background: linear-gradient(79.193deg, rgba(0,0,0,.48) 37.03%, rgba(0,0,0,0) 91.12%); }
.sg-hero__copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 121px;
  z-index: 2;
  width: min(var(--sg-container), calc(100% - (var(--sg-side) * 2)));
  margin-inline: auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.sg-hero h1 {
  max-width: 7em;
  margin: 0;
  color: #fff;
  font-size: var(--sg-h1-size);
  line-height: var(--sg-h1-line);
  font-weight: var(--sg-h1-weight);
  letter-spacing: var(--sg-h1-letter);
}
.sg-hero h1 span {
  display: block;
}
.sg-hero p {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.sg-hero .sg-btn {
  height: 56px;
  border-radius: 7px;
  padding: 8px 24px;
  background: #fff;
  color: var(--sg-ink);
  font-size: 20px;
  line-height: 32px;
  transition: transform .15s ease;
  white-space: nowrap;
}
.sg-hero .sg-btn:hover { transform: translateY(-2px); background: #fff; color: var(--sg-ink); }

.sg-feature-band {
  width: 100%;
  background: #fff;
}
.sg-mobile-category-menu {
  display: none;
}
.sg-feature-cards {
  min-height: 120px;
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #fff;
}
.sg-feature-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #122A49;
  font-family: var(--sg-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  white-space: nowrap;
}
.sg-feature-card__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sg-feature-card__img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.sg-mobile-category-menu__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: var(--sg-ink);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}
.sg-mobile-category-menu__thumb {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  background: var(--sg-sand) center / cover no-repeat;
  display: block;
}
.sg-trust {
  min-height: 113px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
.sg-rule { border: 0; border-top: 1px solid var(--sg-line-strong); margin: 0; }
.sg-section { padding-top: 64px; }
.sg-section + .sg-section { padding-top: 60px; }
.sg-product-section-band {
  width: 100%;
  background: #fff;
}
.sg-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.sg-section__head > h1,
.sg-section__head > h2,
.sg-section__head > h3 {
  min-width: 0;
}
.sg-section h1,
.sg-section h2,
.sg-section h3,
.woocommerce-products-header__title,
.entry-title {
  margin: 0;
  color: var(--sg-ink);
  font-size: var(--sg-h3-size);
  line-height: var(--sg-h3-line);
  font-weight: var(--sg-h3-weight);
  letter-spacing: var(--sg-h3-letter);
}
.sg-section h3 { font-size: var(--sg-h3-size); line-height: var(--sg-h3-line); font-weight: var(--sg-h3-weight); letter-spacing: var(--sg-h3-letter); }
.sg-see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
  min-width: max-content;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.sg-see-all::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--sg-ink);
  mask: url("../icons/ep_right.svg") center / 16px 16px no-repeat;
  -webkit-mask: url("../icons/ep_right.svg") center / 16px 16px no-repeat;
}

ul.products,
.sg-product-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--sg-cols, 4), minmax(0, 1fr));
  gap: 40px 20px;
}
ul.products::before,
ul.products::after { display: none !important; }
ul.products .product { margin: 0 !important; width: auto !important; float: none !important; }
body.sg-layout-list ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px 28px;
}
.sg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sg-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
}
.sg-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--sg-sand);
  overflow: hidden;
  display: block;
}
.woocommerce ul.products li.product .sg-card__image img,
.sg-card__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.sg-card__image:hover img,
.sg-card__image:focus img,
.sg-card__image:active img,
.sg-card__image.is-zooming img {
  transform: scale(1.12);
}
.sg-sold-out-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #FF0000;
  font-family: var(--sg-font);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sg-sold-out-badge--card {
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 16px;
}
body.sg-layout-list ul.products .sg-card {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}
body.sg-layout-list ul.products .sg-card__media {
  aspect-ratio: 4 / 5;
}
.sg-card__details,
body.sg-layout-list ul.products .sg-card__details {
  display: grid !important;
  gap: 6px !important;
}
.sg-card h2,
.sg-card h3,
.woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #122A49;
  font-family: var(--sg-font);
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}
.sg-card .price,
.woocommerce ul.products li.product .price {
  margin: 0;
  color: #122A49;
  font-family: var(--sg-font);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
.sg-card-cart {
  position: absolute;
  right: 13px;
  bottom: 13px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 5.78px;
  border: 1px solid rgba(18, 42, 73, .1);
  border-radius: 45px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 1px 4px rgba(0,0,0,.12);
  opacity: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity .18s ease, background .18s ease;
}
.sg-card:hover .sg-card-cart,
.sg-card:focus-within .sg-card-cart { opacity: 1; }
.sg-card-cart__icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.sg-card-cart.is-adding {
  pointer-events: none;
  opacity: 1;
}
.sg-card-cart.is-added {
  background: var(--sg-ink);
  opacity: 1;
}
.sg-card-cart.is-added .sg-card-cart__icon {
  filter: brightness(0) invert(1);
}

.sg-toolbar {
  margin: 28px 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.sg-pill {
  min-width: 94px;
  height: 40px;
  border: 1px solid rgba(18, 42, 73, .12);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--sg-ink);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}
.sg-pill--filter {
  justify-self: start;
  font-size: 12px;
  line-height: 18px;
}
.sg-pill--filter .sg-filter-icon {
  width: 16px;
  height: 16px;
}
.sg-toolbar__sort { justify-self: end; }
.sg-sort-select {
  width: 132px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(18, 42, 73, .12);
}
.sg-sort-select select {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--sg-ink);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 42px 0 14px;
  cursor: pointer;
}
.sg-sort-select select:focus-visible,
.sg-pill:focus-visible,
.sg-density button:focus-visible {
  outline: 2px solid var(--sg-ink);
  outline-offset: 2px;
}
.sg-sort-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.sg-density {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.sg-density button {
  min-width: 18px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sg-density__dots {
  display: inline-grid;
  grid-template-columns: repeat(var(--sg-density-cols, 4), 4px);
  gap: 4px 5px;
  align-items: center;
  justify-content: center;
}
.sg-density__list {
  display: inline-grid;
  gap: 3px;
  width: 18px;
}
.sg-density__list span {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 99px;
  background: rgba(18, 42, 73, .34);
}
.sg-density__list span::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: inherit;
  transform: translateY(-50%);
}
.sg-density__dots span {
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: rgba(18, 42, 73, .34);
}
.sg-density button.is-active .sg-density__dots span,
.sg-density button.is-active .sg-density__list span { background: var(--sg-ink); }
.sg-filter-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(220px, calc(100vw - 24px));
  z-index: 30;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(18, 42, 73, .16);
  padding: 22px 20px 28px;
  display: none;
}
.sg-filter-panel.is-open { display: block; }
.sg-filter-panel fieldset { border: 0; padding: 0; margin: 0; }
.sg-filter-panel legend {
  padding: 0;
  margin: 0 0 12px;
  color: rgba(0, 0, 0, .38);
  font-family: var(--sg-font);
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.sg-filter-panel label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  color: var(--sg-ink);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.sg-filter-panel input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(18, 42, 73, .16);
  background: #fff;
  cursor: pointer;
}
.sg-filter-panel input[type="checkbox"]:checked {
  background: var(--sg-ink);
  border-color: var(--sg-ink);
  box-shadow: inset 0 0 0 3px #fff;
}
.sg-filter-panel hr {
  border: 0;
  border-top: 1px solid rgba(18, 42, 73, .12);
  margin: 22px 0 20px;
}
.sg-filter-panel__price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.sg-filter-panel input[type="number"] {
  width: 100%;
  border: 1px solid rgba(18, 42, 73, .12);
  border-radius: 4px;
  background: #fff;
  padding: 8px 10px;
  color: var(--sg-ink);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
}
.sg-filter-panel__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.sg-filter-panel__actions .sg-btn {
  min-width: 118px;
  height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}
.sg-filter-panel__actions a {
  color: rgba(18, 42, 73, .58);
  font-family: var(--sg-font);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: auto;
  text-decoration-skip-ink: auto;
}

.sg-page { padding: 64px 0 100px; }
.woocommerce-shop .sg-page,
.tax-product_cat .sg-page,
.post-type-archive-product .sg-page {
  padding-top: 42px;
}
.woocommerce-products-header__title.page-title {
  margin: 0;
}
.sg-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 48px 0 0;
}
.sg-load-more {
  min-height: 20px;
  background: transparent;
  color: var(--sg-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 0;
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.sg-load-more__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.sg-load-more:hover,
.sg-load-more:focus-visible {
  color: #F2856F;
}
.sg-load-more:hover .sg-load-more__icon,
.sg-load-more:focus-visible .sg-load-more__icon { filter: sepia(1) saturate(2.2) hue-rotate(312deg); }
.sg-load-more.is-loading {
  opacity: .65;
  pointer-events: none;
}
.sg-load-more.is-loading .sg-load-more__icon { animation: sg-load-more-spin .8s linear infinite; }
@keyframes sg-load-more-spin { to { transform: rotate(360deg); } }
.sg-page--read {
  width: min(760px, calc(100% - (var(--sg-side) * 2)));
  max-width: 760px;
  margin-inline: auto;
}
.sg-page--read .entry-title {
  margin: 0 0 26px;
  color: #122A49;
  font-family: var(--sg-font);
  font-size: var(--sg-h3-size);
  font-weight: var(--sg-h3-weight);
  line-height: var(--sg-h3-line);
  letter-spacing: var(--sg-h3-letter);
}
.sg-eyebrow {
  margin: 0 0 16px;
  color: var(--sg-accent) !important;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
}
.sg-page--read p,
.sg-page--read li {
  color: #122A49;
  font-family: var(--sg-font);
  font-size: var(--sg-body-size);
  font-weight: var(--sg-body-weight);
  line-height: var(--sg-body-line);
  letter-spacing: var(--sg-body-letter);
}
.sg-page--read p {
  margin: 0 0 16px;
}
.sg-page--read .sg-page-lead {
  max-width: 610px;
  margin-bottom: 42px;
}
.sg-page--read h2 {
  margin: 48px 0 18px;
  color: #122A49;
  font-size: var(--sg-h4-size);
  line-height: var(--sg-h4-line);
  font-weight: var(--sg-h4-weight);
  letter-spacing: var(--sg-h4-letter);
}
.sg-page--read a {
  color: #122A49;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sg-page--read .sg-btn {
  min-width: 162px;
  min-height: 42px;
  padding: 0 22px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
.sg-sand-panel { background: var(--sg-sand); padding: 28px; border-radius: 0; }
.sg-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.sg-founder-grid h3 {
  margin: 0 0 6px;
  color: var(--sg-ink);
  font-size: 16px;
  font-weight: 600;
}
.sg-founder-grid span:not(.sg-meta) {
  display: block;
  margin-bottom: 12px;
  color: var(--sg-ink);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sg-founder-grid--quotes {
  margin-top: 48px;
}
.sg-founder-quote h3 {
  margin: 0;
  color: #122A49;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.sg-founder-quote span {
  margin: 2px 0 12px !important;
  color: var(--sg-accent) !important;
  font-size: 9px !important;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sg-founder-quote blockquote {
  margin: 0;
  border-left: 2px solid var(--sg-brand);
  padding-left: 14px;
  color: rgba(18, 42, 73, .72);
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
.sg-page-hello {
  margin-top: 56px;
}
.sg-page-hello h2 {
  margin-top: 0;
}
.sg-small-link-row {
  margin-top: 16px !important;
  color: rgba(18, 42, 73, .65) !important;
  font-size: 11px !important;
  line-height: 18px !important;
}
.sg-contact-primary {
  margin-bottom: 34px;
}
.sg-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 52px;
  align-items: start;
}
.sg-info-card {
  background: var(--sg-sand);
  padding: 22px 24px;
}
.sg-contact-page .sg-info-card {
  background: #EEF0F2;
}
.sg-info-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(18, 42, 73, .42);
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sg-info-card strong {
  display: block;
  margin-bottom: 8px;
  color: #122A49;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.sg-info-card p {
  margin: 0;
  color: rgba(18, 42, 73, .68);
}
.sg-info-card--email {
  grid-column: 2;
}
.sg-online-panel {
  grid-column: 1;
  grid-row: 2;
  align-self: stretch;
  padding-top: 34px;
}
.sg-online-panel h2 {
  margin-top: 0;
}
.sg-link-list,
.sg-policy-list {
  margin: 0 0 44px;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}
.sg-link-list li,
.sg-policy-list li {
  padding-left: 4px;
}
.sg-contact-note {
  margin-top: 54px;
  padding: 28px 34px;
}
.sg-contact-note p {
  margin-bottom: 20px;
}
.sg-policy-page .sg-page-lead {
  margin-bottom: 42px;
}
.sg-policy-fees {
  margin-bottom: 46px;
}
.sg-policy ul:not(.sg-policy-list) {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}
.sg-policy ul:not(.sg-policy-list) li {
  position: relative;
  padding-left: 17px;
  color: var(--sg-ink-75);
  font-size: 15px;
  line-height: 1.7;
}
.sg-policy ul:not(.sg-policy-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--sg-ink-40);
}

.sg-footer {
  background: #0F201F;
  color: rgba(255,255,255,.8);
  padding: 57px 0 28px;
}
.sg-footer__grid {
  display: grid;
  grid-template-columns: 441px 1fr;
  gap: 48px;
}
.sg-footer__logo {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sg-footer__logo-icon {
  display: block;
  width: 108.7px;
  height: 108.7px;
  background: #fff;
  mask: url("../icons/logo-icon.svg") center / contain no-repeat;
  -webkit-mask: url("../icons/logo-icon.svg") center / contain no-repeat;
}
.sg-footer__logo-word {
  display: block;
  width: 186px;
  height: 38px;
  margin-top: 16px;
  background: #fff;
  mask: url("../icons/logo-wordmark.svg") center / contain no-repeat;
  -webkit-mask: url("../icons/logo-wordmark.svg") center / contain no-repeat;
}
.sg-footer__logo-custom {
  width: auto;
  height: 64px;
  max-width: 220px;
  object-fit: contain;
  display: block;
}
.sg-footer p { max-width: 310px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.6; }
.sg-footer__menus { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px 24px; }
.sg-footer h3,
.sg-footer .widgettitle,
.sg-footer .wp-block-heading { margin: 0 0 16px; color: var(--sg-accent); font-size: 11px; font-weight: 500; text-transform: uppercase; }
.sg-footer ul,
.sg-footer .wp-block-navigation__container { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.sg-footer .wp-block-navigation,
.sg-footer .wp-block-navigation .wp-block-navigation__container {
  display: grid;
  align-items: start;
  gap: 13px;
}
.sg-footer-widget + .sg-footer-widget { margin-top: 24px; }
.sg-footer a { color: rgba(255,255,255,.7); font-size: 13px; }
.sg-footer a:hover { color: #fff; }
.sg-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.sg-footer__social {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  transition: transform .15s ease, opacity .15s ease;
}
.sg-footer__social:hover { transform: translateY(-2px); opacity: .9; }
.sg-footer__social img { width: 24px; height: 24px; display: block; }
.sg-footer__contact {
  display: grid;
  gap: 13px;
}
.sg-footer__contact p {
  margin: 0;
  max-width: 220px;
}
.sg-footer__legal {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
}
.sg-footer__legal span:last-child::before {
  content: "";
  width: 12px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 1px;
  background: radial-gradient(circle at 58% 50%, #f04438 0 30%, transparent 31%), #006a4e;
  vertical-align: middle;
}

input.input-text,
textarea,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--sg-input);
  padding: 13px 14px;
  color: var(--sg-ink);
  background: #fff;
  outline: none;
}
input:focus,
textarea:focus,
select:focus { box-shadow: inset 0 0 0 1.5px var(--sg-ink); outline: none; }
label { color: var(--sg-ink); font-size: 12px; font-weight: 500; }
.woocommerce-notices-wrapper { width: min(var(--sg-container), calc(100% - (var(--sg-side) * 2))); margin: 24px auto 0; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--sg-line);
  background: var(--sg-sand);
  color: var(--sg-ink);
  padding: 14px 18px;
  margin: 0 0 24px;
}
.woocommerce-error { list-style: none; }

@media (min-width: 1600px) {
  .sg-hero { height: 597px; }
}
@media (max-width: 1079px) {
  :root { --sg-side: 40px; }
  ul.products, .sg-product-grid { --sg-cols: 3; }
  .sg-hero { height: 500px; min-height: 0; }
  .sg-hero h1 { font-size: var(--sg-h2-size); line-height: var(--sg-h2-line); letter-spacing: var(--sg-h2-letter); }
  .sg-catnav__thumb { width: 52px; height: 50px; }
  .sg-catnav__inner { gap: 18px; justify-content: flex-start; }
  .sg-feature-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .sg-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 719px) {
  :root { --sg-side: 20px; }
  .sg-header {
    position: relative;
    inset: auto;
  }
  .sg-header-spacer,
  body.sg-header-locked-compact .sg-header-spacer {
    display: none;
    height: 0;
  }
  .sg-header__top { height: 60px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .sg-header.is-compact .sg-header__top { height: 60px; }
  .sg-header .sg-logo,
  .sg-header.is-compact .sg-logo {
    max-width: 170px;
  }
  .sg-header .sg-logo__custom,
  .sg-header .sg-logo img,
  .sg-header.is-compact .sg-logo__custom,
  .sg-header.is-compact .sg-logo img {
    height: 42px !important;
    max-width: 170px !important;
    max-height: 42px !important;
  }
  .sg-header .sg-logo__icon,
  .sg-header.is-compact .sg-logo__icon {
    width: 42px;
    height: 42px;
  }
  .sg-catnav,
  .sg-cart-total,
  .sg-cart-btn,
  .sg-menu-toggle {
    display: none;
  }
  .sg-account-pop { display: block; }
  .sg-drawer { display: block; }
  .sg-fab { display: grid; }
  .sg-actions { justify-content: end; }
  .sg-icon-btn { width: 44px !important; height: 44px !important; }
  .sg-account-pop .sg-icon-btn { width: 44px !important; height: 44px !important; }
  .sg-account-pop .sg-user-icon { width: 28px; height: 28px; }
  .sg-hero { height: 550px; min-height: 0; }
  .sg-hero::after { width: 100%; }
  .sg-hero__copy { top: 80px; gap: 26px; }
  .sg-hero h1 {
    max-width: 7.5em;
    font-family: var(--sg-font);
    font-size: 50px;
    line-height: 52px;
    font-weight: 300;
    letter-spacing: -.04em;
  }
  .sg-hero p { max-width: 21em; font-size: 17px; line-height: 28px; }
  .sg-hero .sg-btn { height: 56px; padding: 8px 24px; font-size: 17px; line-height: 32px; }
  .sg-feature-band {
    border-bottom: 1px solid var(--sg-line);
  }
  .sg-feature-cards {
    display: none;
  }
  .sg-mobile-category-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 16px;
    padding-top: 28px;
    padding-bottom: 34px;
    overflow: hidden;
  }
  .sg-mobile-category-menu__item {
    font-size: clamp(12px, 3.7vw, 14px);
  }
  .sg-mobile-category-menu__thumb {
    width: clamp(62px, 19vw, 76px);
    height: clamp(62px, 19vw, 76px);
    border-radius: clamp(10px, 3.2vw, 14px);
  }
  .sg-trust { display: none; }
  .sg-section { padding-top: 48px; }
  .sg-section + .sg-section { padding-top: 56px; }
  .sg-section__head { margin-bottom: 24px; align-items: flex-end; }
  .sg-section__head .sg-see-all { padding-inline: 0; }
  .sg-section h1, .sg-section h2, .sg-section h3, .woocommerce-products-header__title, .entry-title { font-size: var(--sg-h3-size); line-height: var(--sg-h3-line); }
  ul.products, .sg-product-grid { --sg-cols: 2; gap: 32px 14px; }
  body.sg-layout-list ul.products {
    grid-template-columns: 1fr !important;
  }
  body.sg-layout-list ul.products .sg-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
  }
  .sg-toolbar { grid-template-columns: 1fr auto; }
  .sg-density { display: none; }
  .sg-footer { padding-top: 40px; }
  .sg-footer__grid { grid-template-columns: 1fr; }
  .sg-footer__menus { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sg-footer__legal { flex-direction: column; }
  .sg-founder-grid { grid-template-columns: 1fr; }
  .sg-page { padding: 44px 0 72px; }
  .sg-page--read {
    width: min(100% - 40px, 760px);
    max-width: none;
  }
  .sg-page--read .entry-title {
    font-size: var(--sg-h3-size);
    line-height: var(--sg-h3-line);
    letter-spacing: var(--sg-h3-letter);
  }
  .sg-contact-grid {
    grid-template-columns: 1fr;
  }
  .sg-info-card--email {
    grid-column: auto;
  }
  .sg-online-panel {
    grid-column: auto;
    grid-row: auto;
    padding-top: 0;
  }
  .sg-page--read .sg-btn {
    width: auto;
  }
}
@media (hover: none) {
  .sg-card-cart { opacity: 1; }
  .sg-card__image:active img,
  .sg-card__image.is-zooming img {
    transform: scale(1.12);
  }
}
