/*
Theme Name: Sutighar
Theme URI: https://sutighar.com/
Author: Sutighar
Description: Hybrid WooCommerce theme for Sutighar, based on the supplied Claude design references.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sutighar
Woo: 9.0
*/

: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: #e97a64;
  --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: 105px;
  --sg-header-mobile: 127px;
}

* { box-sizing: border-box; }
html { overflow-anchor: none; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sg-white);
  color: var(--sg-ink);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
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); }
.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;
}
.sg-logo__icon {
  width: 44px;
  height: 44px;
  background: var(--sg-ink);
  mask: url(assets/icons/logo-icon.svg) center / contain no-repeat;
  -webkit-mask: url(assets/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(assets/icons/logo-wordmark.svg) center / contain no-repeat;
  -webkit-mask: url(assets/icons/logo-wordmark.svg) center / contain no-repeat;
}
.sg-header.is-compact .sg-logo__icon { width: 34px; height: 34px; }

.sg-catnav {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.sg-catnav::-webkit-scrollbar,
.sg-chiprail::-webkit-scrollbar { display: none; }
.sg-catnav__inner {
  display: flex;
  justify-content: center;
  gap: 6px;
  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-header.is-compact .sg-cart-total { font-size: 13px; }
.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 {
  width: 18px;
  height: 18px;
  stroke: var(--sg-ink);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sg-header.is-compact .sg-actions { gap: 8px; }
.sg-header.is-compact .sg-icon-btn { width: 36px; height: 36px; }
.sg-header.is-compact .sg-icon-btn svg { width: 16px; height: 16px; }
.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); }
.sg-chiprail { display: none; }

.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 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}
.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: 16px;
}
.sg-hero h1 {
  max-width: 7em;
  margin: 0;
  color: #fff;
  font-size: 88px;
  line-height: 68px;
  font-weight: 300;
  letter-spacing: -.05em;
}
.sg-hero .sg-btn {
  height: 56px;
  margin-top: 40px;
  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-feature-cards {
  padding-top: 22px;
  padding-bottom: 23px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: #fff;
}
.sg-feature-card {
  height: 68px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--sg-line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--sg-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.sg-feature-card__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sg-feature-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--sg-ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.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: 100px; }
.sg-product-section-band {
  width: 100%;
  background: #fff;
}
.sg-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.sg-section h1,
.sg-section h2,
.woocommerce-products-header__title,
.entry-title {
  margin: 0;
  color: var(--sg-ink);
  font-size: 44px;
  line-height: 68px;
  font-weight: 400;
  letter-spacing: -.02em;
}
.sg-section h2 { font-size: 44px; }
.sg-see-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 500;
}
.sg-see-all::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--sg-ink);
  mask: url(assets/icons/icon-arrow-right.svg) center / 11.5px 10px no-repeat;
  -webkit-mask: url(assets/icons/icon-arrow-right.svg) center / 11.5px 10px 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; }
.sg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sg-card__image {
  position: relative;
  aspect-ratio: 284.5 / 355.625;
  background: var(--sg-sand);
  overflow: hidden;
}
.sg-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.sg-card__image:hover img { transform: scale(1.04); }
.sg-card h2,
.sg-card h3,
.woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sg-ink);
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: -.02em;
}
.sg-card .price,
.woocommerce ul.products li.product .price {
  margin: 0;
  color: var(--sg-ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
}
.sg-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  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-heart,
.sg-card:focus-within .sg-heart { opacity: 1; }
.sg-heart svg { width: 16px; height: 16px; fill: none; stroke: var(--sg-ink); stroke-width: 1.5; }
.sg-heart.is-saved { background: var(--sg-ink); opacity: 1; }
.sg-heart.is-saved svg { fill: #fff; stroke: #fff; }

.sg-toolbar {
  margin: 24px 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.sg-pill {
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--sg-line);
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, Poppins, sans-serif;
  font-size: 12px;
  cursor: pointer;
}
.sg-toolbar__sort { justify-self: end; }
.sg-density {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sg-density button {
  min-width: 36px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
}
.sg-density span {
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: rgba(0,0,0,.25);
}
.sg-density button.is-active span { background: var(--sg-ink); }
.sg-filter-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 232px;
  z-index: 30;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  padding: 16px 18px 20px;
  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 10px;
  font-size: 11.34px;
  font-weight: 500;
  color: #000;
}
.sg-filter-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 11px;
  color: rgba(0,0,0,.8);
}
.sg-filter-panel input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.25);
  background: #fff;
}
.sg-filter-panel input[type="checkbox"]:checked {
  background: var(--sg-ink);
  border-color: var(--sg-ink);
  box-shadow: inset 0 0 0 3px var(--sg-ink);
}
.sg-filter-panel hr { border: 0; border-top: 1px solid rgba(0,0,0,.08); margin: 14px 0; }
.sg-filter-panel input[type="number"] {
  width: 84px;
  border: 0;
  border-radius: 999px;
  background: var(--sg-sand);
  padding: 8px 10px;
  color: var(--sg-ink);
  font-size: 12px;
}

