/*
 * WoodMart Vegetables - Master Stylesheet (Exact Match to Reference)
 */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --wd-primary: #8cbc67;
  --wd-primary-hover: #7ba857;
  --wd-primary-light: #eef7e5;
  --wd-page-bg: #faf8f5;
  --wd-dark: #242424;
  --wd-gray-100: #f8f9fa;
  --wd-gray-200: #f1f3f5;
  --wd-gray-300: #e9ecef;
  --wd-gray-500: #777777;
  --wd-gray-600: #555555;
  --wd-badge-sale: #eb5757;
  --wd-badge-hot: #f2994a;
  --wd-star-color: #f5a623;
  --wd-radius-sm: 6px;
  --wd-radius-md: 10px;
  --wd-radius-lg: 16px;
  --wd-radius-full: 9999px;
  --wd-shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --wd-shadow-md: 0 8px 25px rgba(0,0,0,0.06);
  --font-heading: 'Manrope', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Lato', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background-color: var(--wd-page-bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--wd-dark);
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--wd-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.wd-container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.py-8 {
  padding-top: 35px;
  padding-bottom: 45px;
}

.text-green { color: var(--wd-primary) !important; }
.text-orange { color: #ff7a00 !important; }

/* ==========================================================================
   Left Fixed Sticky Navigation Bar (Scrollable with smooth UI)
   ========================================================================== */
.wd-left-sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 56px;
  background-color: #ffffff;
  border-right: 1px solid #eae7e1;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 0 10px rgba(0,0,0,0.02);
}

.wd-sticky-nav-top-btn {
  width: 56px;
  height: 56px;
  min-height: 56px;
  flex-shrink: 0;
  background-color: var(--wd-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 2;
}

.wd-sticky-nav-top-btn:hover {
  background-color: var(--wd-primary-hover);
}

.wd-sticky-icon-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 0 30px 0;
  margin: 0;
  list-style: none;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(104, 159, 56, 0.3) transparent;
}

.wd-sticky-icon-list::-webkit-scrollbar {
  width: 3px;
}

.wd-sticky-icon-list::-webkit-scrollbar-track {
  background: transparent;
}

.wd-sticky-icon-list::-webkit-scrollbar-thumb {
  background-color: rgba(104, 159, 56, 0.3);
  border-radius: 3px;
}

.wd-sticky-icon-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--wd-primary);
}

.wd-sticky-item {
  width: 56px;
  height: 48px;
  min-height: 48px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-sticky-icon-link {
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.2s ease;
}

.wd-sticky-svg {
  transition: transform 0.2s ease;
}

.wd-cat-nav-icon {
  font-size: 18px;
  color: #555555;
  transition: all 0.2s ease;
}

.wd-sticky-item:hover .wd-sticky-svg {
  transform: scale(1.12);
}

.wd-sticky-item:hover .wd-cat-nav-icon {
  color: var(--wd-primary);
  transform: scale(1.12);
}

.wd-sticky-item:hover .wd-sticky-icon-link {
  background-color: #f3f8ee;
}

.wd-tooltip {
  position: fixed;
  left: 62px;
  background-color: #242424;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1001;
}

.wd-sticky-item:hover .wd-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Hide tooltip if item has flyout to prevent overlay overlap */
.wd-sticky-item:has(.wd-sticky-flyout):hover .wd-tooltip {
  display: none !important;
}

/* Sticky Flyout (Fixed position with smart viewport handling & hover bridge) */
.wd-sticky-flyout {
  position: fixed;
  left: 56px;
  width: 260px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 8px 8px 30px rgba(0,0,0,0.14);
  border: 1px solid #eae7e1;
  border-radius: 0 var(--wd-radius-md) var(--wd-radius-md) 0;
  padding: 16px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  z-index: 99999;
  scrollbar-width: thin;
  scrollbar-color: rgba(104, 159, 56, 0.25) transparent;
}

/* Hover Bridge: prevents menu from closing when mouse moves between icon and submenu */
.wd-sticky-flyout::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -25px;
  width: 30px;
  bottom: -15px;
  background: transparent;
  pointer-events: auto;
}

.wd-sticky-flyout::-webkit-scrollbar {
  width: 3px;
}

.wd-sticky-flyout::-webkit-scrollbar-thumb {
  background-color: rgba(104, 159, 56, 0.25);
  border-radius: 3px;
}

.wd-sticky-item:hover .wd-sticky-flyout,
.wd-sticky-item.active .wd-sticky-flyout,
.wd-sticky-flyout:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  display: block !important;
}

.wd-flyout-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  color: var(--wd-dark);
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0eee9;
}

.wd-flyout-links li {
  margin-bottom: 6px;
}

.wd-flyout-links a {
  font-size: 13px;
  color: #555555;
  display: block;
  padding: 4px 0;
}

.wd-flyout-links a:hover {
  color: var(--wd-primary);
  padding-left: 4px;
}

@media (min-width: 992px) {
  .wd-content-wrapper {
    padding-left: 56px;
  }
}

/* ==========================================================================
   1. Top Bar (Exact Match to Screenshot)
   ========================================================================== */
.wd-topbar {
  background-color: var(--wd-page-bg);
  border-bottom: 1px solid #eae7e1;
  padding: 8px 0;
  font-size: 12px;
  color: #555555;
}

.wd-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wd-topbar-left, .wd-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wd-topbar-link {
  color: #555555;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.wd-topbar-link:hover {
  color: var(--wd-primary);
}

.wd-topbar-divider {
  width: 1px;
  height: 12px;
  background-color: #dcd8d0;
}

.wd-top-icon {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   2. Main Header (Exact Match to Screenshot)
   ========================================================================== */
.wd-header {
  background-color: var(--wd-page-bg);
  padding: 18px 0;
  border-bottom: 1px solid #eae7e1;
}

.wd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

/* Logo */
.wd-site-logo {
  flex-shrink: 0;
}

.wd-header-logo-img {
  height: 45px;
  width: auto;
}

/* All Categories Pill Button */
.wd-header-categories-btn-wrap {
  position: relative;
  flex-shrink: 0;
}

.wd-pill-cat-btn {
  background-color: var(--wd-primary);
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: var(--wd-radius-full);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.wd-pill-cat-btn:hover {
  background-color: var(--wd-primary-hover);
  box-shadow: 0 4px 14px rgba(140, 188, 103, 0.35);
}

.wd-all-cat-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 275px;
  background-color: #ffffff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.14);
  border: 1px solid #eae7e1;
  border-radius: var(--wd-radius-md);
  padding: 8px 0;
  z-index: 9999;
  display: none;
}

.wd-header-categories-btn-wrap:hover .wd-all-cat-dropdown,
.wd-all-cat-dropdown.open {
  display: block;
}

.wd-dropdown-cat-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #444444;
}

.wd-dropdown-cat-list a:hover {
  background-color: #f7faf3;
  color: var(--wd-primary);
  padding-left: 24px;
}

.wd-cat-badge {
  margin-left: auto;
  background-color: var(--wd-badge-sale);
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Search Bar Pill */
.wd-header-search-bar {
  flex: 1;
  max-width: 480px;
}

.wd-search-pill-form {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dedad2;
  border-radius: var(--wd-radius-full);
  padding: 9px 20px;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

.wd-search-pill-form:focus-within {
  border-color: var(--wd-primary);
  box-shadow: 0 0 0 3px rgba(140, 188, 103, 0.15);
}

.wd-search-icon {
  color: #888888;
  font-size: 14px;
}

.wd-search-pill-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 13px;
  color: #333333;
  background: transparent;
}

/* Quick Header Links */
.wd-header-quick-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.wd-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #2b2b2b;
  white-space: nowrap;
}

.wd-quick-link:hover {
  color: var(--wd-primary);
}

.wd-quick-icon {
  display: inline-block;
  vertical-align: middle;
}

/* Cart Button (Soft Light Green Pill Circle, matching screenshot) */
.wd-header-cart-wrap {
  flex-shrink: 0;
}

.wd-header-circle-cart-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e2efda;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wd-header-circle-cart-btn:hover {
  background-color: var(--wd-primary);
  box-shadow: 0 4px 12px rgba(140, 188, 103, 0.35);
}

.wd-header-circle-cart-btn:hover svg {
  stroke: #ffffff;
}

.wd-cart-badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--wd-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wd-page-bg);
}

/* ==========================================================================
   Stories / Main Categories Section
   ========================================================================== */
.wd-stories-section {
  padding: 20px 0 16px;
  position: relative;
}

.wd-stories-grid {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 14px 4px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c8e6c9 transparent;
}

.wd-stories-grid::-webkit-scrollbar {
  height: 5px;
}

.wd-stories-grid::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.wd-stories-grid::-webkit-scrollbar-thumb {
  background: #c3e0bd;
  border-radius: 4px;
}

.wd-stories-grid::-webkit-scrollbar-thumb:hover {
  background: var(--wd-primary);
}

.wd-story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex-shrink: 0;
  width: 90px;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.wd-story-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eef7e5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7faf3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.wd-story-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.wd-story-item:hover .wd-story-circle {
  border-color: var(--wd-primary);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 18px rgba(111, 166, 61, 0.25);
}

.wd-story-item:hover .wd-story-circle img {
  transform: scale(1.08);
}

.wd-story-item:hover .wd-story-title {
  color: var(--wd-primary);
}

.wd-story-title {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
  transition: color 0.2s ease;
}

/* ==========================================================================
   Hero 3-Columns Section
   ========================================================================== */
.wd-hero-three-cols-section {
  padding: 10px 0 35px;
}

.wd-hero-three-cols-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}

.wd-hero-main-banner {
  background: #eef6e6;
  border-radius: var(--wd-radius-lg);
  padding: 45px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}

.wd-hero-main-content {
  position: relative;
  z-index: 3;
  max-width: 360px;
}

.wd-hero-banner-title {
  font-size: 34px;
  font-weight: 800;
  color: #2b3d20;
  line-height: 1.15;
  margin-bottom: 18px;
}

.wd-hero-discount-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.wd-hero-discount-text {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #2b3d20;
}

.wd-delivery-badge {
  background-color: #f7c942;
  color: #242424;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--wd-radius-full);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wd-hero-btn-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wd-btn-pill-white {
  display: inline-block;
  background-color: #ffffff;
  color: var(--wd-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 26px;
  border-radius: var(--wd-radius-full);
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

.wd-btn-pill-white:hover {
  background-color: var(--wd-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.wd-hero-small-note {
  font-size: 11px;
  color: #6d7f62;
  line-height: 1.4;
  max-width: 280px;
}

.wd-hero-veg-img-wrap {
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.wd-hero-veg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.wd-hero-dots {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

.wd-hero-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c9dcb9;
}

.wd-hero-dots .dot.active {
  background-color: #2b3d20;
}

/* Col 2 & 3: Promo Cards */
.wd-hero-promo-card {
  border-radius: var(--wd-radius-lg);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 380px;
}

.wd-hero-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wd-shadow-md);
}

.wd-promo-blue {
  background-color: #d6eaf8;
}

.wd-promo-tan {
  background-color: #f7e7cf;
}

.wd-promo-card-sub {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #557799;
  display: block;
  margin-bottom: 6px;
}

.wd-promo-tan .wd-promo-card-sub {
  color: #a06b24;
}

.wd-promo-card-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--wd-dark);
  margin-bottom: 8px;
}

.wd-promo-card-link {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--wd-dark);
  text-decoration: underline;
}

.wd-promo-card-link:hover {
  color: var(--wd-primary);
}

.wd-promo-card-img-wrap {
  margin-top: 20px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-promo-card-img-wrap img {
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.wd-hero-promo-card:hover .wd-promo-card-img-wrap img {
  transform: scale(1.08);
}

/* ==========================================================================
   Deals, Products & Footers
   ========================================================================== */
.wd-deals-section {
  padding: 20px 0 45px;
}

.wd-deals-card {
  background-color: #ffffff;
  border: 1px solid #eae7e1;
  border-radius: var(--wd-radius-lg);
  padding: 35px 30px;
  box-shadow: var(--wd-shadow-sm);
}

.wd-deals-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.wd-badge-deal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #fff0eb;
  color: var(--wd-badge-hot);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: var(--wd-radius-full);
  margin-bottom: 8px;
}

.wd-deals-title {
  font-size: 28px;
  font-weight: 800;
}

.wd-deals-sub {
  font-size: 13px;
  color: #777777;
}

/* Countdown */
.wd-countdown-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--wd-page-bg);
  padding: 12px 20px;
  border-radius: var(--wd-radius-md);
  border: 1px solid #e2ded5;
}

