:root{
  --brand:#1e7e34;
  --brand-dark:#145a24;
  --brand-light:#eaf7ee;
  --dark:#1b1b1f;
}
body{ background:#f4f5f7; color:#1b1b1f; }
a{ text-decoration:none; }

/* Top utility bar */
.top-bar{ background:var(--dark); color:#cfcfd4; font-size:.8rem; }
.top-bar a{ color:#cfcfd4; }
.top-bar a:hover{ color:#fff; }

/* Main navbar */
.navbar-brand span{ color:var(--brand); }
.navbar-main{ background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.06); }
.search-form .form-control{ border-right:0; }
.search-form .btn{ background:var(--brand); color:#fff; border:1px solid var(--brand); }
.search-form .btn:hover{ background:var(--brand-dark); }
.icon-link{ color:var(--dark); position:relative; }
.icon-link .badge{ position:absolute; top:-6px; right:-10px; font-size:.6rem; }
.text-brand{ color:var(--brand) !important; }
.bg-brand{ background:var(--brand) !important; }

/* Category strip */
.category-strip{ background:var(--brand); }
.category-strip .nav-link{ color:#fff; font-size:.9rem; padding:.6rem .9rem; white-space:nowrap; }
.category-strip .nav-link:hover{ background:rgba(255,255,255,.15); }

/* Breadcrumb */
.breadcrumb-bar{ font-size:.85rem; }
.breadcrumb-bar a{ color:#666; }
.breadcrumb-bar a:hover{ color:var(--brand); }

/* Section titles */
.section-title{ font-weight:700; border-left:5px solid var(--brand); padding-left:.6rem; }
.see-all{ color:var(--brand); font-weight:600; font-size:.9rem; }

/* Product cards */
.product-card{ background:#fff; border-radius:.6rem; border:1px solid #eee; overflow:hidden; transition:.2s; height:100%; }
.product-card:hover{ box-shadow:0 8px 20px rgba(0,0,0,.08); }
.product-card .img-wrap{ aspect-ratio:1/1; overflow:hidden; background:#f7f7f8; }
.product-card img{ width:100%; height:100%; object-fit:cover; }
.product-card .badge-discount{ position:absolute; top:.5rem; left:.5rem; background:var(--brand); }
.wishlist-btn{ position:absolute; top:.5rem; right:.5rem; background:#fff; border-radius:50%; width:32px; height:32px; display:flex; align-items:center; justify-content:center; box-shadow:0 1px 4px rgba(0,0,0,.15); color:#444; border:0; }
.price-old{ text-decoration:line-through; color:#999; font-size:.8rem; }
.price-new{ color:var(--brand); font-weight:700; }
.rating{ color:#f5a623; font-size:.8rem; }
.btn-add-cart{ background:var(--brand); color:#fff; border:1px solid var(--brand); font-size:.82rem; }
.btn-add-cart:hover{ background:var(--brand-dark); color:#fff; }

/* Trust strip */
.trust-strip .item{ display:flex; align-items:center; gap:.75rem; }
.trust-strip .icon-wrap{ width:46px; height:46px; border-radius:50%; background:var(--brand-light); color:var(--brand); display:flex; align-items:center; justify-content:center; font-size:1.3rem; flex-shrink:0; }

/* Footer */
footer{ background:var(--dark); color:#c7c7cc; }
footer h6{ color:#fff; font-weight:700; margin-bottom:1rem; }
footer a{ color:#c7c7cc; }
footer a:hover{ color:#fff; }
.social-icon{ width:36px; height:36px; border-radius:50%; background:#2b2b31; display:flex; align-items:center; justify-content:center; color:#fff; }
.social-icon:hover{ background:var(--brand); }
.payment-icons i{ font-size:1.6rem; color:#c7c7cc; }