.sg-page { padding: 64px 0 100px; }
.sg-page--read {
  width: min(760px, calc(100% - (var(--sg-side) * 2)));
  max-width: 760px;
  margin-inline: auto;
}
.sg-eyebrow {
  margin: 0 0 16px;
  color: var(--sg-ink-50);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sg-page p { color: var(--sg-ink-75); font-size: 15px; line-height: 1.7; }
.sg-page h2 { margin: 40px 0 14px; font-size: 24px; line-height: 1.3; font-weight: 500; letter-spacing: 0; }
.sg-sand-panel { background: var(--sg-sand); padding: 28px; border-radius: 5px; }
.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-policy ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}
.sg-policy li {
  position: relative;
  padding-left: 17px;
  color: var(--sg-ink-75);
  font-size: 15px;
  line-height: 1.7;
}
.sg-policy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: var(--sg-ink-40);
}

.sg-footer {
  background: var(--sg-brand);
  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-icon {
  width: 108.7px;
  height: 108.7px;
  background: #fff;
  mask: url(assets/icons/logo-icon.svg) center / contain no-repeat;
  -webkit-mask: url(assets/icons/logo-icon.svg) center / contain no-repeat;
}
.sg-footer__logo-word {
  width: 186px;
  height: 38px;
  margin-top: 16px;
  background: #fff;
  mask: url(assets/icons/logo-wordmark.svg) center / contain no-repeat;
  -webkit-mask: url(assets/icons/logo-wordmark.svg) center / contain no-repeat;
}
.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 { margin: 0 0 16px; color: #fff; font-size: 13px; font-weight: 500; }
.sg-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.sg-footer a { color: rgba(255,255,255,.7); font-size: 13px; }
.sg-footer a:hover { color: #fff; }
.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;
}

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: 64px; line-height: 54px; }
  .sg-catnav__thumb { width: 52px; height: 50px; }
  .sg-catnav__inner { gap: 4px; justify-content: flex-start; }
  .sg-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 719px) {
  :root { --sg-side: 20px; }
  .sg-header-spacer { height: var(--sg-header-mobile); }
  .sg-header__top { height: 68px; grid-template-columns: auto 1fr; gap: 12px; }
  .sg-header.is-compact .sg-header__top { height: 68px; }
  .sg-catnav { display: none; }
  .sg-chiprail {
    height: 59px;
    padding: 0 20px 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    display: flex;
    gap: 8px;
  }
  .sg-chiprail a {
    height: 44px;
    border-radius: 999px;
    padding: 0 14px 0 5px;
    background: var(--sg-sand);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    scroll-snap-align: start;
    color: var(--sg-ink);
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
  }
  .sg-chiprail a.is-active { background: var(--sg-ink); color: #fff; }
  .sg-chiprail span:first-child {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--sg-sand) center / cover no-repeat;
  }
  .sg-cart-total { display: none; }
  .sg-actions { justify-content: end; }
  .sg-icon-btn { width: 44px !important; height: 44px !important; }
  .sg-hero { height: 420px; min-height: 0; }
  .sg-hero::after { width: 100%; }
  .sg-hero__copy { top: 80px; gap: 8px; }
  .sg-hero h1 { max-width: 7.5em; font-size: 44px; line-height: 44px; }
  .sg-hero .sg-btn { height: 56px; padding: 8px 24px; font-size: 17px; line-height: 32px; }
  .sg-feature-cards {
    padding-top: 28px;
    padding-bottom: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .sg-feature-card {
    font-size: 13px;
  }
  .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 h1, .sg-section h2, .woocommerce-products-header__title, .entry-title { font-size: 34px; line-height: 42px; }
  ul.products, .sg-product-grid { --sg-cols: 2; gap: 32px 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; }
}
@media (hover: none) {
  .sg-heart { opacity: 1; }
}