.wd-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 48px;
}

.wd-countdown-num {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--wd-primary);
  line-height: 1;
}

.wd-countdown-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888888;
  margin-top: 4px;
}

.wd-cd-colon {
  font-size: 20px;
  font-weight: 800;
  color: var(--wd-primary);
}

/* Product Cards */
.wd-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.wd-product-card {
  background-color: #ffffff;
  border: 1px solid #eae7e1;
  border-radius: var(--wd-radius-lg);
  padding: 18px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wd-product-card:hover {
  border-color: var(--wd-primary);
  box-shadow: var(--wd-shadow-md);
  transform: translateY(-4px);
}

.wd-product-thumb-wrap {
  position: relative;
  background-color: #fbfbfb;
  border-radius: var(--wd-radius-md);
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-product-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.wd-product-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wd-product-card:hover .wd-product-thumb-wrap img {
  transform: scale(1.08);
}

.wd-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
}

.wd-badge-sale {
  background-color: var(--wd-badge-sale);
}

.wd-product-hover-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s ease;
  z-index: 3;
}

.wd-product-card:hover .wd-product-hover-actions {
  opacity: 1;
  transform: translateX(0);
}

.wd-quick-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--wd-dark);
  border: 1px solid #eae7e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  box-shadow: var(--wd-shadow-sm);
  transition: all 0.2s ease;
}

.wd-quick-action-btn:hover {
  background-color: var(--wd-primary);
  color: #ffffff;
  border-color: var(--wd-primary);
}

.wd-product-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wd-product-cat {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 4px;
}

.wd-product-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}

.wd-star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: var(--wd-star-color);
  margin-bottom: 10px;
}

.wd-rating-count {
  font-size: 11px;
  color: #888888;
  margin-left: 4px;
}

.wd-product-price {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--wd-primary);
  margin-bottom: 10px;
}

.wd-product-price del {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 6px;
}

.wd-product-price ins {
  text-decoration: none;
  color: var(--wd-primary);
}

.wd-stock-meter {
  margin-bottom: 12px;
}

.wd-stock-text {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #777777;
  margin-bottom: 4px;
}

.wd-stock-bar {
  height: 6px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}

.wd-stock-fill {
  height: 100%;
  background-color: var(--wd-primary);
  border-radius: 4px;
}

.wd-card-cart-action .wd-btn-cart {
  width: 100%;
  padding: 10px;
  border-radius: var(--wd-radius-full);
  background-color: #f1f7ea;
  color: var(--wd-primary);
  border: 1px solid #dcebce;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.wd-card-cart-action .wd-btn-cart:hover {
  background-color: var(--wd-primary);
  color: #ffffff;
  border-color: var(--wd-primary);
}

/* Features Bar */
.wd-features-bar-section {
  padding: 30px 0;
  border-top: 1px solid #eae7e1;
}

.wd-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wd-feature-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #eae7e1;
  border-radius: var(--wd-radius-md);
}

.wd-feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #eaf4dd;
  color: var(--wd-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.wd-feature-info h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.wd-feature-info p {
  font-size: 12px;
  color: #777777;
}

/* Footer */
.wd-footer {
  background-color: #1a1a1a;
  color: #bbbbbb;
  padding-top: 50px;
}

.wd-footer-widgets {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 40px;
}

.wd-footer .footer-logo .wd-brand-title {
  color: #ffffff;
}

.wd-footer-text {
  font-size: 13px;
  color: #999999;
  margin: 16px 0;
}

.wd-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 8px;
  color: #aaaaaa;
}

.wd-footer-contact i {
  color: var(--wd-primary);
}

.wd-footer-title {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.wd-footer-links li {
  margin-bottom: 8px;
}

.wd-footer-links a {
  font-size: 13px;
  color: #aaaaaa;
}

.wd-footer-links a:hover {
  color: var(--wd-primary);
}

.wd-app-download-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.wd-app-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  padding: 6px 12px;
  border-radius: var(--wd-radius-md);
  color: #ffffff;
}

.wd-social-icons {
  display: flex;
  gap: 8px;
}

.wd-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.wd-social-icons a:hover {
  background-color: var(--wd-primary);
}

.wd-footer-bottom {
  border-top: 1px solid #282828;
  padding: 20px 0;
  font-size: 12px;
  color: #777777;
}

.wd-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Off-canvas Cart Drawer */
.wd-cart-drawer, .wd-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.wd-cart-drawer.open, .wd-mobile-drawer.open {
  visibility: visible;
}

.wd-drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wd-cart-drawer.open .wd-drawer-backdrop,
.wd-mobile-drawer.open .wd-drawer-backdrop {
  opacity: 1;
}

.wd-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 85vw;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -5px 0 25px rgba(0,0,0,0.15);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.wd-mobile-panel {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

.wd-cart-drawer.open .wd-drawer-panel,
.wd-mobile-drawer.open .wd-mobile-panel {
  transform: translateX(0);
}

.wd-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #eeeeee;
}

.wd-drawer-title {
  font-size: 16px;
  font-weight: 800;
}

.wd-drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #777777;
  cursor: pointer;
}

.wd-free-shipping-box {
  padding: 14px 24px;
  background-color: #f7faf3;
  border-bottom: 1px solid #e7f2db;
  font-size: 12px;
}

.wd-shipping-progress {
  height: 6px;
  background-color: #e2ebd7;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
}

.wd-shipping-bar {
  height: 100%;
  background-color: var(--wd-primary);
}

.wd-side-cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .wd-left-sticky-nav {
    display: none;
  }
  .wd-header-quick-links {
    display: none;
  }
  .wd-hero-three-cols-grid {
    grid-template-columns: 1fr;
  }
  .wd-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wd-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wd-footer-widgets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .wd-topbar {
    display: none;
  }
  .wd-header-categories-btn-wrap {
    display: none;
  }
  .wd-products-grid {
    grid-template-columns: 1fr;
  }
  .wd-features-grid {
    grid-template-columns: 1fr;
  }
  .wd-footer-widgets {
    grid-template-columns: 1fr;
  }
  .wd-hero-banner-title {
    font-size: 24px;
  }
  .wd-hero-main-banner {
    padding: 30px 20px;
  }
}


/* ==========================================================================
   Exact Organic Green Footer (Matching Reference Screenshot)
   ========================================================================== */
.wd-green-footer {
  background-color: var(--wd-primary);
  color: #ffffff;
  padding: 55px 0 25px;
  position: relative;
}

.wd-footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 35px;
  margin-bottom: 25px;
}

.wd-footer-white-logo {
  height: 44px;
  width: auto;
  display: block;
}

.wd-footer-about-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 290px;
}

.wd-footer-col-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.wd-footer-col-links li {
  margin-bottom: 8px;
}

.wd-footer-col-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  display: inline-block;
  transition: all 0.2s ease;
}

.wd-footer-col-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.wd-footer-app-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.wd-app-badge-link img {
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.wd-app-badge-link:hover img {
  opacity: 0.9;
}

.wd-social-title {
  margin-top: 15px;
}

.wd-footer-social-row {
  display: flex;
  gap: 8px;
}

.wd-social-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.wd-social-circle:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.wd-social-fb {
  background-color: #3b5998;
}

.wd-social-x {
  background-color: #000000;
}

/* Newsletter Signup Card */
.wd-footer-newsletter-card {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/vg-newslatter.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 206px;
  border-radius: 10px;
  padding: 30px 35px;
  margin: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wd-newsletter-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.wd-newsletter-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin-top: 4px;
}

.wd-newsletter-form {
  display: flex;
  gap: 10px;
  width: 420px;
  max-width: 100%;
}

.wd-newsletter-input {
  flex: 1;
  padding: 12px 18px;
  border-radius: 5px;
  border: none;
  font-size: 13px;
  outline: none;
  background-color: #ffffff;
  color: #333333;
}

.wd-newsletter-submit-btn {
  padding: 12px 24px;
  border-radius: 5px;
  border: none;
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.wd-newsletter-submit-btn:hover {
  background-color: #242424;
}

/* Bottom Bar */
.wd-footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  flex-wrap: wrap;
  gap: 15px;
}

.wd-footer-bottom-row a {
  color: #ffffff;
}

.wd-footer-bottom-row a:hover {
  text-decoration: underline;
}

.wd-footer-legal-links {
  display: flex;
  gap: 20px;
}

/* Scroll To Top Button */
.wd-scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #242424;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 800;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wd-scroll-to-top:hover {
  transform: translateY(-3px);
  color: var(--wd-primary);
}

@media (max-width: 991px) {
  .wd-footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wd-footer-newsletter-card {
    background-size: 140px;
  }
}

@media (max-width: 600px) {
  .wd-footer-top-grid {
    grid-template-columns: 1fr;
  }
  .wd-footer-newsletter-card {
    background-image: none;
    padding: 20px;
  }
  .wd-newsletter-form {
    flex-direction: column;
  }
}


/* ==========================================================================
   Exact WoodMart Mobile / Side Navigation Drawer Styling
   ========================================================================== */
.wd-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.wd-mobile-drawer.open {
  visibility: visible;
}

.wd-mobile-drawer .wd-drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wd-mobile-drawer.open .wd-drawer-backdrop {
  opacity: 1;
}

.wd-mobile-drawer .wd-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  z-index: 2;
  overflow-y: auto;
}

.wd-mobile-drawer.open .wd-mobile-panel {
  transform: translateX(0);
}

/* Header */
.wd-mob-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0eee9;
  background-color: #faf8f5;
}

.wd-mob-drawer-close {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #777777;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.wd-mob-drawer-close:hover {
  color: var(--wd-dark);
  background-color: #eae7e1;
}

.wd-mob-drawer-close i {
  font-size: 14px;
}

/* Tabs */
.wd-mob-nav-tabs {
  display: flex;
  border-bottom: 1px solid #f0eee9;
  background-color: #ffffff;
}

.wd-mob-tab-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 14px 10px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #777777;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}

.wd-mob-tab-btn span {
  position: relative;
  padding-bottom: 4px;
}

.wd-mob-tab-btn.active {
  color: var(--wd-primary);
}

.wd-mob-tab-btn.active span::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--wd-primary);
}

/* Menu List */
.wd-mob-tab-pane {
  flex: 1;
  padding: 10px 0;
  background-color: #ffffff;
}

.wd-mob-menu-list li {
  border-bottom: 1px solid #f6f5f2;
}

.wd-mob-menu-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  transition: all 0.2s ease;
}

.wd-mob-menu-list a:hover {
  background-color: #fcfbf9;
  color: var(--wd-primary);
  padding-left: 24px;
}

.wd-mob-menu-list a span {
  flex: 1;
}

.wd-mob-menu-list a .wd-arr {
  font-size: 11px;
  color: #bbbbbb;
}

.wd-mob-menu-list a:hover .wd-arr {
  color: var(--wd-primary);
}

.wd-mob-special a {
  color: var(--wd-primary);
  font-weight: 700;
}


/* ==========================================================================
   14 Categories Mega Dropdown & Subcategories Flyout Panels
   ========================================================================== */
.wd-cat-mega-dropdown {
  width: 290px !important;
  max-height: 520px;
  overflow-y: visible;
  padding: 8px 0;
}

.wd-cat-menu-item {
  position: relative;
}

.wd-cat-menu-item .wd-cat-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  transition: all 0.2s ease;
}

.wd-cat-menu-item:hover > .wd-cat-link {
  background-color: #f7faf3;
  color: var(--wd-primary);
  padding-left: 24px;
}

