/* Cartiva Store New — Botanical Light Theme */

:root {
  --forest: #1B4332;
  --sage: #40916C;
  --moss: #2D6A4F;
  --sand: #D4A373;
  --cream: #FEFAE0;
  --parchment: #FAF3E0;
  --ink: #1a2e1f;
  --muted: #5c6b5e;
  --bg: #FEFAE0;
  --surface: #ffffff;
  --surface-2: #e8f5e9;
  --primary: #2D6A4F;
  --secondary: #40916C;
  --accent: #D4A373;
  --shadow: none;
  --radius: 16px;
  --navy: var(--forest);
  --purple: var(--sage);
  --red: var(--moss);
  --orange: var(--sand);
}

html, body {
  font-family: 'DM Sans', sans-serif !important;
  background: var(--bg) !important;
  color: var(--ink) !important;
}

h1, h2, h3, .section-title h2, .page-hero h1, .product-info-panel h1 {
  font-family: 'Libre Baskerville', serif !important;
}

/* Announcement bar */
.announcement-bar {
  background: var(--forest);
  color: rgba(255,255,255,.9);
  font-size: .82rem;
  padding: 9px 0;
}
.announcement-bar .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* Header */
body.cartiva-new .topbar {
  background: rgba(254, 250, 224, .97) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(27, 67, 50, .1) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}
.cartiva-new-header .nav {
  gap: 4px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  max-width: none !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}
.cartiva-new-header .nav a {
  color: var(--muted) !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  position: relative;
}
.cartiva-new-header .nav a:hover {
  color: var(--forest) !important;
  background: rgba(64, 145, 108, .1) !important;
}
.cartiva-new-header .nav a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--sage);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.cartiva-new-header .nav a:hover::after {
  transform: scaleX(1);
}
.cartiva-new-header .acct-btn {
  color: var(--forest) !important;
  border: 1px solid rgba(27, 67, 50, .2) !important;
  border-radius: 8px !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.cartiva-new-header .acct-btn:hover {
  background: rgba(64, 145, 108, .08) !important;
}
.cartiva-new-header .cart-pill {
  background: var(--forest) !important;
  color: #fff !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  padding: 10px 14px !important;
  min-height: 42px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}
.cartiva-new-header .header-end {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
}
.cartiva-new-header .cart-count {
  background: var(--sand) !important;
  color: var(--forest) !important;
  border-radius: 6px !important;
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  font-size: .75rem;
  font-weight: 800;
}
.cartiva-new-header .nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(27, 67, 50, .2);
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}
.cartiva-new-header .nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--forest);
  border-radius: 2px;
}

