/* Kesar storefront theme: warm Fudco-inspired palette with Shayona-style product cards. */
.storefront-clean,
.simple-home {
  --theme-cream: #fff8ea;
  --theme-paper: #fffdf7;
  --theme-brown: #5a321b;
  --theme-brown-2: #7a431f;
  --theme-red: #9f3a1f;
  --theme-gold: #e8b54a;
  --theme-gold-soft: #fff0c6;
  --theme-green: #244936;
  --theme-ink: #2d221a;
  --theme-muted: #76685a;
  --theme-line: rgba(90, 50, 27, 0.14);
  --theme-shadow: 0 18px 50px rgba(66, 39, 21, 0.1);
}

.storefront-clean {
  color: var(--theme-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(232, 181, 74, 0.28), transparent 26%),
    radial-gradient(circle at 95% 8%, rgba(159, 58, 31, 0.12), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, var(--theme-cream) 52%, #f6e5c8 100%);
}

.storefront-clean .clean-utility-bar,
.storefront-clean .clean-primary-nav {
  background: linear-gradient(90deg, var(--theme-brown), var(--theme-brown-2));
  color: #fff8ea;
}

.storefront-clean .clean-utility-inner,
.storefront-clean .clean-utility-bar a,
.storefront-clean .clean-primary-nav a {
  color: #fff8ea;
}

.storefront-clean .clean-primary-nav a {
  border-color: transparent;
  background: transparent;
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background: var(--theme-gold);
  color: var(--theme-brown);
}

.storefront-clean .clean-header-shell,
.storefront-clean .clean-products-intro,
.storefront-clean .clean-products-meta-card,
.storefront-clean .clean-sidebar,
.storefront-clean .clean-products-panel,
.storefront-clean .clean-customer-panel,
.storefront-clean .clean-checkout-panel,
.storefront-clean .clean-cart-summary {
  border-color: var(--theme-line);
  background: rgba(255, 253, 247, 0.95);
  box-shadow: var(--theme-shadow);
}

.storefront-clean .clean-products-intro {
  background:
    radial-gradient(circle at 95% 0%, rgba(232, 181, 74, 0.24), transparent 32%),
    linear-gradient(110deg, #fffdf7 0 62%, #fff0c6 62% 100%);
}

.storefront-clean .clean-logo-copy strong,
.storefront-clean .clean-products-intro h1,
.storefront-clean .clean-section-head h2,
.storefront-clean .clean-filter-block h2,
.storefront-clean .filter-label {
  color: var(--theme-brown);
}

.storefront-clean .clean-logo-copy small,
.storefront-clean .clean-eyebrow {
  color: var(--theme-red);
}

.storefront-clean .clean-logo-copy small {
  display: block;
  min-height: 18px;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-clean .clean-products-intro p,
.storefront-clean .clean-products-meta-card span,
.storefront-clean .product-meta,
.storefront-clean .product-cart-qty {
  color: var(--theme-muted);
}

.storefront-clean .clean-category-strip a,
.storefront-clean .clean-header-cta,
.storefront-clean .clean-btn-secondary,
.storefront-clean .clean-header-auth,
.storefront-clean .clean-stack-list button,
.storefront-clean .clean-quick-filter-list a,
.storefront-clean .clean-quick-filter-list button {
  border-color: rgba(90, 50, 27, 0.14);
  background: #fff8ea;
  color: var(--theme-brown);
}

.storefront-clean .clean-stack-list button:hover,
.storefront-clean .clean-quick-filter-list a:hover,
.storefront-clean .clean-quick-filter-list button:hover {
  background: var(--theme-gold-soft);
}

.storefront-clean .clean-search-button,
.storefront-clean .clean-btn-primary,
.storefront-clean .clean-primary-link {
  background: var(--theme-red);
  border-color: var(--theme-red);
  color: #fffdf7;
}

.storefront-clean .clean-field,
.storefront-clean .clean-select {
  border-color: rgba(90, 50, 27, 0.18);
  background: #fffdf7;
}

.storefront-clean .product-grid,
.storefront-clean .clean-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.storefront-clean .product-card {
  border: 1px solid rgba(90, 50, 27, 0.13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(66, 39, 21, 0.07);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.storefront-clean .product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(159, 58, 31, 0.28);
  box-shadow: 0 16px 34px rgba(66, 39, 21, 0.11);
}

.storefront-clean .product-card.out-of-stock {
  opacity: 0.78;
}

.storefront-clean .product-top {
  min-height: 182px;
  padding: 14px 14px 8px;
  background: linear-gradient(180deg, #fffdf7, #fff8ea);
  border-bottom: 1px solid rgba(90, 50, 27, 0.1);
}

.storefront-clean .product-image-wrap {
  height: 154px;
  min-height: 154px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(90, 50, 27, 0.08);
}

.storefront-clean .product-image {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.storefront-clean .product-image-placeholder {
  height: 130px;
  min-height: 130px;
  border-radius: 10px;
  background:
    radial-gradient(circle at top right, rgba(232, 181, 74, 0.28), transparent 32%),
    linear-gradient(135deg, #fff8ea, #f4dfb0);
  color: var(--theme-brown);
}

.storefront-clean .product-body {
  padding: 13px 14px 14px;
  gap: 8px;
}

.storefront-clean .product-title {
  min-height: calc(1.25em * 2);
  color: var(--theme-brown);
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.storefront-clean .product-case-line {
  min-height: 20px;
  color: var(--theme-muted);
  font-size: 12px;
  font-weight: 800;
}

.storefront-clean .product-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.storefront-clean .product-badge {
  max-width: 100%;
  padding: 5px 8px;
  border-color: rgba(90, 50, 27, 0.12);
  background: #fff8ea;
  color: var(--theme-brown);
  font-size: 10px;
}

.storefront-clean .product-badge-promo,
.storefront-clean .product-promo-strip,
.storefront-clean .trade-product-promo {
  background: var(--theme-gold-soft);
  color: var(--theme-red);
  border-color: rgba(159, 58, 31, 0.16);
}

.storefront-clean .product-bottom,
.storefront-clean .product-actions-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  align-items: start;
}

.storefront-clean .product-price {
  color: var(--theme-red);
  font-size: 25px;
  font-weight: 900;
}

.storefront-clean .stock-badge {
  justify-self: start;
  border-radius: 999px;
  background: rgba(36, 73, 54, 0.1);
  color: var(--theme-green);
  font-weight: 900;
}

.storefront-clean .stock-badge.out {
  background: rgba(159, 58, 31, 0.12);
  color: var(--theme-red);
}

.storefront-clean .product-add-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--theme-red), #7f2f1b);
  color: #fffdf7;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.storefront-clean .product-add-btn.notify {
  background: linear-gradient(180deg, var(--theme-brown-2), var(--theme-brown));
}

.storefront-clean .cart-meta-badge,
.storefront-clean .clean-cart-badge {
  background: var(--theme-gold-soft);
  color: var(--theme-brown);
}

.storefront-clean .clean-site-footer {
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 181, 74, 0.18), transparent 32%),
    linear-gradient(135deg, var(--theme-brown), #3d2416);
}

.simple-home {
  --backend-green: var(--theme-brown);
  --backend-green-2: var(--theme-brown-2);
  --backend-saffron: var(--theme-red);
  --backend-saffron-2: var(--theme-gold);
  --backend-ink: var(--theme-ink);
  --backend-muted: var(--theme-muted);
  --backend-line: var(--theme-line);
  background:
    radial-gradient(circle at 10% 0%, rgba(232, 181, 74, 0.34), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(159, 58, 31, 0.14), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, #fff8ea 100%);
}

.simple-home .backend-topbar,
.simple-home .backend-nav a.active,
.simple-home .backend-nav a:hover,
.simple-home .backend-hero-search button,
.simple-home .backend-header-actions a:last-child,
.simple-home .backend-primary-link {
  background: var(--theme-brown);
  color: #fff8ea !important;
}

.simple-home .backend-header-actions a:first-child,
.simple-home .backend-secondary-link,
.simple-home .simple-category-chips a {
  background: #fffdf7;
  color: var(--theme-brown) !important;
}

.simple-home .backend-hero {
  background:
    radial-gradient(circle at 87% 12%, rgba(232, 181, 74, 0.28), transparent 30%),
    linear-gradient(135deg, #fffdf7 0%, #fff0c6 100%);
}

.simple-home .backend-hero h1,
.simple-home .backend-section-head h2,
.simple-home .backend-logo strong {
  color: var(--theme-brown);
}

.simple-home .backend-live-stats strong {
  color: var(--theme-red);
}

.simple-home .simple-category-chips a:hover {
  background: var(--theme-red);
  color: #fffdf7 !important;
}

.simple-home .backend-contact-strip {
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 181, 74, 0.18), transparent 32%),
    linear-gradient(135deg, var(--theme-brown), #3d2416);
}

.kesar-chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: min(350px, calc(100% - 24px));
  overflow: hidden;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 24px 70px rgba(21, 94, 54, 0.22);
}

.kesar-chat-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 12px;
  padding: 15px 17px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.28), transparent 36%),
    linear-gradient(135deg, #075e54, #128c7e);
  color: #eafff1;
}

.kesar-chat-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(234, 255, 241, 0.14);
  color: #dcfce7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kesar-chat-head strong {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 23px;
  line-height: 1;
}

.kesar-chat-head span:not(.kesar-chat-badge) {
  display: block;
  margin-top: 4px;
  color: rgba(234, 255, 241, 0.8);
  font-size: 13px;
  font-weight: 800;
}

.kesar-chat-minimize {
  min-height: 32px;
  border: 1px solid rgba(234, 255, 241, 0.22);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(234, 255, 241, 0.12);
  color: #eafff1;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.kesar-chat-widget.minimized {
  width: min(300px, calc(100% - 24px));
}

.kesar-chat-body {
  padding: 14px;
}

.kesar-chat-body[hidden] {
  display: none;
}

.kesar-chat-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.kesar-chat-prompts button {
  border: 1px solid rgba(90, 50, 27, 0.12);
  border-radius: 999px;
  background: #fff8ea;
  color: var(--theme-brown);
  padding: 7px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.kesar-chat-input {
  width: 100%;
  min-height: 82px;
  resize: vertical;
  border: 1px solid rgba(90, 50, 27, 0.14);
  border-radius: 15px;
  background: #fffdf7;
  color: var(--theme-ink);
  padding: 11px;
  font: inherit;
  font-weight: 700;
  outline: none;
}

.kesar-chat-input:focus {
  border-color: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.16);
}

.kesar-chat-send {
  width: 100%;
  min-height: 45px;
  margin-top: 10px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #075e54, #25d366);
  color: #f7fff9;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kesar-chat-note {
  display: block;
  margin-top: 8px;
  color: #507064;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .storefront-clean .clean-products-layout {
    grid-template-columns: 1fr;
  }

  .storefront-clean .clean-sidebar {
    position: static;
  }

  .storefront-clean .clean-products-panel {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 300px;
  }

  .kesar-chat-widget {
    right: 10px;
    bottom: 10px;
  }

  .kesar-chat-widget.minimized {
    width: auto;
    max-width: calc(100% - 20px);
    border-radius: 999px;
  }

  .kesar-chat-widget.minimized .kesar-chat-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
  }

  .kesar-chat-widget.minimized .kesar-chat-head > div {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .kesar-chat-widget.minimized .kesar-chat-badge {
    min-height: 26px;
    margin: 0;
    padding: 0 9px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .kesar-chat-widget.minimized .kesar-chat-head strong,
  .kesar-chat-widget.minimized .kesar-chat-head span:not(.kesar-chat-badge) {
    display: none;
  }

  .storefront-clean .clean-products-layout {
    grid-template-columns: 1fr;
  }

  .storefront-clean .clean-sidebar {
    position: static;
  }

  .storefront-clean .clean-products-panel {
    min-width: 0;
    width: 100%;
  }

  .storefront-clean .product-grid,
  .storefront-clean .clean-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .storefront-clean .product-top {
    min-height: 156px;
    padding: 10px 10px 6px;
  }

  .storefront-clean .product-image-wrap {
    height: 132px;
    min-height: 132px;
  }

  .storefront-clean .product-image,
  .storefront-clean .product-image-placeholder {
    height: 108px;
    min-height: 108px;
  }

  .storefront-clean .product-body {
    padding: 11px;
  }

  .storefront-clean .product-title {
    font-size: 13px;
  }

  .storefront-clean .product-price {
    font-size: 22px;
  }
}

@media (max-width: 460px) {
  .storefront-clean .product-grid,
  .storefront-clean .clean-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium light refresh: ivory, sage and saffron instead of heavy brown. */
.storefront-clean,
.simple-home {
  --theme-cream: #f6f1e7;
  --theme-paper: #fffefa;
  --theme-brown: #294f43;
  --theme-brown-2: #5f7f6d;
  --theme-red: #b87512;
  --theme-gold: #dfad3f;
  --theme-gold-soft: #fff3cd;
  --theme-green: #244f40;
  --theme-ink: #17261f;
  --theme-muted: #68786d;
  --theme-line: rgba(41, 79, 67, 0.14);
  --theme-shadow: 0 18px 46px rgba(26, 57, 45, 0.1);
}

.storefront-clean {
  background:
    radial-gradient(circle at 10% 0%, rgba(223, 173, 63, 0.2), transparent 27%),
    radial-gradient(circle at 92% 10%, rgba(95, 127, 109, 0.18), transparent 26%),
    linear-gradient(180deg, #fffefa 0%, #f8f4ea 56%, #edf3eb 100%);
}

.storefront-clean .clean-utility-bar,
.storefront-clean .clean-primary-nav,
.simple-home .backend-topbar,
.simple-home .backend-nav a.active,
.simple-home .backend-nav a:hover,
.simple-home .backend-hero-search button,
.simple-home .backend-header-actions a:last-child,
.simple-home .backend-primary-link {
  background: linear-gradient(90deg, #294f43, #6d8c79);
  color: #fffefa !important;
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background: #fff3cd;
  color: #294f43;
}

.storefront-clean .clean-products-intro,
.simple-home .backend-hero {
  background:
    radial-gradient(circle at 92% 10%, rgba(223, 173, 63, 0.25), transparent 31%),
    linear-gradient(120deg, #fffefa 0 62%, #edf3eb 62% 100%);
}

.storefront-clean .clean-site-footer,
.simple-home .backend-contact-strip {
  background:
    radial-gradient(circle at 90% 0%, rgba(223, 173, 63, 0.18), transparent 32%),
    linear-gradient(135deg, #294f43, #1d3d34);
}

.storefront-clean .product-card {
  border-color: rgba(41, 79, 67, 0.13);
  box-shadow: 0 12px 28px rgba(26, 57, 45, 0.08);
}

.storefront-clean .product-top {
  background: linear-gradient(180deg, #fffefa, #f6f1e7);
  border-bottom-color: rgba(41, 79, 67, 0.1);
}

.storefront-clean .product-add-btn,
.storefront-clean .clean-search-button,
.storefront-clean .clean-btn-primary,
.storefront-clean .clean-primary-link {
  background: linear-gradient(135deg, #b87512, #d9a33a);
  border-color: #b87512;
  color: #fffefa;
}

.storefront-clean .product-add-btn.notify,
.storefront-clean .product-add-btn.locked {
  background: linear-gradient(135deg, #294f43, #6d8c79);
}

.guest-price-lock {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(184, 117, 18, 0.22);
  border-radius: 999px;
  background: #fff8df;
  color: #8a5b10;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.guest-price-lock.compact {
  min-height: 34px;
  padding: 0 12px;
}

.storefront-clean .product-badge-delivery,
.storefront-clean .trade-product-delivery span {
  background: #eef6f1;
  color: #244f40;
  border-color: rgba(36, 79, 64, 0.18);
}

.storefront-clean .delivery-risk-note {
  display: grid;
  gap: 7px;
  margin: 12px 0;
  padding: 12px 14px;
  border: 1px solid rgba(184, 117, 18, 0.2);
  border-radius: 18px;
  background: #fff8df;
  color: #6e551a;
  font-weight: 800;
  line-height: 1.45;
}

.storefront-clean .delivery-risk-note span {
  display: inline-flex;
  width: fit-content;
  margin-right: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(184, 117, 18, 0.1);
  color: #294f43;
  font-size: 12px;
  font-weight: 900;
}

.kesar-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 20px;
}

.kesar-auth-modal[hidden] {
  display: none;
}

.kesar-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 34, 29, 0.52);
  backdrop-filter: blur(9px);
}

.kesar-auth-card {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(223, 173, 63, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(223, 173, 63, 0.22), transparent 32%),
    linear-gradient(135deg, #fffefa, #f6f1e7);
  box-shadow: 0 30px 90px rgba(18, 34, 29, 0.25);
}

.kesar-auth-modal[data-mode="login"] .kesar-auth-card,
.kesar-auth-modal[data-mode="forgot"] .kesar-auth-card {
  width: min(520px, 100%);
  max-height: min(88vh, 520px);
}

.kesar-auth-modal[data-mode="register"] .kesar-auth-card {
  width: min(680px, 100%);
  max-height: min(92vh, 780px);
}

.kesar-auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(41, 79, 67, 0.14);
  border-radius: 999px;
  background: #fffefa;
  color: #294f43;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kesar-auth-copy span {
  color: #b87512;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kesar-auth-copy h2 {
  max-width: 520px;
  margin: 7px 0 8px;
  color: #294f43;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.kesar-auth-modal[data-mode="login"] .kesar-auth-copy h2,
.kesar-auth-modal[data-mode="forgot"] .kesar-auth-copy h2 {
  font-size: clamp(28px, 4vw, 40px);
}

.kesar-auth-copy p {
  margin: 0 0 18px;
  color: #68786d;
  font-weight: 800;
}

.kesar-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px;
  border: 1px solid rgba(41, 79, 67, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.kesar-auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #294f43;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kesar-auth-tabs button.active {
  background: linear-gradient(135deg, #294f43, #6d8c79);
  color: #fffefa;
}

.kesar-auth-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kesar-auth-form[hidden] {
  display: none !important;
}

.kesar-auth-modal[data-mode="login"] .kesar-auth-tabs,
.kesar-auth-modal[data-mode="forgot"] .kesar-auth-tabs {
  grid-template-columns: 1fr;
}

.kesar-auth-modal[data-mode="forgot"] .kesar-auth-tabs {
  display: none;
}

.kesar-auth-modal[data-mode="login"] .kesar-auth-tabs [data-auth-tab="register"] {
  display: none;
}

.kesar-auth-modal[data-mode="login"] .kesar-auth-form,
.kesar-auth-modal[data-mode="forgot"] .kesar-auth-form {
  grid-template-columns: 1fr;
}

.kesar-auth-form label {
  display: grid;
  gap: 6px;
  color: #294f43;
  font-weight: 900;
}

.kesar-auth-form .wide {
  grid-column: 1 / -1;
}

.kesar-auth-form-note {
  margin: 0;
  color: #68786d;
  font-weight: 800;
  line-height: 1.5;
}

.kesar-marketing-options {
  display: grid;
  gap: 9px;
  margin: 2px 0 0;
  border: 1px solid rgba(41, 79, 67, 0.14);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.kesar-marketing-options legend {
  padding: 0 6px;
  color: #294f43;
  font-weight: 950;
}

.kesar-auth-form .kesar-consent-option {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 9px;
  color: #294f43;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.kesar-auth-form .kesar-consent-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #25d366;
}

.kesar-marketing-options small {
  color: #68786d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.kesar-auth-form input,
.kesar-auth-form textarea {
  width: 100%;
  border: 1px solid rgba(41, 79, 67, 0.16);
  border-radius: 14px;
  background: #fffefa;
  color: #17261f;
  padding: 12px 13px;
  font: inherit;
  font-weight: 750;
  outline: none;
}

.kesar-auth-form input:focus,
.kesar-auth-form textarea:focus {
  border-color: #dfad3f;
  box-shadow: 0 0 0 4px rgba(223, 173, 63, 0.16);
}

.kesar-auth-form .kesar-consent-option input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  border-radius: 4px;
  accent-color: #25d366;
}

.kesar-auth-primary {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #b87512, #dfad3f);
  color: #fffefa;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kesar-auth-secondary,
.kesar-auth-link {
  min-height: 42px;
  border-radius: 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.kesar-auth-secondary {
  border: 1px solid rgba(41, 79, 67, 0.16);
  background: #fffefa;
  color: #294f43;
}

.kesar-auth-link {
  border: 0;
  background: transparent;
  color: #b87512;
}

.kesar-address-lookup {
  display: grid;
  gap: 8px;
}

.kesar-address-lookup small,
.checkout-field-note {
  color: #68786d;
  font-size: 13px;
  font-weight: 750;
}

.kesar-auth-message {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff8df;
  color: #8a5b10;
  font-weight: 850;
}

.kesar-auth-message.error {
  background: #fff2ef;
  color: #9f3a1f;
}

.kesar-auth-message.success {
  display: grid;
  gap: 8px;
  background: #edf7f0;
  color: #294f43;
}

.kesar-auth-message code {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fffefa;
  color: #17261f;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.kesar-chat-head,
.kesar-chat-send {
  background: linear-gradient(135deg, #294f43, #6d8c79);
  color: #fffefa;
}

.storefront-clean .clean-home-shell {
  display: grid;
  gap: 22px;
}

.storefront-clean .backend-hero,
.storefront-clean .simple-home-section,
.storefront-clean .backend-contact-strip {
  border: 1px solid var(--theme-line);
  box-shadow: var(--theme-shadow);
}

.storefront-clean .backend-hero {
  display: grid;
  min-height: 0;
  padding: clamp(24px, 5vw, 54px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(223, 173, 63, 0.22), transparent 30%),
    linear-gradient(120deg, #fffefa 0 62%, #edf3eb 62% 100%);
}

.storefront-clean .backend-hero-copy {
  max-width: 760px;
}

.storefront-clean .backend-hero h1,
.storefront-clean .backend-section-head h2,
.storefront-clean .backend-eyebrow {
  color: var(--theme-brown);
}

.storefront-clean .backend-hero h1 {
  margin: 8px 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.storefront-clean .backend-hero p {
  max-width: 560px;
  color: var(--theme-muted);
  font-weight: 800;
}

.storefront-clean .backend-hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 680px;
  margin: 24px 0 0;
  padding: 8px;
  border: 1px solid rgba(41, 79, 67, 0.12);
  border-radius: 18px;
  background: #fffefa;
}

.storefront-clean .backend-hero-search input {
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--theme-ink);
  font: inherit;
  font-weight: 800;
  outline: none;
}

.storefront-clean .backend-hero-search button,
.storefront-clean .backend-primary-link {
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #b87512, #dfad3f);
  color: #fffefa !important;
  font: inherit;
  font-weight: 900;
}

.storefront-clean .backend-hero-actions,
.storefront-clean .backend-live-stats,
.storefront-clean .simple-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.storefront-clean .backend-hero-actions {
  margin-top: 18px;
}

.storefront-clean .backend-hero-actions a,
.storefront-clean .simple-category-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(41, 79, 67, 0.12);
  border-radius: 999px;
  background: #fffefa;
  color: var(--theme-brown) !important;
  font-weight: 900;
  text-decoration: none;
}

.storefront-clean .backend-live-stats {
  margin-top: 22px;
}

.storefront-clean .backend-live-stats a {
  min-width: 145px;
  padding: 15px;
  border: 1px solid rgba(41, 79, 67, 0.12);
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.72);
  color: var(--theme-muted);
  text-decoration: none;
}

.storefront-clean .backend-live-stats strong {
  display: block;
  color: var(--theme-red);
  font-size: 26px;
}

.storefront-clean .simple-home-section {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 254, 250, 0.92);
}

.storefront-clean .backend-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 15px;
}

.storefront-clean .backend-section-head a {
  color: var(--theme-red);
  font-weight: 900;
}

.storefront-clean .backend-contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(223, 173, 63, 0.18), transparent 32%),
    linear-gradient(135deg, #294f43, #1d3d34);
  color: #fffefa;
}

.storefront-clean .backend-contact-strip h2 {
  margin: 4px 0 0;
  color: #fffefa;
  font-family: "Source Serif 4", Georgia, serif;
}

.storefront-clean .backend-contact-strip .backend-eyebrow {
  color: #fff3cd;
}

.storefront-clean .backend-contact-strip a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #fffefa;
  color: #294f43;
  font-weight: 900;
  text-decoration: none;
}

.storefront-clean .clean-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.storefront-clean .clean-header-auth {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 79, 67, 0.2);
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #294f43, #6d8c79);
  color: #fffefa;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(26, 57, 45, 0.12);
}

.storefront-clean .clean-header-auth:hover,
.storefront-clean .clean-header-auth:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid rgba(223, 173, 63, 0.32);
  outline-offset: 3px;
}

.storefront-clean .clean-header-auth.signed-in {
  background: linear-gradient(135deg, #b87512, #d9a33a);
  border-color: rgba(184, 117, 18, 0.32);
  color: #fffefa;
}

@media (max-width: 920px) {
  .storefront-clean .clean-header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-clean .clean-header-actions .clean-header-cta,
  .storefront-clean .clean-header-auth {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .kesar-auth-form {
    grid-template-columns: 1fr;
  }

  .kesar-auth-card {
    border-radius: 24px;
  }

  .storefront-clean .backend-hero-search,
  .storefront-clean .backend-contact-strip,
  .storefront-clean .backend-section-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-clean .clean-header-actions {
    grid-template-columns: 1fr;
  }
}

/* Final premium Kesar theme: light ivory, emerald, saffron, clean product shelves. */
.storefront-clean,
.backend-home {
  --theme-cream: #f8f6ef;
  --theme-paper: #fffdf8;
  --theme-brown: #0b3d31;
  --theme-brown-2: #17624f;
  --theme-red: #b96f02;
  --theme-gold: #f2a51e;
  --theme-gold-soft: #ffe5a4;
  --theme-green: #135544;
  --theme-ink: #14241d;
  --theme-muted: #607166;
  --theme-line: rgba(20, 36, 29, 0.12);
  --theme-shadow: 0 18px 50px rgba(11, 61, 49, 0.1);
}

.storefront-clean {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92) 0%, rgba(248, 246, 239, 0.95) 54%, rgba(242, 234, 220, 0.98) 100%),
    url("/assets/kesar-saffron-safe-bg.svg") center top / cover fixed no-repeat,
    linear-gradient(180deg, #fffdf8 0%, #f8f6ef 54%, #f2eadc 100%);
  color: var(--theme-ink);
}

.storefront-clean .clean-utility-bar,
.storefront-clean .clean-primary-nav {
  background: linear-gradient(90deg, #08352b 0%, #0b3d31 54%, #17624f 100%);
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background: #f2a51e;
  color: #14241d;
}

.storefront-clean .clean-header-shell,
.storefront-clean .clean-products-intro,
.storefront-clean .clean-products-meta-card,
.storefront-clean .clean-sidebar,
.storefront-clean .clean-products-panel,
.storefront-clean .clean-customer-panel,
.storefront-clean .clean-checkout-panel,
.storefront-clean .clean-cart-summary,
.storefront-clean .simple-home-section {
  border-color: rgba(19, 85, 68, 0.12);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 16px 42px rgba(11, 61, 49, 0.08);
}

.storefront-clean .clean-header-main {
  background:
    linear-gradient(90deg, rgba(255, 229, 164, 0.5), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.storefront-clean .clean-header-main::after {
  background: linear-gradient(90deg, #f2a51e, #ffd56f 42%, #135544);
}

.storefront-clean .clean-logo-copy strong,
.storefront-clean .clean-products-intro h1,
.storefront-clean .clean-section-head h2,
.storefront-clean .clean-filter-block h2,
.storefront-clean .filter-label,
.storefront-clean .backend-hero h1,
.storefront-clean .backend-section-head h2 {
  color: #0b3d31;
}

.storefront-clean .clean-logo-copy small,
.storefront-clean .clean-eyebrow,
.storefront-clean .backend-eyebrow {
  color: #b96f02;
}

.storefront-clean .clean-search-button,
.storefront-clean .clean-btn-primary,
.storefront-clean .clean-primary-link,
.storefront-clean .product-add-btn,
.storefront-clean .backend-primary-link,
.storefront-clean .backend-hero-search button,
.kesar-auth-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f2a51e 0%, #ffc44f 52%, #b96f02 100%);
  color: #172116 !important;
  box-shadow: 0 12px 28px rgba(185, 111, 2, 0.22);
}

.storefront-clean .clean-header-auth,
.storefront-clean .clean-header-cta,
.storefront-clean .clean-btn-secondary,
.storefront-clean .clean-secondary-link,
.storefront-clean .backend-secondary-link,
.kesar-auth-secondary,
.kesar-auth-link {
  border-color: rgba(19, 85, 68, 0.18);
  background: #ffffff;
  color: #0b3d31 !important;
}

.storefront-clean .clean-header-auth:hover,
.storefront-clean .clean-header-auth:focus-visible,
.storefront-clean .clean-header-cta:hover,
.storefront-clean .clean-btn-secondary:hover,
.storefront-clean .clean-secondary-link:hover,
.storefront-clean .backend-secondary-link:hover,
.kesar-auth-secondary:hover,
.kesar-auth-link:hover {
  border-color: rgba(242, 165, 30, 0.52);
  background: #e7f3ec;
  color: #135544 !important;
}

.storefront-clean .clean-header-auth.signed-in {
  background: linear-gradient(135deg, #0b3d31, #17624f);
  color: #fff9ea !important;
}

.storefront-clean .backend-hero,
.storefront-clean .clean-products-intro {
  border-color: rgba(19, 85, 68, 0.12);
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 229, 164, 0.72), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(19, 85, 68, 0.16), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #fff5df 50%, #eef6ef 100%);
}

.storefront-clean .backend-hero-search,
.storefront-clean .clean-header-search,
.kesar-auth-card {
  border-color: rgba(19, 85, 68, 0.13);
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(11, 61, 49, 0.1);
}

.storefront-clean .product-grid,
.storefront-clean .clean-product-grid,
.storefront-clean .trade-product-grid,
.storefront-clean .clean-trade-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.storefront-clean .product-card,
.storefront-clean .trade-product-card {
  overflow: hidden;
  border-color: rgba(19, 85, 68, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(11, 61, 49, 0.08);
}

.storefront-clean .product-card:hover,
.storefront-clean .trade-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 165, 30, 0.42);
  box-shadow: 0 20px 46px rgba(11, 61, 49, 0.12);
}

.storefront-clean .product-top,
.storefront-clean .trade-product-top {
  min-height: auto;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.94), transparent 42%),
    linear-gradient(180deg, #fff7df 0%, #f2f8f1 100%);
}

.storefront-clean .product-image-wrap {
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 18px;
  border: 1px solid rgba(19, 85, 68, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 43%, #ffffff 0 48%, rgba(255, 229, 164, 0.34) 49% 100%),
    linear-gradient(180deg, #ffffff 0%, #fff7e5 100%);
}

.storefront-clean .trade-product-top {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.8;
}

.storefront-clean .product-image,
.storefront-clean .trade-product-image,
.storefront-clean .trade-product-top img {
  width: 100%;
  height: 100%;
  max-width: 158px;
  max-height: 158px;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(11, 61, 49, 0.12));
}

.storefront-clean .product-image-placeholder,
.storefront-clean .product-image-fallback {
  width: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 16px;
  border: 1px dashed rgba(19, 85, 68, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 229, 164, 0.62), transparent 46%),
    linear-gradient(135deg, #fffdf7 0%, #eef7ef 100%);
  color: #0b3d31;
  text-align: center;
  text-transform: uppercase;
}

.storefront-clean .product-image-placeholder span,
.storefront-clean .product-image-fallback span {
  max-width: 100%;
  overflow: hidden;
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 950;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
}

.storefront-clean .product-image-placeholder small,
.storefront-clean .product-image-fallback small {
  color: #b96f02;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.storefront-clean .product-title,
.storefront-clean .trade-product-body h3,
.storefront-clean .product-price,
.storefront-clean .trade-product-price {
  color: #0b3d31;
}

.storefront-clean .product-price,
.storefront-clean .trade-product-price {
  font-size: 24px;
}

.storefront-clean .product-badge,
.storefront-clean .stock-badge,
.guest-price-lock {
  border-color: rgba(19, 85, 68, 0.14);
  background: #e7f3ec;
  color: #135544;
}

.storefront-clean .product-badge-promo,
.storefront-clean .product-promo-strip span,
.storefront-clean .trade-product-promo span {
  background: #f2a51e;
  color: #172116;
}

.storefront-clean .product-promo-strip,
.storefront-clean .trade-product-promo {
  border-color: rgba(242, 165, 30, 0.36);
  background: linear-gradient(135deg, #fff8e3 0%, #fff1c5 100%);
  color: #0b3d31;
}

.storefront-clean .stock-badge.out,
.storefront-clean .product-add-btn.notify {
  border-color: rgba(168, 58, 42, 0.22);
  background: #fff0ec;
  color: #a83a2a !important;
  box-shadow: none;
}

.storefront-clean .product-add-btn.locked {
  background: linear-gradient(135deg, #0b3d31, #17624f);
  color: #fff9ea !important;
}

.kesar-auth-modal {
  background: rgba(7, 34, 27, 0.52);
}

.kesar-auth-card {
  color: #14241d;
}

.kesar-auth-copy span,
.kesar-auth-copy h2,
.kesar-auth-form label {
  color: #0b3d31;
}

.kesar-auth-tabs button.active {
  background: #0b3d31;
  color: #fff9ea;
}

.storefront-clean .backend-contact-strip,
.storefront-clean .clean-site-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 229, 164, 0.18), transparent 28%),
    linear-gradient(135deg, #08352b 0%, #0b3d31 52%, #17624f 100%);
}

@media (max-width: 640px) {
  .storefront-clean .product-grid,
  .storefront-clean .clean-product-grid,
  .storefront-clean .trade-product-grid,
  .storefront-clean .clean-trade-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .storefront-clean .product-card,
  .storefront-clean .trade-product-card {
    border-radius: 18px;
  }

  .storefront-clean .product-top,
  .storefront-clean .trade-product-top {
    padding: 9px;
  }

  .storefront-clean .product-image-wrap {
    padding: 10px;
    border-radius: 16px;
  }

  .storefront-clean .product-image,
  .storefront-clean .trade-product-image,
  .storefront-clean .trade-product-top img {
    max-width: 118px;
    max-height: 118px;
  }
}

/* 2026 premium saffron identity refresh: original vector logo + site-wide art texture. */
.storefront-clean {
  --kesar-theme-art: url("/assets/kesar-saffron-safe-bg.svg");
  --kesar-jali: url("/assets/kesar-jali-pattern.svg");
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9) 0%, rgba(248, 246, 239, 0.94) 48%, rgba(242, 234, 220, 0.98) 100%),
    var(--kesar-theme-art) center top / cover fixed no-repeat,
    #f8f6ef;
}

.storefront-clean::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--kesar-jali);
  background-size: 96px 96px;
  background-position: 18px 18px;
  opacity: .12;
  mix-blend-mode: multiply;
}

.storefront-clean > * {
  position: relative;
  z-index: 1;
}

.storefront-clean .clean-logo-image,
.storefront-clean .clean-logo-image-page {
  width: clamp(132px, 15vw, 176px);
  height: auto;
  aspect-ratio: 12 / 7;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(216, 132, 21, 0.24);
  background: #fffdf8;
  box-shadow: 0 18px 34px rgba(11, 61, 49, 0.12);
}

.storefront-clean .clean-logo-copy {
  display: none;
}

.storefront-clean .clean-header-main {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 247, 229, 0.9)),
    var(--kesar-jali) 0 0 / 96px 96px repeat,
    var(--kesar-theme-art) 18% 42% / 760px auto no-repeat,
    #fffdf8;
}

.storefront-clean .backend-hero,
.storefront-clean .clean-products-intro,
.storefront-clean .simple-home-section,
.storefront-clean .clean-products-panel {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(255, 247, 231, 0.88)),
    var(--kesar-jali) left top / 110px 110px repeat,
    var(--kesar-theme-art) right center / 860px auto no-repeat,
    #fffdf8;
}

.storefront-clean .backend-hero {
  border: 1px solid rgba(216, 132, 21, 0.2);
  box-shadow: 0 28px 70px rgba(11, 61, 49, 0.12);
}

.storefront-clean.storefront-home .backend-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.2) 0%, rgba(255, 253, 248, 0.42) 44%, rgba(255, 253, 248, 0.88) 74%, rgba(255, 253, 248, 0.97) 100%),
    var(--kesar-jali) left top / 110px 110px repeat,
    var(--kesar-theme-art) left center / cover no-repeat,
    #fffdf8;
}

