/* =====================================================================
   SULTAN UNANI THEME — Patanjali-inspired 3-zone header
   ===================================================================== */

/* ---------- CSS Variables ---------- */
:root {
  --su-green:        #2A7A2A;
  --su-green-dark:   #1A5E1A;
  --su-green-light:  #EAF4EA;
  --su-gold:         #C4962A;
  --su-topbar-bg:    #C4962A;
  --su-header-bg:    #000000;
  --su-navbar-bg:    #000000;
  --su-border:       #5A4010;
  --su-text:         #C4962A;
  --su-muted:        #A07820;
  --su-radius:       4px;

  /* Override base theme — pure black background, golden text */
  --bg:        #000000;
  --header-bg: #000000;
  --footer-bg: #000000;

  /* Brand colours */
  --brand:   #C4962A;
  --brand-2: #A07820;
  --surface: #0A0A0A;
  --line:    #5A4010;
  --muted:   #A07820;
  --text:    #C4962A;
}

/* Pure black background, golden text */
body {
  background-color: #000000;
  color: #C4962A;
}

/* =====================================================================
   TOP ANNOUNCEMENT BAR
   ===================================================================== */
.su-topbar {
  background: var(--su-topbar-bg);
  color: #000000;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 8px 0;
  line-height: 1.4;
}
.su-topbar-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
.su-marquee-wrap { overflow: hidden; white-space: nowrap; }
.su-marquee { display: inline-block; white-space: nowrap; }
.su-marquee span { display: inline-block; }

/* =====================================================================
   MAIN HEADER — Logo + Search + Icons
   ===================================================================== */
.su-header {
  background: var(--su-header-bg);
  border-bottom: 1px solid var(--su-border);
  padding: 14px 0;
}
.su-header-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 28px;
}

/* --- Logo --- */
.su-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  flex-shrink: 0;
}
.su-logo-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  gap: 0;
  letter-spacing: -0.5px;
}
.su-logo-s    { color: var(--su-gold); font-size: 30px; }
.su-logo-ultan { color: #C4962A; }
.su-logo-space { color: transparent; width: 5px; display: inline-block; }
.su-logo-u     { color: var(--su-gold); font-size: 28px; }
.su-logo-nani  { color: #C4962A; }
.su-logo-tag {
  font-size: 9.5px;
  color: var(--su-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 3px;
}
.su-logo-img {
  display: block;
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

/* --- Search bar --- */
.su-search-form {
  display: flex;
  align-items: stretch;
  border: 2px solid var(--su-border);
  border-radius: var(--su-radius);
  overflow: hidden;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.su-search-form:focus-within { border-color: #C4962A; box-shadow: 0 0 0 2px rgba(196,150,42,0.20); }
.su-search-input {
  flex: 1;
  background: #0A0A0A;
  color: #C4962A;
  border: none !important;
  padding: 11px 18px;
  font-size: 14px;
  margin: 0 !important;
  outline: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto;
  min-height: auto;
}
.su-search-input::placeholder { color: #7A6020; }
.su-search-btn {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  border: none;
  padding: 0 22px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 0;
  flex-shrink: 0;
  min-width: 54px;
}
.su-search-btn:hover {
  background: linear-gradient(135deg, #D4A63A 0%, #A07820 60%, #6B4A10 100%);
  box-shadow: 0 4px 14px rgba(196,150,42,0.40);
}

/* --- Right icons --- */
.su-header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.su-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 12px;
  color: var(--su-text);
  text-decoration: none;
  border-radius: var(--su-radius);
  transition: color 0.2s, background 0.2s;
  border: none;
  background: transparent;
  cursor: pointer;
  min-width: 60px;
}
.su-icon-btn:hover { color: var(--su-green); background: var(--su-green-light); }
.su-icon-label {
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: inherit;
}
.su-cart-icon-wrap { position: relative; display: inline-flex; }
.su-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--su-green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

/* =====================================================================
   NAVIGATION BAR — Category btn + Nav links
   ===================================================================== */
.su-navbar {
  background: var(--su-navbar-bg);
  border-bottom: 2px solid var(--su-border);
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}
.su-navbar-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

/* -- Category dropdown button -- */
.su-cat-dropdown { position: relative; flex-shrink: 0; }
.su-cat-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  height: 48px;
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  color: #fff;
  border: none;
  border-right: 1px solid #5A4010;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, box-shadow 0.2s;
  user-select: none;
}
.su-cat-btn:hover,
.su-cat-btn[aria-expanded="true"] {
  background: linear-gradient(135deg, #D4A63A 0%, #A07820 60%, #6B4A10 100%);
  box-shadow: 0 4px 16px rgba(196,150,42,0.35);
}
.su-cat-bars { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; }
.su-cat-bars span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 1px; }
.su-cat-caret { transition: transform 0.22s ease; flex-shrink: 0; opacity: 0.8; }
.su-cat-btn[aria-expanded="true"] .su-cat-caret { transform: rotate(180deg); }

/* -- Category dropdown menu panel -- */
.su-cat-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-top: 3px solid #C4962A;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
  z-index: 300;
  display: none;
  padding: 8px 0;
  border-radius: 0 0 8px 8px;
}
.su-cat-menu.is-open { display: block; }
.su-cat-item {
  display: block;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 400;
  color: #A07820;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
  border-bottom: 1px solid #1E1200;
}
.su-cat-item:last-child { border-bottom: none; }
.su-cat-item:hover { background: #1A1100; color: #C4962A; padding-left: 28px; }
.su-cat-all {
  color: #C4962A !important;
  font-weight: 600;
  border-top: 2px solid #5A4010 !important;
  margin-top: 4px;
}

/* -- Main nav links -- */
.su-nav-links {
  display: flex;
  align-items: stretch;
  flex: 1;
  overflow: hidden;
}
.su-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--su-text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  letter-spacing: 0.01em;
}
.su-nav-link:hover {
  color: #C4962A;
  border-bottom-color: #C4962A;
  background: rgba(196,150,42,0.10);
}
.su-nav-link-new {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.su-nav-badge-new {
  background: #E53935;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* Mobile toggle */
.su-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
  color: var(--su-text);
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

/* =====================================================================
   MOBILE DRAWER
   ===================================================================== */
.su-mobile-drawer {
  position: fixed;
  top: 0; left: 0;
  width: 310px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
  box-shadow: 6px 0 24px rgba(0,0,0,0.18);
}
.su-mobile-drawer.is-open { transform: translateX(0); }

.su-mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9998;
  display: none;
  backdrop-filter: blur(2px);
}
.su-mobile-overlay.is-open { display: block; }

.su-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--su-green);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: sticky;
  top: 0;
}
.su-drawer-close {
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
  padding: 0;
}
.su-drawer-close:hover { background: rgba(255,255,255,0.3); }

.su-drawer-search {
  padding: 14px 16px;
  border-bottom: 1px solid #EEEEEE;
}
.su-drawer-search form { display: flex; gap: 8px; }
.su-drawer-search input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
  font-size: 13px;
  margin: 0 !important;
  background: #FAFAFA;
}
.su-drawer-search button {
  background: var(--su-green);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.su-drawer-section-title {
  padding: 10px 20px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--su-muted);
  background: #FAFAFA;
  border-bottom: 1px solid #F0F0F0;
}
.su-drawer-nav-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  color: var(--su-text);
  text-decoration: none;
  border-bottom: 1px solid #F5F5F5;
  transition: background 0.15s, color 0.15s;
  gap: 10px;
}
.su-drawer-nav-link::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--su-green);
  flex-shrink: 0;
  opacity: 0.5;
}
.su-drawer-nav-link:hover {
  background: var(--su-green-light);
  color: var(--su-green);
}
.su-drawer-nav-link:hover::before { opacity: 1; }

