/* ═══════════════════════════════════════════════════════════
   NUTRAJ CLONE LAYOUT — Surdeep green color theme only
   ═══════════════════════════════════════════════════════════ */

:root {
  --nutraj-nav: var(--store-green-dark, #1b5e20);
  --nutraj-nav-hover: #2e7d32;
  --nutraj-ticker: #1a3d2a;
  --nutraj-accent: var(--store-green, #2e7d32);
  --nutraj-sale: var(--store-red, #c62828);
  --nutraj-radius-card: 16px;
  --nutraj-radius-sm: 8px;
  --nutraj-container: min(1280px, 96vw);
}

html, body { overflow-x: hidden; max-width: 100%; }

body.store-home { background: #fff; }

/* ─── Tier 1: Utility bar ─── */
.nutraj-utility {
  background: #2b2b2b;
  color: rgba(255,255,255,0.85);
  font-size: 0.75rem;
  font-weight: 500;
}
.nutraj-utility .container {
  width: var(--nutraj-container);
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 9px 0;
}
.nutraj-utility a:hover { text-decoration: underline; color: #fff; }

/* ─── Tier 2: Logo + search + icons ─── */
.nutraj-main-head {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1100;
}
.nutraj-main-head .container {
  width: var(--nutraj-container);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}
.nutraj-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.nutraj-logo img { height: 46px; width: auto; }
.nutraj-logo span {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--store-green-dark, #1b5e20);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.nutraj-logo small {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--store-orange, #e65100);
}

.nutraj-search-wrap { position: relative; max-width: 640px; width: 100%; margin: 0 auto; }
.nutraj-search {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  height: 46px;
}
.nutraj-search input {
  flex: 1; border: none; background: none; outline: none;
  padding: 0 16px; font-size: 0.92rem; font-family: var(--store-font);
}
.nutraj-search button {
  background: var(--nutraj-accent); color: #fff; border: none;
  padding: 0 22px; height: 100%; font-weight: 700; font-size: 0.85rem;
  cursor: pointer; font-family: var(--store-font);
}
.nutraj-search button:hover { background: var(--nutraj-nav); }

.nutraj-head-icons {
  display: flex; align-items: center; gap: 8px;
}
.nutraj-info-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 0 12px 0 10px;
  border-radius: 999px;
  background: #f3f6f4;
  color: #2e4a35;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.nutraj-info-link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.nutraj-info-link:hover {
  background: #e8f0ea;
  color: var(--nutraj-accent);
  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.12);
}
.nutraj-icon-btn {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border: none; background: none;
  cursor: pointer; color: #333; font-size: 1rem;
  border-radius: 50%; transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.nutraj-icon-btn:hover { background: #f0f4f1; color: var(--nutraj-accent); }
.nutraj-head-icon svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none;
  stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round;
}
.nutraj-head-icon:hover svg { stroke: var(--nutraj-accent); }
.nutraj-icon-btn .badge {
  position: absolute; top: 0; right: 0;
  background: var(--nutraj-sale); color: #fff;
  font-size: 0.6rem; font-weight: 700;
  min-width: 17px; height: 17px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.nutraj-hamburger { display: none; }

/* ─── Main nav bar ─── */
.nutraj-dark-nav {
  background: linear-gradient(180deg, var(--nutraj-nav) 0%, #174a20 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.nutraj-dark-nav .container {
  width: var(--nutraj-container);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 4px;
}
.nutraj-nav-item { position: relative; flex-shrink: 0; }
.nutraj-nav-link {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; font-size: 0.84rem; font-weight: 600;
  color: rgba(255,255,255,0.95); white-space: nowrap;
  border: none; background: none; cursor: pointer;
  font-family: var(--store-font); text-decoration: none;
  transition: background 0.2s, color 0.2s;
  min-height: 52px;
}
.nutraj-nav-link:hover, .nutraj-nav-item.open .nutraj-nav-link,
.nutraj-nav-item:hover > .nutraj-nav-link {
  background: rgba(255,255,255,0.1); color: #fff;
}
.nutraj-nav-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.14);
  transition: transform 0.2s, background 0.2s;
}
.nutraj-nav-icon svg { width: 17px; height: 17px; display: block; }
.nutraj-nav-link:hover .nutraj-nav-icon { transform: scale(1.06); background: rgba(255,255,255,0.22); }
.nutraj-nav-icon--shop { background: rgba(255,255,255,0.18); }
.nutraj-nav-icon--spices { background: rgba(129,199,132,0.35); }
.nutraj-nav-icon--dryfruits { background: rgba(188,170,164,0.45); }
.nutraj-nav-icon--masalas { background: rgba(239,154,154,0.35); }
.nutraj-nav-icon--mukhwas { background: rgba(206,147,216,0.35); }
.nutraj-nav-icon--specialty { background: rgba(255,224,130,0.35); color: #fff8e1; }
.nutraj-nav-icon--bulk { background: rgba(161,136,127,0.45); }
.nutraj-nav-icon--blog { background: rgba(144,202,249,0.3); }
.nutraj-nav-label { line-height: 1.2; }
.nutraj-nav-caret {
  font-size: 0.65rem; opacity: 0.75; margin-left: -2px;
}
.nutraj-nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 220px;
  background: #fff; color: #333; box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  border-radius: 0 0 8px 8px; opacity: 0; visibility: hidden;
  transform: translateY(4px); transition: 0.2s; z-index: 1200;
  padding: 12px 0;
}
.nutraj-nav-item:hover .nutraj-nav-dropdown,
.nutraj-nav-item.open .nutraj-nav-dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nutraj-nav-dropdown a {
  display: block; padding: 9px 20px; font-size: 0.85rem; color: #333;
}
.nutraj-nav-dropdown a:hover { background: var(--store-green-light); color: var(--nutraj-nav); }

/* ─── Tier 4: Maroon ticker (below nav) ─── */
.nutraj-marquee {
  background: var(--nutraj-ticker);
  color: #fff;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 10px 0;
}
.nutraj-marquee-track {
  display: flex;
  animation: nutrajMarquee 35s linear infinite;
  white-space: nowrap;
}
.nutraj-marquee-track span {
  padding: 0 40px;
}
.nutraj-marquee-track span::after {
  content: ' ◆ ';
  opacity: 0.5;
  margin-left: 40px;
}
.nutraj-marquee-static {
  display: none;
  margin: 0;
  padding: 0 16px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.45;
  text-align: center;
}
@keyframes nutrajMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── Hero: full-bleed image slider (1920×640 ratio) ─── */
.nutraj-hero-full {
  position: relative;
  background: #111;
  overflow: hidden;
}
.nutraj-hero-slides { position: relative; width: 100%; aspect-ratio: 1920 / 640; max-height: 520px; }
.nutraj-hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 0.8s ease;
  pointer-events: none;
}
.nutraj-hero-slide.active {
  opacity: 1; pointer-events: auto;
  animation: nutrajHeroIn 0.8s ease;
}
@keyframes nutrajHeroIn {
  from { opacity: 0; transform: scale(1.03); }
  to { opacity: 1; transform: scale(1); }
}
.nutraj-hero-slide img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  position: absolute; inset: 0;
}
.nutraj-hero-caption {
  position: absolute; right: 6%; top: 50%; transform: translateY(-50%);
  z-index: 3; color: #fff; max-width: 420px; text-align: left;
}
.nutraj-hero-caption h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.2; margin-bottom: 10px; }
.nutraj-hero-caption p { font-size: 0.95rem; opacity: 0.92; margin-bottom: 16px; }
.nutraj-hero-badge {
  display: inline-block; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 12px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; margin-bottom: 10px;
}
.nutraj-hero-cta {
  display: inline-block; padding: 12px 28px; background: #fff; color: var(--nutraj-nav);
  font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; border-radius: 2px;
}
.nutraj-hero-dots {
  position: absolute; bottom: 18px; left: 24px;
  display: flex; gap: 8px; z-index: 5;
}
.nutraj-hero-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: 2px solid #fff; background: transparent; cursor: pointer; padding: 0;
}
.nutraj-hero-dots button.active { background: #fff; }
.nutraj-hero-imgonly .nutraj-hero-caption { display: none; }
.nutraj-hero-full { border-radius: 0 0 20px 20px; margin: 0 auto; max-width: var(--nutraj-container); }
.nutraj-hero-slides { border-radius: 20px; }

/* ─── Unified slide carousels (centered, auto-loop, pause on hover) ─── */
.nutraj-slide-viewport {
  position: relative;
  width: var(--nutraj-container);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 44px;
}
.nutraj-slide-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.nutraj-slide-carousel::-webkit-scrollbar { display: none; }
.nutraj-slide-carousel.is-fitted {
  justify-content: center;
}
.nutraj-slide-carousel > * {
  scroll-snap-align: center;
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.nutraj-slide-carousel > *.is-slide-active {
  transform: scale(1.03);
}

/* ─── Category color cards (rounded, horizontal scroll) ─── */
.nutraj-cat-scroll-section { padding: 28px 0 12px; background: #fff; }
.nutraj-cat-scroll-wrap {
  width: var(--nutraj-container);
  margin: 0 auto;
  position: relative;
}
.nutraj-cat-scroll {
  padding: 4px 0 12px;
}
.nutraj-cat-scroll-wrap.nutraj-slide-viewport { padding: 0 48px; }
.nutraj-cat-card {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  padding-bottom: 16px;
  position: relative;
  transition: transform 0.25s;
}
.nutraj-cat-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
}
.nutraj-cat-card:hover { transform: scale(1.04); }
.nutraj-section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  text-align: left; gap: 16px;
}
.nutraj-section-head-row > div p { margin-left: 0; text-align: left; }
.nutraj-view-all {
  flex-shrink: 0; font-size: 0.85rem; font-weight: 700;
  color: var(--nutraj-accent); white-space: nowrap;
}
.nutraj-view-all:hover { text-decoration: underline; }
.nutraj-cat-card span {
  position: relative; z-index: 2;
  font-weight: 700; font-size: 0.88rem; color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.nutraj-cat-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.55));
}
.nutraj-cat-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; border: 1px solid #ddd; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer; font-size: 1.2rem; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  pointer-events: auto;
}
.nutraj-cat-arrow.prev { left: 4px; }
.nutraj-cat-arrow.next { right: 4px; }