.wd-cat-menu-item .wd-submenu-arr {
  margin-left: auto;
  font-size: 10px;
  color: #aaaaaa;
}

.wd-cat-menu-item:hover > .wd-cat-link .wd-submenu-arr {
  color: var(--wd-primary);
}

/* Subcategory Flyout Panel */
.wd-subcat-flyout-panel {
  position: absolute;
  top: -8px;
  left: 100%;
  width: 320px;
  background-color: #ffffff;
  box-shadow: 12px 14px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid #eae7e1;
  border-radius: 0 var(--wd-radius-md) var(--wd-radius-md) var(--wd-radius-md);
  padding: 20px 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(6px);
  transition: all 0.15s ease;
  z-index: 10005;
}

.wd-subcat-flyout-panel::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -25px;
  width: 30px;
  bottom: -15px;
  background: transparent;
  pointer-events: auto;
}

.wd-cat-menu-item:hover > .wd-subcat-flyout-panel,
.wd-cat-menu-item.active > .wd-subcat-flyout-panel,
.wd-cat-menu-item.sub-open > .wd-subcat-flyout-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  display: block !important;
}

.wd-subcat-flyout-head {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: var(--wd-dark);
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0eee9;
}

.wd-subcat-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 420px;
  overflow-y: auto;
}

.wd-subcat-link {
  font-size: 13px;
  color: #555555;
  padding: 4px 0;
  display: block;
  transition: all 0.2s ease;
}

.wd-subcat-link:hover {
  color: var(--wd-primary);
  padding-left: 6px;
}

/* Left Sticky Sidebar Nav Icon */
.wd-cat-nav-icon {
  font-size: 17px;
  color: #555555;
}

.wd-sticky-item:hover .wd-cat-nav-icon {
  color: var(--wd-primary);
}

/* Mobile Category Accordion */
.wd-mob-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wd-mob-cat-link {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: #333333;
}

.wd-mob-cat-toggle {
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  font-size: 12px;
  cursor: pointer;
}

.wd-mob-cat-toggle:hover {
  color: var(--wd-primary);
}

.wd-mob-subcat-list {
  background-color: #faf9f6;
  padding: 6px 0 10px 42px;
  border-top: 1px solid #f0eee9;
}

.wd-mob-subcat-list li a {
  display: block;
  padding: 6px 12px;
  font-size: 12.5px;
  color: #666666;
  font-weight: 500;
}

.wd-mob-subcat-list li a:hover {
  color: var(--wd-primary);
}


/* ==========================================================================
   Exact Organic Green Footer (Matching Reference Screenshot)
   ========================================================================== */
.wd-green-footer {
  background-color: var(--wd-primary);
  color: #ffffff;
  padding: 55px 0 25px;
  position: relative;
}

.wd-footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 35px;
  margin-bottom: 25px;
}

.wd-footer-white-logo {
  height: 44px;
  width: auto;
  display: block;
}

.wd-footer-about-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 290px;
}

.wd-footer-col-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.wd-footer-col-links li {
  margin-bottom: 8px;
}

.wd-footer-col-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  display: inline-block;
  transition: all 0.2s ease;
}

.wd-footer-col-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.wd-footer-app-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.wd-app-badge-link img {
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.wd-app-badge-link:hover img {
  opacity: 0.9;
}

.wd-social-title {
  margin-top: 15px;
}

.wd-footer-social-row {
  display: flex;
  gap: 8px;
}

.wd-social-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.wd-social-circle:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.wd-social-fb {
  background-color: #3b5998;
}

.wd-social-x {
  background-color: #000000;
}

/* Newsletter Signup Card */
.wd-footer-newsletter-card {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/vg-newslatter.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 206px;
  border-radius: 10px;
  padding: 30px 35px;
  margin: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wd-newsletter-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.wd-newsletter-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  margin-top: 4px;
}

.wd-newsletter-form {
  display: flex;
  gap: 10px;
  width: 420px;
  max-width: 100%;
}

.wd-newsletter-input {
  flex: 1;
  padding: 12px 18px;
  border-radius: 5px;
  border: none;
  font-size: 13px;
  outline: none;
  background-color: #ffffff;
  color: #333333;
}

.wd-newsletter-submit-btn {
  padding: 12px 24px;
  border-radius: 5px;
  border: none;
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.wd-newsletter-submit-btn:hover {
  background-color: #242424;
}

/* Bottom Bar */
.wd-footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  flex-wrap: wrap;
  gap: 15px;
}

.wd-footer-bottom-row a {
  color: #ffffff;
}

.wd-footer-bottom-row a:hover {
  text-decoration: underline;
}

.wd-footer-legal-links {
  display: flex;
  gap: 20px;
}

/* Scroll To Top Button */
.wd-scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #242424;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 800;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wd-scroll-to-top:hover {
  transform: translateY(-3px);
  color: var(--wd-primary);
}

@media (max-width: 991px) {
  .wd-footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wd-footer-newsletter-card {
    background-size: 140px;
  }
}

@media (max-width: 600px) {
  .wd-footer-top-grid {
    grid-template-columns: 1fr;
  }
  .wd-footer-newsletter-card {
    background-image: none;
    padding: 20px;
  }
  .wd-newsletter-form {
    flex-direction: column;
  }
}


/* ==========================================================================
   Master WooCommerce Product Archive & Category Grid Styling
   ========================================================================== */
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products.wd-products-archive-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 35px 0 !important;
  width: 100% !important;
  clear: both !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
li.wd-product-card-wrap {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  background: transparent !important;
  border: none !important;
}

.wd-product-card-wrap .wd-product-card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1.5px solid #eae7e1;
  border-radius: 16px;
  padding: 18px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.wd-product-card-wrap .wd-product-card:hover {
  border-color: #8cbc67;
  box-shadow: 0 14px 30px rgba(140, 188, 103, 0.16);
  transform: translateY(-5px);
}