/* =====================================================================
   FOOTER OVERRIDE
   ===================================================================== */
/* -- Pre-footer CTA strip -- */
.su-prefooter {
  background: #000000;
  border-top: 1px solid #5A4010;
  border-bottom: 1px solid #5A4010;
  padding: 22px 0;
}
.su-prefooter-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.su-prefooter-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.su-prefooter-text strong {
  color: #C4962A;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.su-prefooter-text span {
  color: #A07820;
  font-size: 13px;
}
.su-prefooter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.su-prefooter-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s;
}
.su-prefooter-wa:hover { background: #1EB356; }
.su-prefooter-contact {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  border: 1px solid #A07820;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s;
}
.su-prefooter-contact:hover {
  background: linear-gradient(135deg, #D4A63A 0%, #A07820 60%, #6B4A10 100%);
  box-shadow: 0 4px 16px rgba(196,150,42,0.40);
}
@media (max-width: 640px) {
  .su-prefooter-inner { flex-direction: column; align-items: flex-start; }
  .su-prefooter-actions { width: 100%; }
  .su-prefooter-wa, .su-prefooter-contact { flex: 1; justify-content: center; }
}

.su-footer {
  background: #000000;
  color: #A07820;
  padding: 48px 0 0;
  margin-top: 0;
}
.su-footer-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
}
.su-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #5A4010;
}
.su-footer-brand-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #C4962A;
  margin: 0 0 10px;
}
.su-footer-brand-name span { color: var(--su-gold); }
.su-footer-tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--su-gold);
  margin: 0 0 14px;
  font-weight: 500;
}
.su-footer-about {
  font-size: 13.5px;
  line-height: 1.7;
  color: #A07820;
  margin: 0 0 20px;
}
.su-footer-trust {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.su-trust-pill {
  background: #1A1100;
  border: 1px solid #5A4010;
  color: #C4962A;
  font-size: 10.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.su-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #C4962A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #C4962A;
  display: inline-block;
}
.su-footer-col a {
  display: block;
  font-size: 13.5px;
  color: #A07820;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.15s, padding-left 0.15s;
}
.su-footer-col a:hover { color: var(--su-gold); padding-left: 4px; }
.su-footer-col p {
  font-size: 13.5px;
  color: #A07820;
  line-height: 1.65;
  margin: 0 0 10px;
}
.su-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13.5px;
  color: #A07820;
}
.su-footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: #C4962A; opacity: 0.85; }

/* Social icons row */
.su-footer-social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.su-footer-social-btn {
  width: 34px;
  height: 34px;
  background: #1A1100;
  border: 1px solid #5A4010;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C4962A;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.su-footer-social-btn:hover {
  background: #C4962A;
  border-color: #C4962A;
  color: #000000;
}
.su-fsb-wa {
  background: rgba(37,211,102,0.18);
  border-color: rgba(37,211,102,0.40);
  color: #5EE67A;
}
.su-fsb-wa:hover {
  background: #25D366 !important;
  border-color: #25D366 !important;
  color: #FFFFFF !important;
}