/* ─── Shop-by pill links — Nutraj infinite scroll row ─── */
.nutraj-shopby {
  padding: 10px 0 28px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.nutraj-shopby-viewport { overflow: hidden; width: 100%; }
.nutraj-shopby-track {
  display: flex; gap: 10px;
  width: max-content;
  animation: nutrajShopBy 40s linear infinite;
}
.nutraj-shopby-track:hover { animation-play-state: paused; }
@keyframes nutrajShopBy {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.nutraj-shopby-track a {
  flex-shrink: 0;
  padding: 9px 20px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
  background: #fff;
  transition: 0.2s;
}
.nutraj-shopby-track a:hover {
  border-color: var(--nutraj-accent);
  color: var(--nutraj-accent);
  background: var(--store-green-light);
}

/* ─── Section titles (Nutraj style) ─── */
.nutraj-section {
  padding: 40px 0;
  background: #fff;
}
.nutraj-section.alt { background: #fafafa; }
.nutraj-section .container { width: var(--nutraj-container); margin: 0 auto; }
.nutraj-section-head {
  text-align: center;
  margin-bottom: 28px;
}
.nutraj-section-head h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.nutraj-section-head p {
  font-size: 0.88rem;
  color: #666;
  margin-top: 6px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── Our brands carousel (large image + text cards) ─── */
.nutraj-brands-carousel {
  display: flex; gap: 16px; overflow-x: auto;
  scroll-snap-type: x mandatory; scrollbar-width: none;
  padding-bottom: 8px;
}
.nutraj-brand-slide {
  flex: 0 0 min(320px, 85vw);
  scroll-snap-align: start;
  border: 1px solid #eee;
  border-radius: var(--nutraj-radius-card);
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: 180px auto;
}
.nutraj-brand-slide img { width: 100%; height: 100%; object-fit: cover; }
.nutraj-brand-slide-body { padding: 16px 18px; }
.nutraj-brand-slide-body h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.nutraj-brand-slide-body p { font-size: 0.78rem; color: #666; line-height: 1.55; }

/* ─── Product grid (Nutraj exact — square image, 0 radius, 20px gap) ─── */
.nutraj-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.nutraj-product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--nutraj-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease;
  position: relative;
}
.nutraj-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
}
.nutraj-pc-img-wrap {
  position: relative;
  aspect-ratio: 1;
  background: #f7f7f7;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}
.nutraj-product-card:hover .nutraj-pc-img-wrap { background: #f0f0f0; }
.nutraj-pc-img-wrap img {
  max-width: 100%; max-height: 100%; object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nutraj-product-card:hover .nutraj-pc-img-wrap img { transform: scale(1.04); }
.nutraj-pc-img-wrap .emoji-fallback,
.nutraj-pc-img-wrap .product-thumb-emoji { font-size: 3.5rem; }
.nutraj-pc-img-wrap .product-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.nutraj-pc-badge-off {
  position: absolute; top: 12px; right: 12px;
  background: #ff7043; color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 5px 10px; border-radius: 2px;
  line-height: 1.2; text-transform: lowercase;
  z-index: 2;
}
.nutraj-pc-badge-premium {
  position: absolute; top: 12px; left: 12px;
  background: #6d4c41; color: #fff;
  font-size: 0.65rem; font-weight: 700;
  padding: 4px 10px; border-radius: 2px;
  text-transform: uppercase; letter-spacing: 0.04em;
  z-index: 2;
}
.nutraj-pc-wish {
  position: absolute; bottom: 10px; right: 10px;
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; border: 1px solid #ddd;
  font-size: 0.95rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.nutraj-pc-wish.active { color: var(--nutraj-sale); border-color: var(--nutraj-sale); }

.nutraj-pc-body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nutraj-pc-vendor {
  font-size: 0.7rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.nutraj-pc-title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 6px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.45em;
}
.nutraj-pc-title:hover { color: var(--nutraj-accent); }
.nutraj-pc-rating {
  display: flex; align-items: center; gap: 4px;
  margin-bottom: 8px; font-size: 0.75rem;
}
.nutraj-pc-rating .stars { color: #f9a825; letter-spacing: -1px; }
.nutraj-pc-rating .num { color: #666; font-weight: 600; }
.nutraj-pc-mrp {
  font-size: 0.72rem; color: #aaa;
  text-decoration: line-through;
  margin-bottom: 2px;
}
.nutraj-pc-price-row { margin: 2px 0; }
.nutraj-pc-price {
  font-size: 1.08rem; font-weight: 800;
  color: var(--nutraj-accent);
}
.nutraj-pc-per100 {
  font-size: 0.72rem; color: #888; margin-bottom: 14px;
}
.nutraj-pc-btn {
  margin-top: auto;
  width: 100%;
  padding: 12px 10px;
  border: none;
  background: var(--nutraj-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--store-font);
  transition: 0.25s;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
.nutraj-pc-btn:hover {
  background: var(--nutraj-nav);
  color: #fff;
}

/* ─── Promo triple tiles (Nutraj banner row) ─── */
.nutraj-promo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 24px 0;
}
.nutraj-promo-tile {
  border-radius: var(--nutraj-radius-sm);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  display: block;
}
.nutraj-promo-tile img { width: 100%; height: 100%; object-fit: cover; }
.nutraj-promo-tile-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(transparent 30%, rgba(0,0,0,0.65));
  color: #fff;
}
.nutraj-promo-tile-body h3 { font-size: 1.1rem; font-weight: 800; }
.nutraj-promo-tile-body p { font-size: 0.78rem; opacity: 0.9; margin-top: 4px; }

/* ─── Full width banner strip ─── */
.nutraj-fw-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 400;
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.nutraj-fw-banner img { width: 100%; height: 100%; object-fit: cover; }

/* ─── Deal strip (Nutraj red bar) ─── */
.nutraj-deal-bar {
  display: block;
  background: var(--nutraj-ticker);
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
}
.nutraj-deal-bar span { opacity: 0.85; font-weight: 500; margin-left: 8px; }

/* ─── Product carousel row ─── */
.nutraj-carousel-wrap {
  position: relative;
  padding: 0 44px;
}
.nutraj-carousel {
  padding: 4px 0 16px;
  gap: 14px;
}
.nutraj-carousel .nutraj-product-card {
  min-width: 200px;
  scroll-snap-align: center;
}
.nutraj-carousel-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  cursor: pointer; z-index: 10; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  pointer-events: auto;
}
.nutraj-carousel-nav.prev { left: 0; }
.nutraj-carousel-nav.next { right: 0; }

/* ─── Collection page (filters left) ─── */
.nutraj-collection-page { background: #fafafa; padding: 24px 0 48px; }
.nutraj-collection-layout {
  width: var(--nutraj-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: start;
}
.nutraj-filters {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: var(--nutraj-radius-sm);
  padding: 20px;
  position: sticky;
  top: 120px;
}
.nutraj-filters h3 {
  font-size: 0.78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 12px; color: #333;
}
.nutraj-filters ul { margin-bottom: 20px; }
.nutraj-filters li a {
  display: block; padding: 7px 10px; font-size: 0.85rem;
  border-radius: 4px; color: #444;
}
.nutraj-filters li a:hover, .nutraj-filters li a.active {
  background: var(--store-green-light); color: var(--nutraj-nav); font-weight: 600;
}
.nutraj-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; flex-wrap: wrap; gap: 12px;
}
.nutraj-toolbar select {
  padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px;
  font-family: var(--store-font); font-size: 0.85rem;
}

/* ─── Cart drawer (Nutraj side cart) ─── */
.cart-drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45);
  z-index: 3000; opacity: 0; visibility: hidden; transition: 0.3s;
}
.cart-drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer {
  position: fixed; top: 0; right: 0;
  width: min(400px, 92vw);
  height: 100vh;
  height: 100dvh;
  max-height: -webkit-fill-available;
  background: #fff; z-index: 3001;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.16,1,0.3,1);
  display: flex; flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,0.12);
}
.cart-drawer.open { transform: translateX(0); }
body.drawer-open { overflow: hidden; }
.cart-drawer-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 20px; border-bottom: 1px solid #eee;
}
.cart-drawer-head h2 { font-size: 1.1rem; font-weight: 800; }
.cart-drawer-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
}
.cart-drawer-qty {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cart-drawer-qty-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-drawer-qty-val {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
}
.mobile-nav-search {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.mobile-nav-search input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--store-font);
}
.mobile-nav-search button {
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  background: var(--nutraj-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  min-height: 44px;
  white-space: nowrap;
}
.mobile-nav-link {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #212121;
  font-size: 0.95rem;
}
.mobile-nav-link--quick {
  padding: 10px 0;
  border-bottom: none;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
}
.nutraj-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: var(--store-font);
  min-height: 44px;
}
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cart-drawer-foot { padding: 16px 20px; border-top: 1px solid #eee; background: #fafafa; }
.cart-drawer-empty { text-align: center; padding: 40px 16px; color: #666; }
.cart-drawer-item {
  display: flex; gap: 12px; padding: 12px 0;
  border-bottom: 1px solid #f0f0f0; align-items: flex-start;
}
.cart-drawer-item-img {
  width: 64px; height: 64px; background: #f5f5f5;
  border-radius: 6px; display: flex; align-items: center;
  justify-content: center; font-size: 1.8rem; flex-shrink: 0;
  overflow: hidden;
}
.cart-drawer-item-img img,
.cart-drawer-item-img .product-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-drawer-subtotal {
  display: flex; justify-content: space-between;
  font-weight: 800; margin-bottom: 12px;
}
.cart-drawer .nutraj-pc-btn { margin-top: 0; }

/* ─── Search dropdown ─── */
.search-dropdown {
  position: absolute; top: calc(100% + 4px); left: 0; right: 0;
  background: #fff; border: 1px solid #ddd; border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12); z-index: 2000;
  display: none; max-height: 360px; overflow-y: auto;
}
.search-dropdown.open { display: block; }
.search-result {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; border-bottom: 1px solid #f0f0f0;
  font-size: 0.85rem;
}
.search-result:hover { background: #f9f9f9; }
.search-result-img {
  width: 48px; height: 48px; background: #f5f5f5;
  border-radius: 4px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.search-result-img img { width: 100%; height: 100%; object-fit: contain; }
.search-view-all {
  display: block; text-align: center; padding: 12px;
  font-weight: 700; color: var(--nutraj-accent); font-size: 0.85rem;
}

/* ─── Footer (Nutraj multi-column) ─── */
.nutraj-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,0.75);
  padding: 48px 0 0;
  margin-top: 40px;
}
.nutraj-footer .container { width: var(--nutraj-container); margin: 0 auto; }
.nutraj-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nutraj-footer h4 {
  color: #fff; font-size: 0.85rem; font-weight: 800;
  margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.06em;
}
.nutraj-footer a {
  display: block; font-size: 0.82rem; padding: 5px 0;
  color: rgba(255,255,255,0.65);
}
.nutraj-footer a:hover { color: #fff; }
.nutraj-footer-brand p { font-size: 0.82rem; line-height: 1.7; margin-top: 12px; }
.nutraj-footer-brand img { height: 48px; filter: brightness(0) invert(1); opacity: 0.9; }
.nutraj-footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  padding-top: 24px; font-size: 0.78rem; opacity: 0.55;
}
.nutraj-footer-bottom .footer-policy-links a {
  color: rgba(255,255,255,0.55);
  font-size: 0.76rem;
  display: inline-block;
  padding: 0;
}
.nutraj-footer-bottom .footer-policy-links a:hover { color: #fff; opacity: 1; }
.cart-legal-note {
  margin-top: 14px;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #888;
  text-align: center;
}
.cart-legal-note a {
  color: var(--nutraj-accent, #3d6b4f);
  font-weight: 600;
  text-decoration: none;
}
.cart-legal-note a:hover { text-decoration: underline; }
.checkout-legal-note {
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--store-muted, #888);
  margin: 0 0 12px;
}
.checkout-legal-note a { color: var(--store-green, #3d6b4f); font-weight: 600; }

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}
.checkout-modal-box {
  width: 100%;
  max-width: 440px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}
.checkout-modal-box h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.checkout-modal-box .form-group { margin-bottom: 14px; }
.checkout-modal-box label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.checkout-modal-box input,
.checkout-modal-box textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
}

.nutraj-newsletter {
  background: var(--nutraj-nav);
  padding: 32px 0;
}
.nutraj-newsletter-inner {
  width: var(--nutraj-container);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.nutraj-newsletter h3 { color: #fff; font-size: 1.15rem; font-weight: 800; }
.nutraj-newsletter p { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 4px; }
.nutraj-newsletter-form { display: flex; gap: 0; flex: 1; max-width: 400px; }
.nutraj-newsletter-form input {
  flex: 1; padding: 12px 16px; border: none; border-radius: 4px 0 0 4px;
  font-family: var(--store-font);
}
.nutraj-newsletter-form button {
  padding: 12px 20px; background: var(--store-gold); color: #1a1a1a;
  border: none; font-weight: 800; cursor: pointer; border-radius: 0 4px 4px 0;
}

/* ─── PDP Nutraj layout ─── */
.nutraj-pdp { width: var(--nutraj-container); margin: 0 auto; padding: 20px 0 48px; }
.nutraj-pdp-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  margin-top: 16px;
}
.nutraj-pdp-gallery-wrap { display: flex; flex-direction: column; gap: 12px; }
.nutraj-pdp-gallery {
  border: 1px solid #eee; border-radius: var(--nutraj-radius-sm);
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  padding: 24px; background: #fafafa;
}
.nutraj-pdp-gallery img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nutraj-pdp-gallery .product-thumb-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nutraj-pdp-gallery .product-thumb-emoji { font-size: 5rem; }
.nutraj-pdp-thumbs {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.nutraj-pdp-thumb {
  width: 72px; height: 72px; padding: 4px;
  border: 2px solid #ddd; border-radius: 6px;
  background: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.nutraj-pdp-thumb.active { border-color: var(--nutraj-accent, #2e7d32); }
.nutraj-pdp-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nutraj-pdp-vendor { font-size: 0.78rem; font-weight: 700; color: #888; text-transform: uppercase; }
.nutraj-pdp h1 { font-size: 1.45rem; font-weight: 700; line-height: 1.35; margin: 8px 0 12px; }
.nutraj-pdp-price-box {
  background: #f9f9f9; border: 1px solid #eee;
  padding: 16px; border-radius: var(--nutraj-radius-sm); margin: 16px 0;
}
.nutraj-size-btns { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.nutraj-size-btns button {
  padding: 10px 18px; border: 1.5px solid #ddd; background: #fff;
  border-radius: 4px; font-weight: 600; font-size: 0.85rem; cursor: pointer;
  font-family: var(--store-font);
}
.nutraj-size-btns button.active {
  border-color: var(--nutraj-accent); background: var(--store-green-light);
  color: var(--nutraj-nav);
}
.nutraj-pdp-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.nutraj-pdp-actions .nutraj-pc-btn { flex: 1; min-width: 140px; }
.nutraj-pdp-actions .btn-buy-now {
  flex: 1; min-width: 140px; padding: 11px;
  background: var(--nutraj-accent); color: #fff; border: none;
  font-weight: 700; border-radius: 4px; cursor: pointer;
  font-family: var(--store-font); text-transform: uppercase;
  font-size: 0.82rem;
}

/* PDP content helpers */
.pdp-desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 0.92rem;
}
.pdp-size-label {
  font-weight: 700;
  font-size: 0.88rem;
  display: block;
  margin-bottom: 8px;
}
.pdp-qty-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}
.pdp-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.pdp-qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
.pdp-qty-btn:active { background: #f5f5f5; }
.pdp-qty-val {
  min-width: 36px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.pdp-wish-btn {
  position: static !important;
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.pdp-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 20px;
  font-size: 0.8rem;
  color: #666;
}
.pdp-btn-cart {
  background: #fff !important;
  color: var(--nutraj-accent) !important;
  border: 2px solid var(--nutraj-accent) !important;
}
.pdp-btn-cart:hover {
  background: var(--store-green-light) !important;
  color: var(--nutraj-nav) !important;
}

/* Mobile sticky buy bar — outside productContent so it never gets wiped */
.pdp-sticky-buybar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pdp-sticky-buybar:not([hidden]) {
  display: flex;
}
.pdp-sticky-buybar .nutraj-pc-btn,
.pdp-sticky-buybar .btn-buy-now {
  flex: 1;
  min-width: 0;
  min-height: 48px;
  margin-top: 0;
  font-size: 0.82rem;
  padding: 12px 8px;
  border-radius: 8px;
  white-space: nowrap;
}
.pdp-sticky-buybar .btn-buy-now {
  background: var(--nutraj-accent);
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--store-font);
}

/* ─── Floating WhatsApp (Nutraj has chat) ─── */
.nutraj-float-wa {
  position: fixed; bottom: 24px; right: 24px;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  z-index: 900; text-decoration: none;
}

/* ─── Toast ─── */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: #1a1a1a; color: #fff; padding: 12px 24px;
  border-radius: 50px; font-size: 0.88rem; font-weight: 600;
  z-index: 5000; opacity: 0; transition: 0.3s; pointer-events: none;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ─── Breadcrumbs ─── */
.nutraj-breadcrumbs {
  width: var(--nutraj-container); margin: 0 auto;
  padding: 14px 0 0; font-size: 0.78rem; color: #888;
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
}
.nutraj-breadcrumbs a:hover { color: var(--nutraj-accent); }
.nutraj-breadcrumbs .sep { opacity: 0.4; }

/* Hide old store layout pieces when nutraj active */
body.nutraj-theme .store-topbar,
body.nutraj-theme .mega-nav,
body.nutraj-theme .trust-bar,
body.nutraj-theme .cat-icons,
body.nutraj-theme .brands-section,
body.nutraj-theme .bestsellers-section { display: none; }
body.nutraj-theme .nutraj-collection-page { display: none; }
body.nutraj-theme.collection-mode #homeSections,
body.nutraj-theme.collection-mode #adZones { display: none !important; }
body.nutraj-theme.collection-mode .nutraj-collection-page { display: block !important; }
.nutraj-section-head.compact { text-align: left; margin-bottom: 16px; }
.nutraj-section-head.compact h2 { font-size: 1.35rem; }
.nutraj-section-head.compact p { margin-left: 0; text-align: left; }
.catalog-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.catalog-pagination .page-btn {
  min-width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: 1px solid #ddd; border-radius: 4px; font-size: 0.85rem; font-weight: 600; color: #333;
}
.catalog-pagination .page-btn.active { background: var(--nutraj-accent); color: #fff; border-color: var(--nutraj-accent); }
.catalog-pagination .page-btn:hover:not(.active) { border-color: var(--nutraj-accent); color: var(--nutraj-accent); }
.empty-msg { grid-column: 1 / -1; text-align: center; padding: 48px 16px; color: #888; }
.price-filter { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.price-filter input { width: 72px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 0.85rem; }
.price-filter button { padding: 8px 12px; background: var(--nutraj-accent); color: #fff; border: none; border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 0.82rem; }
.filter-count { font-size: 0.85rem; color: #666; padding-top: 8px; border-top: 1px solid #eee; }

/* ─── Scroll reveal animations ─── */
.nutraj-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nutraj-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Blog (Nutraj-style) ─── */
.nutraj-blog-page { background: #fff; padding-bottom: 48px; }
.nutraj-blog-hero-banner {
  background: linear-gradient(135deg, var(--nutraj-nav) 0%, #0d2818 100%);
  color: #fff; text-align: center; padding: 48px 20px 40px; margin-bottom: 24px;
}
.nutraj-blog-hero-banner h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 800; }
.nutraj-blog-hero-banner p { opacity: 0.88; margin-top: 8px; font-size: 0.95rem; }
.nutraj-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px 0 48px;
}
.nutraj-blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
}
.nutraj-blog-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.nutraj-blog-card-img { display: block; aspect-ratio: 16/9; overflow: hidden; background: #f5f5f5; }
.nutraj-blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.nutraj-blog-card:hover .nutraj-blog-card-img img { transform: scale(1.05); }
.nutraj-blog-card-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.nutraj-blog-cat {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--nutraj-accent); margin-bottom: 8px;
}
.nutraj-blog-card-body h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.35; margin-bottom: 10px; }
.nutraj-blog-card-body h3 a { color: #1a1a1a; }
.nutraj-blog-card-body h3 a:hover { color: var(--nutraj-accent); }
.nutraj-blog-card-body p { font-size: 0.85rem; color: #666; line-height: 1.6; flex: 1; }
.nutraj-blog-meta { display: flex; gap: 12px; font-size: 0.75rem; color: #999; margin: 12px 0 8px; }
.nutraj-blog-read { font-size: 0.82rem; font-weight: 700; color: var(--nutraj-accent); }
.nutraj-blog-read:hover { text-decoration: underline; }
.nutraj-blog-article { padding-bottom: 48px; }
.nutraj-blog-post-hero { margin: 20px 0 28px; aspect-ratio: 21/9; max-height: 420px; overflow: hidden; background: #f5f5f5; }
.nutraj-blog-post-hero img { width: 100%; height: 100%; object-fit: cover; }
.nutraj-blog-post-head { max-width: 780px; margin-bottom: 28px; }
.nutraj-blog-post-head h1 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; line-height: 1.25; margin: 10px 0 14px; }
.nutraj-blog-post-body { max-width: 780px; font-size: 0.95rem; line-height: 1.85; color: #444; }
.nutraj-blog-post-body p { margin-bottom: 16px; }

/* ─── Testimonials carousel ─── */
.nutraj-testimonials { background: #fafafa; }
.nutraj-testimonial-viewport { overflow: hidden; max-width: 720px; margin: 0 auto; }
.nutraj-testimonial-track {
  display: flex; transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nutraj-testimonial-card {
  flex: 0 0 100%; text-align: center; padding: 20px 24px 32px;
}
.nutraj-testimonial-stars { color: #f9a825; font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 2px; }
.nutraj-testimonial-card p { font-size: 0.95rem; line-height: 1.75; color: #555; font-style: italic; margin-bottom: 16px; }
.nutraj-testimonial-card strong { display: block; font-size: 0.9rem; color: #1a1a1a; }
.nutraj-testimonial-card span { font-size: 0.78rem; color: #888; }

/* ─── Promo row 2-col ─── */
.nutraj-promo-row-2 { grid-template-columns: repeat(2, 1fr) !important; }

/* ─── Carousel drag cursor ─── */
.nutraj-carousel.is-dragging, .nutraj-brands-carousel.is-dragging { cursor: grabbing; user-select: none; }
.nutraj-carousel { scroll-behavior: smooth; }
.nutraj-brands-carousel { scroll-behavior: smooth; cursor: grab; }

/* ─── Section title Nutraj weight ─── */
.nutraj-section-head h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  text-transform: capitalize;
}

/* ─── Our Brands showcase ─── */
.nutraj-brands-showcase {
  position: relative;
  padding: 8px 0 20px;
  overflow: hidden;
}
.nutraj-brands-showcase.nutraj-slide-viewport {
  padding-left: 48px;
  padding-right: 48px;
}
.nutraj-brands-showcase .nutraj-carousel-nav.prev { left: 0; }
.nutraj-brands-showcase .nutraj-carousel-nav.next { right: 0; }
.nutraj-brands-row {
  padding: 24px 0;
  gap: 20px;
  cursor: grab;
}
.nutraj-brand-logo-card {
  min-height: 200px;
  background: #fff; border: 1px solid #eee; border-radius: 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 28px 20px; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.35s, box-shadow 0.35s;
}
.nutraj-brand-logo-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.nutraj-brands-row.is-fitted .nutraj-brand-logo-card {
  border-color: #eee;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.nutraj-brand-logo-card img { max-width: 100%; max-height: 80px; object-fit: contain; margin-bottom: 12px; }
.nutraj-brand-logo-card.is-no-logo { opacity: 0.92; }
.nutraj-brand-logo-placeholder {
  width: 72px; height: 72px; border-radius: 12px; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 2px dashed #a5d6a7; color: #2e7d32; font-size: 1.75rem; font-weight: 800;
}
.nutraj-brand-name { font-size: 0.82rem; font-weight: 700; color: #333; text-transform: uppercase; letter-spacing: 0.04em; }
.nutraj-brands-tagline {
  text-align: center; max-width: 640px; margin: 0 auto;
  font-size: 0.92rem; color: #666; line-height: 1.7;
}

/* ─── Promo carousel (Nutty Delight style) ─── */
.nutraj-promo-carousel-section { background: #fafafa; padding-bottom: 48px; }
.nutraj-promo-carousel-wrap {
  position: relative;
  width: 100%;
  max-width: var(--nutraj-container);
  margin: 0 auto;
  padding: 0 52px;
  overflow: visible;
}
.nutraj-promo-carousel-wrap.nutraj-slide-viewport {
  padding-left: 52px;
  padding-right: 52px;
}
.nutraj-promo-carousel {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
  padding: 28px 0 12px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.nutraj-promo-carousel:not(.is-fitted) {
  overflow-x: auto;
  align-items: stretch;
}
.nutraj-promo-carousel.is-fitted,
.nutraj-promo-carousel.is-promo-static {
  display: grid;
  grid-template-columns: repeat(var(--promo-count, 3), minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: stretch;
  overflow: visible;
  scroll-snap-type: none;
}
.nutraj-promo-carousel.is-promo-static > * {
  scroll-snap-align: none;
  width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
}
.nutraj-slide-carousel.nutraj-promo-carousel.is-promo-static {
  scroll-snap-type: none;
}
.nutraj-promo-carousel.is-promo-static > *.is-slide-active {
  transform: none;
}
.nutraj-promo-carousel::-webkit-scrollbar { display: none; }
.nutraj-promo-slide {
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease, min-height 0.45s ease;
  opacity: 0.82;
  transform: scale(0.94);
  transform-origin: center center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.nutraj-promo-slide.is-slide-active,
.nutraj-promo-slide.is-promo-focus {
  opacity: 1;
  transform: scale(1);
  min-height: 380px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.16);
  z-index: 2;
}
.nutraj-promo-slide img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  flex-shrink: 0;
}
.nutraj-promo-slide-body {
  padding: 22px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.12) 100%);
}
.nutraj-promo-badge {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 12px;
  width: fit-content;
  letter-spacing: 0.03em;
}
.nutraj-promo-slide-body h3 {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 8px;
}
.nutraj-promo-slide-body p {
  font-size: 0.88rem;
  opacity: 0.92;
  line-height: 1.5;
}
.nutraj-promo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 12;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.nutraj-promo-nav:hover { background: var(--nutraj-accent); color: #fff; border-color: var(--nutraj-accent); }
.nutraj-promo-nav.prev { left: 0; }
.nutraj-promo-nav.next { right: 0; }

/* ─── Trust strip ─── */
.nutraj-trust-strip { padding: 0 0 36px; }
.nutraj-trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #2b2b2b; border-radius: 16px; overflow: hidden;
}
.nutraj-trust-item {
  display: flex; align-items: center; gap: 14px; padding: 22px 20px;
  color: #fff; border-right: 1px solid rgba(255,255,255,0.12);
}
.nutraj-trust-item:last-child { border-right: none; }
.nutraj-trust-ico { font-size: 1.6rem; flex-shrink: 0; }
.nutraj-trust-item strong { display: block; font-size: 0.88rem; margin-bottom: 2px; }
.nutraj-trust-item span { font-size: 0.75rem; opacity: 0.75; }

/* ─── Category icon cards ─── */
.nutraj-cat-icons-row {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  padding: 8px 0 24px;
}
.nutraj-cat-icon-card {
  flex: 0 0 160px; text-align: center; padding: 28px 16px 22px;
  border: 2px solid #eee; border-radius: 24px; background: #fff;
  transition: border-color 0.25s, transform 0.25s;
}
.nutraj-cat-icon-card:hover { border-color: var(--nutraj-accent); transform: translateY(-3px); }
.nutraj-cat-icon-circle {
  width: 88px; height: 88px; margin: 0 auto 14px;
  border: 2px solid #ddd; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}
.nutraj-cat-icon-card span { font-weight: 700; font-size: 0.92rem; color: #1a1a1a; }

/* ─── Shop by purpose (small arch + big emoji) ─── */
.nutraj-purpose-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 28px 0 8px;
  max-width: 820px;
  margin: 0 auto;
  overflow: visible;
}
.nutraj-purpose-card {
  position: relative;
  border-radius: 56px 56px 14px 14px;
  background: var(--purpose-bg, var(--nutraj-nav));
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 42px 8px 14px;
  color: #fff;
  text-decoration: none;
  overflow: visible;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
}
.nutraj-purpose-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  color: #fff;
}
.nutraj-purpose-card:active {
  transform: translateY(-1px) scale(0.98);
}
.nutraj-purpose-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.nutraj-purpose-card span {
  font-weight: 800;
  font-size: 0.76rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 6px;
}

/* ─── Shop outlet ─── */
.nutraj-outlet-section { padding: 48px 0 0; background: #fff; }
.nutraj-outlet-grid {
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 40px; align-items: center;
}
.nutraj-outlet-photo-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 360px;
  min-height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.nutraj-outlet-photo-stack {
  position: relative;
  width: 100%;
  height: 360px;
  min-height: 360px;
  perspective: 1000px;
}
.nutraj-outlet-photo-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  transform-origin: 50% 85%;
  transition:
    transform 0.7s cubic-bezier(0.34, 1.1, 0.48, 1),
    opacity 0.55s ease,
    box-shadow 0.5s ease;
  will-change: transform, opacity;
}
.nutraj-outlet-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
.nutraj-outlet-photo-card.is-back {
  transform: translateX(42px) translateY(14px) rotate(8deg) scale(0.88);
  opacity: 0.78;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.nutraj-outlet-photo-card.is-mid {
  transform: translateX(21px) translateY(7px) rotate(4deg) scale(0.94);
  opacity: 0.9;
  z-index: 2;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.nutraj-outlet-photo-card.is-front {
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  opacity: 1;
  z-index: 3;
}
.nutraj-outlet-photo-card.is-exiting {
  transform: translateX(-115%) rotate(-14deg) scale(0.86);
  opacity: 0;
  z-index: 4;
  transition:
    transform 0.65s cubic-bezier(0.45, 0, 0.55, 1),
    opacity 0.5s ease;
}
.nutraj-outlet-copy h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 1.2;
}
.nutraj-outlet-lead {
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
}
.nutraj-outlet-sub {
  margin: 0 0 18px !important;
  color: #1a1a1a !important;
  font-size: 1rem;
  font-weight: 800;
}
.nutraj-outlet-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--nutraj-accent);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
}
.nutraj-outlet-btn:hover { background: var(--nutraj-nav); }
.nutraj-outlet-btn-chevron {
  font-size: 1.1rem;
  line-height: 1;
  margin-top: -2px;
}
.nutraj-outlet-stats-bar {
  margin-top: 40px;
  background: #f3f3f3;
  border-top: 1px solid #e8e8e8;
}
.nutraj-outlet-stats-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 28px 16px;
}
.nutraj-outlet-stat {
  padding: 8px 16px;
  border-right: 1px solid #ddd;
}
.nutraj-outlet-stat:last-child { border-right: none; }
.nutraj-outlet-stat strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--nutraj-accent);
  line-height: 1.1;
}
.nutraj-outlet-stat span {
  display: block;
  font-size: 0.95rem;
  color: #333;
  margin-top: 6px;
  font-weight: 500;
}

/* ─── Bulk order banner ─── */
.nutraj-bulk-banner { padding: 40px 0; }
.nutraj-bulk-banner-link {
  display: block; position: relative; max-width: var(--nutraj-container); margin: 0 auto;
  border-radius: 20px; overflow: hidden; aspect-ratio: 1920 / 640; max-height: 420px;
}
.nutraj-bulk-banner-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nutraj-bulk-banner-image-only {
  aspect-ratio: 1920 / 640;
  max-height: 420px;
  background: #f5f5f5;
}
.nutraj-bulk-banner-image-only img { object-fit: contain; }
.nutraj-bulk-overlay {
  position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: center; align-items: flex-end;
  padding: 40px 8%; color: #fff; text-align: right;
}
.nutraj-bulk-overlay h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 900; letter-spacing: 0.02em; margin-bottom: 8px; }
.nutraj-bulk-overlay p { font-size: 0.95rem; margin-bottom: 16px; opacity: 0.9; }
.nutraj-bulk-cta {
  display: inline-block; padding: 12px 28px; background: #3e2723; color: #fff;
  font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em;
}

.nutraj-combos-dark { background: #1a1a1a; padding-bottom: 48px; }
.nutraj-combos-dark .nutraj-section-head h2,
.nutraj-combos-dark .nutraj-section-head p { color: #fff; }
.nutraj-combos-dark .nutraj-view-all { color: #a5d6a7; }

/* ─── Google reviews / testimonials ─── */
.nutraj-review-stage {
  display: flex; align-items: center; gap: 16px; max-width: 960px; margin: 0 auto;
}
.nutraj-review-viewport { flex: 1; overflow: hidden; border-radius: 24px; }
.nutraj-review-track { position: relative; min-height: 280px; }
.nutraj-review-card {
  display: none; grid-template-columns: 200px 1fr;
  background: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}
.nutraj-review-card.active { display: grid; }
.nutraj-review-avatar {
  background: #f0f0f0; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; font-weight: 800; color: var(--nutraj-accent);
}
.nutraj-review-content {
  padding: 32px 36px;   background: linear-gradient(135deg, rgba(27,94,32,0.92), rgba(0,0,0,0.75)),
    url('../../logo/raw-spices-mix.jpg') center/cover;
  color: #fff; position: relative;
}
.nutraj-review-stars { color: #ffc107; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.nutraj-review-content p { font-size: 0.95rem; line-height: 1.75; margin-bottom: 16px; font-style: italic; }
.nutraj-review-content strong { display: block; font-size: 0.95rem; }
.nutraj-review-source { font-size: 0.75rem; opacity: 0.75; display: block; margin-top: 4px; }
.nutraj-review-nav {
  width: 44px; height: 44px; border-radius: 50%; border: none; flex-shrink: 0;
  background: #2b2b2b; color: #fff; font-size: 1.4rem; cursor: pointer;
}

/* ─── Blog overlay carousel ─── */
.nutraj-blog-carousel-wrap { position: relative; padding: 0 44px; }
.nutraj-blog-carousel {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 12px 0 32px; scrollbar-width: none;
}
.nutraj-blog-carousel::-webkit-scrollbar { display: none; }
.nutraj-blog-overlay-card {
  flex: 0 0 calc(33.33% - 16px); min-width: 280px; scroll-snap-align: start;
  position: relative;
}
.nutraj-blog-overlay-img {
  display: block; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3;
}
.nutraj-blog-overlay-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.nutraj-blog-overlay-card:hover .nutraj-blog-overlay-img img { transform: scale(1.05); }
.nutraj-blog-overlay-body {
  position: relative; margin: -48px 16px 0; background: #fff;
  border-radius: 16px; padding: 18px 20px 22px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.nutraj-blog-overlay-meta {
  display: flex; gap: 10px; font-size: 0.75rem; color: #999; margin-bottom: 10px;
}
.nutraj-blog-admin { font-weight: 700; color: var(--nutraj-accent); }
.nutraj-blog-overlay-body h3 { font-size: 1rem; font-weight: 800; line-height: 1.35; margin-bottom: 8px; }
.nutraj-blog-overlay-body h3 a { color: var(--nutraj-accent); }
.nutraj-blog-overlay-body p { font-size: 0.82rem; color: #666; line-height: 1.6; margin-bottom: 8px; }

@media (max-width: 1024px) {
  .nutraj-promo-row { grid-template-columns: repeat(3, 1fr); }
  .nutraj-product-grid { grid-template-columns: repeat(3, 1fr); }
  .nutraj-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .nutraj-carousel .nutraj-product-card { flex: 0 0 calc(33.33% - 10px); min-width: 200px; }
  .nutraj-purpose-row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 32px;
    padding: 24px 0 8px;
    max-width: 100%;
    width: 100%;
  }
  .nutraj-purpose-card {
    min-height: 100px;
    border-radius: 48px 48px 12px 12px;
    padding: 38px 6px 12px;
  }
  .nutraj-purpose-icon {
    width: 68px;
    height: 68px;
    top: -32px;
    font-size: 2rem;
  }
  .nutraj-purpose-card span { font-size: 0.72rem; }
  .nutraj-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .nutraj-trust-item:nth-child(2) { border-right: none; }
  .nutraj-outlet-grid { grid-template-columns: 1fr; }
  .nutraj-outlet-photo-wrap { height: 300px; min-height: 300px; }
  .nutraj-outlet-photo-stack { height: 300px; min-height: 300px; }
  .nutraj-outlet-photo-card img { min-height: 300px; }
  .nutraj-outlet-photo-card.is-back { transform: translateX(22px) translateY(10px) rotate(6deg) scale(0.9); }
  .nutraj-outlet-photo-card.is-mid { transform: translateX(11px) translateY(5px) rotate(3deg) scale(0.95); }
  .nutraj-blog-overlay-card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 768px) {
  :root { --nutraj-container: min(1280px, calc(100% - 24px)); }
  .nutraj-hamburger { display: flex; }
  .nutraj-main-head .container { grid-template-columns: auto 1fr auto; gap: 12px; padding: 10px 12px; }
  .nutraj-search-wrap { display: none; }
  .nutraj-logo span { display: none; }
  .nutraj-head-icons { gap: 4px; }
  .nutraj-filter-toggle { display: inline-flex; }
  .nutraj-filters {
    position: static;
    display: none;
    margin-bottom: 12px;
  }
  .nutraj-filters.is-open { display: block; }
  .nutraj-newsletter-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    text-align: center;
  }
  .nutraj-newsletter-form {
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
  .nutraj-newsletter-form input,
  .nutraj-newsletter-form button {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
  }
  .nutraj-newsletter-form button { margin-top: 0; }
  .nutraj-reveal { transition-duration: 0.45s; }
  .nutraj-dark-nav { display: none; }
  .nutraj-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nutraj-collection-layout { grid-template-columns: 1fr; }
  .nutraj-pdp-gallery {
    aspect-ratio: 4 / 3;
    max-height: 280px;
    padding: 12px;
  }
  .nutraj-pdp-gallery img { max-height: 250px; }
  .nutraj-footer-grid { grid-template-columns: 1fr 1fr; }
  .nutraj-info-link span { display: none; }
  .nutraj-info-link { padding: 0; width: 42px; justify-content: center; border-radius: 50%; }
  .nutraj-head-icon--optional { display: none; }
  .nutraj-head-icon svg { width: 20px; height: 20px; }
  .nutraj-logo img { height: 40px; }
  .nutraj-breadcrumbs {
    font-size: 0.72rem;
    line-height: 1.5;
    word-break: break-word;
  }
  .nutraj-pdp { padding: 12px 0 24px; }
  .nutraj-pdp-grid { gap: 20px; margin-top: 8px; }
  .nutraj-pdp-thumb { width: 64px; height: 64px; }
  .nutraj-pdp h1 { font-size: 1.28rem; margin: 6px 0 10px; }
  .nutraj-pdp-price-box { padding: 14px; margin: 12px 0; }
  .nutraj-pdp-price-box .nutraj-pc-price { font-size: 1.35rem; }
  .nutraj-pdp-price-box .nutraj-pc-mrp { font-size: 0.78rem; }
  .nutraj-size-btns button {
    min-height: 44px;
    min-width: 76px;
    padding: 12px 18px;
    font-size: 0.9rem;
    border-radius: 8px;
  }
  .pdp-desc { font-size: 0.88rem; margin-bottom: 12px; }

  /* Sticky buy bar — keeps WA above, not overlapping */
  body.store-pdp-page {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
  body.store-pdp-page .nutraj-pdp-actions {
    display: none;
  }
  body.store-pdp-page .nutraj-float-wa {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    left: 14px;
    right: auto;
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    z-index: 10040;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
  }
  .nutraj-marquee {
    padding: 10px 8px;
  }
  .nutraj-marquee-static {
    display: block;
    font-size: 0.72rem;
  }
  .nutraj-marquee-track {
    display: none;
  }
  .nutraj-hero-full {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .nutraj-hero-slides {
    aspect-ratio: 16 / 9;
    max-height: min(52vw, 220px);
    min-height: 150px;
    background: #0d0d0d;
  }
  .nutraj-hero-slide img {
    object-fit: contain;
    object-position: center center;
  }
  .nutraj-cat-scroll-wrap.nutraj-slide-viewport {
    padding-left: 44px;
    padding-right: 44px;
  }
  .nutraj-pdp-grid { grid-template-columns: 1fr; }
  .nutraj-utility { display: none; }
  .nutraj-blog-grid { grid-template-columns: 1fr; }
  .nutraj-trust-grid { grid-template-columns: 1fr; }
  .nutraj-trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .nutraj-purpose-row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 34px;
    padding: 26px 0 6px;
    max-width: 100%;
    width: 100%;
  }
  .nutraj-purpose-card {
    min-height: 92px;
    padding: 36px 6px 11px;
  }
  .nutraj-purpose-icon { width: 62px; height: 62px; font-size: 1.85rem; top: -28px; }
  .nutraj-purpose-card span { font-size: 0.68rem; }
  .nutraj-section-head:has(+ .nutraj-purpose-row) { margin-bottom: 18px; }
  .nutraj-review-card { grid-template-columns: 1fr; }
  .nutraj-review-avatar { min-height: 120px; }
  .nutraj-blog-overlay-card { flex: 0 0 85vw; }
  .nutraj-promo-carousel-wrap { padding: 0 36px; }
  .nutraj-slide-viewport,
  .nutraj-carousel-wrap,
  .nutraj-cat-scroll-wrap.nutraj-slide-viewport,
  .nutraj-brands-showcase.nutraj-slide-viewport {
    padding-left: 36px;
    padding-right: 36px;
  }
  .nutraj-carousel-nav,
  .nutraj-cat-arrow {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
  .nutraj-carousel-nav.prev { left: 2px; }
  .nutraj-carousel-nav.next { right: 2px; }
  .nutraj-cat-arrow.prev { left: 0; }
  .nutraj-cat-arrow.next { right: 0; }
  .nutraj-cat-card { height: 160px; border-radius: 14px; }
  .nutraj-cat-card span { font-size: 0.82rem; }
  .nutraj-brand-logo-card { min-height: 140px; padding: 20px 16px; }
  .nutraj-brand-name {
    font-size: 0.72rem;
    line-height: 1.35;
    word-break: break-word;
    hyphens: auto;
  }
  .nutraj-hero-slides { aspect-ratio: 16 / 9; max-height: 220px; }
  .nutraj-hero-full { border-radius: 0; }
  .nutraj-pc-body { padding: 10px 12px 12px; }
  .nutraj-pc-btn {
    font-size: 0.78rem;
    padding: 11px 10px;
    white-space: normal;
    line-height: 1.25;
    min-height: 44px;
  }
  .nutraj-promo-slide { min-height: 260px; }
  .nutraj-promo-slide.is-slide-active,
  .nutraj-promo-slide.is-promo-focus { min-height: 280px; }
  .nutraj-hamburger {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
  .nutraj-icon-btn { width: 44px; height: 44px; }
  .cart-drawer,
  #mobileNavDrawer {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .nutraj-pc-price { font-size: 0.95rem; }
  .nutraj-pc-per100 { font-size: 0.68rem; margin-bottom: 10px; }
  .nutraj-promo-row { grid-template-columns: 1fr; gap: 10px; padding: 16px 12px; }
  .nutraj-section-head-row { flex-wrap: wrap; gap: 8px; }
  .nutraj-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .nutraj-toolbar .catalog-count { order: 2; }
  .nutraj-toolbar .sort-select {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  .nutraj-toolbar .sort-select select {
    flex: 1;
    min-height: 44px;
    font-size: 16px;
  }
  .nutraj-toolbar .nutraj-filter-toggle { order: 1; width: 100%; justify-content: center; }
  .nutraj-section .container,
  .nutraj-cat-scroll-wrap { padding-left: 12px; padding-right: 12px; width: 100%; box-sizing: border-box; }
}
@media (max-width: 480px) {
  .nutraj-product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .nutraj-footer-grid { grid-template-columns: 1fr; }
  .nutraj-pc-title { font-size: 0.78rem; min-height: auto; }
  .nutraj-pc-btn { font-size: 0.72rem; padding: 10px 8px; }
  .nutraj-promo-slide { min-height: 220px; }
  .nutraj-promo-slide.is-slide-active,
  .nutraj-promo-slide.is-promo-focus { min-height: 240px; }
  .nutraj-slide-viewport,
  .nutraj-carousel-wrap,
  .nutraj-cat-scroll-wrap.nutraj-slide-viewport,
  .nutraj-brands-showcase.nutraj-slide-viewport,
  .nutraj-promo-carousel-wrap { padding-left: 32px; padding-right: 32px; }
  .nutraj-cat-card { height: 140px; }
  .nutraj-brand-logo-card { min-height: 120px; padding: 16px 12px; }
  .nutraj-brand-name { font-size: 0.68rem; }
  .nutraj-purpose-row { column-gap: 6px; row-gap: 30px; }
  .nutraj-purpose-card { min-height: 88px; }
  .nutraj-purpose-icon { width: 58px; height: 58px; font-size: 1.75rem; top: -26px; }
  .nutraj-purpose-card span { font-size: 0.65rem; }
  .nutraj-pc-img-wrap { padding: 12px; }
  .nutraj-pc-badge-off,
  .nutraj-pc-badge-premium { font-size: 0.62rem; padding: 3px 7px; top: 8px; }
}

/* ─── My Account page ─── */
.acct-page { max-width: var(--nutraj-container); padding-bottom: 48px; }
.acct-wrap { margin-top: 8px; }

.acct-hero {
  position: relative;
  border-radius: var(--nutraj-radius-card);
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 12px 40px rgba(27, 94, 32, 0.18);
}
.acct-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 45%, #388e3c 100%);
}
.acct-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,0.12) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(0,0,0,0.15) 0%, transparent 50%);
}
.acct-hero-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 32px 32px 24px;
  flex-wrap: wrap;
}
.acct-hero-user { display: flex; align-items: center; gap: 20px; }
.acct-avatar-ring {
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,0.5), rgba(255,255,255,0.1));
}
.acct-avatar {
  width: 72px !important;
  height: 72px !important;
  font-size: 1.75rem !important;
  background: #fff !important;
  color: var(--store-green-dark) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.acct-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}
.acct-hero h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.acct-meta { color: rgba(255,255,255,0.85); font-size: 0.92rem; margin: 0; }
.acct-logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: var(--store-font);
  backdrop-filter: blur(6px);
  transition: background 0.2s, border-color 0.2s;
}
.acct-logout:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.55);
}
.acct-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.15);
}
.acct-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 18px 12px;
  background: rgba(0,0,0,0.12);
  backdrop-filter: blur(4px);
}
.acct-stat-num {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.acct-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.acct-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.35fr);
  gap: 24px;
  align-items: start;
}
.acct-card {
  background: #fff;
  border: 1px solid #e8ece9;
  border-radius: var(--nutraj-radius-card);
  padding: 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.acct-card-head {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.acct-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f5e9, #c8e6c9);
  color: var(--store-green-dark);
}
.acct-card-icon-orders {
  background: linear-gradient(145deg, #fff3e0, #ffe0b2);
  color: #e65100;
}
.acct-card-head h2 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: #1a1a1a;
}
.acct-card-head p {
  font-size: 0.85rem;
  color: var(--store-muted);
  margin: 0;
}

.acct-form .acct-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 8px;
}
.acct-form .acct-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  font-family: var(--store-font);
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
.acct-form .acct-field input:focus {
  outline: none;
  border-color: var(--store-green);
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.12);
  background: #fff;
}
.acct-form .acct-field input[readonly] {
  background: #f0f4f1;
  color: #666;
  cursor: not-allowed;
}
.acct-phone-row {
  border-radius: 10px !important;
  border-color: #e0e0e0 !important;
  background: #fafafa;
}
.acct-phone-row:focus-within {
  border-color: var(--store-green) !important;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.12);
  background: #fff;
}
.acct-field-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: #888;
}
.acct-form-error { margin-bottom: 12px; }
.acct-save-btn {
  width: 100%;
  margin-top: 8px;
  padding: 14px !important;
  border-radius: 10px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

.acct-order-list { display: flex; flex-direction: column; gap: 14px; }
.acct-order-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.acct-order-item:hover {
  border-color: #c8e6c9;
  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.08);
}
.acct-order-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.acct-order-id { display: block; font-size: 0.95rem; color: #1a1a1a; }
.acct-order-date { font-size: 0.8rem; color: var(--store-muted); }
.acct-order-items {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 12px;
}
.acct-order-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px dashed #e8e8e8;
}
.acct-order-total { font-weight: 800; color: var(--store-green-dark); font-size: 1rem; }
.acct-order-qty { font-size: 0.8rem; color: var(--store-muted); }

.acct-status {
  flex-shrink: 0;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.acct-status-delivered { background: #e8f5e9; color: #2e7d32; }
.acct-status-shipped { background: #e3f2fd; color: #1565c0; }
.acct-status-pending { background: #fff8e1; color: #f57f17; }
.acct-status-cancelled { background: #ffebee; color: #c62828; }
.acct-status-default { background: #f5f5f5; color: #616161; }

.acct-empty {
  text-align: center;
  padding: 48px 24px;
  background: linear-gradient(180deg, #f9fbf9 0%, #fff 100%);
  border-radius: 12px;
  border: 1px dashed #d0e8d4;
}
.acct-empty-icon { font-size: 2.5rem; margin-bottom: 12px; }
.acct-empty h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; }
.acct-empty p { color: var(--store-muted); font-size: 0.9rem; margin-bottom: 20px; }
.acct-shop-btn {
  display: inline-block !important;
  width: auto !important;
  padding: 12px 28px !important;
  text-decoration: none;
  border-radius: 10px !important;
}

@media (max-width: 900px) {
  .acct-grid { grid-template-columns: 1fr; }
  .acct-hero-inner { padding: 24px 20px 20px; }
  .acct-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .acct-hero-user { flex-direction: column; text-align: center; }
  .acct-hero-inner { flex-direction: column; align-items: stretch; }
  .acct-logout { justify-content: center; width: 100%; }
  .acct-card { padding: 20px; }
}

/* ═══ iOS + Android cross-platform fixes ═══ */
html.is-ios,
html.is-android {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.scroll-locked {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

button,
a,
input,
select,
textarea,
.nutraj-pc-btn,
.cart-drawer-qty-btn,
.nutraj-icon-btn,
.nutraj-hamburger,
.mk-place-order,
.mk-pay-btn,
.pdp-sticky-buybar button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(46, 125, 50, 0.12);
}

input,
select,
textarea,
.nutraj-search input,
.mobile-nav-search input,
.auth-card input {
  font-size: 16px;
}

.cart-drawer,
#mobileNavDrawer {
  height: 100vh;
  height: 100dvh;
  max-height: -webkit-fill-available;
}

.cart-drawer-body,
#mobileNavBody,
.mk-checkout-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.pdp-sticky-buybar {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10045;
}

.nutraj-float-wa {
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  right: calc(24px + env(safe-area-inset-right, 0px));
}

html.is-ios .nutraj-main-head {
  position: -webkit-sticky;
  position: sticky;
}

html.is-ios .pdp-sticky-buybar:not([hidden]) {
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}

html.is-ios body.store-pdp-page .nutraj-float-wa {
  bottom: calc(76px + env(safe-area-inset-bottom, 0px));
}

/* ═══ Product reviews (PDP) ═══ */
.pdp-reviews-section { margin-top: 8px; padding: 36px 0 48px; }
.pdp-reviews-inner { max-width: 820px; }
.pdp-reviews-head { margin-bottom: 24px; }
.pdp-reviews-head h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 10px; }
.pdp-reviews-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pdp-reviews-avg { font-size: 1.75rem; font-weight: 800; color: #1a1a1a; line-height: 1; }
.pdp-reviews-count { font-size: 0.88rem; color: #666; }
.pdp-reviews-empty-hint { color: #666; font-size: 0.9rem; margin: 0; }
.pdp-review-stars-read { display: inline-flex; gap: 2px; color: #ddd; font-size: 1rem; line-height: 1; }
.pdp-review-star.is-on, .pdp-review-star-btn.is-on { color: #f59e0b; }
.pdp-review-star-btn {
  border: none; background: none; padding: 0 2px; font-size: 1.65rem;
  color: #ddd; cursor: pointer; line-height: 1;
}
.pdp-reviews-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 20px; }
.pdp-review-card {
  background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 18px 20px;
}
.pdp-review-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.pdp-review-meta { display: flex; flex-direction: column; gap: 2px; font-size: 0.85rem; }
.pdp-review-meta strong { color: #1a1a1a; }
.pdp-review-meta span { color: #888; font-size: 0.78rem; }
.pdp-review-text { margin: 0; color: #444; line-height: 1.55; font-size: 0.92rem; }
.pdp-reviews-show-more {
  display: inline-block; margin: 0 0 24px; padding: 0; border: none; background: none;
  color: var(--nutraj-green, #2e7d32); font-weight: 700; cursor: pointer; font-size: 0.9rem;
}
.pdp-review-write { margin-top: 28px; padding-top: 28px; border-top: 1px solid #ececec; }
.pdp-review-write h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 6px; }
.pdp-review-write-hint { color: #666; font-size: 0.85rem; margin-bottom: 16px; }
.pdp-review-label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pdp-review-stars-input { display: flex; gap: 4px; margin-bottom: 16px; }
.pdp-review-form textarea {
  width: 100%; border: 1px solid #ddd; border-radius: 10px; padding: 12px 14px;
  font-family: inherit; font-size: 0.92rem; resize: vertical; margin-bottom: 14px;
}
.pdp-review-submit { min-width: 160px; }
.pdp-review-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 100000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.pdp-review-modal-overlay[hidden] { display: none !important; }
.pdp-review-modal {
  background: #fff; border-radius: 16px; padding: 28px 24px; max-width: 400px; width: 100%;
  position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.pdp-review-modal h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.pdp-review-modal p { color: #555; font-size: 0.9rem; margin-bottom: 20px; line-height: 1.5; }
.pdp-review-modal-close {
  position: absolute; top: 12px; right: 14px; border: none; background: none;
  font-size: 1.5rem; cursor: pointer; color: #888; line-height: 1;
}
.pdp-review-modal-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pdp-review-modal-cancel {
  padding: 10px 18px; border: 1px solid #ddd; background: #fff; border-radius: 8px;
  cursor: pointer; font-weight: 600;
}
body.review-modal-open { overflow: hidden; }

.acct-reviews-card { margin-top: 20px; }
.acct-card-icon-reviews { background: #fff8e1; color: #f59e0b; }
.acct-review-list { display: flex; flex-direction: column; gap: 14px; }
.acct-review-item {
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fafafa;
}
.acct-review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.acct-review-product {
  font-weight: 800;
  color: var(--store-green-dark);
  text-decoration: none;
  font-size: 0.95rem;
}
.acct-review-product:hover { text-decoration: underline; }
.acct-review-date { font-size: 0.78rem; color: var(--store-muted); white-space: nowrap; }
.acct-review-stars { color: #f59e0b; font-size: 0.9rem; letter-spacing: 1px; margin-bottom: 8px; }
.acct-review-text { margin: 0; color: #444; line-height: 1.55; font-size: 0.9rem; }
.acct-reviews-empty { padding: 28px 16px; }