.wd-product-thumb-wrap {
  position: relative;
  background-color: #f8fafc;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-product-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.wd-product-thumb-wrap img,
.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.wd-product-card:hover .wd-product-thumb-wrap img {
  transform: scale(1.08);
}

.wd-product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wd-product-cat {
  font-size: 11px;
  font-weight: 700;
  color: #8cbc67;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}

.wd-product-title {
  font-family: var(--font-heading, 'Manrope', 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.35;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.wd-product-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wd-product-title a:hover {
  color: #8cbc67;
}

.wd-product-price-row {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.wd-product-price {
  font-size: 16px;
  font-weight: 800;
  color: #8cbc67;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wd-product-price del {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.wd-product-price ins {
  color: #8cbc67;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
}

.wd-card-cart-action {
  margin-top: auto;
}

.wd-card-cart-action .wd-btn-cart,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  background: var(--wd-primary, #8cbc67) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  padding: 11px 16px !important;
  border-radius: 10px !important;
  border: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
  margin: 0 !important;
  text-align: center !important;
  box-shadow: 0 4px 12px rgba(140, 188, 103, 0.25) !important;
}

.wd-card-cart-action .wd-btn-cart:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background: #7ba857 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(140, 188, 103, 0.35) !important;
  color: #ffffff !important;
}

.woocommerce span.onsale {
  display: none !important; /* Replaced by rich .wd-product-badge */
}

@media (max-width: 1100px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products.wd-products-archive-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products.wd-products-archive-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Generic Page Styling */
.wd-page-content-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 48px;
  margin: 30px auto 50px;
  max-width: 1000px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.wd-page-title {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.wd-page-content-box .entry-content {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
}
.wd-page-content-box .entry-content h2,
.wd-page-content-box .entry-content h3,
.wd-page-content-box .entry-content h4 {
  color: #1a1a1a;
  margin-top: 28px;
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-weight: 700;
}
.wd-page-content-box .entry-content p {
  margin-bottom: 18px;
}
.wd-page-content-box .entry-content ul,
.wd-page-content-box .entry-content ol {
  margin: 14px 0 20px 24px;
}
.wd-page-content-box .entry-content li {
  margin-bottom: 8px;
}
.wd-page-content-box .entry-content a {
  color: var(--wd-primary);
  text-decoration: underline;
}
.wd-page-content-box .entry-content a:hover {
  color: #7ba857;
}

/* ==========================================================================
   Featured Products Tabs & Section Header Styling
   ========================================================================== */
.wd-featured-products-section {
  padding: 45px 0 55px;
}

.wd-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.wd-section-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--wd-primary, #689f38);
  margin-bottom: 4px;
}

.wd-section-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: #222222;
  margin: 0;
  line-height: 1.2;
}

.wd-product-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f1f4ee;
  padding: 4px 6px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.wd-tab-btn {
  background: transparent;
  border: none;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #555555;
  padding: 7px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  box-shadow: none;
}

.wd-tab-btn:hover {
  color: var(--wd-primary, #689f38);
  background: rgba(104, 159, 56, 0.08);
}

.wd-tab-btn.active {
  background: var(--wd-primary, #689f38) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(104, 159, 56, 0.3) !important;
}

.wd-product-card.wd-tab-hidden {
  display: none !important;
}

.wd-product-card.wd-tab-visible {
  animation: wdFadeIn 0.35s ease forwards;
}

@keyframes wdFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .wd-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .wd-product-tabs {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
  }
}

/* =========================================================================0
   Modern Hero 3-Columns Section Enhancements
   ========================================================================= */
.wd-hero-three-cols-section {
  padding: 15px 0 35px;
}

.wd-hero-three-cols-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 22px;
}

/* Card 1: Main Green Hero Banner */
.wd-hero-main-banner {
  background: linear-gradient(135deg, #eaf6e5 0%, #d8ebd2 55%, #c8e4bf 100%) !important;
  border-radius: 20px !important;
  padding: 38px 36px 30px !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(104, 159, 56, 0.18);
  transition: all 0.3s ease;
}

.wd-hero-main-banner:hover {
  box-shadow: 0 10px 30px rgba(104, 159, 56, 0.14);
}

.wd-hero-main-content {
  position: relative;
  z-index: 3;
  max-width: 370px;
}

.wd-hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(104, 159, 56, 0.15);
  color: #33691e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(104, 159, 56, 0.25);
}

.wd-hero-banner-title {
  font-family: var(--font-heading);
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  line-height: 1.18 !important;
  margin: 0 0 16px !important;
}

.wd-hero-banner-title .wd-title-accent {
  color: #437d22;
}

.wd-hero-offer-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.wd-hero-discount-pill {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: #1e3314;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.wd-hero-discount-pill strong {
  color: #e53935;
  font-weight: 800;
}

.wd-delivery-badge {
  background: #f7c942 !important;
  color: #2b2204 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 6px 12px !important;
  border-radius: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  box-shadow: 0 2px 8px rgba(247, 201, 66, 0.3) !important;
}

.wd-hero-btn-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wd-hero-main-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2b3d20;
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 30px;
  width: fit-content;
  box-shadow: 0 4px 14px rgba(43, 61, 32, 0.25);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.wd-hero-main-cta:hover {
  background: var(--wd-primary, #689f38);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(104, 159, 56, 0.35);
}

.wd-hero-main-cta i {
  transition: transform 0.2s ease;
}

.wd-hero-main-cta:hover i {
  transform: translateX(4px);
}

.wd-hero-small-note {
  font-size: 11.5px;
  color: #556b49;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wd-hero-veg-img-wrap {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 54%;
  height: 92%;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.wd-hero-veg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 0 0 0;
  mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
  transition: transform 0.5s ease;
}

.wd-hero-main-banner:hover .wd-hero-veg-img {
  transform: scale(1.04);
}

.wd-hero-dots {
  display: flex;
  gap: 6px;
  margin-top: 24px;
  position: relative;
  z-index: 3;
}

.wd-hero-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(43, 61, 32, 0.2);
  transition: all 0.2s ease;
}

.wd-hero-dots .dot.active {
  width: 22px;
  border-radius: 10px;
  background-color: #2b3d20;
}

/* Col 2 & 3: Modern Promo Cards */
.wd-hero-promo-card {
  border-radius: 20px !important;
  padding: 28px 24px 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.wd-hero-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.wd-promo-blue {
  background: linear-gradient(135deg, #eaf4fc 0%, #d2e7f9 100%) !important;
  border: 1px solid rgba(41, 128, 185, 0.15);
}

.wd-promo-tan {
  background: linear-gradient(135deg, #fef4e8 0%, #fce3c5 100%) !important;
  border: 1px solid rgba(211, 134, 46, 0.15);
}

.wd-card-pill-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 14px;
  margin-bottom: 10px;
}

.wd-card-pill-tag.tag-blue {
  background: rgba(33, 150, 243, 0.15);
  color: #1976d2;
}

.wd-card-pill-tag.tag-amber {
  background: rgba(255, 152, 0, 0.18);
  color: #e65100;
}

.wd-promo-card-title {
  font-family: var(--font-heading);
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1a202c !important;
  line-height: 1.25 !important;
  margin: 0 0 14px !important;
}

.wd-promo-card-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: #1976d2;
  background: #ffffff;
  padding: 8px 18px;
  border-radius: 20px;
  width: fit-content;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.wd-promo-card-link-btn:hover {
  background: #1976d2;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(25, 118, 210, 0.25);
}

.wd-promo-card-link-btn.btn-amber {
  color: #e65100;
}

.wd-promo-card-link-btn.btn-amber:hover {
  background: #e65100;
  color: #ffffff !important;
  box-shadow: 0 5px 14px rgba(230, 81, 0, 0.25);
}

.wd-promo-card-link-btn i {
  transition: transform 0.2s ease;
}

.wd-promo-card-link-btn:hover i {
  transform: translateX(3px);
}

.wd-promo-card-img-wrap {
  width: 100%;
  height: 180px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.wd-promo-card-img-wrap img {
  max-width: 90%;
  max-height: 170px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s ease;
}

.wd-hero-promo-card:hover .wd-promo-card-img-wrap img {
  transform: scale(1.08);
}

@media (max-width: 1024px) {
  .wd-hero-three-cols-grid {
    grid-template-columns: 1fr;
  }
  .wd-hero-main-banner {
    min-height: 340px;
  }
}
\n
/* ==========================================================================
   WooCommerce My Account Page Styling (Luxury Organic Theme)
   ========================================================================== */
.woocommerce-account .wd-page-content-box {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.woocommerce-account .wd-page-title {
  font-size: 28px;
  font-weight: 800;
  color: #1e3314;
  margin-bottom: 24px;
  font-family: var(--font-heading);
}

.woocommerce-account .woocommerce {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

/* 1. Left Sidebar Navigation */
.woocommerce-MyAccount-navigation {
  width: 280px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2eb;
  overflow: hidden;
  position: sticky;
  top: 90px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f1f5f9;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 22px;
  font-size: 14.5px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: all 0.22s ease;
  border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation ul li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  width: 20px;
  text-align: center;
  color: #64748b;
  transition: color 0.2s ease;
}

/* Navigation Icons */
.woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f015"; }
.woocommerce-MyAccount-navigation-link--orders a::before { content: "\f290"; }
.woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f019"; }
.woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f3c5"; }
.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f4ff"; }
.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f8fafc;
  color: #2e7d32;
  transform: translateX(4px);
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
  color: #2e7d32;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f1f8ed;
  color: #2e7d32;
  font-weight: 700;
  border-left-color: #689f38;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
  color: #689f38;
}

/* 2. Right Content Box */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2eb;
  min-width: 0;
}

.woocommerce-MyAccount-content p {
  color: #475569;
  font-size: 14.5px;
  line-height: 1.6;
}

.woocommerce-MyAccount-content p strong {
  color: #0f172a;
}

.woocommerce-MyAccount-content p a {
  color: #2e7d32;
  font-weight: 600;
  text-decoration: underline;
}

/* 3. Account Details & WooCommerce Forms */
.woocommerce-EditAccountForm,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-address-fields {
  margin-top: 10px;
}

.woocommerce-form-row {
  margin-bottom: 20px;
}

.woocommerce-form-row--first,
.woocommerce-form-row--last {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
}

.woocommerce-form-row--first {
  margin-right: 16px;
}

.woocommerce-form-row--wide {
  width: 100%;
  clear: both;
}

.woocommerce-form-row label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  font-family: var(--font-heading);
}

.woocommerce-form-row label .required {
  color: #e53935;
  font-weight: 800;
  margin-left: 2px;
}

.woocommerce-form-row em,
.woocommerce-form-row .description,
.woocommerce-form-row small {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  font-style: normal;
  line-height: 1.4;
}

/* Form Inputs */
.woocommerce-Input,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select,
.woocommerce-account textarea {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14.5px;
  color: #0f172a;
  background-color: #f8fafc;
  transition: all 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

.woocommerce-account textarea {
  height: auto;
  min-height: 120px;
}

.woocommerce-Input:focus,
.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
  border-color: #689f38;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(104, 159, 56, 0.15);
}

/* Password Change Fieldset */
.woocommerce-EditAccountForm fieldset {
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 28px 12px;
  margin: 28px 0 24px;
  background: #fafcf8;
}

.woocommerce-EditAccountForm fieldset legend {
  font-size: 16px;
  font-weight: 800;
  color: #1e3314;
  padding: 0 12px;
  font-family: var(--font-heading);
}

/* Action Buttons */
.woocommerce-Button.button,
.woocommerce-account button[type="submit"],
.woocommerce-account .button {
  background: #2b3d20 !important;
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 13px 32px !important;
  border-radius: 30px !important;
  border: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(43, 61, 32, 0.25);
  transition: all 0.25s ease;
  text-decoration: none;
  margin-top: 10px;
}

.woocommerce-Button.button:hover,
.woocommerce-account button[type="submit"]:hover,
.woocommerce-account .button:hover {
  background: #689f38 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(104, 159, 56, 0.35);
}

/* 4. Orders Table */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 15px;
}

.woocommerce-orders-table th {
  background: #f8fafc;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-orders-table td {
  padding: 16px 18px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}

.woocommerce-orders-table tr:last-child td {
  border-bottom: none;
}

/* 5. Addresses Grid - Robust Modern 2-Column Cards */
.woocommerce-Addresses,
.woocommerce .woocommerce-Addresses,
.woocommerce .u-columns.woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 24px !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce-Addresses::before,
.woocommerce-Addresses::after {
  display: none !important;
}

.woocommerce-Address,
.woocommerce .woocommerce-Address,
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fbfdfa !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 24px 26px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 180px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.woocommerce-Address:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-2px) !important;
}

.woocommerce-Address-title,
.woocommerce-Address header.title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 16px !important;
  width: 100% !important;
  float: none !important;
  gap: 12px !important;
}

.woocommerce-Address-title::before,
.woocommerce-Address-title::after {
  display: none !important;
}

.woocommerce-Address-title h3,
.woocommerce-Address header.title h3 {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.woocommerce-Address-title .edit,
.woocommerce-Address header.title .edit {
  font-family: var(--font-heading) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  text-decoration: none !important;
  padding: 6px 14px !important;
  background: #ffffff !important;
  border: 1.5px solid #689f38 !important;
  border-radius: 20px !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.woocommerce-Address-title .edit:hover,
.woocommerce-Address header.title .edit:hover {
  background: #689f38 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(104, 159, 56, 0.25) !important;
  transform: translateY(-1px) !important;
}

.woocommerce-Address address {
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin: 0 !important;
  flex: 1 !important;
}

@media (max-width: 768px) {
  .woocommerce-Addresses,
  .woocommerce .woocommerce-Addresses,
  .woocommerce .u-columns.woocommerce-Addresses {
    grid-template-columns: 1fr !important;
  }
}

/* 6. WooCommerce Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 14px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}

.woocommerce-message {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
  border-left: 5px solid #22c55e;
}

.woocommerce-info {
  background: #f0f9ff;
  color: #075985;
  border: 1px solid #bae6fd;
  border-left: 5px solid #0284c7;
}

.woocommerce-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-left: 5px solid #ef4444;
}

/* Responsive Mobile Layout */
@media (max-width: 868px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
    position: static;
  }
  .woocommerce-MyAccount-content {
    padding: 24px 20px;
  }
  .woocommerce-form-row--first,
  .woocommerce-form-row--last {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
\n
/* Password field with toggle eye */
.woocommerce-account span.password-input {
  display: block;
  position: relative;
  width: 100%;
}

.woocommerce-account span.password-input .show-password-input {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.woocommerce-account span.password-input .show-password-input:hover {
  color: #2e7d32;
}

.woocommerce-account span.password-input input {
  padding-right: 44px !important;
}
\n
/* ==========================================================================
   Refined My Account Navigation & Address Card Fixes
   ========================================================================== */
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none !important;
  color: #334155 !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none !important;
  color: #2e7d32 !important;
  background: #f8fafc !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: none !important;
  color: #2e7d32 !important;
  background: #f1f8ed !important;
  font-weight: 700 !important;
}

/* Addresses Grid & Cards */
.woocommerce-Addresses,
.woocommerce .woocommerce-Addresses,
.woocommerce .u-columns.woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-top: 20px !important;
  width: 100% !important;
}

.woocommerce-Address,
.woocommerce .woocommerce-Address,
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2,
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
  float: none !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 24px 22px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 200px !important;
  position: relative !important;
  overflow: hidden !important;
}

.woocommerce-Address-title,
.woocommerce-Address header.title {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
  width: 100% !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 12px !important;
}

.woocommerce-Address-title h3,
.woocommerce-Address header.title h3 {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.woocommerce-Address-title .edit,
.woocommerce-Address header.title .edit {
  font-family: var(--font-heading) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  text-decoration: none !important;
  padding: 5px 14px !important;
  background: #f1f8ed !important;
  border: 1px solid #a3d987 !important;
  border-radius: 20px !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  width: fit-content !important;
}

.woocommerce-Address-title .edit:hover,
.woocommerce-Address header.title .edit:hover {
  background: #2e7d32 !important;
  color: #ffffff !important;
  border-color: #2e7d32 !important;
  box-shadow: 0 3px 10px rgba(46, 125, 50, 0.25) !important;
}

.woocommerce-Address address {
  font-style: normal !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin: 0 !important;
  flex: 1 !important;
}



/* ==========================================================================
   MASTER MOBILE RESPONSIVE ENHANCEMENTS (WoodMart Organic Theme)
   ========================================================================== */

/* 1. Mobile Menu Toggle (Hamburger Icon) */
.wd-mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 38px;
  height: 38px;
  padding: 10px 8px;
  background: #ffffff;
  border: 1.5px solid #e2ded5;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.wd-mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #242424;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.wd-mobile-menu-toggle:hover,
.wd-mobile-menu-toggle:active {
  background-color: #eef7e5;
  border-color: #8cbc67;
}

.wd-mobile-menu-toggle:hover span,
.wd-mobile-menu-toggle:active span {
  background-color: #8cbc67;
}

/* 2. Mobile App-like Bottom Navigation Toolbar */
.wd-mobile-bottom-toolbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-top: 1px solid #eae7e1;
  box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.08);
  z-index: 998;
  align-items: center;
  justify-content: space-around;
  padding: 0 4px;
}

.wd-toolbar-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-decoration: none !important;
  background: none;
  border: none;
  padding: 6px 2px;
  gap: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.wd-toolbar-btn i {
  font-size: 18px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.wd-toolbar-btn.active,
.wd-toolbar-btn:hover {
  color: var(--wd-primary, #689f38) !important;
}

.wd-toolbar-btn.active i,
.wd-toolbar-btn:hover i {
  transform: translateY(-2px);
  color: var(--wd-primary, #689f38);
}

.wd-toolbar-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wd-toolbar-badge {
  position: absolute;
  top: -6px;
  right: -9px;
  background-color: var(--wd-primary, #689f38);
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ffffff;
  line-height: 1;
}

/* Tablets & Mobile Responsiveness (< 992px) */
@media (max-width: 991px) {
  body {
    padding-bottom: 60px; /* Space for bottom toolbar */
  }

  .wd-content-wrapper {
    padding-left: 0 !important;
  }

  .wd-left-sticky-nav {
    display: none !important;
  }

  .wd-mobile-menu-toggle {
    display: flex !important;
  }

  .wd-mobile-bottom-toolbar {
    display: flex !important;
  }

  .wd-scroll-to-top {
    bottom: 74px !important;
    right: 18px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
  }

  /* Header Layout */
  .wd-topbar {
    display: none !important;
  }

  .wd-header {
    padding: 10px 0 12px !important;
  }

  .wd-header-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px 14px !important;
  }

  .wd-mobile-menu-toggle {
    order: 1 !important;
  }

  .wd-site-logo {
    order: 2 !important;
    flex-shrink: 0 !important;
  }

  .wd-header-logo-img {
    height: 34px !important;
  }

  .wd-header-cart-wrap {
    order: 3 !important;
  }

  .wd-header-circle-cart-btn {
    width: 38px !important;
    height: 38px !important;
  }

  .wd-header-categories-btn-wrap {
    display: none !important;
  }

  .wd-header-quick-links {
    display: none !important;
  }

  .wd-header-search-bar {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: 2px !important;
  }

  .wd-search-pill-form {
    padding: 8px 16px !important;
    width: 100% !important;
  }

  .wd-search-pill-input {
    font-size: 13px !important;
  }

  /* Hero Section on Tablet/Mobile */
  .wd-hero-three-cols-section {
    padding: 8px 0 24px !important;
  }

  .wd-hero-three-cols-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Products Grids */
  .wd-products-grid,
  .wd-deals-grid,
  .wd-featured-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products.wd-products-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  /* Features Bar */
  .wd-features-bar-section {
    padding: 24px 0 !important;
  }

  .wd-features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  /* Footer */
  .wd-footer-top-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 20px !important;
  }

  .wd-footer-about {
    grid-column: 1 / -1 !important;
  }
}

/* Smartphone Responsiveness (< 768px & < 600px) */
@media (max-width: 767px) {
  .wd-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* 1. Category Stories Carousel */
  .wd-stories-section {
    padding: 12px 0 8px !important;
  }

  .wd-stories-grid {
    gap: 12px !important;
    padding: 2px 2px 8px 2px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .wd-story-item {
    width: 68px !important;
    gap: 5px !important;
  }

  .wd-story-circle {
    width: 60px !important;
    height: 60px !important;
    border-width: 2px !important;
  }

  .wd-story-title {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  /* 2. Hero Section */
  .wd-hero-main-banner {
    padding: 22px 18px 20px !important;
    min-height: auto !important;
    border-radius: 16px !important;
  }

  .wd-hero-pill-badge {
    font-size: 9.5px !important;
    padding: 3px 8px !important;
    margin-bottom: 8px !important;
  }

  .wd-hero-banner-title {
    font-size: 21px !important;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
  }

  .wd-hero-offer-row {
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  .wd-hero-discount-pill {
    font-size: 13px !important;
    padding: 4px 8px !important;
    border-radius: 8px !important;
  }

  .wd-delivery-badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }

  .wd-hero-btn-row {
    gap: 6px !important;
  }

  .wd-hero-main-cta {
    font-size: 12.5px !important;
    padding: 9px 20px !important;
  }

  .wd-hero-small-note {
    font-size: 10px !important;
  }

  .wd-hero-veg-img-wrap {
    width: 44% !important;
    height: 70% !important;
    right: -10px !important;
    bottom: -5px !important;
    opacity: 0.85 !important;
  }

  .wd-hero-dots {
    margin-top: 14px !important;
  }

  /* Modern Compact Promo Cards on Mobile */
  .wd-hero-promo-card {
    min-height: auto !important;
    padding: 16px 16px !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .wd-promo-card-header {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .wd-card-pill-tag {
    font-size: 9px !important;
    padding: 2px 6px !important;
    margin-bottom: 4px !important;
  }

  .wd-promo-card-title {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin: 0 0 8px !important;
  }

  .wd-promo-card-link-btn {
    font-size: 11.5px !important;
    padding: 6px 12px !important;
  }

  .wd-promo-card-img-wrap {
    width: 85px !important;
    height: 85px !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
  }

  .wd-promo-card-img-wrap img {
    max-height: 80px !important;
    max-width: 80px !important;
  }

  /* 3. Deals Section */
  .wd-deals-section {
    padding: 16px 0 28px !important;
  }

  .wd-deals-card {
    padding: 16px 12px !important;
    border-radius: 16px !important;
  }

  .wd-deals-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  .wd-badge-deal {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }

  .wd-deals-title {
    font-size: 19px !important;
  }

  .wd-deals-sub {
    font-size: 11.5px !important;
  }

  .wd-countdown-wrapper {
    justify-content: center !important;
    padding: 6px 10px !important;
    gap: 4px !important;
  }

  .wd-countdown-item {
    min-width: 36px !important;
  }

  .wd-countdown-num {
    font-size: 16px !important;
  }

  .wd-countdown-label {
    font-size: 7.5px !important;
  }

  .wd-cd-colon {
    font-size: 15px !important;
  }

  /* 4. Product Cards (Crisp & Perfect in 2-Column Mobile Grid) */
  .wd-products-grid,
  .wd-deals-grid,
  .wd-featured-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products.wd-products-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .wd-product-card,
  .wd-product-card-wrap .wd-product-card {
    padding: 10px 8px !important;
    border-radius: 12px !important;
  }

  .wd-product-thumb-wrap {
    margin-bottom: 8px !important;
    border-radius: 8px !important;
  }

  .wd-product-badge {
    font-size: 8.5px !important;
    padding: 2px 5px !important;
    top: 5px !important;
    left: 5px !important;
  }

  .wd-product-hover-actions {
    opacity: 1 !important;
    transform: none !important;
    top: 5px !important;
    right: 5px !important;
    gap: 3px !important;
  }

  .wd-quick-action-btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }

  .wd-product-cat {
    font-size: 9.5px !important;
    margin-bottom: 2px !important;
  }

  .wd-product-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 30px !important;
    margin-bottom: 4px !important;
  }

  .wd-star-rating {
    font-size: 9px !important;
    gap: 2px !important;
    margin-bottom: 4px !important;
  }

  .wd-rating-count {
    font-size: 9px !important;
  }

  .wd-product-price-row {
    margin-bottom: 6px !important;
    gap: 4px !important;
  }

  .wd-product-price {
    font-size: 13.5px !important;
    gap: 4px !important;
  }

  .wd-product-price del {
    font-size: 10.5px !important;
  }

  .wd-stock-meter {
    margin-bottom: 6px !important;
  }

  .wd-stock-text {
    font-size: 9px !important;
  }

  .wd-stock-bar {
    height: 4px !important;
  }

  .wd-card-cart-action .wd-btn-cart,
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .add_to_cart_button {
    padding: 7px 6px !important;
    font-size: 10.5px !important;
    border-radius: 8px !important;
    gap: 4px !important;
  }

  /* 5. Featured Tabs Section */
  .wd-featured-products-section {
    padding: 20px 0 30px !important;
  }

  .wd-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  .wd-section-subtitle {
    font-size: 9.5px !important;
  }

  .wd-section-title {
    font-size: 19px !important;
  }

  .wd-product-tabs {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 3px !important;
    gap: 3px !important;
    scrollbar-width: none !important;
  }

  .wd-product-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .wd-tab-btn {
    padding: 5px 12px !important;
    font-size: 11.5px !important;
    flex-shrink: 0 !important;
  }

  /* 6. Feature Infoboxes */
  .wd-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .wd-feature-box {
    padding: 10px 8px !important;
    gap: 8px !important;
    border-radius: 8px !important;
  }

  .wd-feature-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
  }

  .wd-feature-info h4 {
    font-size: 11px !important;
  }

  .wd-feature-info p {
    font-size: 9.5px !important;
    line-height: 1.2 !important;
  }

  /* 7. Footer */
  .wd-green-footer {
    padding: 30px 0 16px !important;
  }

  .wd-footer-top-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px 14px !important;
    margin-bottom: 16px !important;
  }

  .wd-footer-white-logo {
    height: 32px !important;
  }

  .wd-footer-about-text {
    font-size: 12px !important;
    margin-top: 8px !important;
  }

  .wd-footer-col-title {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .wd-footer-col-links a {
    font-size: 12px !important;
  }

  .wd-footer-newsletter-card {
    padding: 18px 14px !important;
    margin: 18px 0 16px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background-image: none !important;
  }

  .wd-newsletter-title {
    font-size: 19px !important;
    text-align: center !important;
  }

  .wd-newsletter-sub {
    font-size: 11.5px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .wd-newsletter-form {
    width: 100% !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .wd-newsletter-input {
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }

  .wd-newsletter-submit-btn {
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }

  .wd-footer-bottom-row {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
    padding-top: 14px !important;
    font-size: 11.5px !important;
  }

  .wd-footer-legal-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    font-size: 11.5px !important;
  }

  /* Drawers */
  .wd-drawer-panel {
    width: 300px !important;
    max-width: 86vw !important;
  }

  .wd-mob-drawer-header {
    padding: 14px 16px !important;
  }

  .wd-mob-menu-list a {
    padding: 11px 16px !important;
    font-size: 13px !important;
  }
}

/* Extra small devices (< 380px) */
@media (max-width: 380px) {
  .wd-products-grid,
  .wd-deals-grid,
  .wd-featured-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 8px !important;
  }

  .wd-product-card {
    padding: 8px 6px !important;
  }

  .wd-product-title {
    font-size: 11.5px !important;
  }

  .wd-card-cart-action .wd-btn-cart {
    font-size: 10px !important;
    padding: 6px 4px !important;
  }

  .wd-features-grid {
    grid-template-columns: 1fr !important;
  }
}


/* Product Archive Page Mobile Responsiveness: Hide Sidebar & Subcategories only on Mobile (< 992px) */
@media (max-width: 991px) {
  .wd-subcat-chips-bar {
    display: none !important;
  }
  .wd-shop-sidebar {
    display: none !important;
  }
  .wd-shop-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .wd-archive-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}



/* ==========================================================================
   COMPREHENSIVE ALL PAGES MOBILE RESPONSIVENESS ENHANCEMENTS
   ========================================================================== */

/* 1. General Pages & Policy Content Boxes (About, Contact, Terms, Privacy, etc.) */
@media (max-width: 767px) {
  .wd-page-content-box {
    padding: 22px 16px !important;
    margin: 15px auto 30px !important;
    border-radius: 14px !important;
  }
  .wd-page-title {
    font-size: 22px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
  }
  .wd-page-content-box .entry-content {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
  .wd-page-content-box .entry-content h2 {
    font-size: 18px !important;
  }
  .wd-page-content-box .entry-content h3 {
    font-size: 16px !important;
  }
}

/* 2. Single Product Page Mobile Optimization */
@media (max-width: 767px) {
  .wd-single-product-container {
    padding-top: 10px;
  }
  .wd-single-bcrumb-bar {
    font-size: 12px !important;
    margin-bottom: 16px !important;
  }
  .wd-single-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-bottom: 25px !important;
  }
  .wd-single-gallery-card,
  .wd-single-details-card,
  .wd-single-tabs-card {
    padding: 18px 14px !important;
    border-radius: 14px !important;
  }
  .wd-single-title {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }
  .wd-single-rating-bar {
    font-size: 12px !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
  }
  .wd-single-price-box {
    padding: 12px 14px !important;
    margin-bottom: 14px !important;
  }
  .wd-single-sale-price {
    font-size: 22px !important;
  }
  .wd-single-save-pill {
    font-size: 11px !important;
    padding: 2px 6px !important;
  }
  .wd-single-stock-bar {
    font-size: 12px !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
  }
  .wd-single-short-desc {
    font-size: 13px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
  }
  .wd-qty-btn-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .wd-quantity-wrap {
    justify-content: center !important;
  }
  .wd-single-add-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  .wd-single-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px 10px !important;
  }
  .wd-single-trust-item {
    gap: 6px !important;
  }
  .wd-single-trust-item i {
    font-size: 16px !important;
  }
  .wd-single-trust-item strong {
    font-size: 11.5px !important;
  }
  .wd-single-trust-item span {
    font-size: 10px !important;
  }
  .wd-single-tabs-section {
    margin-bottom: 30px !important;
  }
  .wd-tabs-heading {
    font-size: 18px !important;
    margin-bottom: 14px !important;
    padding-bottom: 10px !important;
  }
  .wd-tabs-body-content {
    font-size: 13.5px !important;
  }
  .wd-related-header h2 {
    font-size: 18px !important;
  }
  .wd-related-header p {
    font-size: 12px !important;
  }
  .wd-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* 3. About Us Page Mobile Optimization */
@media (max-width: 767px) {
  .wd-about-page-main {
    padding-top: 15px !important;
    padding-bottom: 40px !important;
  }
  .wd-about-hero {
    padding: 28px 16px !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
  }
  .wd-about-hero-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
    margin-bottom: 14px !important;
  }
  .wd-about-hero-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
  .wd-about-hero-subtitle {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }
  .wd-about-hero-pills {
    gap: 8px !important;
  }
  .wd-about-hero-pill {
    padding: 7px 12px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
  .wd-about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
  }
  .wd-about-stat-box {
    padding: 16px 10px !important;
  }
  .wd-about-stat-number {
    font-size: 26px !important;
  }
  .wd-about-stat-label {
    font-size: 10.5px !important;
  }
  .wd-about-showcase {
    padding: 20px 14px !important;
    border-radius: 16px !important;
    margin-bottom: 30px !important;
    gap: 20px !important;
  }
  .wd-about-story h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  .wd-about-story p {
    font-size: 13.5px !important;
    margin-bottom: 12px !important;
  }
  .wd-about-img-container img {
    height: 220px !important;
  }
  .wd-about-floating-badge {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    padding: 10px 12px !important;
    gap: 8px !important;
  }
  .wd-about-floating-badge i {
    font-size: 20px !important;
  }
  .wd-about-floating-badge strong {
    font-size: 12px !important;
  }
  .wd-about-floating-badge span {
    font-size: 10.5px !important;
  }
  .wd-about-section-title {
    margin-bottom: 20px !important;
  }
  .wd-about-section-title h2 {
    font-size: 20px !important;
  }
  .wd-about-section-title p {
    font-size: 13px !important;
  }
  .wd-about-cards-3col {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 30px !important;
  }
  .wd-about-card-item {
    padding: 20px 18px !important;
  }
  .wd-about-card-icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .wd-about-card-item h3 {
    font-size: 17px !important;
  }
  .wd-about-card-item p {
    font-size: 13px !important;
  }
  .wd-about-pillars-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
  }
  .wd-about-pillar-card {
    padding: 14px 14px !important;
  }
  .wd-about-cats-box {
    padding: 24px 14px !important;
    border-radius: 16px !important;
    margin-bottom: 30px !important;
  }
  .wd-about-cats-box h3 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }
  .wd-about-tags-wrapper {
    gap: 6px !important;
  }
  .wd-about-tag-btn {
    padding: 6px 12px !important;
    font-size: 11.5px !important;
  }
  .wd-about-cta {
    padding: 30px 18px !important;
    border-radius: 16px !important;
  }
  .wd-about-cta h3 {
    font-size: 20px !important;
  }
  .wd-about-cta p {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }
  .wd-about-cta-btns {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .wd-about-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 11px 18px !important;
    font-size: 13.5px !important;
  }
}

/* 4. Contact Us Page Mobile Optimization */
@media (max-width: 767px) {
  .wd-contact-page-main {
    padding-top: 15px !important;
    padding-bottom: 40px !important;
  }
  .wd-contact-hero {
    padding: 28px 16px !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
  }
  .wd-contact-hero-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
    margin-bottom: 14px !important;
  }
  .wd-contact-hero-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
  .wd-contact-hero-subtitle {
    font-size: 13px !important;
  }
  .wd-contact-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-bottom: 28px !important;
  }
  .wd-contact-card {
    padding: 14px 10px !important;
    border-radius: 12px !important;
  }
  .wd-contact-card-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .wd-contact-card h3 {
    font-size: 13.5px !important;
    margin-bottom: 4px !important;
  }
  .wd-contact-card-val {
    font-size: 12.5px !important;
  }
  .wd-contact-card-note {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }
  .wd-contact-card-btn {
    font-size: 11px !important;
  }
  .wd-contact-main-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
  }
  .wd-contact-form-box {
    padding: 20px 14px !important;
    border-radius: 16px !important;
  }
  .wd-contact-form-box h2 {
    font-size: 20px !important;
  }
  .wd-contact-form-box p.form-desc {
    font-size: 12.5px !important;
    margin-bottom: 18px !important;
  }
  .wd-form-row-2col {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .wd-form-group {
    margin-bottom: 14px !important;
  }
  .wd-form-input,
  .wd-form-select,
  .wd-form-textarea {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
  .wd-form-submit-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
  .wd-support-highlight-box,
  .wd-contact-faq-card {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }
  .wd-support-highlight-box h3,
  .wd-contact-faq-card h3 {
    font-size: 17px !important;
  }
  .wd-contact-map-section {
    padding: 18px 14px !important;
    border-radius: 16px !important;
    margin-bottom: 30px !important;
  }
  .wd-map-header h3 {
    font-size: 17px !important;
  }
  .wd-map-header p {
    font-size: 12px !important;
  }
  .wd-map-frame-wrapper {
    height: 240px !important;
  }
}

/* 5. WooCommerce Cart & Checkout Pages Mobile Responsiveness */
@media (max-width: 991px) {
  /* Cart Page */
  .woocommerce-cart table.cart {
    border: none !important;
  }
  .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    border: 1.5px solid #eae7e1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    margin-bottom: 14px !important;
    padding: 14px !important;
  }
  .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item td {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 0 !important;
    border: none !important;
  }
  .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    padding: 0 !important;
  }
  .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    justify-content: center !important;
  }
  .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }
  .woocommerce-cart table.cart td.actions {
    display: block !important;
    padding: 14px 0 !important;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 12px !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    padding: 10px 14px !important;
  }
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart .cart_totals .checkout-button {
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    text-align: center !important;
    justify-content: center !important;
  }
  .cart-collaterals {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    background: #ffffff !important;
    border: 1.5px solid #eae7e1 !important;
    border-radius: 14px !important;
    padding: 20px 16px !important;
  }

  /* Checkout Page */
  .woocommerce-checkout .col2-set {
    float: none !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce-checkout #order_review {
    background: #ffffff !important;
    border: 1.5px solid #eae7e1 !important;
    border-radius: 14px !important;
    padding: 20px 16px !important;
  }
  .woocommerce-checkout .form-row {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .woocommerce-checkout #payment #place_order {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}



/* ==========================================================================
   Luxury Mini Cart Drawer Styling (Fix for Cut-off, Raw List & Gray Buttons)
   ========================================================================== */
.wd-cart-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 99999 !important;
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.wd-cart-drawer.open {
  visibility: visible !important;
}

.wd-cart-drawer .wd-drawer-backdrop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(4px) !important;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.wd-cart-drawer.open .wd-drawer-backdrop {
  opacity: 1 !important;
}

.wd-cart-drawer .wd-drawer-panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 400px !important;
  max-width: 100vw !important;
  height: 100% !important;
  background-color: #ffffff !important;
  box-shadow: -8px 0 35px rgba(0, 0, 0, 0.16) !important;
  transform: translateX(100%) !important;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 2 !important;
  overflow: hidden !important;
}