.storefront-clean .clean-primary-nav {
  border-top: 1px solid rgba(255, 213, 111, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.storefront-clean .product-image-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.84), rgba(255, 241, 197, 0.72)),
    var(--kesar-jali) center / 80px 80px repeat,
    var(--kesar-theme-art) center / 420px auto no-repeat;
}

@media (max-width: 760px) {
  .storefront-clean {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(248, 246, 239, 0.98)),
      var(--kesar-theme-art) 34% top / auto 760px no-repeat,
      #f8f6ef;
  }

  .storefront-clean .clean-logo-image,
  .storefront-clean .clean-logo-image-page {
    width: 118px;
    border-radius: 14px;
  }
}

/* Stronger jali identity in the logo/menu area, with a richer hero banner shade. */
.storefront-clean .clean-header-shell,
.storefront-clean .home-header-shell {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(255, 247, 229, 0.9)),
    var(--kesar-jali) 22px 18px / 92px 92px repeat,
    #fffdf8;
}

.storefront-clean .clean-header-main {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.9), rgba(255, 246, 225, 0.78)),
    var(--kesar-jali) 8px 2px / 86px 86px repeat,
    var(--kesar-theme-art) 14% 42% / 760px auto no-repeat,
    #fffdf8;
}

.storefront-clean .clean-utility-bar,
.storefront-clean .clean-primary-nav {
  background:
    linear-gradient(90deg, rgba(8, 53, 43, 0.94) 0%, rgba(11, 61, 49, 0.94) 52%, rgba(23, 98, 79, 0.94) 100%),
    var(--kesar-jali) center / 82px 82px repeat,
    #0b3d31;
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background:
    linear-gradient(135deg, rgba(242, 165, 30, 0.94), rgba(255, 196, 79, 0.94)),
    var(--kesar-jali) center / 72px 72px repeat,
    #f2a51e;
}