/* Buttons */
body.cartiva-new .btn,
body.cartiva-new a.btn,
body.cartiva-new button.btn {
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
body.cartiva-new .btn:hover {
  transform: none !important;
  box-shadow: none !important;
}
body.cartiva-new .btn-primary {
  background: linear-gradient(135deg, var(--forest), var(--sage)) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
body.cartiva-new .btn-soft {
  background: var(--surface-2) !important;
  color: var(--forest) !important;
  border: 1px solid rgba(64, 145, 108, .2) !important;
  box-shadow: none !important;
}
body.cartiva-new .btn-outline {
  background: transparent !important;
  color: var(--forest) !important;
  border: 2px solid var(--forest) !important;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  box-shadow: none !important;
  transition: background .2s ease, color .2s ease;
}
body.cartiva-new .btn-outline:hover {
  background: var(--forest) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.cartiva-new .price-row .btn,
body.cartiva-new .product-body .btn,
body.cartiva-new .auth-actions .btn,
body.cartiva-new .premium-add-form .btn {
  box-shadow: none !important;
}
.btn-sm {
  padding: 8px 14px !important;
  font-size: .85rem !important;
}

/* Hero */
.hero-new {
  position: relative;
  padding: 64px 0 80px;
  overflow: hidden;
}
.hero-new-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(64, 145, 108, .15), transparent),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(212, 163, 115, .12), transparent),
    linear-gradient(180deg, var(--parchment) 0%, var(--cream) 100%);
  z-index: 0;
}
.hero-new-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-new-content h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--forest);
  line-height: 1.1;
  margin: 12px 0 20px;
}
.hero-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 52ch;
  margin: 0 0 28px;
}
.eyebrow-new {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(64, 145, 108, .12);
  color: var(--moss);
  border-radius: 6px;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-metrics {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(27, 67, 50, .1);
}
.metric-item strong {
  display: block;
  font-size: 1.2rem;
  color: var(--forest);
}
.metric-item span {
  font-size: .82rem;
  color: var(--muted);
}
.metric-divider {
  width: 1px;
  height: 36px;
  background: rgba(27, 67, 50, .15);
}
.hero-new-visual {
  position: relative;
}
.hero-image-frame {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(64, 145, 108, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.hero-image-frame img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}
.hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(64, 145, 108, .1);
  max-width: 240px;
}
.hero-float-card strong {
  display: block;
  color: var(--forest);
  font-size: .95rem;
  margin: 6px 0;
  line-height: 1.3;
}
.float-price {
  display: block;
  color: var(--moss);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* Section headers */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 16px;
}
.section-head.centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-head h2 {
  color: var(--forest);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 8px 0 0;
}
.section-head p {
  color: var(--muted);
  max-width: 56ch;
  line-height: 1.7;
  margin: 10px 0 0;
}
.link-arrow {
  color: var(--sage);
  font-weight: 700;
  white-space: nowrap;
}
.link-arrow:hover {
  color: var(--forest);
}

/* Category strip */
.category-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.category-tile {
  background: #fff;
  border: 1px solid rgba(64, 145, 108, .12);
  border-radius: 14px;
  padding: 20px 16px;
  transition: .25s ease;
  display: block;
}
.category-tile:hover {
  border-color: var(--sage);
}
.cat-num {
  font-size: .72rem;
  font-weight: 800;
  color: var(--sand);
  letter-spacing: .04em;
}
.category-tile h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: .95rem;
  color: var(--forest);
  margin: 8px 0 4px;
  line-height: 1.25;
}
.cat-count {
  font-size: .78rem;
  color: var(--muted);
}

/* Featured packs grid */
.section-featured {
  padding: 56px 0 !important;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.featured-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(64, 145, 108, .1);
  transition: border-color .2s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.featured-card:hover {
  border-color: rgba(64, 145, 108, .28);
}

.featured-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.featured-media {
  width: 100%;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  padding: 18px;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}

.featured-media img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 174px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 auto !important;
}

.featured-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.featured-body h3 {
  font-size: .95rem;
  color: var(--forest);
  margin: 0;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.featured-footer strong {
  color: var(--moss);
  font-size: 1.05rem;
  white-space: nowrap;
}

.featured-cta {
  color: var(--sage);
  font-weight: 700;
  font-size: .85rem;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .featured-media {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    padding: 14px;
  }
  .featured-media img {
    max-height: 152px !important;
  }
}

@media (max-width: 480px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
}

/* Legacy bento aliases — keep if referenced elsewhere */
.bento-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* Journey section */
.section-journey {
  background: var(--forest);
  color: #fff;
  padding: 72px 0 !important;
}
.journey-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.journey-copy h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 12px 0 16px;
}
.journey-copy p {
  color: rgba(255,255,255,.75);
  line-height: 1.75;
}
.section-journey .eyebrow-new {
  background: rgba(255,255,255,.12);
  color: var(--sand);
}
.journey-steps {
  display: grid;
  gap: 16px;
}
.journey-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 20px 22px;
}
.step-icon {
  font-size: .85rem;
  font-weight: 800;
  color: var(--sand);
  background: rgba(212, 163, 115, .15);
  border-radius: 8px;
  padding: 8px 12px;
  flex-shrink: 0;
}
.journey-step strong {
  display: block;
  margin-bottom: 4px;
}
.journey-step span {
  font-size: .88rem;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
}