.wd-cart-drawer.open .wd-drawer-panel {
  transform: translateX(0) !important;
}

/* Cart Header */
.wd-cart-drawer-head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 18px 22px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.wd-cart-head-title-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.wd-cart-head-title-wrap i {
  font-size: 18px !important;
  color: var(--wd-primary, #689f38) !important;
}

.wd-cart-head-title-wrap .wd-drawer-title {
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  margin: 0 !important;
}

.wd-cart-count-pill {
  background: var(--wd-primary-light, #eef7e5) !important;
  color: var(--wd-primary, #689f38) !important;
  font-family: var(--font-heading) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 2px 8px !important;
  border-radius: 20px !important;
}

.wd-cart-drawer .wd-drawer-close {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #64748b !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.wd-cart-drawer .wd-drawer-close:hover {
  background: #fee2e2 !important;
  color: #ef4444 !important;
  transform: rotate(90deg) !important;
}

/* Free Shipping Box */
.wd-cart-drawer .wd-free-shipping-box {
  padding: 12px 22px !important;
  background: #f8fafc !important;
  border-bottom: 1px solid #eef2eb !important;
}

.wd-shipping-text-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12.5px !important;
  color: #334155 !important;
  margin-bottom: 6px !important;
}

.wd-cart-drawer .wd-shipping-progress {
  height: 6px !important;
  background-color: #e2e8f0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.wd-cart-drawer .wd-shipping-bar {
  height: 100% !important;
  background: linear-gradient(90deg, #8cbc67 0%, #437d22 100%) !important;
  border-radius: 10px !important;
}

/* Cart Content & Items List */
.wd-side-cart-content {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 18px 22px 24px !important;
  display: flex !important;
  flex-direction: column !important;
}

/* WooCommerce Mini Cart List */
.woocommerce-mini-cart,
.widget_shopping_cart_content ul.product_list_widget {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
  flex: 1 !important;
}

.woocommerce-mini-cart-item.mini_cart_item,
.widget_shopping_cart_content ul.product_list_widget li {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 14px 14px 12px !important;
  background: #ffffff !important;
  border: 1.5px solid #eef2eb !important;
  border-radius: 16px !important;
  margin-bottom: 12px !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-mini-cart-item.mini_cart_item:hover {
  border-color: #d1e7c4 !important;
  box-shadow: 0 4px 14px rgba(104, 159, 56, 0.08) !important;
}

/* Remove button */
.woocommerce-mini-cart-item a.remove,
.widget_shopping_cart_content ul.product_list_widget li a.remove {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  color: #94a3b8 !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  z-index: 3 !important;
}

.woocommerce-mini-cart-item a.remove:hover,
.widget_shopping_cart_content ul.product_list_widget li a.remove:hover {
  background: #fee2e2 !important;
  color: #ef4444 !important;
  border-color: #fca5a5 !important;
  transform: scale(1.1) !important;
}

/* Product Image in Mini Cart */
.woocommerce-mini-cart-item a:has(img),
.widget_shopping_cart_content ul.product_list_widget li a:has(img) {
  display: block !important;
  flex-shrink: 0 !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-mini-cart-item img,
.widget_shopping_cart_content ul.product_list_widget li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  display: block !important;
}

/* Product Info */
.woocommerce-mini-cart-item a:not(.remove):not(:has(img)),
.woocommerce-mini-cart-item > a:not(.remove) {
  font-family: var(--font-heading) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  display: block !important;
  padding-right: 24px !important;
  margin-bottom: 4px !important;
}

.woocommerce-mini-cart-item a:not(.remove):hover {
  color: var(--wd-primary, #689f38) !important;
}

.woocommerce-mini-cart-item .quantity {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  display: block !important;
}

.woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--wd-primary, #689f38) !important;
  margin-left: 4px !important;
}

/* Total / Subtotal Box */
.woocommerce-mini-cart__total.total,
.widget_shopping_cart_content .total {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  margin: 16px 0 14px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-top: none !important;
}

.woocommerce-mini-cart__total.total strong,
.widget_shopping_cart_content .total strong {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #475569 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.woocommerce-mini-cart__total.total .woocommerce-Price-amount,
.widget_shopping_cart_content .total .woocommerce-Price-amount {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
}

/* Mini Cart Action Buttons */
.woocommerce-mini-cart__buttons.buttons,
.widget_shopping_cart_content .buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 1. Checkout CTA Button (Top / Primary) */
.woocommerce-mini-cart__buttons.buttons a.button.checkout,
.widget_shopping_cart_content .buttons a.button.checkout {
  order: 1 !important;
  width: 100% !important;
  background: linear-gradient(135deg, #689f38 0%, #4a7c20 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  padding: 14px 20px !important;
  border-radius: 14px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 6px 20px rgba(104, 159, 56, 0.35) !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.25s ease !important;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout:hover,
.widget_shopping_cart_content .buttons a.button.checkout:hover {
  background: linear-gradient(135deg, #7ba857 0%, #569127 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(104, 159, 56, 0.45) !important;
  color: #ffffff !important;
}

/* 2. View Cart Button (Secondary / Outline) */
.woocommerce-mini-cart__buttons.buttons a.button:not(.checkout),
.widget_shopping_cart_content .buttons a.button:not(.checkout) {
  order: 2 !important;
  width: 100% !important;
  background: #f1f8ed !important;
  color: #2e7d32 !important;
  border: 1.5px solid #a3d987 !important;
  font-family: var(--font-heading) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  padding: 12px 20px !important;
  border-radius: 14px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.woocommerce-mini-cart__buttons.buttons a.button:not(.checkout):hover,
.widget_shopping_cart_content .buttons a.button:not(.checkout):hover {
  background: #e2f2da !important;
  color: #1e5a22 !important;
  border-color: #8cbc67 !important;
  transform: translateY(-1px) !important;
}

/* Mobile Drawer Width (< 600px) */
@media (max-width: 600px) {
  .wd-cart-drawer .wd-drawer-panel {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
  }
  .wd-cart-drawer-head {
    padding: 16px 18px !important;
  }
  .wd-side-cart-content {
    padding: 14px 16px 20px !important;
  }
}



/* ==========================================================================
   LUXURY WOOCOMMERCE CHECKOUT PAGE REDESIGN
   ========================================================================== */

.woocommerce-checkout .wd-page-content-box {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  max-width: 1200px !important;
}

.woocommerce-checkout .wd-page-title {
  font-family: var(--font-heading) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  margin-bottom: 24px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* 1. Login / Coupon Notices */
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #f1f8ed !important;
  color: #2e7d32 !important;
  border: 1.5px solid #bfe0ae !important;
  border-left: 5px solid #689f38 !important;
  border-radius: 14px !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
  box-shadow: 0 2px 10px rgba(104, 159, 56, 0.08) !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #1b4500 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
  background: #ffffff !important;
  border: 1.5px solid #eae7e1 !important;
  border-radius: 16px !important;
  padding: 24px 26px !important;
  margin-bottom: 25px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
}

/* 2. Master Two-Column Grid */
.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: 1.2fr 0.95fr !important;
  gap: 32px !important;
  align-items: start !important;
  margin-top: 10px !important;
}

/* 3. Left Column: Billing Details Card */
.woocommerce-checkout .col2-set {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  float: none !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #eae7e1 !important;
  border-radius: 20px !important;
  padding: 30px 28px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout h3 {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 12px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Form Fields Styling */
.woocommerce-checkout .form-row {
  margin-bottom: 18px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout .form-row label {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  margin-bottom: 6px !important;
  display: block !important;
  line-height: 1.3 !important;
}

.woocommerce-checkout .form-row .required {
  color: #ef4444 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #1e293b !important;
  font-family: var(--font-body) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.22s ease !important;
  outline: none !important;
  height: auto !important;
  line-height: 1.4 !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  background: #ffffff !important;
  border-color: #689f38 !important;
  box-shadow: 0 0 0 4px rgba(104, 159, 56, 0.15) !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px) !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.woocommerce-checkout .form-row-first {
  margin-right: 12px !important;
}

.woocommerce-checkout .form-row-wide {
  width: 100% !important;
  clear: both !important;
}

/* 4. Right Column: Order Review Box */
.woocommerce-checkout #order_review_heading {
  display: none !important; /* Included inside #order_review */
}

.woocommerce-checkout #order_review {
  float: none !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #eae7e1 !important;
  border-radius: 20px !important;
  padding: 30px 28px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
  position: sticky !important;
  top: 90px !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout #order_review::before {
  content: 'Order Summary' !important;
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  margin-bottom: 18px !important;
  padding-bottom: 12px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  display: block !important;
}

/* Order Review Table */
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
  border: none !important;
  padding: 12px 0 !important;
  font-size: 13.5px !important;
  vertical-align: middle !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table thead th {
  font-family: var(--font-heading) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 8px !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.35 !important;
  border-bottom: 1px solid #f8fafc !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-quantity {
  background: #f1f8ed !important;
  color: #2e7d32 !important;
  font-family: var(--font-heading) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 2px 8px !important;
  border-radius: 20px !important;
  margin-left: 6px !important;
  display: inline-block !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-total {
  font-family: var(--font-heading) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  text-align: right !important;
  border-bottom: 1px solid #f8fafc !important;
}

/* Totals rows */
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  border-top: 1px solid #f1f5f9 !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
  font-family: var(--font-heading) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  text-align: right !important;
  border-top: 1px solid #f1f5f9 !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #1e3314 !important;
  border-top: 2px solid #e2e8f0 !important;
  padding-top: 16px !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-top: 2px solid #e2e8f0 !important;
  padding-top: 16px !important;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount {
  font-family: var(--font-heading) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #2e7d32 !important;
}

/* 5. Payment Methods */
.woocommerce-checkout #payment {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 18px !important;
  margin: 20px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  margin-bottom: 10px !important;
  transition: all 0.2s ease !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:hover {
  border-color: #a3d987 !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input[type="radio"] {
  accent-color: #689f38 !important;
  transform: scale(1.15) !important;
  margin-right: 8px !important;
  cursor: pointer !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  cursor: pointer !important;
  display: inline !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  margin-top: 10px !important;
  font-size: 12.5px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/* Privacy & Terms Notice */
.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 14px 0 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #2e7d32 !important;
  text-decoration: underline !important;
}

/* 6. Place Order Button */
.woocommerce-checkout #payment #place_order {
  width: 100% !important;
  background: linear-gradient(135deg, #689f38 0%, #437d22 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 16px 24px !important;
  border-radius: 14px !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 24px rgba(104, 159, 56, 0.4) !important;
  transition: all 0.25s ease !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
}

.woocommerce-checkout #payment #place_order:hover {
  background: linear-gradient(135deg, #7ba857 0%, #4e8f27 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(104, 159, 56, 0.5) !important;
}

/* Mobile Responsiveness for Checkout (< 991px) */
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 20px 16px !important;
    border-radius: 16px !important;
    position: static !important;
  }
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce-checkout #payment #place_order {
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}

/* ==========================================================================
   🌿 WoodMart Visual Sections Layout Enhancements (Pixel Perfect)
   ========================================================================== */

/* 1. Category Stories Circles */
.wd-stories-section {
  padding: 15px 0 25px;
  background: #fbfbf9;
}
.wd-stories-grid {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 4px 15px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.wd-stories-grid::-webkit-scrollbar {
  height: 4px;
}
.wd-stories-grid::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.wd-story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  flex: 0 0 auto;
  width: 84px;
  text-align: center;
  transition: transform 0.25s ease;
}
.wd-story-item:hover {
  transform: translateY(-3px);
}
.wd-story-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 3px;
  background: #ffffff;
  border: 2px solid #689f38;
  box-shadow: 0 4px 12px rgba(104, 159, 56, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wd-story-item:hover .wd-story-circle {
  border-color: #33691e;
  box-shadow: 0 6px 16px rgba(104, 159, 56, 0.3);
}
.wd-story-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.wd-story-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 11.5px;
  font-weight: 600;
  color: #2b3d20;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 84px;
}

/* 2. Hero Section 3-Columns Layout */
.wd-hero-three-cols-section {
  padding: 14px 0 36px;
}
.wd-hero-three-cols-grid {
  display: grid;
  grid-template-columns: 1.85fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Card 1: Main Green Hero Banner with Background Image */
.wd-hero-main-banner {
  background-color: #eaf6e5 !important;
  background-image: linear-gradient(90deg, rgba(230, 246, 227, 0.96) 0%, rgba(230, 246, 227, 0.88) 42%, rgba(230, 246, 227, 0.15) 70%, rgba(230, 246, 227, 0) 100%), url('../images/hero-veg-bg.jpg') !important;
  background-position: center right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 24px !important;
  padding: 40px 38px 36px !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 400px;
  box-shadow: 0 10px 30px rgba(78, 128, 40, 0.12) !important;
  border: 1px solid rgba(104, 159, 56, 0.28) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wd-hero-main-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(78, 128, 40, 0.18) !important;
}
.wd-hero-main-content {
  position: relative;
  z-index: 3;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wd-hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(104, 159, 56, 0.22);
  color: #234814;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid rgba(104, 159, 56, 0.35);
  backdrop-filter: blur(4px);
}
.wd-hero-banner-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 35px !important;
  font-weight: 800 !important;
  color: #1a2f12 !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.5px;
}
.wd-hero-banner-title .wd-title-accent {
  color: #386f1e;
}
.wd-hero-banner-desc {
  font-size: 14.5px !important;
  color: #3b5331 !important;
  line-height: 1.55 !important;
  margin: 0 0 24px !important;
  font-weight: 500;
}
.wd-hero-banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wd-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 24px;
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}
.wd-hero-btn-primary {
  background: #233719 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(35, 55, 25, 0.28);
}
.wd-hero-btn-primary:hover {
  background: #5d932e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(93, 147, 46, 0.4);
}
.wd-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #233719 !important;
  border: 1px solid rgba(35, 55, 25, 0.18);
  backdrop-filter: blur(6px);
}
.wd-hero-btn-secondary:hover {
  background: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.wd-hero-main-img-wrap {
  display: none !important;
}

/* Card 2: Right Top Citrus Promo Banner with Background Image */
.wd-hero-side-card {
  border-radius: 24px !important;
  padding: 30px 24px 24px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}
.wd-hero-side-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.11) !important;
}
.wd-hero-side-card-orange {
  background-color: #fff8f0 !important;
  background-image: linear-gradient(180deg, rgba(255, 248, 240, 0.98) 0%, rgba(255, 248, 240, 0.92) 40%, rgba(255, 248, 240, 0.2) 65%, rgba(255, 248, 240, 0) 100%), url('../images/hero-citrus-bg.jpg') !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(253, 186, 116, 0.5) !important;
}
.wd-hero-side-card-cream {
  background-color: #f0fdf4 !important;
  background-image: linear-gradient(180deg, rgba(240, 253, 244, 0.98) 0%, rgba(240, 253, 244, 0.92) 40%, rgba(240, 253, 244, 0.2) 65%, rgba(240, 253, 244, 0) 100%), url('../images/hero-staples-bg.jpg') !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(134, 239, 172, 0.5) !important;
}
.wd-side-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.wd-side-tag {
  display: inline-block;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 12px;
  backdrop-filter: blur(4px);
}
.wd-hero-side-card-orange .wd-side-tag {
  background: rgba(234, 88, 12, 0.16);
  color: #b43403;
  border: 1px solid rgba(234, 88, 12, 0.28);
}
.wd-hero-side-card-cream .wd-side-tag {
  background: rgba(22, 163, 74, 0.16);
  color: #15803d;
  border: 1px solid rgba(22, 163, 74, 0.28);
}
.wd-side-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1c1917 !important;
  line-height: 1.22 !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.3px;
}
.wd-side-discount {
  display: inline-block;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 12.5px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}
.wd-hero-side-card-orange .wd-side-discount {
  color: #ea580c;
}
.wd-hero-side-card-cream .wd-side-discount {
  color: #16a34a;
}
.wd-side-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  color: #1e293b !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  margin-top: 4px;
}
.wd-side-btn i {
  transition: transform 0.2s ease;
}
.wd-side-btn:hover {
  color: #5d932e !important;
}
.wd-side-btn:hover i {
  transform: translateX(4px);
}
.wd-side-card-img {
  display: none !important;
}


/* 3. Deal of the Day & Live Countdown Section */
.wd-deals-section {
  padding: 25px 0 45px;
}
.wd-deals-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: stretch;
}
.wd-deals-countdown-card {
  background: linear-gradient(145deg, #182a13 0%, #253e1c 100%) !important;
  border-radius: 24px;
  padding: 34px 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(24, 42, 19, 0.25);
  border: 1px solid rgba(104, 159, 56, 0.3);
}
.wd-deal-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f59e0b;
  color: #1e293b;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 16px;
  margin-bottom: 14px;
  width: fit-content;
}
.wd-deal-card-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 10px !important;
}
.wd-deal-card-sub {
  font-size: 13.5px !important;
  color: #d1fae5 !important;
  line-height: 1.5 !important;
  margin: 0 0 22px !important;
}
.wd-countdown-timer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.wd-timer-unit {
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 54px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.wd-timer-val {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 20px;
  font-weight: 800;
  color: #182a13;
  line-height: 1;
}
.wd-timer-lbl {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #64748b;
  margin-top: 3px;
}
.wd-timer-sep {
  color: #86efac;
  font-size: 20px;
  font-weight: 800;
}
.wd-deal-products-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* 4. Products Grid & Card Styles */
.wd-bestsellers-section {
  padding: 20px 0 45px;
}
.wd-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
}
.wd-subheading-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #689f38;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
.wd-section-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  margin: 0 0 6px !important;
}
.wd-section-desc {
  font-size: 13.5px !important;
  color: #64748b !important;
  margin: 0 !important;
}
.wd-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  color: #689f38 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.wd-view-all-link:hover {
  color: #33691e !important;
  transform: translateX(3px);
}
.wd-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.wd-product-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #f1f5f9;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.wd-product-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.wd-product-thumb-wrap {
  position: relative;
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
  border-radius: 12px;
  background: #f8fafc;
}
.wd-product-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-product-thumb-link img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.wd-product-card:hover .wd-product-thumb-link img {
  transform: scale(1.08);
}
.wd-card-quick-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.25s ease;
  z-index: 4;
}
.wd-product-card:hover .wd-card-quick-actions {
  opacity: 1;
  transform: translateX(0);
}
.wd-quick-action-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.wd-quick-action-btn:hover {
  background: #689f38;
  color: #ffffff;
  border-color: #689f38;
}
.wd-product-info {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wd-product-cat {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wd-product-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}
.wd-product-title a {
  color: #1e293b !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.wd-product-title a:hover {
  color: #689f38 !important;
}
.wd-product-price-row {
  margin: 6px 0 8px;
}
.wd-product-price {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 16px;
  font-weight: 800;
  color: #1e3314;
}
.wd-product-price del {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  margin-right: 4px;
}
.wd-product-price ins {
  text-decoration: none;
  color: #dc2626;
}
.wd-card-cart-action .wd-btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  background: #f1f5f9;
  color: #1e293b !important;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 12.5px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: none;
}
.wd-card-cart-action .wd-btn-cart:hover {
  background: #689f38;
  color: #ffffff !important;
}