.storefront-clean.storefront-home .backend-hero {
  background:
    linear-gradient(90deg, rgba(96, 64, 20, 0.12) 0%, rgba(242, 181, 63, 0.16) 34%, rgba(255, 253, 248, 0.78) 68%, rgba(255, 253, 248, 0.97) 100%),
    var(--kesar-jali) left top / 110px 110px repeat,
    var(--kesar-theme-art) left center / cover no-repeat,
    linear-gradient(135deg, #f2dfb4 0%, #fff2d8 55%, #f3ecff 100%);
}

.storefront-clean.storefront-home .backend-hero-copy {
  background: rgba(255, 253, 248, 0.9);
}

/* Unified storefront shape system: same header, menu, buttons and curved cards on every page. */
.storefront-clean {
  --kesar-radius-xl: 34px;
  --kesar-radius-lg: 28px;
  --kesar-radius-md: 22px;
  --kesar-pill: 999px;
}

.storefront-clean .clean-utility-inner {
  width: min(100% - 32px, 1180px);
  min-height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}

.storefront-clean .utility-message,
.storefront-clean .utility-social {
  min-width: 0;
  flex-wrap: nowrap;
}

.storefront-clean .utility-message span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-clean .utility-social a {
  white-space: nowrap;
}

.storefront-clean .clean-header-shell,
.storefront-clean .home-header-shell {
  padding: 0;
  width: min(100% - 32px, 1180px);
  margin: 18px auto 0;
  overflow: hidden;
  border-radius: var(--kesar-radius-xl);
  border: 1px solid rgba(19, 85, 68, 0.14);
}

.storefront-clean .clean-header-main {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 180px minmax(320px, 1fr) minmax(330px, 360px);
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 18px;
}

.storefront-clean .clean-logo-lockup {
  width: 180px;
  min-width: 180px;
}

.storefront-clean .clean-logo-image,
.storefront-clean .clean-logo-image-page {
  width: 176px;
  max-width: 100%;
  border-radius: 20px;
}

.storefront-clean .clean-header-search,
.storefront-clean .clean-header-search-page {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 0;
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 1px solid rgba(19, 85, 68, 0.13);
  border-radius: var(--kesar-pill);
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(11, 61, 49, 0.08);
}

.storefront-clean .clean-search-input,
.storefront-clean .home-search-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  height: 52px;
  border: 0;
  border-radius: var(--kesar-pill) 0 0 var(--kesar-pill);
  padding: 0 18px;
}

