:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =============================================
   WOODMART × BLINKIT/ZOMATO MOBILE THEME
   Global Design System
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #0C831F;
  --primary-light: #E8F5E9;
  --primary-dark: #056612;
  --secondary: #E23744;
  --secondary-light: #FDECEA;
  --accent: #FF8C00;
  --accent-light: #FFF3E0;
  --bg: #F2F2F2;
  --surface: #FFFFFF;
  --surface-2: #F8F8F8;
  --text-primary: #1C1C1C;
  --text-secondary: #696969;
  --text-muted: #A0A0A0;
  --border: #E8E8E8;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.13);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 100px;
  --font: 'Plus Jakarta Sans', sans-serif;
}

* { font-family: var(--font) !important; }

body {
  background: var(--bg) !important;
  color: var(--text-primary) !important;
  -webkit-font-smoothing: antialiased;
}

/* ── MOBILE ONLY (max 768px) ── */
@media (max-width: 768px) {

  /* Page background */
  .site-content, .wd-page-content { background: var(--bg) !important; }

  /* Remove default WoodMart spacing */
  .woodmart-breadcrumbs, .page-title-bar { display: none !important; }

  /* BUTTONS */
  .button, .wp-element-button,
  .single_add_to_cart_button,
  .add_to_cart_button {
    background: var(--primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 11px 20px !important;
    letter-spacing: 0.2px !important;
    transition: background 0.18s ease !important;
  }
  .button:hover, .single_add_to_cart_button:hover { background: var(--primary-dark) !important; }

  /* INPUTS */
  input, select, textarea {
    border-radius: var(--radius-sm) !important;
    border: 1.5px solid var(--border) !important;
    font-size: 14px !important;
    padding: 11px 14px !important;
  }
  input:focus, select:focus { border-color: var(--primary) !important; box-shadow: 0 0 0 3px rgba(12,131,31,0.12) !important; }

  /* CARDS */
  .woodmart-product-card, .product-grid-item, li.product {
    background: var(--surface) !important;
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-sm) !important;
    border: none !important;
    overflow: hidden !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
  }
  .woodmart-product-card:hover { box-shadow: var(--shadow-md) !important; }

  /* Product image container */
  .product-image-wrap, .woodmart-product-img {
    background: var(--surface-2) !important;
    border-radius: 0 !important;
  }
  .product-image-wrap img { border-radius: 0 !important; }

  /* Product title */
  .woocommerce-loop-product__title, .product-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text-primary) !important;
    line-height: 1.4 !important;
  }

  /* Price */
  .price, .woocommerce-Price-amount {
    color: var(--text-primary) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
  }
  del .woocommerce-Price-amount {
    color: var(--text-muted) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  /* Sale badge */
  .onsale, .woodmart-label {
    background: var(--secondary) !important;
    color: #fff !important;
    border-radius: var(--radius-sm) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    letter-spacing: 0.3px !important;
  }

  /* Sections */
  .woodmart-product-stock.out-of-stock {
    background: var(--secondary-light) !important;
    color: var(--secondary) !important;
    border-radius: var(--radius-sm) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  /* Section headings */
  .elementor-heading-title {
    font-weight: 800 !important;
    color: var(--text-primary) !important;
  }

  /* Chips / Filter tags */
  .wd-filter-item, .chosen-item, .woodmart-filter-item {
    background: var(--surface) !important;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-pill) !important;
    color: var(--text-secondary) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 7px 16px !important;
    transition: all 0.15s ease !important;
  }
  .wd-filter-item.active, .wd-filter-item:hover {
    background: var(--primary-light) !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
  }

  /* Search bar */
  .woodmart-search-form .search-field,
  .wd-search-form input {
    background: #F2F2F2 !important;
    border: none !important;
    border-radius: var(--radius-pill) !important;
    padding: 12px 44px 12px 18px !important;
    font-size: 14px !important;
    color: var(--text-primary) !important;
  }

  /* Cart & mini-cart */
  .cart-widget, .mini-cart-items { font-family: var(--font) !important; }
  .cart-total-amount { color: var(--primary) !important; font-weight: 700 !important; }

  /* WoodMart rating stars */
  .star-rating span, .star-rating::before { color: var(--accent) !important; }

  /* Scrollbars */
  ::-webkit-scrollbar { width: 0px; }
}

/* ── BADGE: Delivery ETA (custom class .wd-eta-badge) ── */
.wd-eta-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.2px;
}

/* ── CATEGORY PILL CARDS ── */
.wd-cat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 12px 8px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}
.wd-cat-pill img { width: 52px; height: 52px; object-fit: contain; }

/* ── OFFER BANNER STRIP ── */
.wd-offer-strip {
  background: linear-gradient(90deg, var(--primary) 0%, #1aab35 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius-md);
}

/* ── SECTION LABEL ── */
.wd-section-label {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.3px;
}
.wd-section-sub {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

--------
//product loop css
@media (max-width: 768px) {
  /* 2-column tight grid */
  .products.columns-2 { gap: 10px !important; padding: 0 12px !important; }
  .products.columns-2 > li { margin: 0 !important; }

  /* Remove default WoodMart card padding */
  .product-element-top { padding: 0 !important; }
  .product-element-bottom { padding: 8px 10px 12px !important; }

  /* Add to cart button — "+" style */
  .add_to_cart_button, .woodmart-btn {
    background: #0C831F !important;
    color: #fff !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: unset !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(12,131,31,0.3) !important;
  }
  .add_to_cart_button::before { content: '+'; font-size: 22px; font-weight: 300; }
  .add_to_cart_button .button-text { display: none !important; }

  /* Quantity stepper (when item in cart) */
  .quantity-wrapper {
    background: #0C831F !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .quantity-wrapper .minus, .quantity-wrapper .plus {
    color: #fff !important;
    font-size: 18px !important;
    padding: 6px 10px !important;
    background: transparent !important;
  }
  .quantity-wrapper .qty {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    width: 28px !important;
  }

  /* Product title */
  .woocommerce-loop-product__title {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
  }

  /* Price */
  .price { font-size: 14px !important; font-weight: 800 !important; }
  .price del { font-size: 11px !important; font-weight: 500 !important; color: #A0A0A0 !important; }

  /* Discount % badge */
  .onsale {
    font-size: 10px !important;
    font-weight: 800 !important;
    background: #E23744 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 2px 6px !important;
  }
}