/* 5. Features Infoboxes Strip */
.wd-features-bar-section {
  padding: 10px 0 45px;
}
.wd-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #ffffff;
  padding: 26px 28px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}
.wd-feature-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wd-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.wd-feature-info h4 {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin: 0 0 2px !important;
}
.wd-feature-info p {
  font-size: 12px !important;
  color: #64748b !important;
  margin: 0 !important;
}

/* Responsive Media Queries */
@media (max-width: 1100px) {
  .wd-hero-three-cols-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wd-hero-main-banner {
    grid-column: 1 / -1;
  }
  .wd-deals-grid {
    grid-template-columns: 1fr;
  }
  .wd-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .wd-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .wd-hero-three-cols-grid {
    grid-template-columns: 1fr;
  }
  .wd-hero-main-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 20px !important;
  }
  .wd-hero-main-img-wrap {
    max-width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .wd-deal-products-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wd-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .wd-features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
}

/* ==========================================================================
   🌿 Category Stories Carousel Slider & Hero Images Fix
   ========================================================================== */
.wd-stories-section {
  padding: 16px 0 20px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}
.wd-stories-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.wd-stories-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  font-size: 13px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}
.wd-stories-arrow:hover {
  background: #689f38;
  color: #ffffff;
  border-color: #689f38;
  box-shadow: 0 6px 18px rgba(104, 159, 56, 0.4);
  transform: translateY(-50%) scale(1.1);
}
.wd-stories-prev {
  left: -12px;
}
.wd-stories-next {
  right: -12px;
}
.wd-stories-grid {
  display: flex !important;
  align-items: flex-start !important;
  gap: 22px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  padding: 8px 12px 14px 12px !important;
  width: 100% !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.wd-stories-grid::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
}
.wd-story-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  flex: 0 0 84px !important;
  width: 84px !important;
  text-align: center !important;
  transition: transform 0.25s ease !important;
}
.wd-story-item:hover {
  transform: translateY(-4px) !important;
}
.wd-story-circle {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  padding: 3px !important;
  background: #ffffff !important;
  border: 2.5px solid #689f38 !important;
  box-shadow: 0 4px 12px rgba(104, 159, 56, 0.16) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}