.storefront-clean .clean-search-button,
.storefront-clean .home-search-button {
  box-sizing: border-box;
  width: 112px;
  min-width: 112px;
  min-height: 52px;
  height: 52px;
  border-radius: 0 var(--kesar-pill) var(--kesar-pill) 0;
  padding: 0 18px;
}

.storefront-clean .clean-header-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.storefront-clean .clean-header-cta,
.storefront-clean .clean-header-auth,
.storefront-clean .clean-btn-primary,
.storefront-clean .clean-btn-secondary,
.storefront-clean .backend-primary-link,
.storefront-clean .backend-secondary-link,
.storefront-clean .product-add-btn,
.guest-price-lock {
  min-height: 48px;
  border-radius: var(--kesar-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.storefront-clean .clean-header-cta,
.storefront-clean .clean-header-auth {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  white-space: nowrap;
}

.storefront-clean .clean-primary-nav {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: none;
  min-height: 64px;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 0 0 calc(var(--kesar-radius-xl) - 1px) calc(var(--kesar-radius-xl) - 1px);
}

.storefront-clean .clean-primary-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--kesar-pill);
  padding: 0 14px;
  text-align: center;
}

.storefront-clean .site-shell,
.storefront-clean .site-shell-page,
.storefront-clean .clean-products-shell,
.storefront-clean .clean-home-shell {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.storefront-clean .backend-hero,
.storefront-clean .clean-products-intro,
.storefront-clean .page-hero-compact,
.storefront-clean .simple-home-section,
.storefront-clean .content-panel,
.storefront-clean .clean-sidebar,
.storefront-clean .clean-products-panel,
.storefront-clean .clean-customer-panel,
.storefront-clean .clean-checkout-panel,
.storefront-clean .clean-cart-summary,
.storefront-clean .simple-info-card,
.storefront-clean .contact-detail-card,
.storefront-clean .clean-site-footer {
  border-radius: var(--kesar-radius-xl);
  border: 1px solid rgba(19, 85, 68, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(255, 248, 235, 0.9)),
    var(--kesar-jali) left top / 110px 110px repeat,
    #fffdf8;
  box-shadow: 0 18px 46px rgba(11, 61, 49, 0.08);
}

.storefront-clean.storefront-home .backend-hero {
  background:
    linear-gradient(90deg, rgba(54, 37, 15, 0.24) 0%, rgba(180, 110, 12, 0.16) 36%, rgba(255, 253, 248, 0.76) 68%, rgba(255, 253, 248, 0.94) 100%),
    var(--kesar-jali) left top / 112px 112px repeat,
    var(--kesar-theme-art) left center / cover no-repeat,
    #e5c58f;
}

.storefront-clean.storefront-home .backend-hero-copy {
  border-radius: var(--kesar-radius-lg);
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 22px 54px rgba(11, 61, 49, 0.12);
}

.storefront-clean .product-card,
.storefront-clean .trade-product-card,
.storefront-clean .brand-card,
.storefront-clean .clean-products-meta-card,
.storefront-clean .clean-banner,
.storefront-clean .clean-empty-state,
.storefront-clean .modal-card,
.storefront-clean .kesar-auth-card {
  border-radius: var(--kesar-radius-lg);
}

.storefront-clean .product-top,
.storefront-clean .trade-product-top,
.storefront-clean .product-image-wrap,
.storefront-clean .product-image-placeholder {
  border-radius: var(--kesar-radius-lg);
}

.storefront-clean .product-image,
.storefront-clean .trade-product-image,
.storefront-clean .trade-product-top img {
  border-radius: var(--kesar-radius-md);
}

.storefront-clean .clean-field,
.storefront-clean .clean-select,
.storefront-clean input,
.storefront-clean select,
.storefront-clean textarea {
  border-radius: 18px;
}

.storefront-clean .backend-hero-search {
  border-radius: var(--kesar-pill);
}

.storefront-clean .backend-hero-search button {
  border-radius: var(--kesar-pill);
}

@media (max-width: 980px) {
  .storefront-clean .clean-header-main {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .storefront-clean .clean-header-search,
  .storefront-clean .clean-header-search-page,
  .storefront-clean .clean-header-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .storefront-clean .clean-utility-inner {
    width: min(100% - 20px, 1180px);
    min-height: 72px;
    grid-template-columns: 1fr;
    gap: 6px;
    align-content: center;
    padding: 0;
    font-size: 12px;
  }

  .storefront-clean .utility-message,
  .storefront-clean .utility-social {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .storefront-clean .utility-message strong {
    white-space: nowrap;
  }

  .storefront-clean .utility-message span {
    flex: 1 1 auto;
  }

  .storefront-clean .utility-social a {
    max-width: 32%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .storefront-clean .clean-header-shell,
  .storefront-clean .home-header-shell,
  .storefront-clean .site-shell,
  .storefront-clean .site-shell-page,
  .storefront-clean .clean-products-shell,
  .storefront-clean .clean-home-shell {
    width: min(100% - 20px, 1180px);
  }

  .storefront-clean .clean-header-main {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }

  .storefront-clean .clean-logo-lockup {
    width: 132px;
    min-width: 0;
  }

  .storefront-clean .clean-logo-image,
  .storefront-clean .clean-logo-image-page {
    width: 132px;
  }

  .storefront-clean .clean-header-search,
  .storefront-clean .clean-header-search-page {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .storefront-clean .clean-search-button,
  .storefront-clean .home-search-button {
    width: 92px;
    min-width: 92px;
  }

  .storefront-clean .clean-header-actions,
  .storefront-clean .clean-primary-nav {
    grid-template-columns: 1fr 1fr;
  }

  .storefront-clean .backend-hero,
  .storefront-clean .clean-products-intro,
  .storefront-clean .page-hero-compact,
  .storefront-clean .simple-home-section,
  .storefront-clean .content-panel,
  .storefront-clean .clean-sidebar,
  .storefront-clean .clean-products-panel,
  .storefront-clean .simple-info-card,
  .storefront-clean .contact-detail-card,
  .storefront-clean .clean-site-footer {
    border-radius: 24px;
  }
}

/* Launch polish: lighter premium texture, cleaner contact bar, and consistent panels. */
.storefront-clean {
  --kesar-soft-texture:
    linear-gradient(135deg, rgba(255, 253, 248, 0.97), rgba(255, 248, 235, 0.94)),
    var(--kesar-jali) 24px 18px / 118px 118px repeat,
    #fffdf8;
  --kesar-soft-texture-strong:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 244, 219, 0.82)),
    var(--kesar-jali) 20px 16px / 126px 126px repeat,
    var(--kesar-theme-art) right center / 820px auto no-repeat,
    #fffdf8;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 246, 239, 0.98)),
    var(--kesar-theme-art) center top / cover fixed no-repeat,
    #f8f6ef;
}

.storefront-clean::before {
  opacity: 0.055;
  mix-blend-mode: multiply;
}

.storefront-clean .clean-utility-bar {
  background: linear-gradient(90deg, #0b3d31 0%, #155745 100%) !important;
  border-bottom: 1px solid rgba(255, 248, 235, 0.22);
}

.storefront-clean .clean-utility-inner {
  min-height: 42px;
}

.storefront-clean .utility-social {
  gap: 0;
}

.storefront-clean .utility-social a {
  min-height: auto;
  border: 0 !important;
  border-left: 1px solid rgba(255, 248, 235, 0.2) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff8ea !important;
  padding: 0 16px;
  line-height: 1.2;
}

.storefront-clean .utility-social a:first-child {
  border-left: 0 !important;
}

.storefront-clean .utility-message strong {
  color: #ffd56f;
}

.storefront-clean .utility-message span {
  color: rgba(255, 248, 235, 0.88);
}

.storefront-clean .clean-primary-nav {
  background: linear-gradient(90deg, #0b3d31 0%, #155745 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background: linear-gradient(135deg, #f2a51e, #ffd56f) !important;
  color: #103b2f !important;
}

.storefront-clean .clean-header-shell,
.storefront-clean .home-header-shell,
.storefront-clean .clean-header-main,
.storefront-clean .backend-hero,
.storefront-clean.storefront-home .backend-hero,
.storefront-clean .backend-hero-copy,
.storefront-clean .clean-products-intro,
.storefront-clean .page-hero-compact,
.storefront-clean .simple-home-section,
.storefront-clean .content-panel,
.storefront-clean .clean-sidebar,
.storefront-clean .clean-products-panel,
.storefront-clean .clean-customer-panel,
.storefront-clean .clean-checkout-panel,
.storefront-clean .clean-cart-summary,
.storefront-clean .simple-info-card,
.storefront-clean .contact-detail-card,
.storefront-clean .clean-products-meta-card,
.storefront-clean .clean-empty-state,
.storefront-clean .modal-card,
.storefront-clean .modal-card.clean-modal-card,
.storefront-clean .kesar-auth-card,
.storefront-clean .clean-site-footer {
  background: var(--kesar-soft-texture) !important;
}

.storefront-clean .backend-hero,
.storefront-clean.storefront-home .backend-hero,
.storefront-clean .clean-products-intro,
.storefront-clean .page-hero-compact {
  background: var(--kesar-soft-texture-strong) !important;
}

.storefront-clean .backend-contact-strip {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  min-height: 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(19, 85, 68, 0.12);
  background: var(--kesar-soft-texture) !important;
  color: #143f32 !important;
  box-shadow: 0 18px 46px rgba(11, 61, 49, 0.08);
}

.storefront-clean .backend-contact-strip h2,
.storefront-clean .backend-contact-strip .backend-eyebrow {
  color: #143f32 !important;
}

.storefront-clean .backend-contact-strip h2 {
  max-width: 780px;
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.storefront-clean .backend-contact-strip > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.storefront-clean .backend-contact-strip a,
.storefront-clean .site-footer .footer-links a {
  min-height: 44px;
  border: 1px solid rgba(19, 85, 68, 0.14) !important;
  border-radius: 999px;
  background: #fffdf8 !important;
  color: #143f32 !important;
  box-shadow: 0 10px 24px rgba(11, 61, 49, 0.08);
}

.storefront-clean .backend-contact-strip a:first-child {
  background: linear-gradient(135deg, #0b3d31, #1f765d) !important;
  color: #fff8ea !important;
}

.storefront-clean .clean-site-footer {
  color: #143f32 !important;
}

.storefront-clean .site-footer strong,
.storefront-clean .site-footer p,
.storefront-clean .site-footer a {
  color: #143f32 !important;
}

.storefront-clean .site-footer .footer-links {
  gap: 9px;
}

.kesar-auth-backdrop {
  background:
    linear-gradient(135deg, rgba(8, 53, 43, 0.56), rgba(20, 63, 50, 0.42)),
    var(--kesar-jali) center / 126px 126px repeat !important;
}

.kesar-chat-widget {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 90 !important;
  border-color: rgba(19, 85, 68, 0.16);
  background: var(--kesar-soft-texture) !important;
  box-shadow: 0 24px 70px rgba(11, 61, 49, 0.18);
}

.kesar-chat-head,
.kesar-chat-send {
  background: linear-gradient(135deg, #0b3d31, #1f765d) !important;
}

.kesar-chat-body {
  background: var(--kesar-soft-texture) !important;
}

.storefront-clean .product-image-placeholder[hidden],
.storefront-clean .product-image-fallback[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  #kesarWhatsappAssistant.kesar-chat-widget {
    right: 10px !important;
    bottom: 10px !important;
  }

  .storefront-clean .backend-contact-strip {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .storefront-clean .backend-contact-strip > div:last-child {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .storefront-clean .utility-social {
    justify-content: center;
  }

  .storefront-clean .utility-social a {
    max-width: none;
    padding: 0 10px;
    font-size: 12px;
  }
}

/* Footer alignment polish: keep the bottom links neat and make the jali texture visible. */
.storefront-clean .site-footer.clean-site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.75fr);
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(22px, 3.4vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 247, 229, 0.82)),
    var(--kesar-jali) 18px 14px / 104px 104px repeat,
    #fffdf8 !important;
}

.storefront-clean .site-footer.clean-site-footer > div {
  min-width: 0;
}

.storefront-clean .site-footer.clean-site-footer > div:last-child {
  justify-self: end;
  max-width: 360px;
  text-align: right;
}

.storefront-clean .site-footer.clean-site-footer strong {
  margin-bottom: 6px;
  color: #143f32 !important;
}

.storefront-clean .site-footer.clean-site-footer p {
  color: rgba(20, 63, 50, 0.82) !important;
}

.storefront-clean .site-footer.clean-site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 830px;
  margin-top: 16px;
}

.storefront-clean .site-footer.clean-site-footer .footer-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(19, 85, 68, 0.14) !important;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.88) !important;
  color: #143f32 !important;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(11, 61, 49, 0.07);
}

.storefront-clean .site-footer.clean-site-footer .footer-links a:hover {
  border-color: rgba(242, 165, 30, 0.42) !important;
  background: #fff5d8 !important;
  color: #0b3d31 !important;
}

@media (max-width: 760px) {
  .storefront-clean .site-footer.clean-site-footer {
    grid-template-columns: 1fr;
  }

  .storefront-clean .site-footer.clean-site-footer > div:last-child {
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .storefront-clean .site-footer.clean-site-footer .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-clean .site-footer.clean-site-footer .footer-links a {
    min-height: 40px;
    padding-inline: 10px;
    white-space: normal;
  }
}

/* Site-wide Kesar jali: the square motif should feel present on every page, top to bottom. */
.storefront-clean {
  --kesar-page-jali:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(248, 246, 239, 0.94)),
    var(--kesar-jali) 24px 20px / 112px 112px repeat,
    var(--kesar-theme-art) center top / cover fixed no-repeat,
    #f8f6ef;
  --kesar-panel-jali:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 247, 229, 0.82)),
    var(--kesar-jali) 18px 14px / 104px 104px repeat,
    #fffdf8;
  --kesar-panel-jali-strong:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(255, 244, 219, 0.78)),
    var(--kesar-jali) 18px 14px / 104px 104px repeat,
    var(--kesar-theme-art) right center / 820px auto no-repeat,
    #fffdf8;
  --kesar-card-jali:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 249, 235, 0.9)),
    var(--kesar-jali) 16px 12px / 96px 96px repeat,
    #fffdf8;
  background: var(--kesar-page-jali) !important;
}

