/* ══════════════════════════════════════════
   Prakriti Ayurvedic — Store Theme
   ══════════════════════════════════════════ */

:root {
  --color-theme: #28a745;
  --color-primary: #65971e;
  --color-light-primary: #daeac5;
  --color-lightness-primary: #fdfff8;
  --font-store: 'Montserrat', 'Hind Siliguri', 'Noto Sans Bengali', system-ui, sans-serif;
  --bs-body-font-family: var(--font-store);
  --bs-font-sans-serif: var(--font-store);
  --primary:   #65971e;
  --primary-d: #557f19;
  --primary-l: #daeac5;
  --secondary: #28a745;
  --accent:    #dc3545;
  --text:      #232424;
  --muted:     #8d949d;
  --border:    #e7e7e7;
  --bg:        #f2f2f2;
  --white:     #ffffff;
  --shadow:    0 2px 12px rgba(0,0,0,.08);
  --radius:    10px;
}

/* Organic Bootstrap success alignment */
.btn-success {
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-bg: #218838;
  --bs-btn-hover-border-color: #1e7e34;
  --bs-btn-active-bg: #1e7e34;
  --bs-btn-active-border-color: #1c7430;
}
.text-success { color: #28a745 !important; }
.bg-success { background-color: #28a745 !important; }

* { box-sizing: border-box; margin:0; padding:0; }
html {
  font-family: var(--font-store);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: inherit;
  color:var(--text);
  background:var(--section-body-bg, #fff);
  font-size:15px;
  font-weight:500;
  line-height:1.55;
}
button, input, select, textarea, .btn, .form-control, .form-select {
  font-family: inherit;
}
a { color:inherit; text-decoration:none; }
img { max-width:100%; }

/* ── Top Bar ── */
.top-bar {
  background: var(--section-topbar-bg, var(--primary-d, #557f19));
  color: var(--section-topbar-text, #fff);
  font-size: 12px;
  padding: 6px 0;
}
.top-bar a { color:inherit; }
.top-bar .marquee-wrap { overflow:hidden; flex:1; margin: 0 20px; }
.top-bar .marquee-text { white-space:nowrap; animation: marquee 22s linear infinite; display:inline-block; }
@keyframes marquee { 0%{transform:translateX(100%)} 100%{transform:translateX(-100%)} }

/* ── Sticky Header ── */
.site-header {
  position: relative;
  background: var(--section-header-bg, #fff);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  padding: 4px 0;
}
.modern-store-header { z-index: 1001; position: relative; }
.store-header-wrap .store-search-panel { position: absolute; left: 0; right: 0; top: 100%; }
.brand-logo:not(.brand-logo--nav) img  { height: 50px; object-fit:contain; }
.brand-logo:not(.brand-logo--nav) span { font-size: 20px; font-weight:800; color: var(--primary); }

/* Legacy search (search page only) */
.search-form-lg { display:flex; gap:0; border:2px solid #d1d5db; border-radius:10px; overflow:hidden; background:#fff; }
.search-form-lg input { flex:1; border:none; outline:none; padding:14px 16px; font-size:16px; }
.search-form-lg button { border:none; background:var(--primary); color:#fff; padding:0 22px; font-weight:700; }

/* Cart icon legacy */
.cart-icon { color: var(--text); position:relative; font-size:20px; }
.cart-icon:hover { color: var(--primary); }

/* Nav Menu (legacy — unified nav uses store-header.css) */
.main-nav { background: var(--section-nav-bg, var(--primary)); }

/* ── Hero Banner ── */
.hero-carousel .carousel-item img {
  max-height: 480px; object-fit:cover; width:100%;
}
.hero-section {
  background: linear-gradient(135deg, var(--section-hero-bg1, #fdfff8), var(--section-hero-bg2, #daeac5));
  padding: 60px 0;
  text-align:center;
}
.hero-section h1 { font-size:2.2rem; font-weight:800; color: var(--primary); }
.hero-section p   { font-size:1.1rem; color: var(--muted); margin:12px 0 24px; }

/* ── Split Hero Layout (Organic-style centered) ── */
.hero-section-outer {
  background: #f2f2f2;
  padding: 14px 0 18px;
  --hero-block-height: 480px;
}
.hero-section-container {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
}
.hero-wrap {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: visible;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
  position: relative;
  height: auto;
  min-height: var(--hero-block-height, 480px);
  max-height: none;
}

/* Left category sidebar */
.hero-cat-sidebar {
  width: 215px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--border);
  overflow: visible;
  scrollbar-width: thin;
  z-index: 5;
  height: auto;
  min-height: var(--hero-block-height, 480px);
  align-self: stretch;
  max-height: none;
  border-radius: 6px 0 0 6px;
}
.hero-cat-sidebar-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  padding: 12px 14px 8px;
  border-bottom: 1px solid #f3f4f6;
}
.hero-cat-sidebar::-webkit-scrollbar { width:4px; }
.hero-cat-sidebar::-webkit-scrollbar-thumb { background: var(--border); border-radius:4px; }

.hero-cat-list { list-style:none; margin:0; padding:4px 0; }
.hero-cat-list-item { position: relative; }
.hero-cat-list-item.has-subcats > .hero-cat-item { padding-right: 8px; }
.hero-cat-item {
  display: flex; align-items: center; gap:8px;
  padding: 11px 12px;
  min-height: 52px;
  color: var(--text); transition:.18s;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
}
.hero-cat-item:hover, .hero-cat-item.active,
.hero-cat-subitem:hover, .hero-cat-subitem.active {
  background: var(--primary-l);
  color: var(--primary);
}
.hero-cat-sublist {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 230px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
  z-index: 20;
}
.hero-cat-list-item.has-subcats:hover > .hero-cat-sublist { display: block; }
.hero-cat-subitem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  min-height: 48px;
  color: var(--text);
  transition: .18s;
}
.hero-cat-sublist li + li { border-top: 1px solid #f3f4f6; }
.hero-cat-icon {
  width: 32px; height: 32px; border-radius:6px;
  overflow:hidden; flex-shrink:0;
  background: var(--primary-l);
  display:flex; align-items:center; justify-content:center;
  font-size:14px; color: var(--primary);
}
.hero-cat-icon img { width:100%; height:100%; object-fit:cover; }
.hero-cat-name  { flex:1; font-size:12px; font-weight:600; line-height:1.3; }
.hero-cat-count {
  font-size:10px; font-weight:700;
  background: var(--primary); color:#fff;
  padding:1px 6px; border-radius:50px; min-width:20px; text-align:center;
}
.hero-cat-arrow { font-size:10px; color: var(--muted); flex-shrink:0; }
.hero-cat-item:hover .hero-cat-arrow { color: var(--primary); transform:translateX(2px); }

/* Right slider */
.hero-slider-wrap {
  flex: 1; min-width:0;
  position: relative; overflow:hidden;
  height: auto;
  min-height: var(--hero-block-height, 480px);
  background: #fff;
}
.hero-slider-wrap .carousel,
.hero-slider-wrap .carousel-inner,
.hero-slider-wrap .carousel-item {
  height: auto;
  min-height: 100%;
}
.hero-slide-img {
  width:100%;
  height: auto;
  min-height: unset;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
}
.hero-slide-caption {
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  bottom: 1.25rem;
  left: 6%;
  right: auto;
  max-width: 52%;
  text-align: left;
}
.hero-slide-caption h2 {
  font-size: clamp(1rem, 2.2vw, 1.65rem);
  font-weight: 800;
  margin-bottom: .35rem;
}
.hero-slide-caption p {
  font-size: clamp(.8rem, 1.6vw, .95rem);
  margin-bottom: 0;
}
.hero-slide-caption .btn {
  font-size: .85rem;
  padding: .4rem 1rem;
}
.hero-slide-dots {
  bottom: 10px;
}
.hero-slide-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* Mobile cart float */
.hero-cart-float {
  position:absolute; right:12px; bottom:12px;
  background: var(--primary); color:#fff;
  width:48px; height:48px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:18px; box-shadow:0 4px 12px rgba(0,0,0,.2);
  z-index:10;
}
.hero-cart-float span {
  position:absolute; top:-4px; right:-4px;
  background: var(--accent); color:#fff;
  font-size:10px; font-weight:700;
  width:18px; height:18px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}

/* Responsive hero */
@media(max-width:767px) {
  .hero-section-outer {
    padding: 8px 0 14px;
  }
  .hero-section-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-wrap {
    flex-direction: column;
    height: auto;
    min-height: unset;
    max-height: none;
    border: none;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }
  .hero-cat-sidebar {
    display: none !important;
  }
  .hero-slider-wrap {
    order: 1;
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    min-height: unset;
    max-height: none;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .08);
    background: #fff;
  }
  .hero-slider-wrap .carousel,
  .hero-slider-wrap .carousel-inner,
  .hero-slider-wrap .carousel-item {
    height: auto;
    min-height: unset;
  }
  .hero-slide-img {
    width: 100%;
    height: auto;
    min-height: unset;
    object-fit: contain;
    object-position: center;
  }
  .hero-slide-caption {
    max-width: 92%;
    left: 4%;
    bottom: 2.5rem;
  }
  .hero-slide-caption h2 {
    font-size: clamp(1rem, 4.5vw, 1.35rem);
  }
  .hero-slide-dots {
    bottom: 8px;
  }
}
@media(min-width:768px) and (max-width:991px) {
  .hero-section-container { max-width: 960px; }
  .hero-section-outer { --hero-block-height: 440px; }
  .hero-cat-sidebar { width: 190px; }
}
@media(min-width:992px) and (max-width:1199px) {
  .hero-section-container { max-width: 980px; }
  .hero-section-outer { --hero-block-height: 460px; }
}
@media(min-width:1400px) {
  .hero-section-container { max-width: 1240px; }
  .hero-section-outer { --hero-block-height: 500px; }
}

/* ── Trust Bar ── */
.trust-bar {
  background: var(--section-trust-bg, var(--primary-l));
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.trust-item { text-align:center; }
.trust-item .t-icon {
  width:44px; height:44px; border-radius:50%;
  background: var(--primary); color:#fff;
  display:flex; align-items:center; justify-content:center;
  margin: 0 auto 6px;
  font-size:18px;
  position: relative;
}
.trust-item .t-title  { font-size:13px; font-weight:700; }
.trust-item .t-sub    { font-size:11px; color: var(--muted); }

/* ── Organic Category Section (Freshio pill style) ── */
.cat-section {
  background: var(--section-catstrip-bg, #fff);
  padding: 36px 0 40px;
  border-bottom: 1px solid var(--border);
}
.cat-section--freshio {
  overflow: hidden;
}
.cat-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
}
.cat-section-head--freshio {
  align-items: flex-end;
}
.cat-section-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary, #65971e);
  margin-bottom: 4px;
}
.cat-section-head h4 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 800;
  margin: 0;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.cat-drag-hint {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.cat-scroll-wrap {
  overflow-x: auto;
  overflow-y: visible;
  margin: 0 -8px;
  padding: 10px 8px 16px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  text-align: center;
}
.cat-scroll-wrap::-webkit-scrollbar { display: none; }
.cat-scroll-row {
  display: inline-flex;
  gap: 20px;
  width: max-content;
  max-width: 100%;
  padding: 8px 6px 14px;
  scroll-snap-type: x proximity;
  text-align: left;
  vertical-align: top;
}
.cat-scroll-row--pills {
  gap: 24px;
  padding: 8px 10px 18px;
}

/* Freshio pill card */
.cat-pill-item {
  flex: 0 0 auto;
  width: 148px;
  min-height: 228px;
  padding: 18px 14px 24px;
  border-radius: 999px;
  background: var(--cat-pill-bg, #e8f8f7);
  text-decoration: none;
  color: #2f5d1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  scroll-snap-align: center;
  transition: transform 0.35s cubic-bezier(.34, 1.4, .64, 1), box-shadow 0.35s ease;
  animation: catPillIn 0.65s ease both;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.cat-pill-item:nth-child(1) { animation-delay: 0.04s; }
.cat-pill-item:nth-child(2) { animation-delay: 0.1s; }
.cat-pill-item:nth-child(3) { animation-delay: 0.16s; }
.cat-pill-item:nth-child(4) { animation-delay: 0.22s; }
.cat-pill-item:nth-child(5) { animation-delay: 0.28s; }
.cat-pill-item:nth-child(6) { animation-delay: 0.34s; }
.cat-pill-item:nth-child(n+7) { animation-delay: 0.4s; }

@keyframes catPillIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cat-pill-item:hover,
.cat-pill-item:focus-visible {
  transform: translateY(-10px);
  box-shadow: 0 18px 36px rgba(47, 93, 31, 0.12);
  color: #234715;
}
.cat-pill-item.active {
  box-shadow: 0 0 0 3px rgba(101, 151, 30, 0.22), 0 16px 32px rgba(47, 93, 31, 0.12);
}
.cat-pill-item.is-tap {
  animation: catPillTap 0.45s cubic-bezier(.34, 1.4, .64, 1);
}
@keyframes catPillTap {
  0%   { transform: scale(1); }
  35%  { transform: scale(0.95); }
  65%  { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.cat-pill-media {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  transition: transform 0.35s ease;
}
.cat-pill-item:hover .cat-pill-media {
  transform: scale(1.04);
}
.cat-pill-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(.34, 1.4, .64, 1);
}
.cat-pill-item:hover .cat-pill-media img {
  transform: scale(1.08) translateY(-2px);
}
.cat-pill-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--primary, #65971e);
}
.cat-pill-name {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 4px;
  word-break: break-word;
}

@media (max-width: 767px) {
  .cat-section { padding: 24px 0 28px; }
  .cat-section-head { margin-bottom: 16px; }
  .cat-section-head--freshio { align-items: center; }
  .cat-scroll-wrap {
    margin: 0 -12px;
    padding: 6px 12px 12px;
    text-align: left;
  }
  .cat-scroll-row--pills {
    gap: 16px;
    padding: 6px 8px 12px;
    scroll-snap-type: x mandatory;
  }
  .cat-pill-item {
    width: 132px;
    min-height: 210px;
    padding: 16px 12px 20px;
  }
  .cat-pill-media {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
  }
  .cat-pill-name { font-size: 12.5px; }
  .cat-pill-item:hover {
    transform: none;
    box-shadow: none;
  }
  .cat-pill-item:hover .cat-pill-media,
  .cat-pill-item:hover .cat-pill-media img {
    transform: none;
  }
}

@media (min-width: 992px) {
  .cat-pill-item {
    width: 168px;
    min-height: 248px;
    padding: 20px 16px 28px;
  }
  .cat-pill-media {
    width: 126px;
    height: 126px;
  }
  .cat-scroll-row--pills { gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .cat-pill-item,
  .cat-pill-media,
  .cat-pill-media img {
    animation: none !important;
    transition: none !important;
  }
}

/* Classic circle category strip (Homepage Settings → Category Section Style) */
.cat-section--circle {
  padding: 22px 0 26px;
}
.cat-section--circle .cat-section-head {
  margin-bottom: 18px;
}
.cat-section--circle .cat-section-head h4 {
  font-size: 1.15rem;
}
.cat-section--circle .cat-scroll-wrap {
  overflow: hidden;
  margin: 0 -4px;
  padding: 4px 8px 12px;
  text-align: left;
}
.cat-scroll-row--circle {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 8px 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 8px;
  width: max-content;
  max-width: 100%;
}
.cat-scroll-row--circle::-webkit-scrollbar { display: none; }
.cat-section--circle .cat-circle-item {
  flex: 0 0 auto;
  width: 88px;
  text-align: center;
  text-decoration: none;
  color: var(--text);
  transition: 0.2s;
  scroll-snap-align: start;
}
.cat-section--circle .cat-circle-item:hover,
.cat-section--circle .cat-circle-item.active,
.cat-section--circle .cat-circle-item:focus-visible {
  color: var(--primary);
}
.cat-section--circle .cat-circle-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  background: linear-gradient(180deg, #f8faf5 0%, #eef5e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.cat-section--circle .cat-circle-item:hover .cat-circle-img,
.cat-section--circle .cat-circle-item.active .cat-circle-img {
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(101, 151, 30, 0.18);
}
.cat-section--circle .cat-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cat-section--circle .cat-circle-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--primary);
  background: linear-gradient(180deg, #f8faf5 0%, #eef5e6 100%);
}
.cat-section--circle .cat-circle-count {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 50px;
  border: 2px solid #fff;
  line-height: 1.2;
}
.cat-section--circle .cat-circle-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
  min-height: 2.7em;
}
.cat-section--circle .cat-circle-item.is-tap {
  animation: catCircleTap 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
}
@keyframes catCircleTap {
  0%   { transform: scale(1); }
  35%  { transform: scale(0.95); }
  65%  { transform: scale(1.03); }
  100% { transform: scale(1); }
}
@media (max-width: 767px) {
  .cat-section--circle { padding: 18px 0 22px; }
  .cat-section--circle .cat-section-head { margin-bottom: 14px; }
  .cat-section--circle .cat-section-head h4 { font-size: 1.05rem; }
  .cat-scroll-row--circle { gap: 14px; padding-bottom: 10px; }
  .cat-section--circle .cat-circle-item { width: 82px; }
  .cat-section--circle .cat-circle-img { width: 72px; height: 72px; }
  .cat-section--circle .cat-circle-fallback { font-size: 24px; }
  .cat-section--circle .cat-circle-name { font-size: 11px; min-height: 2.5em; }
}

/* Shared tap animation for all category styles */
.cat-tap-item.is-tap {
  animation: catGenericTap 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
}
@keyframes catGenericTap {
  0%   { transform: scale(1); }
  35%  { transform: scale(0.96); }
  65%  { transform: scale(1.03); }
  100% { transform: scale(1); }
}

/* ── Square Tiles ── */
.cat-section--square { padding: 32px 0 38px; }
.cat-scroll-row--square { gap: 18px; padding: 8px 10px 16px; }
.cat-square-item {
  flex: 0 0 auto;
  width: 132px;
  text-decoration: none;
  color: var(--text);
  scroll-snap-align: center;
  animation: catPillIn 0.6s ease both;
}
.cat-square-item:nth-child(n) { animation-delay: calc(0.04s + (var(--i, 0) * 0.06s)); }
.cat-square-media {
  width: 132px;
  height: 132px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
}
.cat-square-item:hover .cat-square-media,
.cat-square-item:focus-visible .cat-square-media {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
  border-color: rgba(101, 151, 30, 0.25);
}
.cat-square-media img,
.cat-square-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.cat-square-item:hover .cat-square-media img { transform: scale(1.08); }
.cat-square-fallback,
.cat-square-media .cat-tile-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--primary);
  background: var(--cat-accent, #eef6ff);
}
.cat-square-name {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.cat-square-count {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--muted);
  text-align: center;
}
.cat-square-item.active .cat-square-media {
  box-shadow: 0 0 0 3px rgba(101, 151, 30, 0.22), 0 14px 28px rgba(15, 23, 42, 0.12);
}

/* ── Rounded Cards (overlay) ── */
.cat-section--rounded { padding: 32px 0 38px; }
.cat-scroll-row--rounded { gap: 16px; }
.cat-rounded-item {
  flex: 0 0 auto;
  width: 156px;
  text-decoration: none;
  scroll-snap-align: center;
  animation: catPillIn 0.6s ease both;
}
.cat-rounded-media {
  position: relative;
  width: 156px;
  height: 196px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.cat-rounded-item:hover .cat-rounded-media,
.cat-rounded-item:focus-visible .cat-rounded-media {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
}
.cat-rounded-media img,
.cat-rounded-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-rounded-item:hover .cat-rounded-media img { transform: scale(1.1); }
.cat-rounded-fallback,
.cat-rounded-media .cat-tile-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--primary);
  background: var(--cat-accent, #eef6ff);
}
.cat-rounded-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 16px 12px 14px;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.78) 100%);
  color: #fff;
}
.cat-rounded-name {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}
.cat-rounded-meta {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.85;
}

/* ── Glass Strip ── */
.cat-section--glass {
  padding: 32px 0 38px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.cat-scroll-row--glass { gap: 14px; }
.cat-glass-item {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.cat-glass-item:hover,
.cat-glass-item:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
}
.cat-glass-thumb {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--cat-accent, #eef6ff);
}
.cat-glass-thumb img,
.cat-glass-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-glass-fallback,
.cat-glass-thumb .cat-tile-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--primary);
}
.cat-glass-body { flex: 1; min-width: 0; }
.cat-glass-name {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-glass-meta {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.cat-glass-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(101, 151, 30, 0.12);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.cat-glass-item:hover .cat-glass-arrow {
  transform: translateX(3px);
  background: rgba(101, 151, 30, 0.2);
}

/* ── Outline Squares ── */
.cat-section--outline { padding: 32px 0 38px; }
.cat-scroll-row--outline { gap: 16px; }
.cat-outline-item {
  flex: 0 0 auto;
  width: 118px;
  text-decoration: none;
  color: var(--text);
  text-align: center;
  scroll-snap-align: center;
}
.cat-outline-frame {
  width: 118px;
  height: 118px;
  border-radius: 18px;
  border: 2px dashed rgba(101, 151, 30, 0.28);
  background: var(--cat-accent, #eef6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.25s ease;
}
.cat-outline-item:hover .cat-outline-frame,
.cat-outline-item:focus-visible .cat-outline-frame,
.cat-outline-item.active .cat-outline-frame {
  border-style: solid;
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(101, 151, 30, 0.14);
  background: #fff;
}
.cat-outline-frame img,
.cat-outline-photo {
  width: 72%;
  height: 72%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.cat-outline-item:hover .cat-outline-frame img { transform: scale(1.08); }
.cat-outline-fallback,
.cat-outline-frame .cat-tile-fallback {
  font-size: 34px;
  color: var(--primary);
}
.cat-outline-name {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

/* ── Soft Grid ── */
.cat-section--softgrid { padding: 32px 0 40px; }
.cat-softgrid-wrap {
  overflow-x: auto;
  margin: 0 -8px;
  padding: 8px;
  scrollbar-width: none;
}
.cat-softgrid-wrap::-webkit-scrollbar { display: none; }
.cat-softgrid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(128px, 1fr);
  gap: 14px;
  width: max-content;
  min-width: 100%;
}
.cat-softgrid-item {
  text-decoration: none;
  color: var(--text);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: catPillIn 0.55s ease both;
}
.cat-softgrid-item:hover,
.cat-softgrid-item:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}
.cat-softgrid-media {
  aspect-ratio: 1;
  background: var(--cat-accent, #eef6ff);
  overflow: hidden;
}
.cat-softgrid-media img,
.cat-softgrid-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.cat-softgrid-item:hover .cat-softgrid-media img { transform: scale(1.06); }
.cat-softgrid-fallback,
.cat-softgrid-media .cat-tile-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--primary);
}
.cat-softgrid-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px 12px;
}
.cat-softgrid-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.cat-softgrid-count {
  flex-shrink: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(101, 151, 30, 0.12);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .cat-square-item,
  .cat-square-media { width: 148px; height: 148px; }
  .cat-rounded-item,
  .cat-rounded-media { width: 168px; height: 210px; }
  .cat-glass-item { width: 260px; }
  .cat-softgrid-wrap { overflow: visible; }
  .cat-softgrid {
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cat-square-item,
  .cat-square-media { width: 118px; height: 118px; }
  .cat-rounded-item,
  .cat-rounded-media { width: 140px; height: 176px; }
  .cat-glass-item { width: 220px; }
  .cat-outline-frame { width: 104px; height: 104px; }
  .cat-outline-item { width: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  .cat-tap-item,
  .cat-square-item,
  .cat-rounded-item,
  .cat-glass-item,
  .cat-outline-item,
  .cat-softgrid-item {
    animation: none !important;
    transition: none !important;
  }
}

/* Legacy circle classes (hero sidebar / old markup) */
.cat-circle-item {
  flex: 0 0 auto;
  width: 108px;
  text-align: center;
  text-decoration: none;
  color: var(--text);
}
.cat-circle-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  border: 3px solid #e8ece4;
  background: linear-gradient(145deg, #ffffff 0%, #f0f7e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-circle-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* ── Organic Section Bar (Trending / Combo) ── */
.home-prod-block { background: #fff; }
.home-trending-block { background: var(--primary-l, #e8f3d4); }
.sec-bar {
  background: var(--primary);
  color: #fff;
  padding: 11px 0;
}
.sec-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sec-bar h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.sec-bar a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.sec-bar a:hover { opacity: .85; text-decoration: underline; }
.sec-products { padding: 24px 0 36px; background: #fff; }
.sec-products-alt { background: var(--bg, #f2f2f2); }
.sec-trending-bg { background: var(--primary-l, #e8f3d4); padding-top: 20px; padding-bottom: 28px; }

/* ── Category Section Header (Neemba style) ── */
.cat-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  padding: 16px 20px;
  margin-bottom: 20px;
}
.cat-sec-head-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.cat-sec-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--primary-l, #daeac5);
  background: #fff;
}
.cat-sec-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-sec-icon-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 22px;
  background: var(--primary-l, #daeac5);
}
.cat-sec-head-text h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
}
.cat-sec-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-l, #daeac5);
  color: var(--primary-d, #557f19);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
}
.cat-sec-count i { font-size: 11px; }
.cat-sec-viewall {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s;
}
.cat-sec-viewall:hover { background: var(--primary-d); color: #fff; }

/* ── Popular Section Header ── */
.pop-sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding: 8px 0;
}
.pop-sec-head h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pop-sec-head h3 i { color: var(--primary); font-size: 1.1rem; }
.pop-sec-head a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.pop-sec-head a:hover { text-decoration: underline; }

/* ── Product Carousel (Trending) ── */
.prod-carousel-wrap {
  position: relative;
  padding: 0 44px;
}
.prod-carousel-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 8px;
}
.prod-carousel-track::-webkit-scrollbar { display: none; }
.prod-carousel-item {
  flex: 0 0 calc(50% - 7px);
  scroll-snap-align: start;
  min-width: calc(50% - 7px);
  max-width: calc(50% - 7px);
}
@media (min-width: 576px) {
  .prod-carousel-item {
    flex-basis: calc(33.333% - 10px);
    min-width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}
@media (min-width: 768px) {
  .prod-carousel-item {
    flex-basis: calc(25% - 11px);
    min-width: calc(25% - 11px);
    max-width: calc(25% - 11px);
  }
}
@media (min-width: 992px) {
  .prod-carousel-item {
    flex-basis: calc(16.666% - 12px);
    min-width: calc(16.666% - 12px);
    max-width: calc(16.666% - 12px);
  }
}
.prod-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  transition: background .2s, transform .2s;
}
.prod-carousel-btn:hover { background: var(--primary-d); transform: translateY(-50%) scale(1.05); }
.prod-carousel-btn--prev { left: 0; }
.prod-carousel-btn--next { right: 0; }
.prod-carousel-btn:disabled { opacity: .35; cursor: default; transform: translateY(-50%); }

.home-cat-section { padding: 28px 0 36px; background: var(--bg, #f2f2f2); }
.home-cat-section + .home-cat-section { padding-top: 0; }

/* ── Category Scroll Strip (legacy chips — page builder) ── */
.cat-strip {
  background: var(--section-catstrip-bg, #fff);
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.cat-strip-inner {
  display: flex; gap:12px;
  overflow-x: auto; padding-bottom:4px;
  scrollbar-width: none;
}
.cat-strip-inner::-webkit-scrollbar { display:none; }
.cat-chip {
  display: inline-flex; flex-direction:column; align-items:center;
  min-width: 80px; cursor:pointer; text-decoration:none;
  padding: 8px 12px; border-radius:50px;
  background: var(--primary-l); color: var(--primary);
  font-size:13px; font-weight:700; white-space:nowrap;
  font-family: inherit;
  border: 1.5px solid transparent;
  transition:.2s;
}
.cat-chip:hover, .cat-chip.active {
  background: var(--primary); color:#fff;
  border-color: var(--primary);
}
.cat-chip i { font-size:18px; margin-bottom:4px; }

/* ── Section Common ── */
.sec { padding: 40px 0; }
.sec-alt { background: var(--bg); }
.sec-title {
  text-align:center; margin-bottom:28px;
}
.sec-title h2 {
  font-size:1.5rem; font-weight:800;
  color: var(--section-title-color, var(--primary));
  display:inline-flex; align-items:center; gap:8px;
}
.sec-title h2::before, .sec-title h2::after {
  content:''; flex:1; height:2px;
  background: linear-gradient(to right, transparent, var(--primary));
}
.sec-title h2::after { background: linear-gradient(to left, transparent, var(--primary)); }
.sec-title p { color: var(--muted); font-size:14px; margin-top:4px; }
.sec-viewall {
  text-align:center; margin-top:24px;
}
.sec-viewall a {
  border: 1.5px solid var(--primary); color: var(--primary);
  padding: 8px 28px; border-radius:50px; font-weight:600; font-size:14px;
  transition:.2s;
}
.sec-viewall a:hover { background: var(--primary); color:#fff; }

/* ── Product Card ── */
.prod-card {
  background: var(--section-card-bg, #fff); border-radius:var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden; transition:.22s;
  border: 1px solid var(--border);
  display:flex; flex-direction:column;
  height:100%;
  width: 100%;
}
.prod-card:hover { box-shadow:0 10px 32px rgba(101,151,30,.2); transform:translateY(-4px); border-color:rgba(101,151,30,.25); }

/* Neemba-style product card */
.prod-card--neemba {
  border: 1.5px solid rgba(101,151,30,.35);
  border-radius: 8px;
  box-shadow: none;
}
.prod-card--neemba:hover {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(101,151,30,.12);
  transform: translateY(-2px);
}
.prod-card--neemba .prod-card-img { cursor: zoom-in; }

.prod-card-img {
  position:relative; overflow:hidden;
  background: var(--section-card-bg, #fff);
  aspect-ratio:1/1;
  cursor:zoom-in;
}
.prod-card-img > a {
  display:block; width:100%; height:100%;
  position:relative; overflow:hidden;
}
.prod-card-img img {
  width:100%; height:100%;
  object-fit:contain; object-position:center;
  display:block;
  background: var(--section-card-bg, #fff);
  transition:transform .5s cubic-bezier(.25,.46,.45,.94);
  will-change:transform;
  transform:scale(1);
}
.prod-card-img-empty {
  width:100%; height:100%;
  background: var(--section-card-bg, #fff);
  display:flex; align-items:center; justify-content:center;
}
.prod-card-img.is-zooming img {
  transform:scale(1.72);
}
.prod-card-img::after {
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.22) 50%, transparent 70%);
  transform:translateX(-120%);
  transition:transform .65s ease;
  pointer-events:none; z-index:2;
}
.prod-card-img.is-zooming::after {
  transform:translateX(120%);
}
.prod-zoom-hint {
  position:absolute; left:50%; bottom:14px;
  transform:translateX(-50%) translateY(8px);
  background:rgba(17,24,39,.78);
  color:#fff; font-size:11px; font-weight:700;
  padding:5px 12px; border-radius:999px;
  display:flex; align-items:center; gap:6px;
  opacity:0; pointer-events:none;
  transition:opacity .25s ease, transform .25s ease;
  z-index:3; backdrop-filter:blur(4px);
  letter-spacing:.02em;
}
.prod-card-img.is-zooming .prod-zoom-hint {
  opacity:1; transform:translateX(-50%) translateY(0);
}
@media (hover:none), (pointer:coarse) {
  .prod-card-img { cursor: zoom-in; }
  .prod-card-img.is-zooming img { transform: scale(1); }
  .prod-zoom-hint { display:none; }
  .prod-card--neemba .prod-card-img {
    aspect-ratio: 4 / 3;
    height: auto;
    max-height: 148px;
    min-height: 120px;
  }
  .prod-card--neemba .prod-card-img img {
    object-fit: contain;
    padding: 10px 12px;
    box-sizing: border-box;
    max-height: 148px;
  }
  .prod-card--neemba .prod-card-img-empty {
    max-height: 148px;
  }
  .prod-card--neemba .prod-card-img-empty i {
    font-size: 2rem !important;
  }
  .prod-zoom-tap-hint {
    display: flex;
  }
}

.prod-zoom-tap-hint {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 4;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(101, 151, 30, 0.35);
  color: var(--primary);
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.prod-badge {
  position:absolute; top:10px; left:10px;
  background: var(--accent); color:#fff;
  font-size:11px; font-weight:700;
  padding:2px 8px; border-radius:50px;
}
.prod-badge--neemba {
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 2;
}
.prod-badge-new {
  position:absolute; top:10px; right:10px;
  background: var(--secondary); color:#fff;
  font-size:11px; font-weight:700;
  padding:2px 8px; border-radius:50px;
}
.prod-badge-new--neemba {
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  border-radius: 4px;
}
.prod-wishlist {
  position:absolute; bottom:10px; right:10px;
  background:#fff; border:none; border-radius:50%;
  width:32px; height:32px;
  display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow); cursor:pointer; font-size:14px;
  color: var(--muted); transition:.2s;
  opacity:0;
}
.prod-card:hover .prod-wishlist { opacity:1; }
.prod-wishlist:hover { color: var(--accent); }
.prod-wishlist--neemba {
  top: 10px;
  bottom: auto;
  right: 10px;
  opacity: 1;
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--primary);
  background: #fff;
  color: var(--primary);
  box-shadow: none;
}
.prod-wishlist--neemba:hover { color: var(--primary-d); background: var(--primary-l); }

.prod-card-body {
  padding: 12px 14px 14px;
  flex:1; display:flex; flex-direction:column;
}
.prod-card-body .prod-name {
  font-size:15px; font-weight:700; color: var(--text);
  margin-bottom:6px; line-height:1.5;
  overflow:hidden; display:-webkit-box;
  -webkit-line-clamp:2; -webkit-box-orient:vertical;
  min-height:2.8em;
  font-family: inherit;
}
.prod-card-body--neemba { padding: 10px 12px 12px; text-align: center; }
.prod-name--neemba {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  min-height: 2.6em;
  margin-bottom: 8px;
  color: var(--text);
}
.prod-price-row { display:flex; align-items:center; gap:8px; flex-wrap:wrap; min-height:28px; margin-bottom:0; }
.prod-price-row--neemba {
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 10px;
  min-height: 28px;
}
.prod-card-actions { margin-top:auto; padding-top:10px; width:100%; }
.prod-card-actions--neemba { padding-top: 0; }
.prod-price     { font-size:20px; font-weight:800; color: var(--primary); }
.prod-card--neemba .prod-price {
  font-size: 21px;
  font-weight: 800;
  color: var(--text);
  margin-left: auto;
  letter-spacing: -0.01em;
}
.prod-old-price { font-size:14px; color: var(--muted); text-decoration:line-through; }
.prod-card--neemba .prod-old-price { font-size: 15px; }
@media (max-width: 767px) {
  .prod-card--neemba .prod-price { font-size: 18px; }
  .prod-card--neemba .prod-old-price { font-size: 14px; }
  .prod-price-row--neemba { min-height: 28px; gap: 6px; }
}
.prod-save      { font-size:11px; background: #fff3cd; color:#b45309; padding:1px 6px; border-radius:50px; font-weight:600; }

.btn-buy {
  display:block; width:100%;
  background: var(--primary); color: var(--section-btn-text, #fff);
  border:none; border-radius:var(--radius);
  padding:9px; font-size:14px; font-weight:700;
  font-family: inherit;
  cursor:pointer; text-align:center; transition:.2s;
}
.btn-buy:hover { background: var(--primary-d); color: var(--section-btn-text, #fff); }
.prod-card--neemba .btn-buy {
  border-radius: 6px;
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 700;
}
.btn-buy-icon {
  flex-shrink: 0;
  width: 42px;
  padding: 9px 0;
}
.prod-card--neemba .btn-buy-icon {
  width: 38px;
  border-radius: 6px;
  padding: 8px 0;
}
.btn-buy-outline {
  background:#fff; color: var(--primary);
  border:1.5px solid var(--primary);
}
.btn-buy-outline:hover { background: var(--primary); color: var(--section-btn-text, #fff); }

/* ── Horizontal Product Scroll ── */
.prod-scroll {
  display:flex; gap:16px;
  overflow-x:auto; padding-bottom:8px;
  scrollbar-width:thin; scrollbar-color: var(--primary) var(--bg);
}
.prod-scroll .prod-col { min-width:200px; max-width:200px; }

/* ── Best Seller Tag ── */
.prod-rating { display:flex; align-items:center; gap:4px; font-size:12px; color:#f59e0b; margin-bottom:6px; min-height:22px; }
.prod-rating span { color: var(--muted); }

/* ── Category Grid ── */
.cat-grid-card {
  background: var(--primary-l); border-radius:var(--radius);
  padding:20px 12px; text-align:center;
  transition:.2s; cursor:pointer; border:1.5px solid transparent;
  display:block; color: var(--primary);
}
.cat-grid-card:hover { background: var(--primary); color:#fff; border-color: var(--primary); }
.cat-grid-card i { font-size:28px; display:block; margin-bottom:8px; }
.cat-grid-card span { font-size:13px; font-weight:600; }

/* ── WhatsApp Float ── */
.wa-float {
  position:fixed; bottom:80px; right:20px; z-index:9990;
  width:50px; height:50px; border-radius:50%;
  background:#25d366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:24px; box-shadow:0 4px 16px rgba(37,211,102,.4);
  transition:.2s;
}
.wa-float:hover { transform:scale(1.1); color:#fff; }

/* ── Footer ── */
.site-footer {
  background: var(--section-footer-bg, #232424);
  color: var(--section-footer-text, #ccc);
  padding: 48px 0 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.footer-logo { height:50px; margin-bottom:12px; }
.footer-brand-name { font-size:20px; font-weight:800; color:var(--section-footer-heading, #fff); margin-bottom:8px; }
.footer-desc { font-size:13px; line-height:1.7; color:var(--section-footer-link, #aaa); }
.footer-social { display:flex; gap:8px; margin-top:16px; }
.footer-social a {
  width:34px; height:34px; border-radius:50%;
  background: color-mix(in srgb, var(--section-footer-social-bg, #ffffff) 18%, transparent);
  display:flex; align-items:center; justify-content:center;
  color: var(--section-footer-social-icon, #fff);
  font-size:14px; transition:.2s;
}
.footer-social a:hover {
  background: var(--section-footer-social-hover-bg, var(--primary));
  color: var(--section-footer-social-hover-icon, #fff);
}
.footer-heading { font-size:14px; font-weight:700; color:var(--section-footer-heading, #fff); margin-bottom:14px; text-transform:uppercase; letter-spacing:.5px; }
.footer-list { list-style:none; }
.footer-list li { margin-bottom:8px; }
.footer-list li a { color:var(--section-footer-link, #aaa); font-size:13px; transition:.2s; display:inline-flex; align-items:center; gap:6px; }
.footer-list li a:hover { color:var(--section-footer-heading, #fff); }
.footer-link-arrow { font-size:10px; opacity:.85; flex-shrink:0; }
.footer-contact-item { display:flex; gap:10px; align-items:flex-start; color:var(--section-footer-link, #aaa); font-size:13px; margin-bottom:10px; margin-top:10px; }
.footer-contact-item:first-of-type { margin-top:16px; }
.footer-contact-item a { color:var(--section-footer-link, #aaa); text-decoration:none; }
.footer-contact-item a:hover { color:var(--section-footer-heading, #fff); }
.footer-contact-item i { color: var(--section-footer-heading, #fff); margin-top:2px; flex-shrink:0; width:16px; text-align:center; opacity:.9; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 14px 0 10px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--section-footer-link, #ddd);
  background: transparent;
}
.footer-bottom-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer-copy {
  flex:1;
  min-width:200px;
  font-size: 16px;
  font-weight: 500;
  color: var(--section-footer-text, #eee);
}
.footer-dev {
  white-space:nowrap;
  font-size: 16px;
  font-weight: 500;
  color: var(--section-footer-text, #eee);
}
.footer-dev a { color:var(--section-footer-heading, #fff); font-weight:600; text-decoration:none; }
.footer-dev a:hover { text-decoration:underline; opacity:.9; }
.footer-bottom a { color: var(--section-footer-heading, #fff); }
@media(max-width:575px){
  .footer-bottom-inner { flex-direction:column; text-align:center; }
  .footer-copy, .footer-dev { width:100%; }
}

/* ── Order Tracking Section ── */
.track-section { background: var(--primary-l); padding:48px 0; }
.track-section h3 { font-size:1.4rem; font-weight:800; color: var(--primary); }
.track-form { display:flex; gap:0; max-width:480px; margin:16px auto 0; }
.track-form input  { flex:1; border:1.5px solid var(--primary); border-right:none; border-radius:var(--radius) 0 0 var(--radius); padding:10px 16px; font-size:14px; outline:none; }
.track-form button { background: var(--primary); color:#fff; border:none; border-radius:0 var(--radius) var(--radius) 0; padding:10px 22px; font-weight:700; cursor:pointer; }

/* ── Testimonials ── */
.testimonial-card {
  background:#fff; border-radius:var(--radius);
  padding:20px; box-shadow: var(--shadow);
  border:1px solid var(--border);
}
.testimonial-card .stars { color:#f59e0b; font-size:14px; margin-bottom:8px; }
.testimonial-card p  { font-size:13px; color: var(--text); font-style:italic; }
.testimonial-card .reviewer { margin-top:12px; display:flex; align-items:center; gap:10px; }
.testimonial-card .reviewer img { width:40px; height:40px; border-radius:50%; object-fit:cover; }
.testimonial-card .reviewer-name { font-weight:700; font-size:13px; }

/* ── Responsive ── */
@media(max-width:576px) {
  .hero-section h1 { font-size:1.5rem; }
  .sec { padding:28px 0; }
}

/* ── Animations ── */
@keyframes fadeInUp {
  from { opacity:0; transform:translateY(20px); }
  to   { opacity:1; transform:translateY(0); }
}
.animate-up { animation: fadeInUp .5s ease both; }

/* Homepage product reveal */
.prod-card.prod-reveal {
  opacity:0; transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease, box-shadow .22s, border-color .22s;
}
.prod-card.prod-reveal.is-visible {
  opacity:1; transform:translateY(0);
}
.sec-title h2 {
  position:relative; display:inline-block;
}
.sec-title h2::after {
  content:''; display:block; width:48px; height:3px;
  background:linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius:999px; margin:8px auto 0;
}

/* ── Admin Edit Bar (GrapesJS trigger) ── */
.edit-bar {
  position:fixed; bottom:20px; left:50%; transform:translateX(-50%);
  z-index:8888; display:none;
}
.edit-bar.show { display:flex; }
body:has(.edit-bar.show) .site-footer .store-footer-dev-bar {
  padding-bottom: 44px;
}
.edit-bar button {
  background: var(--primary); color:#fff;
  border:none; border-radius:50px; padding:10px 24px;
  font-weight:700; font-size:14px; box-shadow:0 4px 16px rgba(0,0,0,.2);
  cursor:pointer; display:flex; align-items:center; gap:8px;
}