/* WhatsApp inline link in contact col */
.su-footer-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  background: rgba(37,211,102,0.15);
  border: 1px solid rgba(37,211,102,0.30);
  color: #5EE67A;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s;
}
.su-footer-wa-link:hover { background: rgba(37,211,102,0.25); color: #5EE67A; }

.su-footer-bottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.su-footer-copy {
  font-size: 12.5px;
  color: #5A4010;
  margin: 0;
}
.su-footer-copy a { color: var(--su-gold); text-decoration: none; display: inline; }
.su-footer-bottom-links {
  display: flex;
  gap: 20px;
}
.su-footer-bottom-links a {
  font-size: 12.5px;
  color: #5A4010;
  text-decoration: none;
  display: inline;
  margin: 0;
  transition: color 0.15s;
}
.su-footer-bottom-links a:hover { color: var(--su-gold); }

/* Bottom-right group: payment + currency */
.su-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.su-footer-pay {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.su-pay-badge {
  font-size: 10px;
  font-weight: 700;
  color: #A07820;
  border: 1px solid #5A4010;
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: 0.04em;
  background: #1A1100;
  text-transform: uppercase;
}

/* Footer currency switcher */
.su-footer-currency {
  display: flex;
  align-items: center;
  gap: 8px;
}
.su-footer-currency label { font-size: 12px; color: #A07820; margin: 0; }
.su-footer-currency select {
  padding: 4px 8px;
  border: 1px solid #5A4010;
  background: #1A1100;
  color: #C4962A;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  min-height: auto;
}

/* =====================================================================
   FOOTER RESPONSIVE
   ===================================================================== */

/* Tablet: 2 columns */
@media (max-width: 1100px) {
  .su-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .su-footer-trust { justify-content: flex-start; }
}

/* Tablet portrait: 2 columns centered */
@media (max-width: 768px) {
  .su-footer { padding: 36px 0 0; }
  .su-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    text-align: center;
  }
  .su-footer-col h4 { text-align: center; }
  .su-footer-col h4::after { margin: 0 auto; display: block; }
  .su-footer-about { text-align: center; }
  .su-footer-trust { justify-content: center; }
  .su-footer-social { justify-content: center; }
  .su-footer-contact-item { justify-content: center; text-align: center; }
  .su-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .su-footer-bottom-links { justify-content: center; flex-wrap: wrap; gap: 14px; }
  .su-footer-bottom-right { justify-content: center; }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
  .su-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .su-footer-brand-name { font-size: 20px; }
  .su-footer-pay { flex-wrap: wrap; justify-content: center; }
  .su-footer-bottom-links { gap: 10px; }
}

@media (max-width: 960px) {
  .su-header-inner { grid-template-columns: auto 1fr auto; gap: 14px; }
  .su-logo-brand { font-size: 20px; }
  .su-logo-s { font-size: 24px; }
  .su-logo-u { font-size: 22px; }
  .su-logo-tag { display: none; }
  .su-nav-links { display: none; }
  .su-mobile-toggle { display: flex; }
  .su-icon-label { display: none; }
  .su-icon-btn { min-width: auto; padding: 7px 10px; }
  .su-cat-btn { font-size: 0; padding: 0 16px; gap: 0; }
  .su-cat-btn .su-cat-bars { display: flex; }
  .su-cat-btn .su-cat-caret { display: none; }
}

/* =====================================================================
   PRODUCTS, CARDS, BUTTONS — herbal green overrides
   ===================================================================== */

/* -- Buttons -- */
.btn {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  color: #FFFFFF;
  border: 1px solid #A07820;
  box-shadow: 0 2px 8px rgba(196,150,42,0.25);
}
.btn:hover {
  background: linear-gradient(135deg, #D4A63A 0%, #A07820 60%, #6B4A10 100%);
  box-shadow: 0 8px 25px rgba(196,150,42,0.45);
  border-color: #C4962A;
}
.btn-light {
  background: #1A1100 !important;
  color: #C4962A !important;
  border: 1px solid #5A4010 !important;
}
.btn-light:hover {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%) !important;
  color: #FFFFFF !important;
  border-color: #C4962A !important;
  box-shadow: 0 4px 16px rgba(196,150,42,0.35);
}

/* -- Product card hover border -- */
.card { background: #0A0A0A !important; border-color: #5A4010 !important; }
.card:hover { border-color: #C4962A !important; box-shadow: 0 8px 28px rgba(196,150,42,0.15) !important; }

/* -- Hide duplicate name text inside card image placeholder -- */
.card .img-alt-placeholder span { display: none; }
.card .img-alt-placeholder { gap: 0; }

/* -- Product card body — centered premium layout -- */
.card .body {
  align-items: center;
  text-align: center;
  padding: 14px 16px 18px;
  gap: 0;
}

/* Category badge */
.card .badge {
  align-self: center;
  margin-bottom: 8px;
}

/* Product name */
.card h3 {
  color: #C4962A;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.4;
  letter-spacing: -0.1px;
}

/* Decorative separator between name and price */
.card h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #2A7A2A, #C4962A);
  border-radius: 2px;
  margin: 10px auto 0;
}

/* Price pill box */
.card .price {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(42,122,42,0.07) 0%, rgba(42,122,42,0.03) 100%);
  border: 1px solid #C8E8C8;
  border-radius: 8px;
  padding: 10px 16px;
  width: 100%;
  margin: 0 0 14px;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #C4962A;
  letter-spacing: -0.5px;
}
.card .price .price-old {
  font-size: 13px;
  font-weight: 500;
  color: #5A4010;
  text-decoration: line-through;
  letter-spacing: 0;
  position: relative;
  padding-right: 10px;
}
.card .price .price-old::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #C8E8C8;
}

/* Buttons row */
.card .btn-row {
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.card .btn-row .btn,
.card .btn-row .btn-light {
  flex: 1;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
}

/* -- Category badge on card -- */
.card .badge {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  color: #fff;
  backdrop-filter: blur(6px);
  border: 1px solid #A07820;
  box-shadow: 0 2px 8px rgba(196,150,42,0.35);
}

/* -- Section head (category title bar) -- */
.section-head {
  background: #000000;
  border-color: #5A4010;
}
.section-head h1,
.section-head h2,
.section-head h3 { color: #C4962A !important; }
.section-head .eyebrow { color: #C4962A; }

/* View All button inside section head -- */
.section-head .view-all-btn,
.section-head .btn-light {
  background: #1A1100;
  color: #C4962A;
  border-color: #5A4010;
}
.section-head .view-all-btn:hover,
.section-head .btn-light:hover {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%);
  color: #FFFFFF;
  border-color: #C4962A;
}

/* -- Price -- */
.price { color: var(--su-green); }
.price .price-old { color: var(--su-muted, #3D6B3D); }

/* -- Cart badge -- */
.cart-badge {
  background: linear-gradient(135deg, var(--su-green) 0%, var(--su-green-dark) 100%);
}

/* -- Stock badges -- */
.stock-badge.in-stock {
  background: rgba(196,150,42,0.15);
  color: #C4962A;
  border: 1px solid #5A4010;
}
.stock-badge.out-of-stock {
  background: rgba(185,28,28,0.12);
  color: #DC2626;
  border: 1px solid rgba(185,28,28,0.3);
}

/* -- Discount badge on product page -- */
.discount-badge {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%);
  color: #FFFFFF;
  border: 1px solid #A07820;
}

/* -- Current price on product page -- */
.current-price { color: #C4962A; }

/* -- Product features trust strip -- */
.product-features {
  background: #0A0A0A;
  border-color: #5A4010;
}
.feature-item { color: #A07820; }
.feature-item svg { color: #C4962A; stroke: #C4962A; }

/* -- Herbal tab nav -- */
.htab-btn.active {
  color: var(--su-green);
  border-bottom-color: var(--su-green);
}
.herbal-list li::before { color: var(--su-green); }
.product-weight-badge {
  background: rgba(42, 122, 42, 0.1);
  border-color: rgba(42, 122, 42, 0.25);
  color: var(--su-green-dark);
}
.product-weight-badge strong { color: var(--su-green); }

/* -- Category pills (shop page) -- */
.category-pills a:hover {
  background: var(--su-green);
  color: #FFFFFF;
}

/* -- Sidebar & home category links -- */
.home-sidebar a:hover { color: var(--su-green) !important; }

/* -- Admin link in header (front-end) -- */
.admin-link:hover { color: var(--su-green); }
.promo-link { color: var(--su-green); }

/* -- Success / added-to-cart message -- */
.success-message {
  background: rgba(42, 122, 42, 0.1);
  color: var(--su-green-dark);
  border-color: var(--su-green);
}

/* -- About page cards -- */
.about-card-icon svg { stroke: var(--su-green); }
.about-hero { background: linear-gradient(135deg, #0F3D0F 0%, #2A7A2A 100%); }

/* -- Panel border accent -- */
.panel { border-color: #B8D8B8; }

/* =====================================================================
   BROKEN / MISSING IMAGE PLACEHOLDER
   ===================================================================== */
.img-alt-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 180px;
  width: 100%;
  background: linear-gradient(135deg, #1A5E1A 0%, #2A7A2A 60%, #3A8F3A 100%);
  border-radius: inherit;
  padding: 20px 16px;
  box-sizing: border-box;
  text-align: center;
}
.img-alt-placeholder span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  max-width: 90%;
  word-break: break-word;
  letter-spacing: 0.01em;
}

/* =====================================================================
   SHOP PAGE SIDEBAR — herbal green pattern
   ===================================================================== */

/* Sidebar wrapper */
.home-sidebar .sidebar-inner {
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}

/* Heading */
.home-sidebar .sidebar-inner h3 {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  color: #FFFFFF;
  margin: 0 !important;
  padding: 14px 18px;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Category list */
.home-sidebar .sidebar-inner ul {
  padding: 8px 0 !important;
}
.home-sidebar .sidebar-inner ul li {
  margin: 0 !important;
  border-bottom: 1px solid #1E1200;
}
.home-sidebar .sidebar-inner ul li:last-child {
  border-bottom: none;
}

/* Category link */
.shop-cat-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 500;
  color: #A07820;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s, padding-left 0.15s;
}
.shop-cat-link:hover {
  background: #1A1100;
  color: #C4962A;
  border-left-color: #C4962A;
  padding-left: 22px;
}
.shop-cat-link.active {
  background: linear-gradient(90deg, rgba(196,150,42,0.15) 0%, transparent 100%);
  color: #C4962A;
  font-weight: 700;
  border-left-color: #2A7A2A;
}

/* Count pill */
.shop-cat-count {
  font-size: 11px;
  background: #1A1100;
  color: #A07820;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.shop-cat-link.active .shop-cat-count {
  background: #C4962A;
  color: #000000;
}
.shop-cat-link:hover .shop-cat-count {
  background: #C4962A;
  color: #000000;
}

/* View All — special row */
.shop-cat-all-li {
  border-top: 2px solid #5A4010 !important;
  margin-top: 4px;
}
.shop-cat-all {
  color: #C4962A !important;
  font-weight: 600 !important;
}

/* Search results info bar */
.shop-search-info {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1A1100;
  border: 1px solid #5A4010;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 18px;
  font-size: 13.5px;
  color: #C4962A;
  font-weight: 500;
}
.shop-search-info strong { color: #C4962A; }
.shop-search-info a {
  margin-left: auto;
  font-size: 12px;
  color: #A07820;
  text-decoration: underline;
}

/* =====================================================================
   WELCOME SECTION — homepage, below hero
   ===================================================================== */
.su-welcome-section {
  background: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #5A4010;
}
.su-welcome-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center;
}

/* -- Image column -- */
.su-welcome-image-col { position: relative; }

.su-welcome-img {
  width: 100%;
  height: auto;
  object-fit: unset;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(42,122,42,0.18);
  display: block;
}

.su-welcome-img-placeholder {
  width: 100%;
  height: 440px;
  background: linear-gradient(135deg, #0F3D0F 0%, #1A5E1A 45%, #2A7A2A 80%, #3A8F3A 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 16px 48px rgba(42,122,42,0.22);
}
.su-welcome-img-placeholder span {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.3px;
}
.su-welcome-img-placeholder small {
  color: rgba(220,240,200,0.85);
  font-size: 13px;
  font-weight: 400;
}

.su-welcome-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.su-welcome-badges span {
  background: #1A1100;
  color: #C4962A;
  border: 1px solid #5A4010;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
}

/* -- Content column -- */
.su-welcome-content-col { text-align: center; }
.su-welcome-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11.5px;
  font-weight: 700;
  color: #C4962A;
  background: #1A1100;
  border: 1px solid #5A4010;
  border-radius: 20px;
  padding: 4px 14px;
  margin: 0 0 16px;
}
.su-welcome-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: #C4962A;
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}
.su-welcome-divider {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, #2A7A2A, #C4962A);
  border-radius: 2px;
  margin: 0 auto 20px;
}
.su-welcome-text p {
  color: #A07820;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 14px;
}

/* -- Stats row -- */
.su-welcome-stats {
  display: flex;
  gap: 28px;
  margin: 28px 0 32px;
  background: #0A0A0A;
  padding: 20px 24px;
  border: 1px solid #5A4010;
  border-radius: 10px;
}
.su-welcome-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
.su-welcome-stat + .su-welcome-stat {
  border-left: 1px solid #5A4010;
}
.su-welcome-stat strong {
  font-size: 26px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #C4962A;
  line-height: 1.1;
}
.su-welcome-stat span {
  font-size: 12px;
  color: #A07820;
  font-weight: 500;
  margin-top: 4px;
}

/* -- CTA Button -- */
.su-welcome-btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
}

/* -- Responsive -- */
@media (max-width: 900px) {
  .su-welcome-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .su-welcome-img,
  .su-welcome-img-placeholder { height: 280px; }
  .su-welcome-image-col { text-align: center; }
  .su-welcome-badges { justify-content: center; }
  .su-welcome-content-col { text-align: center; }
  .su-welcome-divider { margin: 0 auto 20px; }
  .su-welcome-text p { text-align: center; }
  .su-welcome-stats { justify-content: center; }
}
@media (max-width: 520px) {
  .su-welcome-section { padding: 40px 0; }
  .su-welcome-stats { gap: 12px; padding: 14px 16px; }
  .su-welcome-stat strong { font-size: 20px; }
  .su-welcome-badges { justify-content: center; }
}

/* =====================================================================
   COMPACT PAGE HERO — used on all inner pages via includes/page_hero.php
   ===================================================================== */
.su-page-hero {
  background: #000000;
  border-top: 1px solid #5A4010;
  border-bottom: 2px solid #5A4010;
  padding: 20px 0;
}
.su-page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* Left — title + subtitle */
.su-page-hero-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.su-page-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 800;
  color: #C4962A;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.su-page-hero-sub {
  font-size: 13px;
  color: #A07820;
  margin: 0;
  line-height: 1.45;
}
/* Right — eyebrow pill */
.su-page-hero-right {
  flex-shrink: 0;
}
.su-page-hero-eyebrow {
  display: inline-block;
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  border: 1px solid #A07820;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 16px;
  border-radius: 20px;
  line-height: 1.5;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(196,150,42,0.30);
}
@media (max-width: 600px) {
  .su-page-hero { padding: 16px 0; }
  .su-page-hero-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .su-page-hero-title { font-size: 17px; }
  .su-page-hero-sub   { font-size: 12px; }
  .su-page-hero-eyebrow { font-size: 10px; padding: 4px 12px; }
}

/* =====================================================================
   ABOUT PAGE
   ===================================================================== */
.su-about-section { padding: 40px 0 60px; }

/* -- Story two-column -- */
.su-about-story {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
.su-about-story-img { position: relative; }
.su-about-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.su-about-img-ph {
  width: 100%;
  height: 380px;
  background: linear-gradient(135deg, #1A5E1A 0%, #2A7A2A 55%, #3A9A3A 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.su-about-img-ph span {
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.su-about-eyebrow {
  display: inline-block;
  background: #1A1100;
  color: #C4962A;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid #5A4010;
  margin-bottom: 10px;
}
.su-about-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  color: #C4962A;
  margin: 0 0 14px;
  line-height: 1.2;
}
.su-about-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #C4962A, #A07820);
  border-radius: 2px;
  margin-bottom: 16px;
}
.su-about-story-text p {
  color: #A07820;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 24px;
}

/* Stats row */
.su-about-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 12px;
  overflow: hidden;
}
.su-about-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  text-align: center;
}
.su-about-stat strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #C4962A;
  line-height: 1;
  margin-bottom: 4px;
}
.su-about-stat span {
  font-size: 12px;
  color: #A07820;
  font-weight: 500;
}
.su-about-stat-sep {
  width: 1px;
  height: 40px;
  background: #5A4010;
  flex-shrink: 0;
}

/* -- Mission / Values / Team cards -- */
.su-about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.su-about-card {
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 14px;
  padding: 28px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.su-about-card:hover {
  box-shadow: 0 6px 24px rgba(42,122,42,0.10);
  transform: translateY(-3px);
}
.su-about-card-icon {
  width: 54px;
  height: 54px;
  background: #1A1100;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.su-about-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #C4962A;
  margin: 0 0 10px;
}
.su-about-card p {
  font-size: 14px;
  color: #A07820;
  line-height: 1.7;
  margin: 0;
}

/* -- CTA strip -- */
.su-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #1A1100 0%, #2A1A00 50%, #1A1100 100%);
  border: 1px solid #5A4010;
  border-radius: 14px;
  padding: 30px 40px;
  box-shadow: 0 4px 24px rgba(196,150,42,0.12);
}
.su-about-cta-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #C4962A;
  margin: 0 0 6px;
}
.su-about-cta-text p {
  color: #A07820;
  font-size: 14px;
  margin: 0;
}
.su-about-cta-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.su-about-cta-light {
  background: #0A0A0A !important;
  border-color: #5A4010 !important;
  color: #C4962A !important;
}
.su-about-cta-light:hover {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%) !important;
  color: #FFFFFF !important;
  border-color: #C4962A !important;
}

/* -- Responsive -- */
@media (max-width: 900px) {
  .su-about-story { grid-template-columns: 1fr; gap: 28px; }
  .su-about-img, .su-about-img-ph { height: 260px; }
  .su-about-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .su-about-cards { grid-template-columns: 1fr; }
  .su-about-cta { flex-direction: column; padding: 24px 20px; text-align: center; }
  .su-about-cta-btns { flex-direction: column; width: 100%; }
  .su-about-cta-btns .btn { width: 100%; justify-content: center; text-align: center; }
}

/* =====================================================================
   CONTACT PAGE
   ===================================================================== */
.su-contact-section { padding: 36px 0 60px; }

/* -- Info cards row -- */
.su-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.su-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 12px;
  padding: 18px 16px;
}
.su-contact-card-icon {
  width: 44px;
  height: 44px;
  background: #1A1100;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.su-contact-card-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #A07820;
  letter-spacing: 0.09em;
  margin: 0 0 3px;
}
.su-contact-card-value {
  font-size: 13.5px;
  font-weight: 600;
  color: #C4962A;
  margin: 0 0 2px;
  line-height: 1.4;
}
.su-contact-card-sub {
  font-size: 12px;
  color: #A07820;
  margin: 0;
}

/* -- Two-column form+map layout -- */
.su-contact-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

/* -- Shared panel style -- */
.su-contact-form-panel,
.su-contact-map-panel {
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 14px;
  padding: 28px 28px;
}
.su-contact-panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A2E1A;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #5A4010;
}
.su-contact-panel-title svg { color: #C4962A; flex-shrink: 0; }

/* -- Alert banners -- */
.su-contact-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.su-contact-alert-ok  { background: #1A1100; border: 1px solid #5A4010; color: #C4962A; }
.su-contact-alert-err { background: #FEF2F2; border: 1px solid #FECACA; color: #B91C1C; }

/* -- Inline-label form -- */
.su-contact-form { display: flex; flex-direction: column; gap: 0; }
.su-cf-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #1E1E1E;
}
.su-cf-row:last-child { border-bottom: none; }
.su-cf-row-top  { align-items: flex-start; padding-top: 12px; }
.su-cf-row-submit { padding-top: 18px; border-bottom: none; }
.su-cf-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #C4962A;
  margin: 0;
  line-height: 1.4;
}
.su-cf-label span { color: #DC2626; margin-left: 2px; }
.su-cf-input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid #5A4010;
  border-radius: 7px;
  font-size: 14px;
  color: #C4962A;
  background: #111111;
  transition: border-color 0.15s, box-shadow 0.15s;
  margin: 0;
  box-sizing: border-box;
}
.su-cf-input::placeholder { color: #5A4010; }
.su-cf-input:focus {
  outline: none;
  border-color: #C4962A;
  box-shadow: 0 0 0 3px rgba(196,150,42,0.15);
}
.su-cf-textarea { resize: vertical; min-height: 110px; }

/* Force dark inputs globally on contact form */
.su-contact-form-panel input,
.su-contact-form-panel textarea,
.su-contact-form-panel select {
  background: #111111 !important;
  color: #C4962A !important;
  border: 1.5px solid #5A4010 !important;
  border-radius: 7px !important;
}
.su-contact-form-panel input::placeholder,
.su-contact-form-panel textarea::placeholder { color: #5A4010 !important; }
.su-contact-form-panel input:focus,
.su-contact-form-panel textarea:focus {
  border-color: #C4962A !important;
  box-shadow: 0 0 0 3px rgba(196,150,42,0.15) !important;
  outline: none !important;
}
.su-cf-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  font-size: 14px;
}

/* -- Map panel -- */
.su-contact-map-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 200px;
  background: linear-gradient(135deg, #1A5E1A 0%, #2A7A2A 60%, #3A8F3A 100%);
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 24px;
}
.su-contact-map-ph strong {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
}
.su-contact-map-ph span {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  display: block;
}

/* -- Social icons -- */
.su-contact-social { text-align: center; }
.su-contact-social-label {
  font-size: 12px;
  font-weight: 600;
  color: #A07820;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
.su-contact-social-icons { display: flex; gap: 10px; justify-content: center; }
.su-social-btn {
  width: 40px;
  height: 40px;
  background: #2A7A2A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.su-social-btn:hover { background: #1A5E1A; transform: translateY(-2px); }

/* -- WhatsApp CTA -- */
.su-contact-wa-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #1A1100 0%, #2A1A00 50%, #1A1100 100%);
  border: 1px solid #5A4010;
  border-radius: 14px;
  padding: 28px 36px;
  box-shadow: 0 4px 24px rgba(196,150,42,0.12);
}
.su-contact-wa-text h2 {
  color: #C4962A;
  font-size: 20px;
  margin: 0 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.su-contact-wa-text p {
  color: #A07820;
  font-size: 14px;
  margin: 0;
}
.su-contact-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, box-shadow 0.15s;
  flex-shrink: 0;
}
.su-contact-wa-btn:hover { background: #1EB356; box-shadow: 0 4px 16px rgba(37,211,102,0.40); }

/* -- Responsive -- */
@media (max-width: 1000px) {
  .su-contact-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .su-contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .su-contact-cards { grid-template-columns: 1fr; }
  .su-cf-row { grid-template-columns: 1fr; gap: 5px; }
  .su-cf-row-submit { grid-template-columns: 1fr; }
  .su-cf-row-submit span { display: none; }
  .su-cf-submit { width: 100%; justify-content: center; }
  .su-contact-wa-cta { flex-direction: column; padding: 24px 20px; text-align: center; }
  .su-contact-wa-btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   CUSTOM PAGE CONTENT (page.php)
   ===================================================================== */
.su-page-content-section { padding: 40px 0 60px; }

.su-page-content-wrap {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 40px 44px;
}

/* Rich content typography */
.su-page-content { color: #2C3E2C; font-size: 15.5px; line-height: 1.8; }
.su-page-content h1,
.su-page-content h2,
.su-page-content h3,
.su-page-content h4 {
  font-family: 'Montserrat', sans-serif;
  color: #1A2E1A;
  margin: 28px 0 10px;
  line-height: 1.25;
}
.su-page-content h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #D4EDD4;
}
.su-page-content h3 { font-size: 17px; font-weight: 700; color: #2A7A2A; }
.su-page-content h4 { font-size: 15px; font-weight: 700; }
.su-page-content p  { margin: 0 0 14px; }
.su-page-content a  { color: #2A7A2A; text-decoration: underline; }
.su-page-content a:hover { color: #1A5E1A; }
.su-page-content ul,
.su-page-content ol {
  padding-left: 22px;
  margin: 0 0 16px;
}
.su-page-content li { margin-bottom: 6px; }
.su-page-content blockquote {
  margin: 20px 0;
  padding: 14px 20px;
  background: #EAF4EA;
  border-left: 4px solid #2A7A2A;
  border-radius: 0 8px 8px 0;
  color: #1A5E1A;
  font-style: italic;
}
.su-page-content hr {
  border: none;
  border-top: 1px solid #D4EDD4;
  margin: 24px 0;
}
.su-page-content strong { color: #1A2E1A; }

/* 404 panel */
.su-404-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 60px 30px;
  gap: 14px;
  max-width: 500px;
  margin: 0 auto;
}
.su-404-panel h3 { color: #1A2E1A; font-size: 22px; margin: 0; }
.su-404-panel p  { color: #3D6B3D; font-size: 15px; margin: 0; }

@media (max-width: 680px) {
  .su-page-content-wrap { padding: 24px 18px; }
}

/* =====================================================================
   CHECKOUT PAGE
   ===================================================================== */
.su-checkout-section { padding-top: 36px; padding-bottom: 60px; }

/* -- Two-panel layout -- */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 28px;
  align-items: start;
}

/* -- Panel card -- */
.su-checkout-panel {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 28px 26px;
  margin-bottom: 0;
}
.su-checkout-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A2E1A;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #D4EDD4;
}
.su-checkout-panel-title svg { color: #2A7A2A; flex-shrink: 0; }

/* -- Error / Success banners -- */
.su-checkout-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #B91C1C;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 18px;
}
.su-checkout-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 50px 30px;
  gap: 14px;
}
.su-checkout-success h3 { color: #1A2E1A; font-size: 22px; margin: 0; }
.su-checkout-success p  { color: #3D6B3D; font-size: 15px; margin: 0; }

/* -- Saved address section -- */
.su-address-choice {
  background: #F5FBF5;
  border: 1px solid #B8D8B8;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.su-address-choice-title {
  font-weight: 700;
  font-size: 13px;
  color: #1A5E1A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}
.su-address-option { margin-bottom: 10px; }
.su-radio-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.su-radio-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A2E1A;
  cursor: pointer;
  margin: 0;
}
.su-saved-address {
  margin-left: 26px;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 6px;
  padding: 10px 12px;
}

/* -- Order items table (in summary panel) -- */
.su-checkout-panel table thead tr { background: #F5FBF5; }
.su-checkout-panel table thead th {
  color: #1A5E1A;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 4px;
  border-bottom: 1px solid #D4EDD4;
  border-top: none;
  background: transparent;
}

/* -- Totals block -- */
.su-checkout-totals {
  background: #F5FBF5;
  border: 1px solid #D4EDD4;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0 0;
}
.su-checkout-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #3D4D3D;
  padding: 5px 0;
}
.su-free-tag {
  background: #D4EDD4;
  color: #1A5E1A;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.su-discount-row { color: #DC2626; font-weight: 600; }
.su-checkout-grand-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #1A2E1A;
  border-top: 2px solid #D4EDD4;
  margin-top: 12px;
  padding-top: 12px;
}
.su-checkout-grand-total strong {
  font-size: 24px;
  color: #1A5E1A;
}

/* -- Coupon box -- */
.su-coupon-box {
  background: #F5FBF5;
  border: 1px solid #D4EDD4;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 16px 0;
}
.su-coupon-label {
  font-weight: 600;
  font-size: 13.5px;
  color: #1A2E1A;
  display: block;
  margin-bottom: 10px;
}
.su-coupon-row {
  display: flex;
  gap: 8px;
}
.su-coupon-row input { margin: 0; flex: 1; }
.su-coupon-ok  { color: #15803D; font-size: 13px; font-weight: 500; margin: 8px 0 0; }
.su-coupon-err { color: #B91C1C; font-size: 13px; font-weight: 500; margin: 8px 0 0; }

/* -- Payment method options -- */
.su-payment-box {
  background: #F5FBF5;
  border: 1px solid #D4EDD4;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 16px 0;
}
.su-payment-title {
  font-weight: 700;
  font-size: 13.5px;
  color: #1A2E1A;
  margin: 0 0 12px;
}
.su-pm-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 2px solid #D4EDD4;
  border-radius: 8px;
  background: #FFFFFF;
  margin: 0 0 8px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.su-pm-option:last-child { margin-bottom: 0; }
.su-pm-option strong { font-size: 14px; color: #1A2E1A; display: block; }
.su-pm-option small   { font-size: 12px; color: #3D6B3D; display: block; margin-top: 2px; }
.su-pm-option.su-pm-active {
  border-color: #2A7A2A;
  background: #EAF4EA;
}

/* -- Action buttons -- */
.su-place-order-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 10px;
}
.su-back-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

/* -- Status panel (Razorpay processing) -- */
.su-checkout-status-panel {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 40px 20px;
  text-align: center;
}

/* -- Responsive -- */
@media (max-width: 860px) {
  .checkout-layout { grid-template-columns: 1fr; }
}

/* =====================================================================
   CART PAGE
   ===================================================================== */
.su-cart-section { padding-top: 36px; padding-bottom: 60px; }

/* -- Empty state -- */
.su-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  gap: 14px;
}
.su-cart-empty h3 { color: #1A2E1A; font-size: 22px; margin: 0; }
.su-cart-empty p  { color: #3D6B3D; margin: 0; font-size: 15px; }

/* -- Two-column layout -- */
.su-cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: start;
}

/* -- Items panel -- */
.su-cart-table-wrap {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  overflow: hidden;
}
.su-cart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.su-cart-table thead tr {
  background: linear-gradient(135deg, #1A5E1A 0%, #2A7A2A 100%);
}
.su-cart-table thead th {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 13px 16px;
  text-align: left;
  border: none;
}
.su-cart-row {
  border-bottom: 1px solid #EDF5ED;
  transition: background 0.15s;
}
.su-cart-row:last-child { border-bottom: none; }
.su-cart-row:hover { background: #F5FBF5; }
.su-cart-table td {
  padding: 14px 16px;
  color: #1A2E1A;
  vertical-align: middle;
  border: none;
}

/* Product name cell */
.su-cart-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.su-cart-name a {
  color: #1A2E1A;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s;
}
.su-cart-name a:hover { color: #2A7A2A; }

/* Thumbnail */
.su-cart-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #D4EDD4;
  flex-shrink: 0;
}
.su-cart-thumb-ph {
  background: linear-gradient(135deg, #D4EDD4, #EAF4EA);
}

/* Qty badge */
.su-cart-qty {
  display: inline-block;
  min-width: 32px;
  text-align: center;
  background: #EAF4EA;
  border: 1px solid #B8D8B8;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 700;
  color: #1A5E1A;
  font-size: 14px;
}

/* Line total */
.su-cart-line-total {
  font-weight: 700;
  color: #1A5E1A !important;
  font-size: 15px;
}

/* Remove button */
.su-cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #FEF2F2;
  color: #DC2626;
  border: 1px solid #FECACA;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.su-cart-remove:hover { background: #DC2626; color: #FFFFFF; }

/* Actions bar below table */
.su-cart-actions-bar {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

/* -- Order summary sidebar -- */
.su-cart-summary {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 14px;
  padding: 24px 22px;
  position: sticky;
  top: 90px;
}
.su-cart-summary-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A2E1A;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #D4EDD4;
}
.su-cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #3D4D3D;
  margin-bottom: 12px;
}
.su-cart-summary-row strong { color: #1A2E1A; font-weight: 700; }
.su-cart-free {
  background: #D4EDD4;
  color: #1A5E1A;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.su-cart-summary-divider {
  height: 1px;
  background: #D4EDD4;
  margin: 14px 0;
}
.su-cart-total-row {
  font-size: 17px;
  font-weight: 700;
  color: #1A2E1A;
  margin-bottom: 20px;
}
.su-cart-total-row strong {
  font-size: 22px;
  color: #1A5E1A;
}
.su-cart-checkout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* Trust pills */
.su-cart-trust {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  border-top: 1px solid #EDF5ED;
}
.su-cart-trust span {
  font-size: 12px;
  color: #3D6B3D;
  font-weight: 500;
}

/* -- Responsive -- */
@media (max-width: 860px) {
  .su-cart-layout { grid-template-columns: 1fr; }
  .su-cart-summary { position: static; }
}
@media (max-width: 560px) {
  .su-cart-table thead th:nth-child(2),
  .su-cart-table td:nth-child(2) { display: none; }
}

/* =====================================================================
   ADMIN PANEL — herbal green theme
   ===================================================================== */

/* CSS variable overrides scoped to admin shell */
.admin-shell {
  --surface: #FFFFFF;
  --line:    #D4EDD4;
  --muted:   #3D6B3D;
  --text:    #1A2E1A;
  --brand:   #2A7A2A;
}

/* Sidebar */
.sidebar {
  background: linear-gradient(180deg, #0F3D0F 0%, #1A5E1A 100%);
  border-right: 1px solid rgba(42,122,42,0.40);
  color: #C8E6C8;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  align-self: start;
}
.sidebar h3 {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.04em;
  font-size: 18px;
  padding: 0 12px;
  margin: 0 0 6px;
}
.sidebar h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #2A7A2A;
  margin: 8px 12px 18px;
  border-radius: 2px;
}
.sidebar h4 {
  color: rgba(200,230,200,0.6) !important;
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
}
.sidebar a {
  color: #C8E6C8;
  border-radius: 6px;
  margin-bottom: 2px;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
}
.sidebar a:hover {
  background: rgba(42,122,42,0.30);
  color: #FFFFFF;
  padding-left: 20px;
}
.sidebar hr {
  border-top-color: rgba(42,122,42,0.30) !important;
}

/* Active sidebar link — mark current page */
.sidebar a.active-link {
  background: rgba(42,122,42,0.45);
  color: #FFFFFF;
  font-weight: 600;
}

/* Topbar */
.admin-topbar {
  background: #1A5E1A;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 16px;
}
.admin-topbar strong { color: #FFFFFF; }
.admin-topbar .menu-toggle { color: #FFFFFF; background: transparent; border: none; font-size: 18px; cursor: pointer; }

/* Main area */
.admin-main {
  background: #F0F7F0;
}

/* Panels */
.panel {
  background: #FFFFFF;
  border: 1px solid #D4EDD4;
  border-radius: 10px;
}

/* Tables */
th {
  color: #1A5E1A;
  border-bottom-color: #D4EDD4;
  background: #F5FBF5;
}
td { border-bottom-color: #E8F4E8; }
tr:hover td { background: #FAFFF8; }

/* Form controls */
.form-control, input[type="text"], input[type="email"],
input[type="number"], input[type="password"], textarea, select {
  border-color: #D4EDD4;
  background: #FAFFF8;
  color: #1A2E1A;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
  border-color: #2A7A2A;
  box-shadow: 0 0 0 3px rgba(42,122,42,0.10);
  outline: none;
}

/* Buttons */
.admin-main .btn {
  background: #2A7A2A;
  border-color: #2A7A2A;
  color: #FFFFFF;
}
.admin-main .btn:hover { background: #1A5E1A; border-color: #1A5E1A; }
.admin-main .danger { background: rgba(185,28,28,0.08); color: #B91C1C; border-color: #FECACA; }
.admin-main .danger:hover { background: rgba(185,28,28,0.18); }

/* Status badges */
.admin-main .badge-pending  { background: #FEF3C7; color: #92400E; border: 1px solid #F59E0B; }
.admin-main .badge-ok       { background: #DCFCE7; color: #15803D; border: 1px solid #86EFAC; }
.admin-main .badge-info     { background: #DBEAFE; color: #1E40AF; border: 1px solid #93C5FD; }
.admin-main .badge-purple   { background: #F3E8FF; color: #5B21B6; border: 1px solid #C4B5FD; }

/* Headings in admin */
.admin-main h1, .admin-main h2, .admin-main h3 { color: #1A2E1A; }
.admin-main label { color: #1A5E1A; font-weight: 500; }

/* Quick action links in dashboard */
.admin-main a[style*="background: #FFFEFB"],
.admin-main a[style*="background:#FFFEFB"] {
  background: #F5FBF5 !important;
  color: #1A2E1A !important;
  border-color: #D4EDD4 !important;
}
.admin-main a[style*="background: #2C1F0E"],
.admin-main a[style*="background:#2C1F0E"] {
  background: #2A7A2A !important;
  color: #FFFFFF !important;
  border-radius: 8px !important;
}

/* Stat card number overrides (brown → green) */
.admin-main [style*="color: #A07840"],
.admin-main [style*="color:#A07840"] { color: #2A7A2A !important; }
.admin-main [style*="color: #2C1F0E"],
.admin-main [style*="color:#2C1F0E"] { color: #1A3D1A !important; }
.admin-main [style*="color: #7A4E20"],
.admin-main [style*="color:#7A4E20"] { color: #1A5E1A !important; }

/* Pending / Today / Categories stat mini-cards */
.admin-main [style*="background: #fef3c7"] {
  background: #FEF9C3 !important;
  border-color: #FCD34D !important;
}
.admin-main [style*="background: #dbeafe"] {
  background: #EFF6FF !important;
  border-color: #93C5FD !important;
}
.admin-main [style*="background: #f3e8ff"] {
  background: #DCFCE7 !important;
  border-color: #86EFAC !important;
}
.admin-main [style*="color: #5b21b6"],
.admin-main [style*="color:#5b21b6"] { color: #15803D !important; }

/* =====================================================================
   BLOG — herbal green overrides
   ===================================================================== */

/* -- Blog hero banner -- */
.blog-hero {
  background: #000000;
  border-bottom: 1px solid #5A4010;
}
.blog-hero h1 { color: #C4962A; }
.blog-hero p  { color: #A07820; }
.blog-hero .eyebrow {
  color: #C4962A;
  background: #1A1100;
  border: 1px solid #5A4010;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  display: inline-block;
}

/* -- Blog card -- */
.blog-card {
  background: #0A0A0A;
  border-color: #5A4010;
}
.blog-card:hover {
  box-shadow: 0 12px 36px rgba(196,150,42,0.18);
  border-color: #C4962A;
}
.blog-card-placeholder {
  background: linear-gradient(135deg, #1A1100 0%, #0A0A0A 100%);
}
.blog-card-meta  { color: #A07820; }
.blog-card-title { color: #C4962A; }
.blog-card-excerpt { color: #A07820; }
.blog-read-more  { color: #C4962A; }
.blog-card-cat   { background: #C4962A; color: #000; }

/* -- Blog sidebar -- */
.blog-sidebar {
  background: #0A0A0A;
  border-color: #5A4010;
}
.blog-sidebar-title {
  color: #C4962A;
  border-bottom-color: #5A4010;
}
.blog-cat-link        { color: #A07820; }
.blog-cat-link:hover,
.blog-cat-link.active {
  background: #1A1100;
  color: #C4962A;
  font-weight: 600;
}
.blog-cat-count {
  background: #1A1100;
  color: #C4962A;
}
.blog-cat-link.active .blog-cat-count {
  background: #C4962A;
  color: #000;
}

/* -- Card image background (override brown) -- */
.blog-card-img { background: #1A1100; }
.blog-card { border: 1px solid #5A4010; }

/* -- Empty state -- */
.su-blog-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 60px 20px;
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-radius: 14px;
  color: #C4962A;
}
.su-blog-empty p { font-size: 16px; margin: 0; color: #A07820; }

/* -- Clear filter link -- */
.su-blog-clear-link {
  font-size: 13px;
  color: #DC2626;
  font-weight: 600;
  text-decoration: none;
  margin-left: 6px;
  transition: opacity 0.15s;
}
.su-blog-clear-link:hover { opacity: 0.75; }

/* -- Filter label bar -- */
.blog-filter-label {
  color: #C4962A;
  background: #1A1100;
  border-color: #5A4010;
}

/* -- Blog container spacing -- */
.blog-container { padding: 36px 0 56px; }

/* -- Sidebar mobile pill active -- */
@media (max-width: 900px) {
  .blog-cat-link { background: #1A1100; color: #A07820; }
  .blog-cat-link.active { background: #C4962A; color: #000; }
}

/* -- Pagination -- */
.blog-pagination a {
  color: #C4962A;
  background: #1A1100;
  border-color: #5A4010;
}
.blog-pagination a.active,
.blog-pagination a:hover {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%);
  color: #fff;
  border-color: #C4962A;
}

/* -- Single blog post page -- */
.blog-post-meta    { color: #A07820; }
.blog-post-date,
.blog-post-author  { background: #1A1100; border: 1px solid #5A4010; color: #C4962A; }
.blog-post-title   { color: #C4962A; }
.blog-post-excerpt {
  color: #A07820;
  border-left-color: #C4962A;
}
.blog-post-content      { color: #A07820; }
.blog-post-content h2,
.blog-post-content h3   { color: #C4962A; }
.blog-post-content a    { color: #C4962A; }
.blog-post-content blockquote {
  border-left-color: #C4962A;
  background: #1A1100;
  color: #A07820;
}

/* -- Related posts section -- */
.blog-related { border-top-color: #5A4010; }
.blog-related h3 { color: #C4962A; }

@media (max-width: 640px) {
  .su-header { padding: 10px 0; }
  .su-header-inner { gap: 8px; width: 100%; padding: 0 12px; }
  .su-search-form { max-width: none; }
  .su-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .su-footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .su-footer-bottom-links { justify-content: center; flex-wrap: wrap; }
  .su-footer-social { justify-content: center; }
  .su-footer-trust { justify-content: center; }
}

/* =====================================================================
   HERO SECTION — Herbal / Ayurvedic colour palette
   ===================================================================== */

/* Base gradient: deep forest green → rich herbal green → leafy mid-green */
.hero {
  background-image: linear-gradient(135deg,
    #0F3D0F 0%,
    #1A5E1A 30%,
    #2A7A2A 65%,
    #3A8F3A 100%
  );
  background-color: #1A5E1A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
/* When a custom image is set via inline style, show it fully */
.hero[style*="background-image"] {
  background-image: none;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 0;
  aspect-ratio: 2 / 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Hide HTML text overlay on hero when image is set (image has text baked in) */
.hero[style*="background-image"] .eyebrow,
.hero[style*="background-image"] h1,
.hero[style*="background-image"] p:not(.eyebrow) {
  display: none;
}
.hero[style*="background-image"] .container {
  position: absolute;
  bottom: 24px;
  left: 0; right: 0;
}
@media (max-width: 768px) {
  .hero[style*="background-image"] {
    aspect-ratio: 16 / 9;
  }
  .hero[style*="background-image"] .container {
    display: none;
  }
}

/* Soften the dark overlay — green already gives enough depth */
.hero::before {
  background: rgba(10, 30, 10, 0.18) !important;
}

/* Leaf-pattern decorative overlay (subtle radial glow from center) */
.hero::after {
  background: radial-gradient(
    ellipse 70% 60% at 50% 110%,
    rgba(196, 150, 42, 0.12) 0%,
    transparent 70%
  ),
  linear-gradient(
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.28)
  ) !important;
}

/* Eyebrow tag above headline */
.hero .eyebrow {
  color: rgba(196, 220, 150, 0.92) !important;
  background: rgba(255, 255, 255, 0.10);
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-block;
  margin-bottom: 20px;
}

/* Headline */
.hero h1 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

/* Subtitle */
.hero p {
  color: rgba(220, 240, 200, 0.92) !important;
}

/* CTA button — gold to match the logo accent */
.hero .btn {
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 60%, #5A3A08 100%);
  color: #FFFFFF;
  border: 1px solid #A07820;
  box-shadow: 0 4px 18px rgba(196, 150, 42, 0.40);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 6px;
}
.hero .btn:hover {
  background: linear-gradient(135deg, #D4A63A 0%, #A07820 60%, #6B4A10 100%);
  box-shadow: 0 6px 24px rgba(196, 150, 42, 0.55);
  transform: translateY(-2px);
}

/* When hero has a custom background image, remove all overlays */
.hero[style*="background-image"]::before,
.hero[style*="background-image"]::after {
  display: none !important;
  background: none !important;
}

@media (max-width: 768px) {
  .hero { padding: 60px 0 48px; }
}

/* =====================================================================
   FEATURE ADDITIONS — Wishlist, AJAX Search (Sultan Theme)
   ===================================================================== */

/* Wishlist icon in header */
.su-wishlist-icon-wrap { position: relative; display: inline-flex; }
.su-wishlist-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #25D366;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
.su-wishlist-btn svg { color: #C4962A; }
.su-wishlist-btn:hover svg { color: var(--su-green); }

/* AJAX Search dropdown (Sultan theme) */
.su-search-wrap { position: relative; width: 100%; max-width: 700px; margin: 0 auto; }
.su-search-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  background: #0A0A0A;
  border: 1px solid #5A4010;
  border-top: 2px solid #C4962A;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  z-index: 9999;
  max-height: 420px;
  overflow-y: auto;
}
.su-search-dropdown:not(:empty) { display: block; }
.su-search-dropdown .search-result-item {
  background: transparent;
  border-bottom: 1px solid #1E1200;
  color: #A07820;
}
.su-search-dropdown .search-result-item:hover { background: #1A1100; color: #C4962A; }
.su-search-dropdown .search-result-name { color: #C4962A; }
.su-search-dropdown .search-result-cat  { color: #7A6020; }
.su-search-dropdown .search-result-price strong { color: #C4962A; }
.su-search-dropdown .search-no-results { color: #7A6020; padding: 20px 16px; }
.su-search-dropdown .search-view-all {
  background: #1A1100; color: #C4962A; border-top: 1px solid #5A4010;
  font-weight: 600;
}
.su-search-dropdown .search-view-all:hover { background: #2A1E00; }

/* ── Newsletter Section (Sultan Theme) ─────────────────── */
.su-newsletter-section {
  background: linear-gradient(135deg, #1A1000 0%, #0A0800 100%);
  border-top: 1px solid #5A4010;
  border-bottom: 1px solid #5A4010;
  padding: 48px 0;
}
.su-newsletter-inner {
  width: 97%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.su-newsletter-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 260px;
  color: #A07820;
}
.su-newsletter-text svg { color: #C4962A; }
.su-newsletter-text h3 {
  color: #C4962A;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 6px;
}
.su-newsletter-text p { color: #A07820; font-size: 14px; margin: 0; }
.su-newsletter-form {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 280px;
  max-width: 480px;
}
.su-newsletter-form input {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid #5A4010;
  border-radius: 6px;
  font-size: 14px;
  background: #0A0A0A;
  color: #C4962A;
  outline: none;
  transition: border-color 0.2s;
}
.su-newsletter-form input::placeholder { color: #7A6020; }
.su-newsletter-form input:focus { border-color: #C4962A; }
.su-newsletter-btn {
  white-space: nowrap;
  background: linear-gradient(135deg, #C4962A 0%, #8B6010 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 13px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.su-newsletter-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.su-newsletter-msg { color: #C4962A; font-size: 14px; margin: 8px 0 0; font-weight: 500; }
@media (max-width: 768px) {
  .su-newsletter-inner { flex-direction: column; gap: 20px; }
  .su-newsletter-form { flex-direction: column; width: 100%; }
  .su-newsletter-form input,
  .su-newsletter-btn { width: 100%; }
}