.storefront-clean::before {
  background-image: var(--kesar-jali) !important;
  background-size: 112px 112px !important;
  background-position: 28px 22px !important;
  opacity: 0.12 !important;
}

.storefront-clean .clean-utility-bar,
.storefront-clean .clean-primary-nav {
  background:
    linear-gradient(90deg, rgba(11, 61, 49, 0.96), rgba(21, 87, 69, 0.96)),
    var(--kesar-jali) center / 94px 94px repeat,
    #0b3d31 !important;
}

.storefront-clean .clean-header-shell,
.storefront-clean .home-header-shell,
.storefront-clean .clean-header-main,
.storefront-clean .simple-home-section,
.storefront-clean .content-panel,
.storefront-clean .clean-sidebar,
.storefront-clean .clean-products-panel,
.storefront-clean .clean-customer-panel,
.storefront-clean .clean-checkout-panel,
.storefront-clean .clean-cart-summary,
.storefront-clean .simple-info-card,
.storefront-clean .contact-detail-card,
.storefront-clean .clean-products-meta-card,
.storefront-clean .clean-empty-state,
.storefront-clean .modal-card,
.storefront-clean .modal-card.clean-modal-card,
.storefront-clean .kesar-auth-card,
.storefront-clean .backend-contact-strip,
.storefront-clean .site-footer.clean-site-footer {
  background: var(--kesar-panel-jali) !important;
}

