/* =========================================================
   PLANTS PAGE — nature-inspired variant
   Loaded only on plants.html, after style.css.
   Keeps the same layout/components, shifts palette + adds
   a soft leaf-pattern backdrop and botanical accents.
   ========================================================= */

body.plants-theme {
  background-color: #f3f6ee;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(138,154,126,0.10) 0, transparent 40%),
    radial-gradient(circle at 92% 30%, rgba(107,118,96,0.10) 0, transparent 45%),
    radial-gradient(circle at 50% 90%, rgba(138,154,126,0.08) 0, transparent 50%);
  background-attachment: fixed;
}

body.plants-theme .page-header {
  position: relative;
}
body.plants-theme .page-header h1 { color: #3c4a35; }
body.plants-theme .eyebrow { color: #5f7a5a; }

body.plants-theme .toolbar,
body.plants-theme .product-card,
body.plants-theme .contact-form {
  border-color: #d7e0cb;
}

body.plants-theme .btn-order { background: #5f7a5a; }
body.plants-theme .btn-order:hover { background: #4a6144; }

body.plants-theme .badge-new { background: #4a6144; }
body.plants-theme .badge-stock.in_stock { background: #5f7a5a; }

/* leaf motif divider, reused from the sprig signature but tinted deeper green */
body.plants-theme .sprig { color: #4a6144; opacity: 1; }

body.plants-theme .site-footer { background: #2f3a29; }
