/*
  Elite Vegetables 芒鈧€� Zippy Theme Preview
  =======================================
  Brand: fresh green #1e7a0e + gold #f9a825 (derived from logo).
  Product card, category grid, collection layouts, header/footer
  use native Zippy CSS values (see themes/zippy.md). Price badge
  stays the native Zippy green (#329537).
*/

:root {
  /* 芒鈥濃偓芒鈥濃偓 Brand (Elite Vegetables) 芒鈥濃偓芒鈥濃偓 */
  --brand-primary: #1e7a0e; /* fresh green 芒鈧€� buttons, links, nav active */
  --brand-primary-dark: #125208; /* forest green 芒鈧€� white-text surfaces */
  --brand-gold: #f9a825; /* logo gold star 芒鈧€� deals / highlights */
  --brand-gold-dark: #c87e12;
  --price-green: #329537;
  --navy: #0a2306; /* footer ground 芒鈧€� deep forest green */
  --white: #ffffff;
  --off-white: #f1f8ef; /* light green-tinted off-white */
  --border: #cce5c8; /* green-tinted border */
  --text-dark: #162a12;
  --text-muted: #6b7280;
  --page-px: 4rem;
  --radius: 8px;
  --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--text-dark);
  background: var(--white);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}

.page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: var(--page-px);
  padding-right: var(--page-px);
}

.announcement-bar {
  background: var(--brand-primary-dark);
  padding: 8px 0;
  position: relative;
}
.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement-items {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}
.announcement-items strong {
  color: var(--brand-gold);
  font-weight: 700;
}
.ann-divider {
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0.75rem;
}
.ann-close {
  position: absolute;
  right: var(--page-px);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
}
.ann-close:hover {
  color: white;
}

@keyframes ann-slide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  6% {
    opacity: 1;
    transform: translateY(0);
  }
  27% {
    opacity: 1;
    transform: translateY(0);
  }
  33% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
  }
}

.luxury-header.desktop-header {
  position: relative;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.desktop-header-main {
  display: flex;
  flex-direction: column;
}
.desktop-header-top {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 12px 0;
}
.desktop-header-left {
  flex-shrink: 0;
}
.desktop-store-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}
.desktop-header-center {
  flex: 1;
}
.search-bar {
  display: flex;
  align-items: center;
  border: 2px solid var(--brand-primary);
  border-radius: 6px;
  overflow: hidden;
  height: 44px;
}
.search-category-select {
  padding: 0 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-primary-dark);
  border-right: 1px solid var(--border);
  white-space: nowrap;
  cursor: pointer;
  background: #eef7eb;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 0.9rem;
  font-family: inherit;
  background: white;
}
.search-input::placeholder {
  color: #9ca3af;
}
.search-btn {
  background: var(--brand-primary);
  border: none;
  padding: 0 16px;
  height: 100%;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
}
.search-btn:hover {
  background: var(--brand-primary-dark);
}
.desktop-header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
.desktop-delivery-location {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.desktop-delivery-location svg {
  color: var(--brand-primary);
  flex-shrink: 0;
}
.location-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.2;
}
.desktop-location-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 3px;
}
.header-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--text-dark);
  transition: color 0.2s;
}
.header-action-btn:hover {
  color: var(--brand-primary);
}
.action-label {
  font-size: 0.72rem;
  font-weight: 500;
}
.cart-icon-wrap {
  position: relative;
}
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--brand-gold);
  color: var(--brand-primary-dark);
  font-size: 0.6rem;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-header-menu {
  border-top: 1px solid var(--border);
  background: #f6fbf5;
  position: relative;
}
.desktop-nav-items {
  display: flex;
  align-items: center;
}
.nav-cell {
  position: static;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 18px;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-dark);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.nav-item:hover {
  color: var(--brand-primary);
  border-bottom-color: var(--brand-primary);
  background: white;
}
.nav-item.active {
  color: var(--brand-primary);
  border-bottom-color: var(--brand-primary);
  font-weight: 600;
}
.nav-item .caret {
  font-size: 0.6rem;
  opacity: 0.5;
}