.storefront-clean .backend-hero,
.storefront-clean.storefront-home .backend-hero,
.storefront-clean .clean-products-intro,
.storefront-clean .page-hero-compact {
  background: var(--kesar-panel-jali-strong) !important;
}

.storefront-clean .product-card,
.storefront-clean .trade-product-card,
.storefront-clean .brand-card,
.storefront-clean .clean-banner {
  background: var(--kesar-card-jali) !important;
}

.storefront-clean .product-top,
.storefront-clean .trade-product-top,
.storefront-clean .product-image-wrap,
.storefront-clean .product-image-placeholder,
.storefront-clean .product-image-fallback,
.storefront-clean .kesar-chat-widget,
.storefront-clean .kesar-chat-body {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 245, 218, 0.8)),
    var(--kesar-jali) center / 92px 92px repeat,
    #fffdf8 !important;
}

.kesar-auth-backdrop {
  background:
    linear-gradient(135deg, rgba(8, 53, 43, 0.52), rgba(20, 63, 50, 0.38)),
    var(--kesar-jali) center / 112px 112px repeat !important;
}

/* Detail polish: make the jali visible in the hero popup, chat, top strip and menu. */
.storefront-clean .clean-utility-bar {
  background:
    var(--kesar-jali) 12px 4px / 86px 86px repeat,
    linear-gradient(90deg, rgba(11, 61, 49, 0.94), rgba(21, 87, 69, 0.92)),
    #0b3d31 !important;
}

