@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

:root {
  --eco-leaf: #4FA919;
  --eco-forest: #0b8457;
  --eco-deep: #1B5E20;
  --eco-ink: #1e1e1e;
  --eco-cream: #faf6f0;
  --eco-mist: #f4f7f4;
  --eco-tan: #b2977b;
  --bs-primary: #0b8457;
  --theme-accent: #0b8457;
  --theme-accent-2: #c8f0a8;
  --theme-soft: #faf6f0;
  --theme-ink: #1e1e1e;
  --theme-card: #fff;
  --theme-radius: 24px;
  --theme-btn-radius: 999px;
}

html, body {
  background: #fff;
  font-family: Jost, "Segoe UI", sans-serif;
  color: var(--eco-ink);
}

.eco-strip {
  background: var(--eco-deep);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  padding: 8px 0;
}
.eco-strip .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.eco-strip a { color: #c8f0a8; }

.eco-head { background: #fff; padding: 14px 0 8px; }
.eco-head-wrap { display: flex; align-items: center; gap: 18px; }
.eco-logo img { max-height: 48px; }
.eco-logo strong { color: var(--eco-forest); font-size: 26px; font-weight: 700; }
.eco-search {
  flex: 1; display: flex; background: var(--eco-mist); border-radius: 999px; overflow: hidden; border: 1px solid #e3ece4;
}
.eco-search input { border: 0; background: transparent; height: 44px; padding: 0 16px; flex: 1; }
.eco-search button { border: 0; background: var(--eco-forest); color: #fff; width: 48px; }
.eco-tools { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.eco-tools a { color: var(--eco-ink); }
.eco-tools .quantity, .eco-tools .cart-add-num { background: var(--eco-leaf) !important; color: #fff !important; border-radius: 10px; padding: 0 6px; }

.eco-nav { border-top: 1px solid #eef3ee; border-bottom: 1px solid #eef3ee; background: #fff; }
.eco-nav ul { display: flex; justify-content: center; gap: 8px; list-style: none; margin: 0; padding: 10px 0; overflow-x: auto; }
.eco-nav a { color: var(--eco-ink); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; white-space: nowrap; }
.eco-nav a:hover { color: var(--eco-forest); }

.eco-hero { position: relative; }
.eco-hero img { width: 100%; height: 520px; object-fit: cover; display: block; }
.eco-hero-copy {
  position: absolute; left: 8%; bottom: 12%; max-width: 480px;
  background: rgba(255,255,255,.92); padding: 28px; border-radius: 24px;
}
.eco-hero-copy span, .eco-kicker {
  display: inline-block; color: var(--eco-forest); letter-spacing: .18em; text-transform: uppercase; font-size: 12px; font-weight: 700;
}
.eco-hero-copy h1 { font-size: 40px; font-weight: 700; margin: 8px 0 12px; }
.eco-hero-copy a, .eco-story a {
  display: inline-block; background: var(--eco-leaf); color: #fff; border-radius: 999px; padding: 10px 18px; font-weight: 700;
}

.eco-cats, .eco-section { padding: 56px 0; }
.eco-cats h2, .eco-section h2 { font-size: 34px; margin: 6px 0 22px; }
.eco-cat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.eco-cat-row a {
  text-align: center; color: var(--eco-ink); font-weight: 600; background: var(--eco-cream); border-radius: 24px; padding-bottom: 14px; overflow: hidden;
}
.eco-cat-row img { width: 100%; height: 160px; object-fit: contain; background: var(--eco-mist); margin-bottom: 10px; padding: 12px; }

.eco-trust { background: var(--eco-mist); padding: 36px 0; }
.eco-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.eco-trust-grid article { background: #fff; border-radius: 18px; padding: 18px; }
.eco-trust-grid strong { display: block; color: var(--eco-forest); margin-bottom: 6px; }

.product-item { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid #eef3ee; height: 100%; padding-bottom: 14px; }
.product-item .product-img img { height: 230px; object-fit: contain; width: 100%; background: var(--eco-mist); }
.product-item .product-content { padding: 0 14px; }
.product-item .product-name { display: block; min-height: 46px; font-weight: 600; color: var(--eco-ink); }
.product-item .new-price { font-weight: 700; font-size: 18px; }
.product-item .old-price { color: #999; text-decoration: line-through; margin-left: 6px; }
.bb-add, .btn-primary, .btn-secondary, .btn-custom-size, .btn-custom-size-deepak {
  background: var(--eco-forest) !important; border-color: var(--eco-forest) !important; color: #fff !important;
  border-radius: 999px !important; font-weight: 700; width: 100%; padding: 8px 12px;
}
.bb-variant { width: 100%; margin: 8px 0; border: 1px solid #e3ece4; border-radius: 10px; padding: 6px; }

.eco-story { padding: 24px 0 64px; }
.eco-story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; }
.eco-story aside { background: var(--eco-deep); color: #fff; border-radius: 28px; padding: 36px; font-size: 22px; font-style: italic; }

.eco-listing { padding: 36px 0 56px; }
.eco-listing-head { margin-bottom: 22px; }
.eco-listing-head h1 { font-size: 36px; }
.eco-listing-side { background: var(--eco-cream); border-radius: 20px; padding: 16px; margin-bottom: 20px; }
.eco-listing-toolbar { display: flex; justify-content: flex-end; margin-bottom: 14px; }
.listing-widget h3 { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.listing-widget ul { list-style: none; margin: 0; padding: 0; }
.listing-cats-occasion label { display: flex; align-items: center; gap: 10px; padding: 8px 0; cursor: pointer; }
.listing-cats-occasion img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.listing-packs label { border: 1px solid #d5e6d6; border-radius: 999px; padding: 4px 10px; font-size: 12px; cursor: pointer; }
#product-list.is-loading { opacity: .55; }

.pd-crumb { font-size: 13px; margin: 18px 0; }
.pd-crumb a { color: var(--eco-forest); font-weight: 600; }
.pd-gallery { background: var(--eco-mist); border-radius: 24px; padding: 12px; }
.pd-main img { width: 100%; height: 480px; object-fit: cover; border-radius: 18px; }
.pd-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.pd-thumbs button { border: 2px solid transparent; padding: 0; background: none; border-radius: 12px; overflow: hidden; }
.pd-thumbs button.is-active { border-color: var(--eco-leaf); }
.pd-thumbs img { width: 72px; height: 72px; object-fit: cover; }
.eco-detail-buy { padding: 8px 8px 8px 12px; }
.eco-detail-buy h1 { font-size: 34px; }
.eco-detail-actions { display: flex; gap: 10px; margin: 16px 0; }
.eco-detail-notes { padding-left: 18px; color: #456; }
.variant-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.variant-chips input { display: none; }
.variant-chips label { border: 1px solid #d5e6d6; border-radius: 999px; padding: 8px 14px; cursor: pointer; font-weight: 600; }
.variant-chips input:checked + label { background: var(--eco-forest); color: #fff; border-color: var(--eco-forest); }
.pd-related { padding: 36px 0 56px; }
.pd-related h2 { font-size: 28px; margin-bottom: 18px; }

.eco-footer { background: var(--eco-deep); color: #e6f3e8; margin-top: 40px; position: relative; }
.eco-wave { line-height: 0; background: #fff; }
.eco-wave svg { width: 100%; height: 70px; display: block; }
.eco-news { margin-top: -28px; position: relative; z-index: 2; }
.eco-news-card {
  background: var(--eco-cream); color: var(--eco-ink); border-radius: 28px; padding: 28px;
  display: flex; justify-content: space-between; gap: 20px; align-items: center; flex-wrap: wrap;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.eco-news-card span { color: var(--eco-forest); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.eco-news-card h2 { font-size: 28px; margin: 6px 0; }
.eco-news-form { display: flex; background: #fff; border-radius: 999px; overflow: hidden; min-width: 280px; border: 1px solid #e4d9cc; }
.eco-news-form input { border: 0; height: 48px; padding: 0 16px; flex: 1; }
.eco-news-form button { border: 0; background: var(--eco-leaf); color: #fff; font-weight: 700; padding: 0 18px; }
.eco-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding: 42px 0 28px; }
.eco-footer a { color: #c8f0a8; }
.eco-footer h3 { color: #fff; font-size: 28px; }
.eco-footer h4 { color: var(--eco-leaf); letter-spacing: .14em; text-transform: uppercase; font-size: 12px; }
.eco-footer ul { list-style: none; padding: 0; }
.eco-footer li { margin-bottom: 8px; }
.eco-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.eco-badges li { background: rgba(255,255,255,.08); border-radius: 999px; padding: 6px 10px; font-size: 12px; }
.eco-foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0; font-size: 13px; }
.eco-foot-bottom .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.header-search-area { position: relative; flex: 0 1 360px; max-width: 360px; }
#suggestions { display: none; position: absolute; left: 0; right: 0; top: 50px; background: #fff; z-index: 30; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.12); }

.breadcrumb-area, .breadcrumb-area[data-bg-image] {
  background: var(--eco-mist) !important; background-image: none !important; min-height: 120px; padding: 28px 0;
}
.breadcrumb-heading { color: var(--eco-deep) !important; }
.account-page-area, .cart-area, .login-register-area, .shipping-area, .contact-form-area { padding-top: 32px; }
.myaccount-tab-trigger .nav-link.active { background: var(--eco-forest); color: #fff; border-radius: 10px; }
.cart-area table, .myaccount-dashboard table { border-radius: 16px; overflow: hidden; }
.contact-form-wrap, .login-form { background: var(--eco-cream); border-radius: 24px; padding: 24px; }
.nav-pills .nav-link { color: var(--eco-forest) !important; border-color: var(--eco-forest) !important; }
.nav-pills .nav-link.active { background: var(--eco-forest) !important; color: #fff !important; }

.auth-eco .auth-card { border-radius: 20px; }
.auth-eco .auth-input { border-radius: 6px !important; }
.auth-eco .auth-submit { background: var(--eco-leaf); border-radius: 999px; }
.pd-main img { object-fit: contain; background: var(--eco-mist); }

@media (max-width: 991px) {
  .eco-cat-row, .eco-trust-grid, .eco-foot-grid, .eco-story-grid { grid-template-columns: 1fr; }
  .eco-hero img { height: 320px; }
  .eco-hero-copy { left: 16px; right: 16px; bottom: 16px; max-width: none; }
  .pd-main img { height: 300px; }
}