/* Mega-menu dropdown */
.mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 18px 34px rgba(18, 82, 8, 0.14);
  padding: 24px var(--page-px) 28px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s;
}
.nav-cell:hover > .mega-panel,
.mega-panel:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 32px;
}
.mega-col-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-primary-dark);
  margin: 0 0 8px;
  grid-column: 1 / -1;
}
.mega-link {
  font-size: 0.82rem;
  color: #4a4a4a;
  padding: 6px 0;
  display: block;
  transition:
    color 0.15s,
    padding-left 0.15s;
}
.mega-link:hover {
  color: var(--brand-primary-dark);
  padding-left: 4px;
}

.hero-section {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.88) 28%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 85%
  );
}
.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--page-px);
  width: 100%;
}
.hero-content {
  max-width: 500px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-gold);
  color: var(--brand-primary-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 13px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.hero-title {
  font-size: 3.1rem;
  font-weight: 800;
  color: var(--brand-primary-dark);
  line-height: 1.1;
  margin-bottom: 14px;
}
.hero-accent {
  color: #0f6b06;
}
.hero-sub {
  font-size: 1.05rem;
  color: #2d5a28;
  margin-bottom: 22px;
  line-height: 1.6;
  max-width: 38ch;
}
.hero-pills {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.hero-pill {
  font-size: 0.78rem;
  color: var(--brand-primary-dark);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 122, 14, 0.25);
  border-radius: 20px;
  padding: 5px 13px;
  font-weight: 500;
}
.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.btn-primary {
  background: var(--brand-primary-dark);
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  display: inline-block;
  font-family: inherit;
}
.btn-primary:hover {
  background: #0a3b05;
  transform: translateY(-1px);
}
.btn-ghost {
  color: var(--brand-primary-dark);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn-ghost:hover {
  color: #0a3b05;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
  position: relative;
  padding-bottom: 10px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--brand-primary);
  border-radius: 2px;
}
.view-all-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-primary-dark);
}
.view-all-link:hover {
  text-decoration: underline;
}