.storefront-clean .clean-primary-nav {
  background:
    var(--kesar-jali) center / 88px 88px repeat,
    linear-gradient(90deg, rgba(11, 61, 49, 0.94), rgba(21, 87, 69, 0.92)),
    #0b3d31 !important;
}

.storefront-clean .clean-primary-nav a.active,
.storefront-clean .clean-primary-nav a:hover {
  background:
    var(--kesar-jali) center / 70px 70px repeat,
    linear-gradient(135deg, #f2a51e, #ffd56f),
    #f2a51e !important;
}

.storefront-clean.storefront-home .backend-hero-copy,
.storefront-clean .backend-hero-copy {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.82), rgba(255, 246, 225, 0.72)),
    var(--kesar-jali) 18px 12px / 92px 92px repeat,
    #fffdf8 !important;
}

.storefront-clean #kesarWhatsappAssistant.kesar-chat-widget,
.storefront-clean #kesarWhatsappAssistant .kesar-chat-body {
  background:
    var(--kesar-jali) 16px 12px / 88px 88px repeat,
    linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(255, 246, 225, 0.78)),
    #fffdf8 !important;
}

.storefront-clean #kesarWhatsappAssistant .kesar-chat-head,
.storefront-clean #kesarWhatsappAssistant .kesar-chat-send {
  background:
    var(--kesar-jali) center / 82px 82px repeat,
    linear-gradient(135deg, rgba(11, 61, 49, 0.94), rgba(31, 118, 93, 0.92)),
    #0b3d31 !important;
}