.wd-story-item:hover .wd-story-circle {
  border-color: #33691e !important;
  box-shadow: 0 8px 20px rgba(104, 159, 56, 0.35) !important;
  transform: scale(1.06) !important;
}
.wd-story-circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}
.wd-story-title {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 84px !important;
}

/* ==========================================================================
   🌿 Category Stories Carousel Slider & Hero Images Fix
   ========================================================================== */
.wd-stories-section {
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}
.wd-stories-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.wd-stories-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  font-size: 13px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}
.wd-stories-arrow:hover {
  background: #689f38;
  color: #ffffff;
  border-color: #689f38;
  box-shadow: 0 6px 18px rgba(104, 159, 56, 0.4);
  transform: translateY(-50%) scale(1.1);
}
.wd-stories-prev {
  left: -12px;
}
.wd-stories-next {
  right: -12px;
}
.wd-stories-grid {
}
.wd-stories-grid::-webkit-scrollbar {
}
.wd-story-item {
}
.wd-story-item:hover {
}
.wd-story-circle {
}
.wd-story-item:hover .wd-story-circle {
}
.wd-story-circle img {
}
.wd-story-title {
}




/* ==========================================================================
   🌿 About Us & Contact Us Dedicated Layout Styles (Pixel Perfect)
   ========================================================================== */