.cat-section.page-container {
  padding: 3.5rem var(--page-px);
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}
.cat-card.sh-category-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cat-card-img-container {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--off-white);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.cat-card.sh-category-card:hover .cat-card-img-container {
  box-shadow: 0 10px 24px rgba(18, 82, 8, 0.2);
  transform: translateY(-3px);
}
.cat-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.cat-card.sh-category-card:hover .cat-card-img {
  transform: scale(1.07);
}
.cat-card-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-primary-dark);
  text-align: center;
  line-height: 1.3;
}
.sh-home-page-prod-section.page-container {
  padding: 0 var(--page-px) 4rem;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.product-card {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.product-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}
.product-card-tag-item {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #dbeafe;
  color: #1e40af;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 6px;
}
.product-card-wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: white;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-muted);
  transition: all 0.2s;
}
.product-card-wishlist-btn:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
}
.product-card-link {
  display: block;
}
.product-card-image-container {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--off-white);
  position: relative;
  border-radius: 8px;
  border: 0.5px solid #dfe4ec;
  margin-bottom: 8px;
}
.product-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.3s;
}
.product-card:hover .product-card-image {
  transform: scale(1.05);
}
.product-card-info {
  padding: 10px 10px 4px;
}
.product-card-price-container {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.product-card-price {
  background-color: var(--price-green);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #084121;
  box-shadow: 1.5px 1.5px 0 0 #084121;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}
.product-card-mrp-price {
  font-size: 13px;
  color: #6b7280;
  text-decoration: line-through;
}
.product-card-discount-amount {
  font-size: 12px;
  font-weight: 600;
  color: var(--price-green);
  margin-top: 2px;
}
.product-card-name {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-add-button {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #ffffff;
  color: var(--brand-primary-dark);
  padding: 4px 16px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 1px solid var(--brand-primary-dark);
  border-radius: 8px;
  box-shadow: 1.5px 1.5px 0 0 var(--brand-primary-dark);
  min-height: 32px;
  font-family: inherit;
}
.product-card-add-button:hover {
  background: var(--brand-primary-dark);
  color: white;
}

.usp-strip {
  background: linear-gradient(
    100deg,
    var(--brand-primary-dark) 0%,
    #2a9415 100%
  );
  margin: 0 0 3rem;
}
.usp-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.usp-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  color: white;
  flex: 1;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.usp-item:last-child {
  border-right: none;
}
.usp-item svg {
  color: var(--brand-gold);
  flex-shrink: 0;
}
.usp-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}
.usp-sub {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.7);
}
.trust-strip.page-container {
  padding-top: 0;
  padding-bottom: 0;
}
.trust-strip-inner {
  display: flex;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 0 0 3.5rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child {
  border-right: none;
}
.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brand-primary-dark);
}
.trust-icon svg {
  width: 22px;
  height: 22px;
}
.trust-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
  margin-bottom: 2px;
}
.trust-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.how-it-works.page-container {
  padding: 0 var(--page-px) 3.5rem;
}
.hiw-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
}
.hiw-step {
  background: var(--off-white);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  text-align: center;
}
.hiw-icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.hiw-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--brand-primary);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hiw-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
  margin-bottom: 10px;
}
.hiw-desc {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.hiw-connector {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.5rem;
  color: var(--border);
  font-size: 1.5rem;
  flex-shrink: 0;
}

.reviews-section.page-container {
  padding: 0 var(--page-px) 3.5rem;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: var(--off-white);
  border-radius: 14px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.review-stars {
  color: var(--brand-gold);
  font-size: 1rem;
  letter-spacing: 2px;
}
.review-text {
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-name {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
}
.review-location {
  font-size: 0.74rem;
  color: var(--text-muted);
}
/* Tablet */
@media (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .reviews-section.page-container {
    padding-bottom: 2rem;
  }

  .reviews-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    /* Remove page container spacing */
    margin: 0 calc(var(--page-px) * -1);
    padding: 0 var(--page-px) 6px;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 86%;
    min-width: 86%;
    scroll-snap-align: start;
    padding: 1.25rem;
  }

  .review-text {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}
.luxury-footer {
  background: var(--navy);
  padding: 48px 0 0;
}
.footer-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 14px;
  border-radius: 10px;
}
.footer-description {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}
.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-links a {
  font-size: 0.81rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--brand-gold);
}
.social-icons {
  display: flex;
  gap: 8px;
}
.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.social-icons a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.4);
}
.footer-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.footer-bottom-wrapper {
  padding: 18px 0;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.35);
}
.payment-badges {
  display: flex;
  gap: 6px;
}
.pay-badge {
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* 芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙�
   COLLECTIONS
芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙� */
/* TYPE 1: Single-row product list */
.product-collection.page-container {
  padding: 0 var(--page-px) 3rem;
}
.collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.heading-wrap .heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
}
.shop-all-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.shop-all-link:hover {
  text-decoration: underline;
}
.single-row-swiper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  overflow: hidden;
}

/* TYPE 3: Full-width landscape banner */
.banner-collection.page-container {
  padding: 0 var(--page-px) 3rem;
}
.banner-collection .banner {
  border-radius: 12px;
}