.storefront-clean #kesarWhatsappAssistant.kesar-chat-widget.minimized {
  background:
    var(--kesar-jali) center / 88px 88px repeat,
    linear-gradient(135deg, rgba(11, 61, 49, 0.94), rgba(31, 118, 93, 0.92)),
    #0b3d31 !important;
}

.storefront-clean #kesarWhatsappAssistant .kesar-chat-prompts button,
.storefront-clean #kesarWhatsappAssistant .kesar-chat-input {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.9), rgba(255, 247, 229, 0.8)),
    var(--kesar-jali) center / 82px 82px repeat,
    #fffdf8 !important;
}

/* Home hero: let the intro panel use the desktop space instead of leaving a blank left column. */
@media (min-width: 901px) {
  .storefront-clean.storefront-home .backend-hero {
    justify-content: stretch;
    min-height: clamp(390px, 38vw, 520px);
    padding: clamp(28px, 4vw, 54px);
  }

  .storefront-clean.storefront-home .backend-hero-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 100%;
    display: grid;
    align-content: center;
    padding: clamp(26px, 4vw, 48px);
  }

  .storefront-clean.storefront-home .backend-hero h1,
  .storefront-clean.storefront-home .backend-hero p,
  .storefront-clean.storefront-home .backend-hero-search {
    max-width: min(760px, 100%);
  }

  .storefront-clean.storefront-home .backend-hero-actions {
    justify-content: flex-start;
  }
}

/* Worldpay hosted checkout fields. */
.storefront-clean .worldpay-card-fields {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(41, 79, 67, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(255, 247, 229, 0.82)),
    var(--kesar-jali) 16px 12px / 92px 92px repeat,
    #fffdf8 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(26, 57, 45, 0.07);
}

.storefront-clean .worldpay-card-fields[hidden] {
  display: none;
}

.storefront-clean .worldpay-card-title {
  display: grid;
  gap: 4px;
}

.storefront-clean .worldpay-card-title strong {
  color: #244f40;
  font-size: 18px;
}

.storefront-clean .worldpay-card-title span,
.storefront-clean .worldpay-card-footer small {
  color: #68786d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.storefront-clean .worldpay-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(120px, 0.8fr) minmax(110px, 0.7fr);
  gap: 10px;
}

.storefront-clean .worldpay-card-grid label {
  gap: 7px;
}

.storefront-clean .worldpay-hosted-field {
  min-height: 48px;
  border: 1px solid rgba(41, 79, 67, 0.16);
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.98);
  padding: 13px 14px;
  box-shadow: 0 10px 22px rgba(26, 57, 45, 0.06);
}

.storefront-clean .worldpay-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.storefront-clean .worldpay-card-footer .btn {
  min-height: 38px;
  padding: 0 14px;
}

.storefront-clean .worldpay-setup-note {
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.95), rgba(238, 246, 241, 0.88)),
    var(--kesar-jali) center / 88px 88px repeat,
    #fffdf8 !important;
}

@media (max-width: 760px) {
  .storefront-clean .worldpay-card-grid {
    grid-template-columns: 1fr;
  }

  .storefront-clean .worldpay-card-footer {
    align-items: stretch;
  }

  .storefront-clean .worldpay-card-footer .btn {
    width: 100%;
  }
}

body.kesar-auth-open {
  overflow: hidden;
}

.kesar-auth-card {
  box-sizing: border-box;
}

.storefront-clean > .kesar-auth-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 140 !important;
}

@media (max-width: 640px) {
  .kesar-auth-modal {
    align-items: stretch;
    place-items: stretch;
    padding: 10px;
  }

  .kesar-auth-card,
  .kesar-auth-modal[data-mode="login"] .kesar-auth-card,
  .kesar-auth-modal[data-mode="forgot"] .kesar-auth-card,
  .kesar-auth-modal[data-mode="register"] .kesar-auth-card {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 20px 16px;
    border-radius: 24px;
  }

  .kesar-auth-copy h2,
  .kesar-auth-modal[data-mode="login"] .kesar-auth-copy h2,
  .kesar-auth-modal[data-mode="forgot"] .kesar-auth-copy h2 {
    padding-right: 38px;
    font-size: clamp(30px, 11vw, 42px);
  }

  .kesar-auth-copy p,
  .kesar-auth-form-note,
  .kesar-marketing-options small {
    font-size: 14px;
  }

  .kesar-auth-form input,
  .kesar-auth-form textarea,
  .kesar-auth-form select,
  .kesar-auth-primary,
  .kesar-auth-secondary,
  .kesar-auth-link {
    min-height: 48px;
    font-size: 16px;
  }
}