/* Breadcrumbs Bar */
.wd-page-breadcrumb-bar {
  background: #f8fafc;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 30px;
}
.wd-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #64748b;
}
.wd-breadcrumbs a {
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.wd-breadcrumbs a:hover {
  color: #689f38;
}
.wd-breadcrumbs .active {
  color: #1e293b;
  font-weight: 700;
}

/* --- About Us Page --- */
.wd-about-hero-section {
  padding: 10px 0 50px;
}
.wd-about-hero-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.wd-about-hero-title {
}
.wd-about-hero-sub {
}
.wd-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.wd-stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.wd-stat-card:hover {
  transform: translateY(-4px);
  border-color: #689f38;
  box-shadow: 0 10px 25px rgba(104, 159, 56, 0.12);
}
.wd-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 14px;
}
.wd-stat-num {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: #1e3314;
  line-height: 1;
  margin-bottom: 6px;
}
.wd-stat-lbl {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

/* Story Section */
.wd-about-story-section {
  padding: 40px 0 60px;
  background: #fbfbf9;
}
.wd-about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.wd-story-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
.wd-story-main-img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}
.wd-story-floating-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(104, 159, 56, 0.3);
}
.wd-badge-years {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 34px;
  font-weight: 800;
  color: #689f38;
  line-height: 1;
}
.wd-badge-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
  max-width: 130px;
}
.wd-about-story-text-col .wd-story-title {
}
.wd-about-story-text-col .wd-story-desc {
}
.wd-story-pillars {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wd-pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}
.wd-pillar-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.wd-pillar-info h4 {
}
.wd-pillar-info p {
}

/* Values Section */
.wd-about-values-section {
  padding: 60px 0 50px;
}
.wd-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.wd-value-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.wd-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}
.wd-value-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #f0fdf4;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.wd-value-card h3 {
}
.wd-value-card p {
}

/* About CTA Box */
.wd-about-cta-section {
  padding: 20px 0 60px;
}
.wd-about-cta-box {
  background: linear-gradient(135deg, #182a13 0%, #2b451d 100%);
  border-radius: 28px;
  padding: 48px 44px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 16px 40px rgba(24, 42, 19, 0.25);
}
.wd-cta-text h2 {
}
.wd-cta-text p {
}
.wd-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.wd-btn-outline {
  padding: 12px 24px;
  border-radius: 25px;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  transition: all 0.25s ease;
}
.wd-btn-outline:hover {
}

/* --- Contact Us Page --- */
.wd-contact-hero-section {
  padding: 10px 0 45px;
}
.wd-contact-hero-content {
  max-width: 780px;
  margin: 0 auto 36px;
}
.wd-contact-hero-title {
}
.wd-contact-hero-sub {
}
.wd-contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wd-contact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.wd-contact-card:hover {
  transform: translateY(-4px);
  border-color: #689f38;
  box-shadow: 0 12px 30px rgba(104, 159, 56, 0.12);
}
.wd-contact-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}
.wd-icon-phone {
  background: #eff6ff;
  color: #2563eb;
}
.wd-icon-email {
  background: #ecfdf5;
  color: #059669;
}
.wd-icon-location {
  background: #fff7ed;
  color: #ea580c;
}
.wd-contact-card h3 {
}
.wd-contact-card p {
}
.wd-contact-link {
  display: inline-block;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #689f38;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}
.wd-contact-link:hover {
  color: #33691e;
}
.wd-contact-link-static {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.4;
}
.wd-contact-timing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
}

/* Contact Body Grid (Form + Sidebar) */
.wd-contact-body-section {
  padding: 30px 0 50px;
}
.wd-contact-body-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}
.wd-contact-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 38px 34px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.wd-form-header h2 {
}
.wd-form-header p {
}
.wd-form-alert {
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 13.5px;
  margin-bottom: 20px;
}
.wd-form-alert.alert-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.wd-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.wd-form-group {
  margin-bottom: 16px;
}
.wd-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}
.wd-form-group .required {
  color: #dc2626;
}
.wd-input-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.wd-input-icon-wrap i {
  position: absolute;
  left: 14px;
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}
.wd-input-icon-wrap input,
.wd-input-icon-wrap select {
  width: 100%;
  padding: 11px 14px 11px 40px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 13.5px;
  color: #1e293b;
  outline: none;
  transition: all 0.2s ease;
  background: #ffffff;
}
.wd-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 13.5px;
  color: #1e293b;
  outline: none;
  resize: vertical;
  transition: all 0.2s ease;
  font-family: inherit;
}
.wd-input-icon-wrap input:focus,
.wd-input-icon-wrap select:focus,
.wd-form-group textarea:focus {
  border-color: #689f38;
  box-shadow: 0 0 0 3px rgba(104, 159, 56, 0.15);
}
.wd-btn-submit {
  width: 100%;
  padding: 14px 20px;
  font-size: 14.5px;
  justify-content: center;
  border: none;
  margin-top: 8px;
}

/* Contact Sidebar */
.wd-contact-faq-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.wd-contact-faq-card h3 {
}
.wd-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.wd-faq-item {
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #f1f5f9;
}
.wd-faq-question {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wd-faq-question i {
  color: #689f38;
  font-size: 13px;
}
.wd-faq-answer {
}
.wd-sidebar-support-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wd-support-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #16a34a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.wd-support-text h5 {
}
.wd-support-text p {
}
.wd-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.wd-whatsapp-btn:hover {
  background: #1eb956;
  transform: translateY(-1px);
}

/* Map Section */
.wd-contact-map-section {
  padding: 10px 0 60px;
}
.wd-map-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}

/* Responsive Rules for About & Contact */
@media (max-width: 1024px) {
  .wd-about-stats-grid,
  .wd-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wd-about-story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wd-about-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 36px 28px;
  }
  .wd-contact-cards-grid {
    grid-template-columns: 1fr;
  }
  .wd-contact-body-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wd-about-stats-grid,
  .wd-values-grid {
    grid-template-columns: 1fr;
  }
  .wd-form-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wd-about-hero-title {
  }
  .wd-contact-hero-title {
  }
}