/* 芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙�
   TABLET 芒鈥奥�1100px
芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙� */
@media (max-width: 1100px) {
  :root {
    --page-px: 2rem;
  }
  .cat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .hero-title {
    font-size: 2.4rem;
  }
  .single-row-swiper {
    grid-template-columns: repeat(4, 1fr);
  }
  .banner-collection-container {
    min-width: 240px;
  }
  .product-collection-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp-item {
    padding: 16px 18px;
  }
  .mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙�
   MOBILE 芒鈥奥�768px
芒鈥⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙惷⑩€⒙� */
@media (max-width: 768px) {
  :root {
    --page-px: 1rem;
  }

  .announcement-items {
    position: relative;
    height: 1.4em;
    overflow: hidden;
    flex: 1;
    min-width: 0;
  }
  .ann-divider {
    display: none;
  }
  .ann-item {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation: ann-slide 9s infinite;
    white-space: nowrap;
  }
  .ann-item:nth-child(1) {
    animation-delay: 0s;
  }
  .ann-item:nth-child(3) {
    animation-delay: 3s;
  }
  .ann-item:nth-child(5) {
    animation-delay: 6s;
  }
  .ann-close {
    top: 50%;
    right: 0.75rem;
  }

  .desktop-header-top {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 10px 0;
  }
  .desktop-header-left {
    order: 1;
    flex: 0 0 auto;
  }
  .desktop-store-logo {
    height: 40px;
  }
  .desktop-header-right {
    order: 2;
    flex: 0 0 auto;
    gap: 1rem;
    margin-left: auto;
  }
  .desktop-delivery-location {
    display: none;
  }
  .desktop-header-center {
    order: 3;
    width: 100%;
    flex: none;
  }
  .search-bar {
    height: 40px;
  }
  .search-category-select {
    display: none;
  }
  .desktop-header-menu {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .desktop-header-menu::-webkit-scrollbar {
    display: none;
  }
  .nav-item {
    padding: 9px 12px;
    font-size: 0.78rem;
  }
  .nav-item .caret {
    display: none;
  }
  .mega-panel {
    display: none;
  }

  .hero-section {
    height: 420px;
  }
  .hero-bg-overlay {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.92) 60%,
      rgba(255, 255, 255, 0.7) 100%
    );
  }
  .hero-inner {
    align-items: center;
    padding-top: 0;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-title {
    font-size: 1.95rem;
  }
  .hero-sub {
    font-size: 0.92rem;
  }
  .btn-primary {
    padding: 10px 22px;
    font-size: 0.88rem;
  }

  .cat-section.page-container {
    padding: 2rem var(--page-px);
  }
  .cat-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .cat-card-title {
    font-size: 0.68rem;
  }
  .section-title {
    font-size: 1.2rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-card-name {
    font-size: 0.75rem;
  }
  .product-card-add-button {
    font-size: 12px;
    padding: 3px 10px;
    min-height: 26px;
  }

  .usp-item {
    flex: 0 0 50%;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .usp-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .usp-item:nth-child(even) {
    border-right: none;
  }
  .usp-item:nth-child(3),
  .usp-item:nth-child(4) {
    border-bottom: none;
  }
  .usp-title {
    font-size: 0.82rem;
  }

  .trust-strip-inner {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .trust-item {
    width: 50%;
    border-right: none;
    padding: 16px 12px;
    border-bottom: 1px solid var(--border);
  }
  .trust-item:nth-child(odd) {
    border-right: 1px solid var(--border);
  }
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-bottom: none;
  }

  .luxury-footer {
    padding: 36px 0 0;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    padding-bottom: 2rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .payment-badges {
    justify-content: center;
    flex-wrap: wrap;
  }

  .product-collection.page-container {
    padding: 0 var(--page-px) 2rem;
  }
  .single-row-swiper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .generic-collection.sh-generic-collection-card.page-container {
    flex-direction: column;
    gap: 12px;
    padding: 0 var(--page-px) 2rem;
  }
  .banner-collection-container {
    width: 100%;
    min-width: 0;
    flex: none;
  }
  .banner-collection-container .banner {
    min-height: 0;
  }
  .banner-collection-container .banner-image-container {
    height: 220px;
    min-height: 220px;
  }
  .product-collection-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .banner-collection.page-container {
    padding: 0 var(--page-px) 2rem;
  }

  .hiw-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hiw-connector {
    display: none;
  }
  .hiw-step {
    padding: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hiw-desc {
    display: none;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-left: 0px !important;
  }
}
#notice {
  padding: 0px !important;
}
.desktop-store-logo img {
  height: 52px !important;
  border-radius: 12px;
}
.search-input {
  height: 38px !important;
}
.desktop-header-menu {
  background: #f6fbf5 !important;
  border-top: 1px solid #cce5c8 !important;
}

.nav-item {
  padding: 0px 18px !important;
}
.product-card-wishlist {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  z-index: 2 !important ;
  background: white !important;
  border: 1px solid var(--border) !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: var(--text-muted) !important;
  transition: all 0.2s !important;
}

.product-card-wishlist:hover {
  border-color: var(--brand-gold) !important;
  color: var(--brand-gold) !important;
}
.shop-all-link span,
.shop-all-link svg {
  color: #000 !important;
}
.banner-collection-container .inset-0 {
  background: linear-gradient(
    to top,
    rgba(8, 50, 4, 0.97) 0%,
    rgba(12, 70, 5, 0.78) 50%,
    rgba(15, 90, 6, 0.45) 100%
  ) !important;
}

.banner-collection-container .shop-now-button {
  background: white !important;
  color: var(--brand-primary-dark) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  padding: 9px 22px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  transition: transform 0.15s !important;
}
.banner-collection-container .md\:static {
  padding: 0 36px !important;
  margin-top: auto !important;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .product-collection
    .recommended-theme-mode-swiper
    .product-swiper-slide.recommended-theme-card-swiper {
    flex-shrink: 0;
    width: calc(20% - 10px) !important;
  }
  .generic-collection-product-swiper .collection-item {
    width: calc(33% - 10px) !important;
  }
}
@media (max-width: 756px) {
  .header-main {
    background: #1e7a0e !important;
  }
}
@media (max-width: 767px) {
  .recommended-theme-mode-swiper
    .product-swiper-slide.recommended-theme-card-swiper {
    width: calc(50% - 10px) !important;
  }

  /* Icon */
  .bottom-nav-item.active .bottom-nav-icon {
    stroke: #1e7a0e !important;
  }

  /* Label */
  .bottom-nav-item.active .bottom-nav-label {
    color: #1e7a0e !important;
  }

  /* Indicator */
  .bottom-nav-item.active .bottom-nav-indicator {
    background-color: #1e7a0e !important;
  }
}
.heading-title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: var(--brand-primary-dark) !important;
}
@media (max-width: 768px) {
  .hero-banner-swiper {
    margin-bottom: 36px !important;
  }
}
.desktop-header-top {
  padding: 0px !important;
}
.desktop-header-left {
  position: static;
}
.desktop-delivery-location {
  position: absolute;
  left: calc(73%); /* adjust this value */
  top: 58%;
  transform: translateY(-100%);
  z-index: 10;
  white-space: nowrap;
  gap: 0px !important;
}
@media (max-width: 1324px) {
  .desktop-delivery-location {
    position: absolute;
    left: calc(72%);
    top: 58%;
    transform: translateY(-100%);
    z-index: 10;
    white-space: nowrap;
  }

  .desktop-header-center {
    display: flex;
    flex: 1;
    justify-content: center;
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  .desktop-delivery-location {
    position: absolute;
    left: calc(68%);
    top: 81%;
    transform: translateY(-100%);
    z-index: 10;
    white-space: nowrap;
  }

  .desktop-header-center {
    display: flex;
    flex: 1;
    justify-content: center;
    max-width: 300px;
  }
}
.sh-header-search-box {
  background: var(--brand-primary);
  border: none;
  height: 100%;
  color: white;
  stroke: #fff;
}
/* Main Search Box */
.sh-header-search-box {
  display: flex !important;
  align-items: center;
  height: 40px;
  background: #fff !important;
  border: 2px solid #1b5e20;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Search Icon */
.sh-header-search-box > svg {
  display: none; /* Hide existing icon */
}

/* Left Category Button */
.sh-header-search-box::before {
  content: "All ▾";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
  flex-shrink: 0;
}

/* Search Field */
.search-field {
  flex: 1;
  height: 100%;
}

.search-input,
.search-input .MuiInputBase-root {
  height: 100% !important;
}

.search-input input {
  height: 100% !important;
  padding: 0 16px !important;
  font-size: 15px;
  color: #333;
}

/* Placeholder */
.search-input input::placeholder {
  color: #8d8d8d;
}

/* Hide animated placeholder if used */
.st-dynamic-placeholder {
  display: none !important;
}

/* Search Button */
.search-btn {
  width: 48px !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #2e7d32 !important;
  color: #fff !important;
  flex-shrink: 0;
}

.search-btn svg {
  width: 20px;
  height: 20px;
}

.search-btn:hover {
  background: #1b5e20 !important;
}

/* Hide clear button until search has value */
.search-btn-close.search-btn-hidden {
  display: none !important;
}
