/*
Theme Name: O HERB
Theme URI: https://oherb.store
Author: Saqr (for Youssef)
Description: Custom WooCommerce block theme for O HERB (multilingual, Paymob-ready, shipping automation).
Version: 0.1.0
Text Domain: oherb
*/

/* Global reset / will be replaced by theme.json presets */
body {
  margin: 0;
  background-color: #F8F8F4;
  font-family: 'Source Sans 3', 'Cairo', sans-serif;
}

.oherb-hero { display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:40px; padding:40px; }
.oherb-hero__trust { display:flex; flex-wrap:wrap; gap:12px; font-size:0.85rem; text-transform:uppercase; letter-spacing:0.08em; color:#5A5A56; }
.oherb-hero__trust span { background:#fff; border-radius:999px; padding:6px 14px; }
.oherb-categories__grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; }
.oherb-category-card { border-radius:16px; padding:24px; color:#fff; font-weight:600; }
.oherb-category-card--forest { background:#2F5B3A; }
.oherb-category-card--violet { background:#7A4D90; }
.oherb-category-card--amber { background:#E48C2A; }
.oherb-category-card--mint { background:#8DC6A3; }
.oherb-benefit-grid__card { border-radius:18px; color:#fff; padding:24px; min-height:220px; display:flex; flex-direction:column; gap:12px; }
.oherb-testimonials__grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.oherb-testimonial-card { background:#fff; padding:24px; border-radius:18px; box-shadow:0 20px 50px rgba(31,31,28,0.08); }
.oherb-ingredients__card { background:#fff; border-radius:18px; padding:24px; box-shadow:0 10px 30px rgba(47,91,58,0.08); }
.oherb-track-order__form { display:grid; gap:16px; max-width:480px; }
.oherb-track-order__timeline { margin-top:24px; }