/* Quicklinks */
.quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.quicklink-card {
  background: #fff;
  border: 1px solid rgba(64, 145, 108, .12);
  border-radius: 16px;
  padding: 24px 20px;
  transition: .25s ease;
  display: block;
}
.quicklink-card:hover {
  border-color: var(--sage);
}
.ql-icon {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.quicklink-card strong {
  display: block;
  color: var(--forest);
  margin-bottom: 6px;
}
.quicklink-card span {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.5;
}

/* Footer */
body.cartiva-new .site-footer {
  background: var(--forest) !important;
  color: rgba(255,255,255,.85) !important;
  border-top: none !important;
  padding: 0 !important;
}
.footer-cta-band {
  background: linear-gradient(135deg, var(--moss), var(--sage));
  padding: 40px 0;
}
.footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-cta-inner h3 {
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.footer-cta-inner p {
  color: rgba(255,255,255,.8);
  margin: 0;
  max-width: 48ch;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 40px;
  padding: 48px 0 32px;
}
.footer-brand-col p {
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  margin: 16px 0;
}
.footer-logo {
  width: 180px;
  max-width: 100%;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer-links-grid h4 {
  color: var(--sand);
  margin: 0 0 14px;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.footer-links-grid a {
  display: block;
  color: rgba(255,255,255,.75) !important;
  margin: 8px 0;
  font-size: .9rem;
}
.footer-links-grid a:hover {
  color: #fff !important;
}
.footer-links-grid p {
  color: rgba(255,255,255,.7);
  font-size: .88rem;
  line-height: 1.7;
  margin: 0 0 8px;
}
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0 28px;
  color: rgba(255,255,255,.55);
  font-size: .85rem;
}

/* Cards & panels override dark theme */
body.cartiva-new .hero-card,
body.cartiva-new .panel,
body.cartiva-new .product-card,
body.cartiva-new .category-card,
body.cartiva-new .structure-card,
body.cartiva-new .page-hero-card,
body.cartiva-new .content-panel,
body.cartiva-new .legal-card,
body.cartiva-new .product-premium-card .product-gallery-panel,
body.cartiva-new .product-premium-card .product-info-panel {
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid rgba(64, 145, 108, .12) !important;
  box-shadow: none !important;
}
body.cartiva-new .tag,
body.cartiva-new .eyebrow {
  background: rgba(64, 145, 108, .1) !important;
  color: var(--moss) !important;
  border: none !important;
}
body.cartiva-new .section-title h2,
body.cartiva-new .panel h1,
body.cartiva-new .panel h2 {
  color: var(--forest) !important;
}
body.cartiva-new .nav a {
  color: var(--muted) !important;
}
body.cartiva-new .promo-banner {
  background: linear-gradient(135deg, var(--forest), var(--sage)) !important;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-new-inner { grid-template-columns: 1fr; }
  .hero-new-visual { max-width: 480px; margin: 0 auto; }
  .category-strip { grid-template-columns: repeat(3, 1fr); }
  .featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journey-layout { grid-template-columns: 1fr; }
  .quicklinks-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .cartiva-new-header .nav-toggle { display: flex; }
  .cartiva-new-header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid rgba(27,67,50,.1);
    padding: 16px !important;
    flex-direction: column;
    align-items: stretch !important;
    z-index: 50;
  }
  .cartiva-new-header .nav.nav-open { display: flex; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .quicklinks-grid { grid-template-columns: 1fr; }
  .footer-cta-inner { flex-direction: column; text-align: center; }
  .footer-links-grid { grid-template-columns: 1fr; }
  .hero-metrics { flex-wrap: wrap; }
  .metric-divider { display: none; }
  .hero-float-card { position: static; margin-top: 16px; max-width: none; }
}

/* Kill legacy Cartiva button shadows inherited from style.css */
body.cartiva-new .btn-primary,
body.cartiva-new .btn-soft,
body.cartiva-new .btn-outline,
body.cartiva-new .pagination-btn,
body.cartiva-new .pagination-num {
  box-shadow: none !important;
}

/* Catalogue & home product image alignment */
body.cartiva-new .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.cartiva-new .product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(64, 145, 108, .1) !important;
  border-radius: 18px !important;
}

body.cartiva-new .product-media {
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  padding: 16px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--surface-2) !important;
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
  flex: 0 0 220px !important;
  aspect-ratio: auto !important;
}

body.cartiva-new .product-media img,
body.cartiva-new .product-card img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 188px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 auto !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body.cartiva-new .product-body {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

body.cartiva-new .bento-media,
body.cartiva-new .featured-media,
body.cartiva-new .hero-image-frame {
  box-sizing: border-box;
}

body.cartiva-new .section-featured .featured-card {
  background: #fff !important;
  border: 1px solid rgba(64, 145, 108, .1) !important;
  box-shadow: none !important;
}

body.cartiva-new .section-featured .featured-media img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  background: transparent !important;
}

@media (max-width: 760px) {
  body.cartiva-new .hero-image-frame {
    min-height: 300px;
    padding: 20px;
  }
  body.cartiva-new .hero-image-frame img {
    max-height: 260px;
  }
  body.cartiva-new .product-media {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    flex: 0 0 200px !important;
  }
  body.cartiva-new .product-media img,
  body.cartiva-new .product-card img {
    max-height: 168px !important;
  }
  body.cartiva-new .featured-media {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  body.cartiva-new .featured-media img {
    max-height: 152px !important;
  }
}

/* Browse seed products — remove all button & card shadows */
body.cartiva-new .catalog-section .product-card {
  background: #fff !important;
  border: 1px solid rgba(64, 145, 108, .1) !important;
  box-shadow: none !important;
  transition: border-color .2s ease !important;
}

body.cartiva-new .catalog-section .product-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: rgba(64, 145, 108, .28) !important;
}

body.cartiva-new .catalog-section .products-grid .btn,
body.cartiva-new .catalog-section .products-grid a.btn,
body.cartiva-new .catalog-section .price-row .btn,
body.cartiva-new .catalog-section .price-row a.btn-primary,
body.cartiva-new .catalog-section .product-body .btn,
body.cartiva-new .catalog-section .product-body a.btn-primary {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.cartiva-new .catalog-section .products-grid .btn:hover,
body.cartiva-new .catalog-section .price-row .btn:hover,
body.cartiva-new .catalog-section .product-body .btn:hover {
  box-shadow: none !important;
  transform: none !important;
}

body.cartiva-new .catalog-section .pill-tabs a {
  box-shadow: none !important;
  background: #fff !important;
  border: 1px solid rgba(64, 145, 108, .15) !important;
}

body.cartiva-new .catalog-section .catalog-pagination .btn,
body.cartiva-new .catalog-section .pagination-btn,
body.cartiva-new .catalog-section .pagination-num,
body.cartiva-new .catalog-section .pagination-num.is-active {
  box-shadow: none !important;
}

/* ── Global flat theme: no shadows anywhere ── */
body.cartiva-new,
body.cartiva-new * {
  text-shadow: none !important;
}

body.cartiva-new .btn,
body.cartiva-new .btn-primary,
body.cartiva-new .btn-soft,
body.cartiva-new .btn-outline,
body.cartiva-new a.btn,
body.cartiva-new button,
body.cartiva-new .cart-pill,
body.cartiva-new .acct-btn,
body.cartiva-new .pill-tabs a,
body.cartiva-new .pagination-btn,
body.cartiva-new .pagination-num,
body.cartiva-new .product-card,
body.cartiva-new .featured-card,
body.cartiva-new .category-tile,
body.cartiva-new .quicklink-card,
body.cartiva-new .hero-image-frame,
body.cartiva-new .hero-float-card,
body.cartiva-new .panel,
body.cartiva-new .page-hero-card,
body.cartiva-new .content-panel,
body.cartiva-new .legal-card,
body.cartiva-new .auth-gateway,
body.cartiva-new .auth-sidebar,
body.cartiva-new .auth-main,
body.cartiva-new .product-gallery-panel,
body.cartiva-new .product-info-panel,
body.cartiva-new .premium-content-panel,
body.cartiva-new .toast,
body.cartiva-new .notice,
body.cartiva-new .structure-card,
body.cartiva-new .category-card,
body.cartiva-new .nav,
body.cartiva-new .nav.open {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

body.cartiva-new .product-card:hover,
body.cartiva-new .featured-card:hover,
body.cartiva-new .category-tile:hover,
body.cartiva-new .quicklink-card:hover,
body.cartiva-new .structure-card:hover,
body.cartiva-new .btn:hover,
body.cartiva-new a.btn:hover,
body.cartiva-new button:hover {
  box-shadow: none !important;
  transform: none !important;
}

body.cartiva-new .footer-logo,
body.cartiva-new .brand-logo img,
body.cartiva-new img {
  filter: none !important;
}

body.cartiva-new .seed-meta span,
body.cartiva-new .seed-specs div,
body.cartiva-new .seed-specs strong {
  color: var(--forest) !important;
  background: rgba(64, 145, 108, .08) !important;
  border-color: rgba(64, 145, 108, .12) !important;
  text-shadow: none !important;
}

body.cartiva-new h1,
body.cartiva-new h2,
body.cartiva-new h3,
body.cartiva-new h4,
body.cartiva-new p,
body.cartiva-new label,
body.cartiva-new .section-title h2,
body.cartiva-new .product-body h3,
body.cartiva-new .panel h1,
body.cartiva-new .panel h2 {
  text-shadow: none !important;
}

/* ── Nuclear shadow kill (must be last) ── */
body.cartiva-new,
body.cartiva-new *,
body.cartiva-new *::before,
body.cartiva-new *::after {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

/* Navigation bar — flat, no glow */
body.cartiva-new .topbar,
body.cartiva-new .cartiva-new-header,
body.cartiva-new .announcement-bar {
  background: rgba(254, 250, 224, .97) !important;
  border-bottom: 1px solid rgba(27, 67, 50, .1) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.cartiva-new .announcement-bar {
  background: var(--forest) !important;
  border-bottom: none !important;
}

body.cartiva-new .nav a,
body.cartiva-new .topbar .nav a,
body.cartiva-new .cartiva-new-header .nav a {
  color: var(--muted) !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  background: transparent !important;
}

body.cartiva-new .nav a:hover,
body.cartiva-new .cartiva-new-header .nav a:hover {
  color: var(--forest) !important;
  background: rgba(64, 145, 108, .1) !important;
  box-shadow: none !important;
}

body.cartiva-new .acct-btn,
body.cartiva-new .cart-pill,
body.cartiva-new .topbar .cart-pill,
body.cartiva-new .nav-toggle {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

body.cartiva-new .cart-pill span,
body.cartiva-new .cart-count {
  box-shadow: none !important;
}

body.cartiva-new .brand-logo img,
body.cartiva-new .footer-logo {
  filter: none !important;
}

/* Checkout / cart order summary */
body.cartiva-new .summary-box {
  align-self: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
}

body.cartiva-new .summary-box h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

body.cartiva-new .summary-count {
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
}

body.cartiva-new .summary-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.cartiva-new .summary-items.is-scrollable {
  max-height: min(calc(52px * 4 + 36px), 45vh);
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

body.cartiva-new .summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0 !important;
  flex-wrap: nowrap;
}

body.cartiva-new .summary-label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: .92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.cartiva-new .summary-price {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: .92rem;
  font-weight: 600;
}

body.cartiva-new .summary-totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.cartiva-new .summary-row--total {
  margin-top: 6px;
  font-size: 1.05rem;
}
