
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --zc-green: #1c693d;
  --zc-green-2: #6f8b2d;
  --zc-gold: #c99b2e;
  --zc-coral: #bf5a45;
  --zc-ink: #17271e;
  --zc-muted: #66736a;
  --zc-line: #e3e6dc;
  --zc-bg: #f7f8f2;
  --zc-card: #ffffff;
  --radius: 8px;
}
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
html { scrollbar-gutter: stable; }
body { font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif; color: var(--zc-ink); background: #fff; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container-xl {
  max-width: 1480px;
  padding-left: clamp(1rem, 2.5vw, 2rem);
  padding-right: clamp(1rem, 2.5vw, 2rem);
}
.top-strip { background: var(--zc-ink); color: #edf4e8; font-size: .86rem; padding: .48rem 0; }
.top-strip i { color: var(--zc-gold); margin-right: .35rem; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--zc-line); backdrop-filter: blur(12px); }
.desktop-header { grid-template-columns: 230px minmax(320px,1fr) auto; gap: 1.25rem; align-items: center; padding: 1rem 0; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 800; color: var(--zc-ink); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--zc-green); color: #fff; border-radius: 50%; font-size: .95rem; letter-spacing: .04em; box-shadow: inset 0 -4px 0 rgba(0,0,0,.12); }
.search-box { height: 48px; border: 1px solid var(--zc-line); border-radius: var(--radius); display: grid; grid-template-columns: 42px 1fr 74px; align-items: center; background: #fff; overflow: hidden; }
.search-box i { text-align: center; color: var(--zc-muted); }
.search-box input, .search-box button, .mobile-search input, .footer-newsletter input { border: 0; outline: 0; background: transparent; min-width: 0; }
.search-box button { align-self: stretch; background: var(--zc-green); color: #fff; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.header-actions a, .cart-trigger { border: 1px solid var(--zc-line); background: #fff; border-radius: var(--radius); height: 46px; padding: 0 .72rem; display: inline-flex; align-items: center; gap: .45rem; color: var(--zc-ink); font-size: .9rem; position: relative; }
.header-actions i, .cart-trigger i { color: var(--zc-green); font-size: 1.1rem; }
.cart-count { min-width: 20px; height: 20px; border-radius: 999px; display: none; place-items: center; background: #d93025; color: #fff; font-size: .72rem; font-weight: 850; position: absolute; top: -8px; right: -7px; line-height: 1; box-shadow: 0 8px 16px rgba(143,28,18,.22); }
.cart-count.is-visible { display: grid; }
.category-nav { gap: .2rem; border-top: 1px solid var(--zc-line); }
.category-nav .nav-link { padding: .85rem .9rem; color: #39483d; font-weight: 700; font-size: .92rem; border-bottom: 3px solid transparent; }
.category-nav .nav-link.active, .category-nav .nav-link:hover { color: var(--zc-green); border-bottom-color: var(--zc-gold); }
.mobile-header { min-height: 64px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: .65rem; }
.mobile-header .brand { justify-content: center; font-size: .96rem; }
.mobile-header .brand-mark { width: 36px; height: 36px; font-size: .78rem; }
.mobile-header-actions { display: flex; gap: .35rem; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--zc-line); background: #fff; color: var(--zc-ink); border-radius: var(--radius); display: inline-grid; place-items: center; transition: .18s ease; }
.icon-btn:hover, .icon-btn.active { color: #fff; background: var(--zc-green); border-color: var(--zc-green); }
.icon-btn.small { width: 32px; height: 32px; }
.favorite-count {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--zc-coral);
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  position: absolute;
  top: -8px;
  right: -7px;
}
.btn { border-radius: var(--radius); font-weight: 750; }
.btn-brand { background: var(--zc-green); border-color: var(--zc-green); color: #fff; }
.btn-brand:hover { background: #155231; border-color: #155231; color: #fff; }
.btn-outline-brand { border-color: var(--zc-green); color: var(--zc-green); background: #fff; }
.btn-outline-brand:hover { background: var(--zc-green); color: #fff; }
.form-control:focus,
.form-select:focus {
  border-color: rgba(28,105,61,.58);
  box-shadow: 0 0 0 .22rem rgba(28,105,61,.12);
}
.form-check-input:focus {
  border-color: rgba(28,105,61,.58);
  box-shadow: 0 0 0 .2rem rgba(28,105,61,.12);
}
.form-check-input:checked {
  background-color: var(--zc-green);
  border-color: var(--zc-green);
}
.hero-section { background: #f4f6f7; padding: 1.35rem 0 1.55rem; border-top: 1px solid #eef1f2; }
.hero-section > .container-xl { max-width: 1600px; }
.hero-carousel { overflow: hidden; border-radius: 18px; background: #f4f6f7; position: relative; box-shadow: none; }
.hero-slide { min-height: 0; display: block; color: #fff; }
.hero-slide img { width: 100%; height: auto; display: block; border-radius: 18px; }
.hero-control {
  width: 72px;
  opacity: .88;
}
.carousel-control-prev.hero-control { left: 1.1rem; }
.carousel-control-next.hero-control { right: 1.1rem; }
.hero-control span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-size: 46% 46%;
  background-color: rgba(255,255,255,.26);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.hero-control:hover span {
  background-color: rgba(255,255,255,.46);
}
.hero-slider-dots {
  margin-bottom: .65rem;
}
.hero-slider-dots [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255,255,255,.82);
  opacity: 1;
}
.hero-slider-dots .active {
  background-color: var(--zc-green);
}
.alt-slide { background-image: linear-gradient(90deg, rgba(23,39,30,.80), rgba(49,91,53,.34)), url("../img/hero-zeytin-cenneti.png") !important; background-size: cover; background-position: center; }
.hero-copy { max-width: 700px; padding: 2rem 0; }
.eyebrow { color: var(--zc-gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.hero-copy h1, .hero-copy h2 { font-size: clamp(2.35rem, 4.15vw, 4.35rem); line-height: 1.04; margin: .6rem 0 1rem; letter-spacing: 0; max-width: 680px; text-wrap: balance; overflow-wrap: normal; word-break: normal; }
.hero-copy p { font-size: 1.08rem; color: rgba(255,255,255,.88); max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.popular-categories {
  padding: 2.35rem 0 2.15rem;
  background: #fff;
}
.popular-category-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.25rem;
}
.popular-category-head h2 {
  margin: 0;
  color: var(--zc-green);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 800;
}
.popular-category-controls {
  display: none;
}
.popular-category-rail {
  display: flex;
  justify-content: center;
  gap: 2rem;
  overflow-x: visible;
}
.popular-category-slide {
  width: 168px;
  flex: 0 0 168px;
  display: grid;
  justify-items: center;
  gap: .75rem;
  text-align: center;
  color: #2b332d;
  scroll-snap-align: start;
}
.popular-category-slide span {
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #fff4e9, #eaf4e4);
  box-shadow: 0 16px 34px rgba(23,39,30,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.popular-category-slide:hover span {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(23,39,30,.12);
}
.popular-category-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular-category-slide[href*="cilt-bakim"] img {
  width: 58%;
  height: 58%;
  object-fit: contain;
}
.popular-category-slide strong {
  font-size: 1rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .popular-category-head {
    margin-bottom: 1.65rem;
  }

  .popular-category-head h2 {
    font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  }

  .popular-category-controls {
    display: none !important;
  }

  .popular-category-rail {
    gap: 3.7rem;
  }

  .popular-category-slide {
    width: 188px;
    flex-basis: 188px;
    gap: .95rem;
  }

  .popular-category-slide span {
    width: 188px;
    height: 188px;
  }

  .popular-category-slide strong {
    font-size: 1.12rem;
  }
}
.campaign-mosaic {
  padding: 3rem 0 1.2rem;
  background: #fff;
}
.campaign-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f7f2;
  border-radius: 6px;
  aspect-ratio: 16 / 5;
}
.campaign-image-wide {
  aspect-ratio: 20 / 5;
  margin-bottom: 2rem;
}
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.campaign-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}
.campaign-image:hover img {
  transform: scale(1.018);
}
.feature-category-cards {
  background: #fff;
  padding: 3.2rem 0;
}
.feature-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}
.feature-category-card {
  min-height: 285px;
  border: 1px solid #d9d1bd;
  border-radius: 14px;
  overflow: hidden;
  background: #eadfca;
  display: grid;
  grid-template-rows: 1fr 72px;
  color: #075438;
  box-shadow: 0 16px 30px rgba(23,39,30,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.feature-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(23,39,30,.12);
  color: #075438;
}
.feature-category-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
}
.feature-category-card span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  background: #eadfca;
}
.feature-category-card strong {
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1;
  font-weight: 750;
}
.feature-category-card i {
  width: 32px;
  height: 32px;
  border: 1px solid #075438;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 1rem;
}
.heritage-section {
  min-height: 430px;
  margin-top: 2.6rem;
  background: #102317;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.heritage-video,
.heritage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.heritage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,18,12,.76) 0%, rgba(7,18,12,.50) 42%, rgba(7,18,12,.16) 74%, rgba(7,18,12,.04) 100%);
  pointer-events: none;
}
.heritage-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(0deg, rgba(8,14,10,.38), rgba(8,14,10,0));
  pointer-events: none;
}
.heritage-panel {
  width: min(520px, 92%);
  margin-left: max(calc((100vw - 1480px) / 2), 1rem);
  padding: 2rem;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(11,26,17,.76), rgba(11,26,17,.48));
  box-shadow: 0 22px 48px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}
.heritage-logo {
  width: min(230px, 74%);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 1.2rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
}
.heritage-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .25rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #f3d16b;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .85rem;
}
.heritage-panel h2 {
  max-width: 440px;
  margin: 0 0 .75rem;
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}
.heritage-panel p {
  max-width: 450px;
  margin: 0 0 1.2rem;
  font-family: inherit;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255,255,255,.86);
}
.heritage-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.25rem;
}
.heritage-points span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 34px;
  padding: .35rem .65rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: .86rem;
  font-weight: 760;
}
.heritage-points i {
  color: #f3d16b;
}
.heritage-panel a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border-radius: 6px;
  background: #fff;
  color: var(--zc-green);
  font-weight: 800;
  text-decoration: none;
}
.heritage-panel a:hover {
  background: #f5f8ef;
  color: var(--zc-green);
}
.section-pad { padding: 4.5rem 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h1, .section-head h2 { margin: .2rem 0 0; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: 0; }
.section-head > a { color: var(--zc-green); font-weight: 800; }
.category-strip {
  position: relative;
  background: #fff;
  color: #0e2b1e;
  overflow: hidden;
  padding: 3.4rem 0 2.6rem;
}
.category-strip::before {
  content: none;
}
.category-showcase-head {
  text-align: center;
  margin: 0 auto 1.8rem;
}
.category-showcase-head .eyebrow {
  color: #c99b2e;
}
.category-showcase-head h2 {
  color: #075438;
  font-size: clamp(2.25rem, 6vw, 4.4rem);
  line-height: .95;
  margin: .25rem 0 0;
  font-weight: 500;
}
.category-pill-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem .72rem;
}
.category-pill {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid #075438;
  border-radius: 999px;
  padding: .55rem 1rem;
  color: #075438;
  background: #fff;
  font-size: .98rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.category-pill img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.category-pill:hover,
.category-pill.active {
  background: #075438;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(7,84,56,.16);
}
.category-pill:hover img,
.category-pill.active img {
  filter: brightness(0) invert(1);
}
.category-pill.sale {
  border-color: #c9342c;
  color: #c9342c;
}
.category-pill.sale:hover {
  background: #c9342c;
  color: #fff;
  box-shadow: 0 14px 28px rgba(201,52,44,.14);
}
.section-tabs { border: 1px solid var(--zc-line); border-radius: var(--radius); padding: .2rem; display: flex; background: #fff; }
.section-tabs button { border: 0; background: transparent; padding: .58rem .8rem; border-radius: 6px; font-weight: 750; color: var(--zc-muted); }
.section-tabs button.active { background: var(--zc-green); color: #fff; }
.home-product-rails {
  background: #fff;
}
.home-product-block + .home-product-block {
  margin-top: 3rem;
}
.product-rail-head {
  align-items: center;
}
.product-rail-head h2 {
  font-weight: 750;
}
.rail-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-shrink: 0;
}
.rail-actions > a {
  color: var(--zc-green);
  font-size: 1.08rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.rail-actions > a:hover {
  color: #0f522d;
}
.rail-controls {
  display: flex;
  align-items: center;
  gap: .4rem;
}
.rail-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #dfe6d9;
  border-radius: 999px;
  background: #fff;
  color: var(--zc-green);
  display: inline-grid;
  place-items: center;
  transition: .18s ease;
}
.rail-btn:hover {
  background: var(--zc-green);
  border-color: var(--zc-green);
  color: #fff;
}
.product-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: .15rem .05rem 1rem;
}
.product-rail::-webkit-scrollbar {
  display: none;
}
.product-slide {
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  scroll-snap-align: start;
}
.product-card { border: 1px solid var(--zc-line); border-radius: 14px; background: #fff; overflow: hidden; display: flex; flex-direction: column; transition: .18s ease; }
.product-card:hover { box-shadow: 0 18px 34px rgba(23,39,30,.09); transform: translateY(-2px); }
.product-media { background: #fff; aspect-ratio: 1 / .96; display: grid; place-items: center; position: relative; padding: 0; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-media img[src*="product_"],
.product-media img[src*="zeytinyagi"],
.product-media img[src*="sabunlar"],
.product-media img[src*="receller"],
.product-media img[src*="kisisel-bakim"] {
  object-fit: cover;
  padding: 0;
}
.product-badge { background: var(--zc-coral); color: #fff; border-radius: 5px; }
.product-media .product-badge { display: none; }
.product-body { padding: .95rem; display: flex; flex-direction: column; flex: 1; }
.product-meta { color: var(--zc-green); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.product-body h3 { font-size: 1rem; min-height: 2.45rem; margin: .3rem 0 .2rem; line-height: 1.24; font-weight: 750; }
.product-body h3 a { font-weight: 750; }
.product-body p { display: none; }
.stock-code { display: none; color: #67746b; font-size: .78rem; margin-bottom: .45rem; }
.stock-code strong { color: var(--zc-green); font-weight: 700; }
.rating { color: var(--zc-gold); font-size: .86rem; display: flex; gap: .1rem; align-items: center; }
.product-bottom { margin-top: .55rem; display: flex; flex-direction: column; align-items: stretch; gap: .65rem; }
.product-bottom strong { display: block; font-size: 1.05rem; }
.product-bottom del { color: #9aa39d; font-size: .8rem; }
.product-actions { display: grid; grid-template-columns: 42px 1fr; gap: .5rem; align-items: center; }
.product-actions .btn span { display: inline; }
.product-actions .add-to-cart {
  background: #fff;
  border-color: #dbe2d5;
  color: var(--zc-green);
  box-shadow: none;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
}
.product-actions .add-to-cart i { flex: 0 0 auto; font-size: .98em; }
.product-actions .add-to-cart:hover {
  background: #f6f8f2;
  border-color: var(--zc-green);
  color: var(--zc-green);
}
.promo-band { background: var(--zc-green); color: #fff; }
.promo-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: url("../img/pattern-olive.svg") right center / auto 100% no-repeat; }
.promo-inner h2 { max-width: 650px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.promo-inner p { color: rgba(255,255,255,.82); }
.testimonials-section {
  background: linear-gradient(180deg, #fff, #f6f8f1);
}
.testimonial-card {
  height: 100%;
  border: 1px solid #e1e6dc;
  background: rgba(255,255,255,.92);
  border-radius: var(--radius);
  padding: 1.35rem;
  position: relative;
  box-shadow: 0 14px 28px rgba(23,39,30,.05);
}
.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 1rem;
  top: .25rem;
  color: rgba(28,105,61,.10);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}
.testimonial-stars {
  color: var(--zc-gold);
  display: flex;
  gap: .15rem;
  margin-bottom: .85rem;
}
.testimonial-card p {
  color: #344138;
  line-height: 1.55;
  min-height: 120px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.testimonial-card strong {
  display: block;
  color: var(--zc-green);
  font-size: 1rem;
}
.testimonial-card span {
  display: block;
  color: var(--zc-muted);
  font-size: .86rem;
}
.brand-showcase {
  background: #fff;
}
.brand-showcase-page {
  min-height: 0;
}
.brand-showcase-head {
  margin-bottom: 1.45rem;
}
.brand-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.brand-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: 1.15rem;
  border: 1px solid #dfe7d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--zc-green);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(24, 52, 34, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.brand-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 91, 55, .32);
  box-shadow: 0 20px 42px rgba(24, 52, 34, .1);
  color: var(--zc-green);
}
.brand-card strong {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.brand-card span {
  color: #516155;
  font-size: .94rem;
}
.brand-card-logo img {
  width: min(170px, 78%);
  height: 36px;
  object-fit: contain;
}
.feature-panel, .checkout-card, .order-summary, .account-content, .account-sidebar, .tracking-card, .contact-info, .contact-form, .address-card, .stat-card, .blog-card, .filter-panel { border: 1px solid var(--zc-line); background: #fff; border-radius: var(--radius); }
.feature-panel { height: 100%; padding: 1.4rem; }
.feature-panel i { color: var(--zc-coral); font-size: 1.8rem; }
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 24, 17, .82), rgba(12, 24, 17, .56)),
    var(--theme-page-hero-image, url("../img/footer-olive-grove.png")) center 58% / cover no-repeat;
  color: #fff;
}
.page-hero.compact { padding: 2.15rem 0; min-height: 214px; display: flex; align-items: center; }
.page-hero .breadcrumb { margin-bottom: .75rem; }
.page-hero .breadcrumb,
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,.78); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.54); }
.page-hero .breadcrumb a { color: #fff; }
.page-hero .eyebrow,
.page-hero .page-icon { display: none; }
.breadcrumb a { color: var(--zc-green); }
.page-title-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.page-title-row h1, .account-content h1, .checkout-card h1, .narrow h1 { font-size: clamp(1.8rem, 4vw, 3.2rem); margin: .25rem 0 .4rem; }
.page-hero .page-title-row { max-width: 720px; }
.page-hero .page-title-row h1 { color: #fff; text-shadow: 0 8px 24px rgba(0,0,0,.18); }
.page-title-row p { color: var(--zc-muted); margin: 0; }
.page-hero .page-title-row p { color: rgba(255,255,255,.84); max-width: 620px; }
.page-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: var(--radius); font-size: 2rem; flex: 0 0 auto; }
.listing-layout { display: grid; grid-template-columns: 250px 1fr; gap: 1.4rem; align-items: start; }
.listing-layout .product-grid > [class*="col-"] {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.filter-panel { padding: 1.05rem; position: sticky; top: 146px; box-shadow: none; }
.filter-panel h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #edf0e8;
}
.filter-price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .55rem;
}
.filter-price-head .form-label { margin: 0; font-weight: 700; color: #27352b; }
.filter-price-value {
  color: #68736b;
  font-size: .78rem;
  font-weight: 650;
  white-space: nowrap;
}
.filter-panel .form-range { margin: .05rem 0 .75rem; accent-color: var(--zc-green); }
.filter-checks {
  display: grid;
  gap: 0;
  margin-top: .75rem;
  border-top: 1px solid #edf0e8;
}
.filter-checks label, .check-line {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: .58rem;
  color: #4d5a51;
  border: 0;
  border-bottom: 1px solid #edf0e8;
  background: #fff;
  border-radius: 0;
  padding: .52rem 0;
  cursor: pointer;
  transition: color .16s ease;
}
.filter-checks label:hover { color: var(--zc-green); background: transparent; }
.check-line strong {
  margin-left: auto;
  color: var(--zc-green);
  font-size: .92rem;
  white-space: nowrap;
}
.filter-checks input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--zc-green);
  flex: 0 0 auto;
}
.filter-checks label:has(input:checked) {
  color: var(--zc-green);
  border-color: #edf0e8;
  background: transparent;
  font-weight: 700;
}
.filter-result {
  margin-top: .8rem;
  color: var(--zc-muted);
  font-size: .82rem;
  font-weight: 650;
}
.filter-empty {
  grid-column: 1 / -1;
  border: 1px dashed #d9dfd2;
  background: #fafbf7;
  color: var(--zc-muted);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  font-weight: 760;
}
.listing-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 320px;
  border: 1px solid #dfe7d8;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 121, 71, .06), rgba(191, 153, 43, .05)),
    #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 18px 42px rgba(21, 78, 43, .08);
}
.listing-empty-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(20, 121, 71, .1);
  color: var(--zc-green);
  font-size: 1.75rem;
}
.listing-empty-state h2 {
  margin: .25rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  color: var(--zc-ink);
}
.listing-empty-state p {
  max-width: 520px;
  margin: 0;
  color: var(--zc-muted);
  font-size: 1rem;
  line-height: 1.55;
}
.listing-empty-state .btn {
  margin-top: .25rem;
}

.listing-layout .product-grid > .col-12:has(.listing-empty-state) {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.listing-layout:has(.listing-empty-state) {
  grid-template-columns: minmax(0, 1fr);
}

.listing-layout:has(.listing-empty-state) .filter-panel {
  display: none;
}

.listing-layout:has(.listing-empty-state) > div {
  width: 100%;
}

.listing-layout .listing-empty-state {
  min-height: 380px;
  border-radius: 12px;
  border: 1px solid #dfe9df;
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 123, 72, .09), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  box-shadow: 0 18px 38px rgba(20, 62, 36, .08);
  max-width: 980px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
}

.listing-layout .listing-empty-icon {
  width: 76px;
  height: 76px;
  font-size: 2rem;
  box-shadow: inset 0 0 0 1px rgba(25, 123, 72, .08);
}

.listing-layout .listing-empty-state h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.listing-layout .listing-empty-state p {
  font-size: 1.03rem;
}
.favorites-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  border: 1px dashed #d9dfd2;
  background: #fafbf7;
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .55rem;
  text-align: center;
  color: var(--zc-muted);
  padding: 2rem;
}
.favorites-empty i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf5e8;
  color: var(--zc-green);
  font-size: 1.55rem;
}
.favorites-empty strong {
  color: var(--zc-ink);
  font-size: 1.2rem;
}
.favorites-empty .btn {
  margin-top: .35rem;
}
.favorites-page {
  background: #fff;
}
.favorites-shell {
  border: 1px solid var(--zc-line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(1.15rem, 2.5vw, 1.8rem);
}
.favorites-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid #edf0e8;
}
.favorites-heading span {
  color: var(--zc-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.favorites-heading h1 {
  margin: .15rem 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.12;
}
.standalone-page {
  background: #f8faf4;
}
.standalone-shell {
  border: 1px solid var(--zc-line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(1.15rem, 2.5vw, 1.8rem);
}
.standalone-heading {
  margin-bottom: 1.15rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid #edf0e8;
}
.standalone-heading span {
  color: var(--zc-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.standalone-heading h1 {
  margin: .15rem 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.12;
}
.standalone-heading p {
  margin: .45rem 0 0;
  color: var(--zc-muted);
  max-width: 620px;
}
.bank-shell {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.bank-account-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8e4ef;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0,83,141,.08), rgba(255,255,255,0) 42%),
    #fff;
  box-shadow: 0 18px 42px rgba(24, 47, 68, .08);
  padding: clamp(1rem, 2.4vw, 1.55rem);
}
.bank-account-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(0,83,141,.08);
  pointer-events: none;
}
.bank-card-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 1.15rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.bank-logo-box {
  border: 1px solid #d8e4ef;
  border-radius: 10px;
  background: #fff;
  padding: .95rem;
  display: grid;
  place-items: center;
  min-height: 96px;
}
.bank-logo-box img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}
.bank-logo-placeholder {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf3fb;
  color: #00538d;
  font-size: 1.65rem;
}
.bank-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf3fb;
  color: #00538d;
  font-size: .75rem;
  font-weight: 850;
  padding: .28rem .6rem;
  margin-bottom: .45rem;
}
.bank-card-top h2 {
  margin: 0;
  color: #07365c;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}
.bank-card-top p {
  margin: .35rem 0 0;
  color: #65727a;
}
.bank-detail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.bank-detail-grid div,
.iban-panel {
  border: 1px solid #e1e8ee;
  border-radius: 10px;
  background: rgba(255,255,255,.86);
  padding: .85rem .95rem;
}
.bank-detail-grid small,
.iban-panel small {
  display: block;
  color: #66757e;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .25rem;
}
.bank-detail-grid strong {
  color: #152b38;
  font-size: 1.02rem;
}
.iban-panel {
  position: relative;
  z-index: 1;
  margin-top: .85rem;
  background: #f7fbff;
}
.iban-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.iban-panel strong {
  color: #00538d;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: .02em;
}
.iban-panel .btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  border-color: #00538d;
  color: #00538d;
}
.bank-empty {
  min-height: 260px;
  border: 1px dashed #d8e4ef;
  border-radius: 12px;
  background: #f8fbfd;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  text-align: center;
  color: #66757e;
}
.bank-empty i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf3fb;
  color: #00538d;
  font-size: 1.75rem;
}
.bank-empty strong {
  color: #152b38;
  font-size: 1.05rem;
}
.listing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.listing-toolbar .form-select { width: 220px; }
.category-empty {
  min-height: 260px;
  border: 1px dashed #d8e0d3;
  border-radius: 8px;
  background: #fbfcf8;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .45rem;
  text-align: center;
  color: #5c6a60;
}
.category-empty i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf7ed;
  color: var(--zc-green);
  font-size: 1.55rem;
}
.category-empty strong {
  color: #17271e;
  font-size: 1.1rem;
}
.category-empty span {
  max-width: 320px;
}
.listing-toolbar .form-select.sort-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.sort-dropdown {
  position: relative;
  width: min(250px, 100%);
  z-index: 6;
}
.sort-trigger {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dfe5d8;
  border-radius: 8px;
  background: #fff;
  color: #223126;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .6rem .82rem .6rem .95rem;
  font-weight: 400;
  box-shadow: 0 10px 24px rgba(23,39,30,.06);
}
.sort-trigger i {
  color: var(--zc-green);
  transition: transform .18s ease;
}
.sort-dropdown.open .sort-trigger {
  border-color: color-mix(in srgb, var(--zc-green), #fff 42%);
  box-shadow: 0 0 0 3px rgba(28,105,61,.08), 0 14px 28px rgba(23,39,30,.08);
}
.sort-dropdown.open .sort-trigger i { transform: rotate(180deg); }
.sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 100%;
  border: 1px solid #dfe5d8;
  border-radius: 8px;
  background: #fff;
  padding: .35rem;
  box-shadow: 0 18px 38px rgba(23,39,30,.16);
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  transition: .16s ease;
}
.sort-dropdown.open .sort-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.sort-option {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #27352b;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .48rem .58rem;
  text-align: left;
  font-weight: 400;
}
.sort-option i {
  width: 20px;
  color: #8f9a89;
  opacity: 0;
}
.sort-option:hover,
.sort-option.active {
  background: #f3f7ee;
  color: var(--zc-green);
}
.sort-option.active i {
  opacity: 1;
  color: var(--zc-green);
}
.product-detail.section-pad {
  padding-top: 2.2rem;
  background: #fff;
}
.product-detail .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem .45rem;
  margin: 0 0 1rem;
  padding: .55rem .8rem;
  border: 1px solid #e3e8dc;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(23,39,30,.05);
}
.product-detail .breadcrumb-item {
  color: #66736a;
  font-size: .94rem;
}
.product-detail .breadcrumb-item.active {
  color: #23362a;
}
.product-detail .breadcrumb-item + .breadcrumb-item::before {
  color: #aab3a9;
}
.product-detail > .container-xl > .row {
  align-items: stretch;
  padding: 1.1rem;
  border: 1px solid #e0e5da;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(23,39,30,.08);
}
.detail-gallery { display: block; width: 100%; }
.detail-gallery > .lightbox-trigger { width: 100%; border: 0; border-radius: 14px; background: #f7f8f2; padding: 0; position: relative; cursor: zoom-in; display: block; overflow: hidden; }
.main-product-image { width: 100%; height: clamp(420px, 48vw, 590px); object-fit: cover; object-position: center; border-radius: 14px; border: 0; }
.lightbox-trigger span { position: absolute; right: 1rem; bottom: 1rem; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(28,105,61,.94); color: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.18); opacity: 0; transform: translateY(6px); transition: .18s ease; }
.lightbox-trigger:hover span, .lightbox-trigger:focus-visible span { opacity: 1; transform: translateY(0); }
.detail-summary {
  position: sticky;
  top: 150px;
  height: 100%;
  min-height: 100%;
  padding: .45rem .35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-summary h1 { font-size: clamp(2rem, 3.15vw, 3rem); line-height: 1.08; margin: .75rem 0 .7rem; }
.detail-summary p { color: var(--zc-muted); font-size: 1rem; line-height: 1.65; max-width: 680px; }
.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: .95rem 0 1rem;
}
.detail-badges span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  border: 1px solid #dfe6d8;
  background: #fbfcf8;
  color: #26372b;
  font-weight: 700;
}
.detail-badges i {
  color: var(--zc-green);
  font-size: 1rem;
}
.detail-badges .organic {
  text-transform: uppercase;
  letter-spacing: .02em;
}
.detail-badges .free-shipping {
  border-color: rgba(28,105,61,.26);
  background: linear-gradient(135deg, #edf7e8, #fffaf0);
  color: var(--zc-green);
  box-shadow: 0 12px 26px rgba(28,105,61,.08);
}
.detail-info-list { display: grid; gap: .45rem; margin: 1rem 0; color: var(--zc-muted); }
.detail-info-list strong { color: var(--zc-green); }
.detail-price { display: flex; align-items: baseline; gap: .8rem; margin: 1rem 0; }
.detail-price strong { font-size: 2rem; color: var(--zc-green); }
.detail-price del { color: #9aa39d; }
.segmented { display: inline-flex; border: 1px solid var(--zc-line); border-radius: var(--radius); padding: .2rem; gap: .2rem; }
.segmented button { border: 0; background: transparent; padding: .6rem 1rem; border-radius: 6px; font-weight: 750; }
.segmented button.active { background: var(--zc-green); color: #fff; }
.detail-buy { display: flex; gap: .7rem; margin: 1.2rem 0; align-items: center; flex-wrap: wrap; }
.qty-control { height: 48px; border: 1px solid var(--zc-line); border-radius: var(--radius); display: inline-grid; grid-template-columns: 38px 48px 38px; overflow: hidden; background: #fff; }
.qty-control.small { height: 38px; grid-template-columns: 30px 38px 30px; }
.qty-control button, .qty-control input { border: 0; background: #fff; text-align: center; min-width: 0; }
.detail-services { display: flex; flex-wrap: wrap; gap: .55rem; color: var(--zc-muted); }
.detail-services span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .62rem;
  border: 1px solid #e2e8dc;
  border-radius: 999px;
  background: #fbfcf8;
  font-size: .94rem;
}
.detail-tabs {
  margin-top: 3rem;
  border: 1px solid #dfe8d9;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfdf8 100%);
  box-shadow: 0 22px 54px rgba(23,39,30,.08);
  overflow: hidden;
}
.detail-tabs .nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .55rem;
  border: 0;
  margin: 0;
  padding: .8rem;
  background: #f6f9f3;
  border-bottom: 1px solid #e4ebde;
  width: 100%;
}
.detail-tabs .nav-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #26372b;
  background: transparent;
  padding: .65rem 1rem .65rem .72rem;
  font-weight: 800;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.detail-tabs .nav-link::before {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--zc-green);
  font-family: "bootstrap-icons";
  font-size: .98rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px #dce7d7;
  content: "\f4cb";
}
.detail-tabs .nav-link[data-bs-target="#reviews"]::before {
  content: "\f24a";
}
.detail-tabs .nav-link:hover {
  color: var(--zc-green);
  background: rgba(255,255,255,.72);
  border-color: #dbe7d4;
}
.detail-tabs .nav-link.active {
  border-color: #cfe2c7;
  background: #fff;
  color: var(--zc-green);
  box-shadow: 0 12px 28px rgba(23,39,30,.08);
}
.detail-tabs .nav-link.active::before {
  background: #e9f6e7;
  color: var(--zc-green);
  box-shadow: inset 0 0 0 1px #cfe4c9;
}
.detail-tabs .tab-content {
  border: 0;
  border-radius: 0;
  padding: 1.55rem;
  background: #fff;
  box-shadow: none;
}
.product-description {
  color: var(--zc-ink);
  line-height: 1.75;
  padding: .25rem;
}
.product-description p { margin-bottom: .75rem; }
.product-description b, .product-description strong { color: var(--zc-green); }
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.1fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: start;
}
.review-summary-card,
.review-card,
.review-form,
.review-empty-state,
.review-login-card {
  border: 1px solid #e2e8dc;
  border-radius: 14px;
  background: #fbfcf8;
  padding: 1rem;
}
.reviews-layout.is-empty {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}
.reviews-layout.is-empty.can-review {
  grid-template-columns: minmax(0, 1fr);
}
.reviews-layout.is-empty .review-empty-state {
  width: 100%;
  min-height: 170px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  border-style: dashed;
  background: #fff;
}
.reviews-layout.is-empty .review-form,
.reviews-layout.is-empty .review-login-card {
  width: min(100%, 560px);
}
.reviews-layout.has-reviews {
  grid-template-columns: minmax(230px, .65fr) minmax(360px, 1.2fr) minmax(320px, .9fr);
}
.review-score {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: .6rem 0 .55rem;
}
.review-score strong {
  font-size: 2.25rem;
  line-height: 1;
  color: var(--zc-green);
}
.review-score span,
.review-card .review-stars {
  color: #c99b2e;
  letter-spacing: .08em;
}
.review-summary-empty .review-score span {
  color: var(--zc-muted);
  letter-spacing: 0;
  font-weight: 700;
}
.review-summary-card p {
  margin: 0;
  color: var(--zc-muted);
}
.review-list {
  display: grid;
  gap: .8rem;
}
.review-card div {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .55rem;
}
.review-card strong {
  color: var(--zc-ink);
}
.review-card span {
  color: var(--zc-muted);
  font-size: .88rem;
}
.review-card p {
  margin: 0;
  color: #405044;
  line-height: 1.55;
}
.review-empty {
  min-height: 120px;
  display: grid;
  align-content: center;
  background: #fff;
  border-style: dashed;
}
.review-empty strong {
  color: var(--zc-green);
}
.review-empty-state strong {
  margin-top: .35rem;
  color: var(--zc-green);
  font-size: 1.35rem;
}
.review-empty-state p,
.review-login-card p {
  max-width: 520px;
  margin: .55rem auto 0;
  color: var(--zc-muted);
  line-height: 1.55;
}
.review-form h3 {
  margin: 0 0 .85rem;
  font-size: 1.25rem;
  font-weight: 800;
}
.review-login-card {
  display: grid;
  justify-items: center;
  text-align: center;
}
.review-login-card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}
.review-login-card .btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.review-form label {
  display: grid;
  gap: .35rem;
  font-weight: 650;
}
.review-form .form-control,
.review-form .form-select {
  border-radius: 10px;
  border-color: #dce4d6;
}
.review-form .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.product-lightbox .modal-dialog { max-width: min(90vw, 900px); margin: 2.5rem auto; }
.product-lightbox.fade .modal-dialog,
.product-lightbox.show .modal-dialog {
  transform: none;
  transition: none;
}
.product-lightbox .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.product-lightbox .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(255,255,255,.96);
  background-size: .78rem;
  box-shadow: 0 12px 24px rgba(0,0,0,.24);
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.product-lightbox .btn-close:hover,
.product-lightbox .btn-close:focus-visible {
  transform: translate(50%, -50%) scale(1.05);
  background-color: #fff;
  box-shadow: 0 20px 38px rgba(0,0,0,.32);
}
.product-lightbox .lightbox-image {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  display: block;
}
body.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}
body[style*="padding-right"] {
  padding-right: 0 !important;
}
body[style*="overflow: hidden"] {
  overflow-y: scroll !important;
}
body.modal-open .sticky-top,
body.modal-open .fixed-top,
body.modal-open .fixed-bottom,
body[style*="padding-right"] .sticky-top,
body[style*="padding-right"] .fixed-top,
body[style*="padding-right"] .fixed-bottom {
  padding-right: 0 !important;
}

body.legal-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden !important;
}

body.legal-modal-open .sticky-top,
body.legal-modal-open .fixed-top,
body.legal-modal-open .fixed-bottom {
  padding-right: 0 !important;
}
.checkout-page { background: var(--zc-bg); }
.checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-bottom: 1rem; }
.checkout-steps span, .checkout-steps a { background: #fff; border: 1px solid var(--zc-line); padding: .9rem; border-radius: var(--radius); display: flex; gap: .6rem; align-items: center; color: var(--zc-muted); font-weight: 800; text-decoration: none; }
.checkout-steps strong { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--zc-bg); flex: 0 0 auto; }
.checkout-steps .active { color: var(--zc-green); border-color: color-mix(in srgb, var(--zc-green), #fff 55%); }
.checkout-steps .active strong { background: var(--zc-green); color: #fff; }
.checkout-card, .order-summary, .account-content, .account-sidebar, .tracking-card, .contact-info, .contact-form { padding: 1.35rem; }
.cart-canvas {
  width: min(430px, 100vw) !important;
}
.cart-canvas .offcanvas-header {
  min-height: 92px;
  padding: 1.15rem 1.25rem .8rem;
  border-bottom: 1px solid #edf0e8;
}
.cart-canvas .offcanvas-header h2 { margin: .1rem 0 0; }
.cart-canvas .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7f9f3;
  background-size: .85rem;
  opacity: 1;
  transition: .16s ease;
}
.cart-canvas .btn-close:hover {
  background-color: #eef4e9;
  transform: rotate(90deg);
}
.cart-canvas .offcanvas-body {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 1rem;
  padding: 1rem 1.25rem 1.2rem;
  overflow: hidden;
}
.auth-canvas {
  width: min(470px, 100vw) !important;
  border-left: 1px solid #e3eadf;
  max-width: 100vw;
}
.auth-canvas .offcanvas-header {
  min-height: 92px;
  padding: 1.15rem 1.25rem .8rem;
  border-bottom: 1px solid #edf0e8;
}
.auth-canvas .offcanvas-header h2 {
  margin: .1rem 0 0;
  font-size: clamp(1.7rem, 4vw, 2.15rem);
}
.auth-canvas .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7f9f3;
  background-size: .85rem;
  opacity: 1;
  transition: .16s ease;
}
.auth-canvas .btn-close:hover {
  background-color: #eef4e9;
  transform: rotate(90deg);
}
.auth-canvas .offcanvas-body {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.15rem 1.25rem 1.25rem;
  background: #fbfcf8;
  overscroll-behavior: contain;
}
.auth-drawer-brand {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.auth-drawer-brand .theme-brand-logo {
  width: min(var(--theme-header-logo-width, 150px), 150px);
  max-height: 44px;
}
.auth-drawer-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
  border: 1px solid #dfe8dc;
  border-radius: 14px;
  padding: .3rem;
  background: #fff;
}
.auth-drawer-tabs button {
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #667568;
  font-weight: 850;
  min-height: 42px;
}
.auth-drawer-tabs button.active {
  background: var(--zc-green);
  color: #fff;
}
.auth-drawer-form {
  display: none;
  gap: .9rem;
  border: 1px solid #dfe8dc;
  border-radius: 16px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 38px rgba(20,43,29,.08);
}
.auth-drawer-form.active {
  display: grid;
}
.auth-drawer-form label {
  display: grid;
  gap: .42rem;
  color: #18281d;
  font-size: .94rem;
  font-weight: 800;
}
.auth-drawer-form .form-control {
  min-height: 50px;
  border-radius: 12px;
  border-color: #dfe6dc;
  background-color: #fbfcfa;
}
.auth-drawer-form .form-control:focus {
  background-color: #fff;
  border-color: rgba(28,105,61,.55);
  box-shadow: 0 0 0 .22rem rgba(28,105,61,.1);
}
.auth-drawer-form .btn-brand {
  min-height: 50px;
  border-radius: 12px;
  font-weight: 850;
}
.auth-drawer-forgot,
.auth-forgot-link {
  justify-self: end;
  color: var(--zc-green);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}
.auth-drawer-forgot:hover,
.auth-forgot-link:hover {
  color: #155b31;
  text-decoration: underline;
}
.auth-drawer-copy {
  color: #657266;
  margin: 0;
  line-height: 1.55;
}
.auth-agreements {
  display: grid;
  gap: .7rem;
  padding: .2rem 0 .35rem;
}
.auth-agreements label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: .55rem;
  color: #405243;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.35;
}
.auth-agreements input {
  width: 18px;
  height: 18px;
  margin-top: .08rem;
  accent-color: var(--zc-green);
}
.auth-agreements button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--zc-green);
  font: inherit;
  font-weight: 850;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.auth-agreements button:hover {
  color: #155b31;
}
.legal-modal .modal-content {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(20,43,29,.24);
  max-height: calc(100dvh - 3.5rem);
  overflow: hidden;
}
.legal-modal.modal {
  overflow: hidden;
}
.legal-modal .modal-dialog,
.legal-modal.fade .modal-dialog,
.legal-modal.show .modal-dialog {
  max-width: min(800px, calc(100vw - 2rem));
  margin: 1.75rem auto;
  transform: none !important;
  transition: opacity .16s ease;
}
.legal-modal .modal-header,
.legal-modal .modal-footer {
  flex: 0 0 auto;
}
.legal-modal .modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #edf1ea;
  padding: 1.25rem 1.35rem;
}
.legal-modal .modal-title {
  margin-top: .15rem;
  color: #17251b;
  font-size: 1.35rem;
  font-weight: 850;
}
.legal-modal .modal-body {
  max-height: calc(100dvh - 180px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 1.25rem 1.35rem;
  color: #405243;
  line-height: 1.7;
}
.legal-modal .modal-body h6 {
  margin: 1.15rem 0 .4rem;
  color: #17251b;
  font-weight: 850;
}
.legal-modal .modal-body p {
  margin: 0 0 .9rem;
}
.legal-modal .modal-body h1,
.legal-modal .modal-body h2,
.legal-modal .modal-body h3,
.legal-modal .modal-body h4,
.legal-modal .modal-body h5,
.legal-modal .modal-body h6 {
  margin: 1.2rem 0 .45rem;
  color: #17251b;
  font-weight: 850;
  line-height: 1.3;
}
.legal-modal .modal-body ul,
.legal-modal .modal-body ol {
  padding-left: 1.2rem;
}
.legal-modal .modal-footer {
  border-top: 1px solid #edf1ea;
  padding: 1rem 1.35rem;
}
.legal-modal .btn-primary {
  background: var(--zc-green);
  border-color: var(--zc-green);
  color: #fff;
  border-radius: 10px;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(28,105,61,.18);
}
.legal-modal .btn-primary:hover,
.legal-modal .btn-primary:focus {
  background: #155b31;
  border-color: #155b31;
  color: #fff;
}
.legal-modal .btn-close:focus {
  box-shadow: 0 0 0 .2rem rgba(28,105,61,.16);
}
@media (max-width: 575.98px) {
  .legal-modal .modal-dialog,
  .legal-modal.fade .modal-dialog,
  .legal-modal.show .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: .5rem auto;
  }

  .legal-modal .modal-content {
    max-height: calc(100dvh - 1rem);
  }

  .legal-modal .modal-body {
    max-height: calc(100dvh - 158px);
  }
}
.contracts-page {
  background: #f7faf5;
}
.contract-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin-bottom: 1rem;
  color: #657266;
  font-size: .92rem;
  font-weight: 700;
}
.contract-breadcrumb a {
  color: var(--zc-green);
  text-decoration: none;
}
.contract-breadcrumb a::after {
  content: "/";
  color: #a9b6ab;
  margin-left: .55rem;
}
.contract-list {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
}
.contract-list-item {
  display: grid;
  gap: .22rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid #dde8dc;
  border-radius: 14px;
  color: #17251b;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(21, 45, 28, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.contract-list-item:hover,
.contract-list-item:focus {
  border-color: rgba(28,105,61,.38);
  box-shadow: 0 18px 42px rgba(21, 45, 28, .1);
  color: #17251b;
  transform: translateY(-1px);
}
.contract-list-item span {
  color: #d59a13;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contract-list-item strong {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.contract-list-item small,
.contract-updated {
  color: #758172;
}
.contract-document {
  margin-top: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid #dde8dc;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(21, 45, 28, .08);
}
.contract-document h1 {
  margin: .25rem 0 .4rem;
  color: #17251b;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.05;
}
.contract-document-body {
  margin-top: 1.35rem;
  color: #405243;
  font-size: 1rem;
  line-height: 1.8;
}
.contract-document-body h1,
.contract-document-body h2,
.contract-document-body h3,
.contract-document-body h4,
.contract-document-body h5,
.contract-document-body h6 {
  margin: 1.35rem 0 .45rem;
  color: #17251b;
  font-weight: 850;
  line-height: 1.3;
}
.contract-document-body p {
  margin: 0 0 .95rem;
}
.contract-document-body ul,
.contract-document-body ol {
  padding-left: 1.25rem;
}
.auth-drawer-switch {
  margin: 0;
  color: #657266;
  text-align: center;
}
.auth-drawer-switch button {
  border: 0;
  background: transparent;
  color: var(--zc-green);
  font-weight: 850;
  padding: 0;
}
.cart-dynamic {
  min-height: 0;
  overflow-y: auto;
  padding-right: .15rem;
}
.cart-dynamic:empty {
  display: none;
}
.cart-table-line, .cart-line { display: grid; grid-template-columns: 70px 1fr auto auto auto; gap: .75rem; align-items: center; border-bottom: 1px solid var(--zc-line); padding: .85rem 0; }
.cart-line { grid-template-columns: 64px 1fr 36px; border: 1px solid #edf0e8; border-radius: 8px; padding: .65rem; margin-bottom: .65rem; background: #fff; }
.cart-line.just-added { box-shadow: 0 12px 24px rgba(23,39,30,.06); }
.cart-table-line img, .cart-line img { width: 62px; height: 62px; object-fit: contain; background: #f6f8f2; border-radius: 8px; padding: .25rem; }
.cart-table-line small, .cart-line small { display: block; color: var(--zc-muted); }
.cart-line strong { display: block; line-height: 1.25; font-size: .95rem; }
.cart-table-line a { color: inherit; }
.cart-page-list { display: grid; gap: .35rem; }
.cart-page-list[hidden] { display: none; }
.cart-page-qty { display: inline-grid; grid-template-columns: 34px 48px 34px; align-items: center; border: 1px solid var(--zc-line); border-radius: 10px; overflow: hidden; background: #fff; }
.cart-page-qty button, .cart-page-qty input { width: 100%; height: 34px; border: 0; background: transparent; text-align: center; font-weight: 800; color: var(--zc-ink); }
.cart-page-qty button:hover { background: #f3f7ef; color: var(--zc-green); }
.cart-page-qty input { border-inline: 1px solid var(--zc-line); appearance: textfield; }
.cart-page-qty input::-webkit-outer-spin-button, .cart-page-qty input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.cart-table-line {
  grid-template-columns: 150px minmax(180px, 1fr) 235px 150px 42px;
  min-height: 196px;
}
.cart-table-line img {
  width: 120px;
  height: 180px;
  object-fit: contain;
  justify-self: center;
}
.cart-table-line > div:first-of-type strong {
  font-weight: 500;
}
.cart-page-price {
  display: grid;
  gap: .15rem;
  justify-items: end;
  color: #000;
}
.cart-page-price strong {
  font-size: .96rem;
}
.cart-page-price small {
  color: #000;
  font-size: .76rem;
}
.cart-table-line .icon-btn.small {
  justify-self: end;
}
.cart-line .icon-btn.small {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #526056;
  background: #fafbf8;
}
.cart-line .icon-btn.small:hover {
  color: #fff;
  background: var(--zc-green);
}
.cart-empty { min-height: 100%; border: 1px dashed #d9dfd2; border-radius: 8px; background: #fafbf7; padding: 1.4rem; text-align: center; color: var(--zc-muted); display: grid; place-content: center; gap: .35rem; }
.cart-empty i { width: 48px; height: 48px; margin: 0 auto .2rem; display: grid; place-items: center; border-radius: 50%; background: #edf5e8; color: var(--zc-green); font-size: 1.55rem; }
.cart-empty strong { color: var(--zc-ink); }
.order-summary { position: sticky; top: 145px; }
.order-summary h2 { font-size: 1.2rem; }
.order-summary div, .cart-summary div { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid var(--zc-line); }
.order-summary .total, .cart-summary .total { font-size: 1.18rem; color: var(--zc-green); border-bottom: 0; }
.cart-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 1rem;
  align-items: start;
}
.cart-main-column {
  display: grid;
  gap: 1rem;
}
.cart-detail-card,
.cart-extra-card,
.cart-summary-card {
  border: 1px solid var(--zc-line);
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
}
.cart-detail-card {
  min-height: 360px;
}
.cart-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}
.cart-detail-head h1,
.cart-extra-card h2,
.cart-summary-card h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 500;
  color: #0a0f0c;
}
.cart-clear-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 0;
  background: transparent;
  color: #1b201d;
  font-size: .78rem;
  font-weight: 800;
  padding: .35rem 0;
}
.cart-clear-btn:hover {
  color: var(--zc-green);
}
.cart-detail-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--zc-line);
}
.cart-continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 40px;
  padding: .55rem 1rem;
  border-radius: 4px;
  background: #e5e5e5;
  color: #303430;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-continue-btn:hover {
  color: #fff;
  background: var(--zc-green);
}
.cart-extra-card {
  display: grid;
  gap: .55rem;
}
.cart-extra-card p {
  margin: 0;
  color: var(--zc-muted);
  font-size: .82rem;
  font-style: italic;
}
.cart-gift-check {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #485149;
  font-size: .9rem;
}
.cart-gift-check input {
  width: 18px;
  height: 18px;
}
.cart-promo-select {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  min-height: 52px;
  padding: .75rem 1rem;
  border: 1px solid var(--zc-line);
  color: #0b120d;
  font-size: .9rem;
}
.cart-promo-select .bi-tags-fill {
  font-size: 1.25rem;
  color: #000;
}
.cart-summary-card {
  position: sticky;
  top: 145px;
}
.cart-summary-promo {
  display: grid !important;
  gap: .75rem;
  justify-content: stretch !important;
  padding: 1rem !important;
  margin: .75rem 0 1rem;
  border: 0 !important;
  background: #f7f7f7;
}
.cart-summary-promo strong {
  font-size: .78rem;
  text-transform: uppercase;
}
.cart-summary-promo span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .82rem;
}
.cart-summary-card div:not(.cart-summary-promo) {
  padding: .5rem 0;
  font-size: .9rem;
}
.cart-summary-card div:not(.cart-summary-promo) strong {
  font-size: .92rem;
  color: #000;
}
.cart-summary-card .total {
  margin-top: .35rem;
  padding-top: .9rem !important;
  border-top: 1px solid var(--zc-line);
  color: #000;
}
.cart-summary-card .total strong {
  font-size: 1.05rem !important;
}
.cart-complete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: .75rem;
  border-radius: 4px;
  background: #f7edbd;
  color: #1c1b16;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-complete-btn:hover {
  background: var(--zc-green);
  color: #fff;
}
.cart-secure-note {
  border: 0 !important;
  justify-content: flex-end !important;
  color: #b2b2b2;
  font-size: .75rem !important;
  text-align: right;
}
.payment-methods { display: grid; gap: .7rem; margin-bottom: 1rem; }
.payment-methods label { border: 1px solid var(--zc-line); border-radius: var(--radius); padding: .9rem; display: flex; align-items: center; gap: .65rem; }
.payment-methods .active { border-color: var(--zc-green); background: color-mix(in srgb, var(--zc-green), #fff 92%); }

.payment-pro-card h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.payment-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.payment-method-grid label {
  min-height: 76px;
  cursor: pointer;
}
.payment-method-grid label span {
  display: grid;
  gap: .15rem;
}
.payment-method-grid label i {
  font-size: 1.2rem;
  color: var(--zc-green);
}
.payment-method-grid label strong {
  font-size: .98rem;
}
.payment-method-grid label small {
  color: var(--zc-muted);
  font-size: .78rem;
}
.payment-pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 1rem;
  align-items: start;
}
.payment-pro-fields,
.payment-transfer-panel {
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
}
.payment-transfer-panel {
  grid-column: 1 / -1;
}
.payment-card-preview {
  min-height: 215px;
  border-radius: 18px;
  padding: 1.25rem;
  color: #173326;
  background:
    radial-gradient(circle at 18% 8%, rgba(24, 120, 66, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbfdf9 54%, #eef8f1 100%);
  border: 1px solid #dbe9dd;
  box-shadow: 0 18px 38px rgba(18, 70, 45, .09);
  display: grid;
  align-content: space-between;
  overflow: hidden;
}
.payment-card-brand {
  justify-self: end;
  min-width: 72px;
  text-align: center;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: #edf7ef;
  color: var(--zc-green);
  font-weight: 900;
  letter-spacing: 0;
}
.payment-card-chip {
  width: 50px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8df8a, #b98420);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}
.payment-card-number {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
  color: #123223;
}
.payment-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.payment-card-meta small {
  display: block;
  color: #6b7a72;
  font-size: .68rem;
  text-transform: uppercase;
}
.payment-card-meta strong {
  font-size: .88rem;
  color: #123223;
}
.transfer-notice {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .85rem;
  margin-bottom: 1rem;
  border: 1px solid #d7eadf;
  border-radius: 10px;
  background: #f3fbf6;
  color: #145c3a;
  font-weight: 700;
}
.transfer-bank-list {
  display: grid;
  gap: .8rem;
}
.transfer-bank-card {
  display: grid;
  gap: .7rem;
  padding: 1rem;
  border: 1px solid #dce8df;
  border-radius: 10px;
  background: #fbfdfb;
}
.transfer-bank-head {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.transfer-bank-logo {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  border: 1px solid #e3ece4;
  border-radius: 9px;
  background: #fff;
  color: var(--zc-green);
  overflow: hidden;
}
.transfer-bank-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .35rem;
}
.transfer-bank-head strong,
.transfer-bank-head small {
  display: block;
}
.transfer-bank-head strong {
  color: #10251a;
  font-size: 1rem;
}
.transfer-bank-head small,
.transfer-bank-meta {
  color: var(--zc-muted);
  font-size: .84rem;
}
.transfer-bank-iban {
  padding: .85rem;
  border-radius: 8px;
  background: #f2f7f3;
  color: #10251a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(.9rem, 2vw, 1.1rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}
.transfer-payment-note {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .78rem .85rem;
  border: 1px solid #d7eadf;
  border-radius: 8px;
  background: #f6fbf8;
  color: #315b45;
  font-size: .95rem;
  line-height: 1.45;
}
.transfer-payment-note i {
  color: var(--zc-green);
  font-size: 1.05rem;
  line-height: 1.35;
  flex: 0 0 auto;
}
.transfer-bank-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
}
.transfer-notice-toggle {
  width: 100%;
  min-height: 44px;
  margin: 1rem 0;
  border: 0;
  border-radius: 7px;
  background: var(--zc-green);
  color: #fff;
  font-weight: 800;
}
.transfer-notice-toggle i {
  margin-right: .35rem;
}
.transfer-notice-form {
  padding-top: .15rem;
}
.payment-pro-card .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .16rem rgba(220, 53, 69, .12);
}

.order-result-page {
  min-height: 58vh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(180deg, #f8faf6, #fff),
    radial-gradient(circle at 50% 0%, rgba(25, 135, 84, .08), transparent 34%);
}
.order-result-card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--zc-line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 70px rgba(26, 45, 34, .1);
}
.order-result-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 3.4rem;
}
.order-result-page.is-success .order-result-icon {
  color: #fff;
  background: linear-gradient(135deg, #13804f, #21b36d);
  box-shadow: 0 18px 40px rgba(19, 128, 79, .28);
}
.order-result-page.is-failed .order-result-icon {
  color: #fff;
  background: linear-gradient(135deg, #b42318, #ef4444);
  box-shadow: 0 18px 40px rgba(180, 35, 24, .22);
}
.order-result-card h1 {
  margin: .35rem 0 .65rem;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--zc-dark);
}
.order-result-card p {
  max-width: 560px;
  margin: 0 auto 1rem;
  color: var(--zc-muted);
}
.order-result-number {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  justify-content: center;
  margin: .5rem 0 1rem;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: #f3f8f4;
  color: var(--zc-green);
  font-weight: 800;
}
.order-result-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.1rem 0 1.35rem;
}
.order-result-summary div {
  padding: .9rem;
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  background: #fbfbf8;
  text-align: left;
}
.order-result-summary span {
  display: block;
  color: var(--zc-muted);
  font-size: .82rem;
}
.order-result-summary strong {
  display: block;
  margin-top: .2rem;
  color: var(--zc-dark);
  font-size: 1rem;
}
.order-result-actions {
  display: flex;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.btn-out-of-stock,
.btn-out-of-stock:disabled {
  border-color: #d9ded6 !important;
  background: linear-gradient(180deg, #f7f8f4 0%, #ecefea 100%) !important;
  color: #6f766f !important;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  font-weight: 800;
}
.btn-out-of-stock i {
  color: #a05a4f;
}
.stock-empty-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  min-height: 30px;
  padding: .34rem .68rem;
  border: 1px solid rgba(130, 58, 43, .18);
  border-radius: 999px;
  background: rgba(255, 247, 241, .94);
  color: #8d3e2f;
  font-weight: 850;
  font-size: .76rem;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(55, 40, 28, .12);
  backdrop-filter: blur(8px);
}
.stock-empty-label i {
  font-size: .9rem;
}
.stock-out-item { order: 999; }
.product-card[data-in-stock="0"] .product-media img,
.detail-summary[data-in-stock="0"] ~ .detail-gallery img {
  filter: grayscale(.18) saturate(.85);
}

.checkout-delivery-page {
  background: #f7f7f4;
}
.checkout-flow-steps {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin-bottom: .75rem;
  border: 1px solid #e4e1d9;
  background: #fff;
}
.checkout-flow-steps span {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .9rem;
  color: #b7b9b9;
  border-left: 1px solid #e4e1d9;
  text-transform: uppercase;
}
.checkout-flow-steps .flow-cart {
  justify-content: center;
  border-left: 0;
  font-size: 1.05rem;
  color: #c8c8c8;
}
.checkout-flow-steps .active {
  background: #bfc3c4;
  color: #fff;
}
.checkout-flow-steps strong {
  font-size: 1.55rem;
  line-height: 1;
}
.checkout-flow-steps b {
  font-size: .78rem;
  line-height: 1.05;
}
.checkout-flow-steps small {
  display: block;
  font-size: .68rem;
  line-height: 1;
  text-transform: none;
}
.checkout-delivery-stack {
  display: grid;
  gap: .85rem;
}
.checkout-member-strip,
.checkout-delivery-box,
.checkout-delivery-summary {
  border: 1px solid #e4e1d9;
  background: #fff;
  border-radius: 2px;
}
.checkout-member-strip {
  padding: .75rem 1rem;
  font-size: .88rem;
}
.checkout-member-strip a {
  color: #0b0b0b;
  font-weight: 800;
  text-decoration: underline;
}
.checkout-delivery-box {
  padding: 1rem;
}
.checkout-box-title {
  margin-bottom: .75rem;
}
.checkout-box-title h1 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #606064;
}
.checkout-box-title p {
  margin: .1rem 0 0;
  font-size: .78rem;
  font-style: italic;
  color: #96999f;
}
.checkout-delivery-box .form-control,
.checkout-delivery-box .form-select {
  min-height: 36px;
  border-radius: 2px;
  border-color: #eadfd5;
  font-size: .86rem;
}
.checkout-delivery-box textarea.form-control {
  min-height: 88px;
}
.checkout-invoice-type {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) repeat(2, minmax(130px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  font-size: .82rem;
  color: #6b6b72;
  text-transform: uppercase;
}
.checkout-invoice-type label,
.checkout-invoice-toggle,
.shipping-option {
  text-transform: none;
  color: #575b62;
}
.checkout-invoice-toggle {
  margin-top: 1rem;
  font-size: .86rem;
}
.checkout-invoice-fields {
  margin-top: .8rem;
}
.checkout-different-invoice {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e4e1d9;
}
.checkout-different-invoice .checkout-box-title h1 {
  font-size: 1rem;
}
.invoice-type-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem 1.25rem;
  padding: .85rem 1rem;
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  background: #fbfbf8;
}
.invoice-type-row > span {
  font-weight: 800;
  color: var(--zc-dark);
}
.invoice-type-row label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0;
  font-weight: 700;
}
.invoice-aware-form .is-invalid,
.checkout-delivery-page .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .16rem rgba(220, 53, 69, .12);
}
.shipping-option {
  min-height: 50px;
  display: grid;
  grid-template-columns: 24px 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  padding: .65rem .5rem;
  border-bottom: 1px solid #eee7df;
}
.shipping-option.active {
  background: #ededed;
}
.shipping-option:last-child {
  border-bottom: 0;
}
.shipping-option strong {
  font-size: .9rem;
  font-weight: 500;
}
.shipping-option em {
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.shipping-logo {
  width: 50px;
  min-height: 30px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #e62925;
  font-size: .58rem;
  font-weight: 800;
  line-height: .9;
  text-align: center;
}
.shipping-logo.dhl {
  background: #ffdb00;
  color: #d40511;
  font-size: .78rem;
}
.checkout-delivery-summary {
  padding: 1rem;
}
.delivery-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .35rem !important;
  border-bottom: 0 !important;
}
.delivery-summary-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
}
.delivery-summary-head a {
  color: #777;
  font-size: .75rem;
  text-decoration: none;
}
.delivery-summary-note {
  margin: 0 0 .8rem;
  color: #888;
  font-size: .72rem;
}
.checkout-delivery-summary div {
  font-size: .82rem;
  border-bottom: 0;
  padding: .35rem 0;
}
.checkout-delivery-summary .total {
  margin-top: .4rem;
  padding-top: .75rem;
  border-top: 1px solid #e4e1d9;
  color: #1c1c1c;
}
.checkout-payment-next {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: .75rem;
  background: #f5edbf;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.checkout-payment-next:hover {
  color: #111;
  background: #efe39f;
}
.ssl-note {
  display: block;
  margin-top: .75rem;
  color: #bbb;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .payment-method-grid,
  .payment-pro-layout {
    grid-template-columns: 1fr;
  }
  .payment-card-preview {
    min-height: 190px;
  }
  .payment-card-number {
    font-size: 1.05rem;
  }
  .checkout-flow-steps {
    grid-template-columns: 44px 1fr;
  }
  .checkout-flow-steps span:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid #e4e1d9;
    border-left: 0;
  }
  .checkout-flow-steps strong {
    font-size: 1.25rem;
  }
  .checkout-flow-steps b {
    font-size: .7rem;
  }
  .checkout-invoice-type {
    grid-template-columns: 1fr;
    gap: .45rem;
  }
  .shipping-option {
    grid-template-columns: 22px 54px minmax(0, 1fr);
  }
  .shipping-option em {
    grid-column: 3;
    justify-self: start;
  }
}
.checkout-address-page {
  background: #fafafa;
}
.checkout-progressbar {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr);
  min-height: 58px;
  margin-bottom: 1rem;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.checkout-progressbar > span {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .75rem 1rem;
  border-right: 1px solid #e4e4e4;
  color: #b9b9b9;
}
.checkout-progressbar > span:last-child {
  border-right: 0;
}
.checkout-progressbar .checkout-progress-icon {
  justify-content: center;
  font-size: 1.25rem;
  color: #d2d2d2;
}
.checkout-progressbar .active {
  color: #fff;
  background: #b9bdbf;
}
.checkout-progressbar strong {
  font-size: 1.9rem;
  line-height: 1;
}
.checkout-progressbar em,
.checkout-progressbar small {
  display: block;
  font-style: normal;
  line-height: 1.15;
}
.checkout-progressbar em {
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
}
.checkout-progressbar small {
  font-size: .72rem;
  opacity: .78;
}
.checkout-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
  align-items: start;
}
.checkout-address-form {
  display: grid;
  gap: 1rem;
}
.checkout-login-note,
.checkout-panel,
.checkout-side-summary {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 3px;
}
.checkout-login-note {
  padding: .85rem 1rem;
  font-size: .86rem;
}
.checkout-login-note a {
  color: #000;
  font-weight: 800;
  text-decoration: underline;
}
.checkout-panel {
  padding: 1rem;
}
.checkout-panel h1,
.checkout-panel h2 {
  margin: 0;
  color: #5a5f61;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.checkout-panel p {
  margin: .15rem 0 .8rem;
  color: #8a8f91;
  font-size: .8rem;
  font-style: italic;
}
.checkout-panel .form-control,
.checkout-panel .form-select {
  min-height: 34px;
  border-radius: 2px;
  border-color: #eadfd2;
  font-size: .86rem;
}
.checkout-panel textarea.form-control {
  min-height: 110px;
}
.checkout-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.checkout-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.checkout-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.invoice-type-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  color: #565d5f;
  font-size: .82rem;
  text-transform: uppercase;
}
.invoice-type-row label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-transform: none;
}
.corporate-fields {
  display: grid;
  gap: 1rem;
}
.corporate-fields[hidden] {
  display: none;
}
.checkout-check {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: .8rem;
  color: #4d5557;
  font-size: .86rem;
}
.checkout-check input,
.shipping-option input {
  width: 16px;
  height: 16px;
}
.shipping-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  min-height: 56px;
  padding: .7rem .35rem;
  color: #0d1712;
  border-bottom: 1px solid #ececec;
}
.shipping-option:last-child {
  border-bottom: 0;
}
.shipping-option span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: .82rem;
}
.checkout-side-summary {
  position: sticky;
  top: 145px;
  padding: 1rem;
}
.checkout-side-summary h2 {
  margin: 0 0 .75rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.checkout-side-summary details {
  margin-bottom: .85rem;
  color: #7a7f80;
  font-size: .82rem;
}
.checkout-side-summary summary {
  cursor: pointer;
}
.checkout-mini-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  padding: .75rem 0;
  color: #5d6567;
  border-bottom: 1px solid #ececec;
}
.checkout-mini-empty {
  padding: .45rem 0 .85rem;
  color: #5d6567;
}
.checkout-mini-thumb,
.checkout-mini-thumb-placeholder {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #edf0ea;
  border-radius: 6px;
  background: #f8faf7;
  overflow: hidden;
}
.checkout-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.checkout-mini-info {
  min-width: 0;
  display: grid;
  gap: .2rem;
}
.checkout-mini-info a {
  color: #27372f;
  font-size: .84rem;
  line-height: 1.3;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.checkout-mini-info span {
  color: #768078;
  font-size: .78rem;
  white-space: normal;
}
.checkout-mini-item > strong {
  white-space: nowrap;
  color: #1b2a20;
  font-size: .82rem;
}
.checkout-side-summary > div:not(.cart-secure-note):not(.checkout-mini-item):not(.checkout-mini-empty):not([data-checkout-mini-cart]) {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .42rem 0;
  border-bottom: 0;
  font-size: .84rem;
}
.checkout-side-summary strong {
  color: #1b2a20;
}
.checkout-side-summary .total {
  margin-top: .45rem;
  padding-top: .9rem !important;
  border-top: 1px solid #e4e4e4 !important;
  font-size: .96rem !important;
}
.checkout-next-btn {
  width: 100%;
  min-height: 42px;
  margin-top: .75rem;
  border: 0;
  border-radius: 3px;
  background: #f7edbd;
  color: #1c1b16;
  text-transform: uppercase;
  font-weight: 500;
}
.checkout-next-btn:hover {
  background: var(--zc-green);
  color: #fff;
}
.account-page { background: var(--zc-bg); }
.account-layout { display: grid; grid-template-columns: 260px 1fr; gap: 1.2rem; }
.account-sidebar { display: grid; gap: .35rem; align-content: start; }
.account-sidebar a { padding: .85rem; border-radius: 6px; display: flex; gap: .55rem; align-items: center; font-weight: 750; color: var(--zc-muted); }
.account-sidebar a.active, .account-sidebar a:hover { background: var(--zc-green); color: #fff; }
.stat-card { padding: 1rem; }
.stat-card span { display: block; color: var(--zc-muted); }
.stat-card strong { font-size: 2rem; color: var(--zc-green); }
.status { border-radius: 999px; padding: .28rem .55rem; font-size: .8rem; font-weight: 800; }
.status.delivered { background: #e8f4eb; color: var(--zc-green); }
.status.shipped { background: #fff3da; color: #9b6715; }
.address-card { padding: 1.1rem; height: 100%; }
.auth-page {
  min-height: min(760px, 86vh);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 560px);
  background: #f5f7f1;
  border-bottom: 4px solid #1c693d;
  position: relative;
  overflow: hidden;
}
.auth-page-centered {
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: clamp(2.5rem, 6vw, 5.5rem) 1rem;
  background:
    linear-gradient(90deg, rgba(8,30,18,.74), rgba(8,30,18,.28) 46%, rgba(245,247,241,.82)),
    var(--theme-auth-background, url("../img/footer-olive-grove.png")) center / cover no-repeat;
}
.auth-page-centered .auth-form {
  width: min(100%, 520px);
  padding: 0;
  margin-inline: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 28px;
}
.auth-page-centered .auth-form form {
  width: 100%;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 28px;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(8,30,18,.22);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.auth-page-centered .auth-form form::before {
  content: "";
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: #d99c1e;
  margin-bottom: .45rem;
}
.auth-page-centered .auth-form .eyebrow {
  color: #d99c1e;
}
.auth-page-centered .auth-form form h2 {
  font-size: clamp(1.95rem, 3vw, 2.55rem);
  letter-spacing: 0;
  margin-bottom: .45rem;
}
.auth-page-centered .auth-subtitle {
  max-width: 520px;
  font-size: .98rem;
}
.auth-page-centered .auth-form label {
  font-size: .9rem;
}
.auth-page-centered .auth-form .form-control {
  min-height: 56px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border-color: #d8e2d7;
}
.auth-page-centered .auth-form .btn-brand {
  min-height: 56px;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(28,105,61,.18);
}
.auth-page-centered .auth-action-row {
  border-top: 1px solid #dde8dc;
  padding-top: 1rem;
  margin-top: .15rem;
}
.auth-visual {
  background: linear-gradient(115deg, rgba(9,26,17,.88), rgba(25,72,42,.58)), url("../img/footer-olive-grove.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 3rem clamp(2rem, 6vw, 5rem);
  min-width: 0;
}
.auth-visual > div {
  max-width: 640px;
  transform: translateY(-1.4rem);
}
.auth-visual h1 { font-size: clamp(2.4rem, 5vw, 4.1rem); line-height: .98; margin: .8rem 0 1rem; }
.auth-visual p { max-width: 560px; font-size: 1.02rem; }
.auth-form {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0;
  padding: 2rem clamp(1.2rem, 3vw, 2.8rem);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92)),
    radial-gradient(circle at 100% 0%, rgba(28,105,61,.12), transparent 34%);
  box-shadow: -22px 0 50px rgba(20, 43, 29, .16);
  z-index: 1;
}
.auth-form form {
  width: min(100%, 520px);
  display: grid;
  gap: .95rem;
  padding: clamp(1.25rem, 3vw, 2.15rem);
  border: 1px solid rgba(28,105,61,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 70px rgba(20,43,29,.12);
}
.auth-form form h2 {
  font-size: clamp(1.75rem, 3vw, 2.28rem);
  line-height: 1;
  margin: .1rem 0 .15rem;
  font-weight: 750;
  color: #16251b;
}
.auth-form .form-control {
  min-height: 50px;
  border-radius: 18px;
  border-color: #dfe6dc;
  background-color: #fbfcfa;
  padding-inline: .95rem;
}
.auth-form .form-control:focus {
  background-color: #fff;
  border-color: rgba(28,105,61,.55);
  box-shadow: 0 0 0 .22rem rgba(28,105,61,.1);
}
.auth-form label, .contact-form label { display: grid; gap: .42rem; font-weight: 750; }
.auth-form label { color: #18281d; font-size: .94rem; }
.auth-brand-row {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .45rem;
}
.auth-brand-row .theme-brand-logo {
  width: min(var(--theme-header-logo-width, 150px), 150px);
  max-height: 44px;
}
.auth-subtitle {
  color: #687566;
  margin: 0 0 .35rem;
  line-height: 1.55;
}
.auth-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: #5f6f64;
  margin-top: .15rem;
}
.auth-action-row p { margin: 0; }
.auth-action-row a { font-weight: 800; color: var(--zc-green); }
.auth-form .btn-brand {
  min-height: 50px;
  border-radius: 18px;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(28,105,61,.18);
}
.form-feedback {
  padding: .85rem 1rem;
  border-radius: 18px;
  font-size: .94rem;
  line-height: 1.45;
}
.form-feedback-success {
  color: #0f5b33;
  background: rgba(31, 122, 71, .1);
  border: 1px solid rgba(31, 122, 71, .22);
}
.form-feedback-error {
  color: #9f1f2d;
  background: rgba(214, 51, 67, .1);
  border: 1px solid rgba(214, 51, 67, .24);
}
.auth-popup-open {
  overflow: hidden;
}
.auth-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(14, 25, 19, .58);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}
.auth-popup-overlay.open {
  opacity: 1;
  visibility: visible;
}
.auth-popup {
  position: relative;
  width: min(430px, 100%);
  padding: 34px 30px 28px;
  border: 1px solid rgba(15, 111, 71, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 23, 15, .28);
  text-align: center;
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}
.auth-popup-overlay.open .auth-popup {
  transform: translateY(0) scale(1);
}
.auth-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f4f7f1;
  color: #1e3025;
  display: inline-grid;
  place-items: center;
}
.auth-popup-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e8f7ee;
  color: #0f6f47;
  font-size: 2.35rem;
  box-shadow: 0 12px 28px rgba(15, 111, 71, .16);
}
.auth-popup-overlay.is-error .auth-popup-icon {
  background: #fff0f1;
  color: #b32634;
  box-shadow: 0 12px 28px rgba(179, 38, 52, .14);
}
.auth-popup-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #c99b2e;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.auth-popup h3 {
  margin: 0 0 10px;
  color: #17271e;
  font-size: 1.55rem;
  line-height: 1.2;
}
.auth-popup p {
  margin: 0;
  color: #425346;
  font-size: 1rem;
  line-height: 1.55;
}
.auth-popup small {
  display: block;
  margin-top: 8px;
  color: #738074;
  font-size: .9rem;
  line-height: 1.45;
}
.auth-popup-action {
  width: 100%;
  min-height: 48px;
  margin-top: 22px;
  border: 0;
  border-radius: 12px;
  background: #0f6f47;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(15, 111, 71, .18);
}
.auth-popup-overlay.is-error .auth-popup-action {
  background: #17271e;
  box-shadow: 0 12px 24px rgba(23, 39, 30, .18);
}
.auth-check-question {
  display: inline-block;
  margin-left: .3rem;
  color: #1c693d;
  font-weight: 650;
}
.account-page-clean {
  background: #fff;
  padding: 42px 0 54px;
}
.account-layout-clean {
  align-items: start;
  gap: 18px;
}
.account-sidebar-clean {
  background: #fff;
  border: 1px solid #eadbe5;
  border-radius: 10px;
  padding: 14px;
  min-height: 0;
}
.account-sidebar-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #efd9e8;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7fc 0%, #ffffff 100%);
}
.account-sidebar-avatar {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff1f8;
  color: #c22d8d;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(194,45,141,.16);
}
.account-sidebar-person {
  min-width: 0;
}
.account-sidebar-person strong,
.account-sidebar-person span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-sidebar-person strong {
  color: #071829;
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
  white-space: normal;
}
.account-sidebar-person span {
  margin-top: 3px;
  color: #66766d;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}
.account-sidebar-clean a,
.account-sidebar-clean button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-weight: 800;
  text-decoration: none;
  text-align: left;
}
.account-menu-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-sidebar-clean a.active,
.account-sidebar-clean a:hover,
.account-sidebar-clean button:hover {
  background: #c22d8d;
  color: #fff;
}
.account-sidebar-clean a:not(.active) i,
.account-sidebar-clean button i {
  color: #c22d8d;
}
.account-sidebar-clean a.active i,
.account-sidebar-clean a:hover i,
.account-sidebar-clean button:hover i {
  color: #fff;
}
.account-sidebar-clean form {
  margin: 0;
}
.account-mobile-dropdown {
  display: none;
}
.account-content-clean {
  background: #fff;
  border: 1px solid #eadbe5;
  border-radius: 10px;
  padding: 24px;
}
.account-heading {
  margin-bottom: 20px;
}
.account-heading span {
  display: block;
  margin-bottom: 5px;
  color: #c22d8d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.account-heading h1 {
  margin: 0;
  color: #17271e;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: 0;
}
.account-heading p {
  margin: 8px 0 0;
  color: #687567;
  font-size: .95rem;
}
.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.account-content-clean .stat-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  background: #fbfcf8;
  padding: 15px 16px;
}
.account-stat-links .stat-card {
  position: relative;
  min-height: 126px;
  border: 1px solid #dde5d7;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.account-stat-links .stat-card:hover {
  border-color: rgba(194, 45, 141, .38);
  box-shadow: 0 16px 34px rgba(194, 45, 141, .1);
  transform: translateY(-2px);
}
.account-stat-links .stat-card i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  border-radius: 8px;
  background: rgba(194, 45, 141, .09);
  color: #c22d8d;
  font-size: 1.05rem;
}
.account-content-clean .stat-card span {
  display: block;
  font-size: .9rem;
}
.account-content-clean .stat-card strong {
  display: block;
  font-size: 1.55rem;
}
.account-content-clean .stat-card small {
  display: block;
  margin-top: 5px;
  color: #6f7a6e;
  font-size: .78rem;
}
.account-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.account-edit-button {
  flex: 0 0 auto;
  margin-top: 4px;
}
.account-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.account-panel {
  border: 1px solid #dde5d7;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 14px;
  background: #fff;
}
.account-panel h2 {
  margin: 0 0 14px;
  color: #29372f;
  font-size: 1.08rem;
}
.account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.account-panel-head h2 {
  margin: 0;
}
.account-panel-head span {
  color: #738074;
  font-size: .86rem;
}
.account-readonly-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.account-readonly-item {
  min-width: 0;
  border: 1px solid #e1e8dc;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfcf8;
}
.account-readonly-item span {
  display: block;
  margin-bottom: 6px;
  color: #718072;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.account-readonly-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #1d2b22;
  font-size: .98rem;
}
.account-panel-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.account-readonly-grid .account-panel-actions,
.account-readonly-grid .account-panel > .btn,
.account-readonly-grid .account-panel > a.btn {
  display: none !important;
}

.account-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.account-panel-head h2 {
  margin: 0;
}

.account-panel-head span {
  color: #6b7a72;
  font-weight: 700;
}

.account-empty-state {
  display: grid;
  justify-items: center;
  gap: .55rem;
  padding: 2.2rem 1rem;
  border: 1px dashed rgba(194, 45, 141, .24);
  border-radius: 14px;
  color: #5d6f66;
  text-align: center;
  background: #fff8fc;
}

.account-empty-state i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #c22d8d;
  background: rgba(194, 45, 141, .09);
  font-size: 1.25rem;
}

.account-empty-state strong {
  color: #10261d;
  font-size: 1.08rem;
}

.account-empty-state p {
  margin: 0;
}

.account-review-list {
  display: grid;
  gap: .85rem;
}

.account-review-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(194, 45, 141, .16);
  border-radius: 14px;
  background: #fff;
}

.account-review-thumb {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(194, 45, 141, .12);
  background: #fff;
}

.account-review-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-review-thumb.is-empty {
  display: grid;
  place-items: center;
  color: #c22d8d;
  background: rgba(194, 45, 141, .07);
  font-size: 1.4rem;
}

.account-review-body {
  min-width: 0;
}

.account-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}

.account-review-head a {
  color: #10261d;
  font-weight: 800;
  text-decoration: none;
}

.account-review-head span,
.account-review-body small {
  color: #718178;
  font-size: .9rem;
}

.account-review-stars {
  margin: .35rem 0 .45rem;
  color: #d49816;
}

.account-review-body p {
  margin: 0 0 .5rem;
  color: #243c32;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .account-review-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: .8rem;
    padding: .85rem;
  }

  .account-review-thumb {
    width: 74px;
    height: 74px;
  }

  .account-review-head {
    flex-direction: column;
    gap: .2rem;
  }
}
.account-security-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(194, 45, 141, .16);
  border-radius: 8px;
  padding: 15px;
  background: rgba(194, 45, 141, .05);
}
.account-security-note i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: #c22d8d;
  font-size: 1.1rem;
}
.account-security-note strong {
  display: block;
  color: #193224;
  font-weight: 850;
}
.account-security-note p {
  margin: 5px 0 0;
  color: #687568;
  font-size: .9rem;
  line-height: 1.55;
}
.account-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.account-form label {
  display: grid;
  gap: 6px;
  color: #526052;
  font-size: .86rem;
  font-weight: 800;
}
.account-form .form-control {
  min-height: 44px;
  border-radius: 8px;
}
.account-form textarea.form-control {
  min-height: 96px;
}
.account-form .span-2,
.account-form .btn,
.account-form .check-line {
  grid-column: 1 / -1;
}
.account-form .check-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-table {
  font-size: .92rem;
}
.account-empty {
  width: 100%;
  border: 1px dashed #cfd9c8;
  border-radius: 8px;
  padding: 18px;
  color: #687567;
  background: #fbfcf8;
  font-size: .92rem;
}
.account-alert {
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
  font-size: .92rem;
}
.account-alert.success {
  background: #fff1f8;
  color: #a82178;
}
.account-alert.error {
  background: #fff0f1;
  color: #a61b2b;
}
.mini-form {
  display: grid;
  gap: 8px;
  min-width: 220px;
  margin-top: 8px;
}
.mini-form textarea {
  min-height: 72px;
  border: 1px solid #dde5d7;
  border-radius: 8px;
  padding: 8px;
}
.mini-form button,
.delete-form button {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  background: #c22d8d;
  color: #fff;
  font-weight: 800;
}
.support-form {
  margin-bottom: 12px;
}
.support-list {
  display: grid;
  gap: 10px;
}
.support-list > div:not(.account-empty),
.coupon-card,
.address-card {
  border: 1px solid #dde5d7;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}
.support-list strong,
.coupon-card strong {
  display: block;
  color: #17271e;
}
.support-list span,
.coupon-card small,
.address-card small {
  display: block;
  color: #738074;
  font-size: .86rem;
}
.support-list p,
.address-card p {
  margin: 8px 0 0;
  color: #425346;
}
.coupon-grid,
.address-grid-real {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.coupon-card strong {
  margin-top: 6px;
  color: #c22d8d;
  font-size: 1.25rem;
}
.address-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.address-card-head span {
  border-radius: 999px;
  background: #fff1f8;
  color: #c22d8d;
  padding: 4px 8px;
  font-size: .76rem;
  font-weight: 900;
}
.address-card details {
  margin-top: 12px;
}
.address-card summary {
  cursor: pointer;
  color: #c22d8d;
  font-weight: 900;
}
.address-form.compact {
  margin-top: 12px;
}
.delete-form {
  margin-top: 8px;
}
.delete-form button {
  background: #fff0f1;
  color: #a61b2b;
}
@media (max-width: 991.98px) {
  .account-layout-clean,
  .account-grid-two,
  .account-stat-grid,
  .coupon-grid,
  .address-grid-real {
    grid-template-columns: 1fr;
  }
  .account-sidebar-clean {
    display: block;
    padding: 14px;
    overflow: visible;
  }
  .account-sidebar-profile {
    margin-bottom: 12px;
  }
  .account-sidebar-clean > a,
  .account-sidebar-clean > form {
    display: none;
  }
  .account-mobile-dropdown {
    display: block;
    position: relative;
    z-index: 40;
  }
  .account-mobile-trigger {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(194, 45, 141, .22);
    border-radius: 12px;
    background: linear-gradient(135deg, #c22d8d 0%, #a83d7e 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    box-shadow: 0 14px 28px rgba(194, 45, 141, .16);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .account-mobile-trigger span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .account-mobile-trigger strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
  }
  .account-mobile-trigger i {
    color: inherit;
    font-size: 1.05rem;
  }
  .account-mobile-trigger > .bi-chevron-down {
    transition: transform .18s ease;
  }
  .account-mobile-dropdown.is-open .account-mobile-trigger > .bi-chevron-down {
    transform: rotate(180deg);
  }
  .account-mobile-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    padding: 8px;
    border: 1px solid #dfe8d8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 38, 29, .14);
    z-index: 45;
  }
  .account-mobile-dropdown.is-open .account-mobile-panel {
    display: block;
  }
  .account-mobile-panel a,
  .account-mobile-panel button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #35453c;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .account-mobile-panel a.active,
  .account-mobile-panel a:hover,
  .account-mobile-panel button:hover {
    background: #edf7f0;
    color: #0f6f44;
  }
  .account-mobile-panel form {
    margin: 0;
  }
  .account-content-clean {
    padding: 16px;
  }
  .account-heading-row {
    flex-direction: column;
  }
  .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .account-stat-links .stat-card {
    min-height: 118px;
    padding: 12px;
  }
  .account-stat-links .stat-card i {
    width: 30px;
    height: 30px;
    font-size: .98rem;
  }
  .account-content-clean .stat-card span {
    font-size: .82rem;
    line-height: 1.2;
  }
  .account-content-clean .stat-card strong {
    font-size: 1.35rem;
  }
  .account-content-clean .stat-card small {
    font-size: .72rem;
    line-height: 1.25;
  }
}
@media (max-width: 575.98px) {
  .account-form,
  .account-readonly-list {
    grid-template-columns: 1fr;
  }
  .account-edit-button,
  .account-panel-actions .btn {
    width: 100%;
  }
}
.tracking-page {
  background: #fbfcf8;
}
.tracking-shell {
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
.tracking-card,
.tracking-message {
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(23,39,30,.08);
}
.tracking-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}
.tracking-card-main {
  display: grid;
  gap: 1.35rem;
}
.tracking-card-head {
  max-width: 720px;
}
.tracking-kicker {
  display: inline-block;
  color: var(--zc-gold);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .55rem;
}
.tracking-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: 0;
}
.tracking-card-head p,
.tracking-result-top p,
.tracking-message p {
  margin: .45rem 0 0;
  color: var(--zc-muted);
}
.tracking-form {
  display: grid;
  gap: 1rem;
}
.tracking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.tracking-fields label {
  font-weight: 750;
  color: #26372d;
  display: grid;
  gap: .45rem;
}
.tracking-fields .form-control {
  min-height: 50px;
  border-radius: 8px;
}
.tracking-submit {
  width: fit-content;
  min-height: 50px;
  padding-inline: 1.25rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}
.tracking-message {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem 1.15rem;
}
.tracking-message > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7e8;
  color: #b7791f;
  font-size: 1.15rem;
  flex: 0 0 auto;
}
.tracking-message strong {
  color: var(--zc-ink);
}
.tracking-result-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--zc-line);
}
.tracking-status-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  background: #edf7ef;
  color: var(--zc-green);
  padding: .55rem .8rem;
  font-weight: 850;
  white-space: nowrap;
}
.tracking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.15rem;
}
.tracking-step {
  min-height: 92px;
  border: 1px solid var(--zc-line);
  border-radius: 9px;
  padding: .85rem;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: .45rem;
  color: var(--zc-muted);
  background: #fff;
  font-weight: 800;
}
.tracking-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f5f7f2;
}
.tracking-step-done {
  border-color: rgba(28,105,61,.28);
  color: var(--zc-green);
  background: #f3faf4;
}
.tracking-step-done span,
.tracking-step-active span {
  background: var(--zc-green);
  color: #fff;
}
.tracking-step-active {
  border-color: var(--zc-green);
  color: var(--zc-green);
  box-shadow: 0 12px 26px rgba(28,105,61,.12);
}
.tracking-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}
.tracking-summary-grid div {
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  padding: .9rem;
  display: grid;
  gap: .2rem;
}
.tracking-summary-grid small,
.tracking-item-row small {
  color: var(--zc-muted);
}
.tracking-items {
  margin-top: 1.2rem;
  border-top: 1px solid var(--zc-line);
  padding-top: 1rem;
}
.tracking-items h3 {
  font-size: 1rem;
  margin: 0 0 .75rem;
}
.tracking-item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  padding: .8rem 0;
  border-top: 1px solid #eef2ea;
}
.tracking-item-row:first-of-type {
  border-top: 0;
}
.tracking-item-row div {
  display: grid;
  gap: .2rem;
}
.tracking-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.tracking-help-grid a {
  display: flex;
  align-items: center;
  gap: .75rem;
  border: 1px solid var(--zc-line);
  border-radius: 9px;
  background: #fff;
  padding: .95rem;
  color: var(--zc-ink);
  text-decoration: none;
}
.tracking-help-grid i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf7ef;
  color: var(--zc-green);
}
.tracking-help-grid span {
  display: grid;
  gap: .1rem;
}
.tracking-help-grid small {
  color: var(--zc-muted);
}
.bank-list { display: grid; gap: .85rem; }
.bank-list div { border: 1px solid var(--zc-line); border-radius: var(--radius); padding: 1rem; display: grid; gap: .25rem; }
.bank-list span { font-size: 1.1rem; font-weight: 850; color: var(--zc-green); }
.home-blog-section {
  background: #fff;
  padding-top: 3.8rem;
}
.home-blog-head h2 {
  font-weight: 750;
}
.home-blog-head .rail-actions > a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .8rem;
  border: 1px solid #dfe6d8;
  border-radius: 999px;
  font-weight: 500;
}
.home-blog-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: .15rem;
}
.home-blog-grid::-webkit-scrollbar {
  display: none;
}
.home-blog-slide {
  flex: 0 0 calc((100% - 3rem) / 4);
  scroll-snap-align: start;
  min-width: 0;
}
.home-blog-card {
  border: 1px solid #dfe6d8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 32px rgba(23,39,30,.06);
  height: 100%;
}
.home-blog-card > a {
  display: block;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
}
.home-blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.home-blog-card:hover img {
  transform: scale(1.035);
}
.home-blog-card > div {
  padding: 1rem 1.1rem 1.15rem;
}
.home-blog-card span {
  color: #c99b2e;
  display: block;
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .45rem;
}
.home-blog-card h3 {
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 0 0 .55rem;
}
.home-blog-card h3 a {
  color: #102219;
  font-weight: 750;
}
.home-blog-card p {
  color: #53645a;
  line-height: 1.45;
  margin: 0;
}
.blog-card { height: 100%; overflow: hidden; }
.blog-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: contain; background: var(--zc-bg); padding: 1rem; }
.blog-card div { padding: 1.1rem; }
.blog-card span { color: var(--zc-gold); font-size: .8rem; font-weight: 850; }
.blog-card h2 { font-size: 1.25rem; }
.blog-card p { color: var(--zc-muted); }
.narrow { max-width: 860px; }
.blog-detail .lead { color: var(--zc-muted); font-size: 1.2rem; }
.blog-cover { width: 100%; max-height: 430px; object-fit: contain; background: var(--zc-bg); border-radius: var(--radius); padding: 2rem; margin: 1.4rem 0; }
.contracts .accordion-button { font-weight: 850; }
.contact-info { height: 100%; }
.contact-info p { color: var(--zc-muted); display: flex; gap: .5rem; align-items: center; }
.contact-info i { color: var(--zc-green); }
.map-box { height: 220px; background: linear-gradient(135deg, #e6eee2, #f8f4e8); border: 1px solid var(--zc-line); border-radius: var(--radius); display: grid; place-items: center; color: var(--zc-muted); font-weight: 850; }
.map-box iframe { width: 100%; height: 100%; display: block; border: 0; border-radius: inherit; }
.contact-section {
  background: linear-gradient(180deg, #fff, #f7f8f2);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.25fr);
  gap: 1.5rem;
  align-items: start;
}
.contact-card {
  border: 1px solid #dfe5d8;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(23,39,30,.08);
}
.contact-card-head,
.contact-form-head {
  margin-bottom: 1.15rem;
}
.contact-card-head h2,
.contact-form-head h2 {
  margin: .25rem 0 .45rem;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 800;
  color: var(--zc-ink);
}
.contact-card-head p,
.contact-form-head p {
  margin: 0;
  color: var(--zc-muted);
}
.contact-methods {
  display: grid;
  gap: .72rem;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: .82rem;
  padding: .85rem;
  border: 1px solid #e6ebdf;
  border-radius: 12px;
  background: #fbfcf8;
  transition: .18s ease;
}
.contact-method:hover {
  border-color: rgba(28,105,61,.35);
  background: #f3f8ee;
  transform: translateY(-1px);
}
.contact-method i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #eaf3e5;
  color: var(--zc-green);
  font-size: 1.12rem;
}
.contact-method small {
  display: block;
  color: var(--zc-muted);
  font-size: .78rem;
  margin-bottom: .12rem;
}
.contact-method strong {
  display: block;
  color: var(--zc-ink);
  font-weight: 650;
  line-height: 1.35;
}
.contact-map {
  height: 260px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 14px;
}
.contact-form {
  position: relative;
  overflow: hidden;
  align-self: start;
  padding-bottom: 1.25rem;
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--zc-green), var(--zc-gold));
}
.contact-form .form-control {
  min-height: 48px;
  border-color: #dbe2d6;
  border-radius: 10px;
  background: #fff;
}
.contact-form textarea.form-control {
  min-height: 145px;
}
.contact-form .form-control:focus {
  border-color: rgba(28,105,61,.55);
  box-shadow: 0 0 0 4px rgba(28,105,61,.09);
}
.contact-submit {
  min-width: 150px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}
.site-footer { background: #15241b; color: #dce6dc; padding-top: 3rem; }
.footer-newsletter { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.4rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); margin-bottom: 2.5rem; background: rgba(255,255,255,.04); }
.footer-newsletter h2 { color: #fff; margin: .25rem 0 0; }
.footer-newsletter form { display: grid; grid-template-columns: minmax(220px, 320px) auto; gap: .6rem; }
.footer-newsletter input { height: 46px; border-radius: var(--radius); background: #fff; padding: 0 .9rem; }
.footer-main h3 { color: #fff; font-size: 1rem; margin-bottom: .9rem; }
.footer-main a { display: block; color: #dce6dc; margin-bottom: .45rem; }
.footer-main p { color: #b9c7bb; max-width: 360px; }
.footer-brand { color: #fff; margin-bottom: 1rem; }
.socials { display: flex; gap: .5rem; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); margin: 0; }
.payment-logos { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-bottom: .6rem; }
.payment-logos img { width: 62px; height: 36px; object-fit: contain; background: #fff; border-radius: 5px; padding: .3rem; }
.payment-logos.small img { width: 50px; height: 30px; opacity: .92; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; color: #aab8ad; font-size: .9rem; }
.mobile-menu { border-radius: 0 16px 16px 0; }
.mobile-menu .offcanvas-header {
  min-height: 76px;
  padding: 1rem 1rem .7rem;
  border-bottom: 1px solid #edf0e8;
}
.mobile-menu .offcanvas-header .brand {
  flex: 1;
  justify-content: flex-start;
  gap: 0;
}
.mobile-menu .offcanvas-header .brand-mark {
  width: 172px;
  height: 48px;
  border-radius: 0;
  background: url("../logos/zeytin-cenneti-logo-transparent.png") left center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}
.mobile-menu .offcanvas-header .brand span:last-child {
  display: none;
}
.mobile-menu .btn-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: 14px;
  opacity: .68;
  transition: .18s ease;
}
.mobile-menu .btn-close:hover {
  background-color: #f4f6ef;
  opacity: 1;
}
.mobile-menu .offcanvas-body {
  padding: .9rem 1rem 1.15rem;
}
.mobile-search { height: 46px; border: 1px solid var(--zc-line); border-radius: var(--radius); display: grid; grid-template-columns: 40px 1fr; align-items: center; margin-bottom: 1rem; }
.mobile-search i { text-align: center; color: var(--zc-muted); }
.live-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: start center;
  padding: clamp(1rem, 4vw, 2rem);
  background: rgba(10, 18, 13, .58);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .18s ease;
}
.live-search-overlay.open {
  opacity: 1;
  visibility: visible;
}
.live-search-panel {
  width: min(620px, 100%);
  max-height: calc(100dvh - clamp(1rem, 4vw, 2rem) * 2);
  margin-top: clamp(.5rem, 3vh, 2rem);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.26);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-10px);
  transition: .18s ease;
}
.live-search-overlay.open .live-search-panel {
  transform: translateY(0);
}
@media (min-width: 992px) {
  .live-search-overlay.desktop-search {
    place-items: start;
    padding: 0;
  }
  .live-search-overlay.desktop-search .live-search-panel {
    position: fixed;
    top: var(--search-panel-top, 96px);
    left: var(--search-panel-left, 50%);
    width: var(--search-panel-width, min(640px, 90vw));
    max-height: calc(100dvh - var(--search-panel-top, 96px) - 18px);
    margin-top: 0;
    border-radius: 12px;
    transform: translateY(-6px);
  }
  .live-search-overlay.desktop-search.open .live-search-panel {
    transform: translateY(0);
  }
}
@media (max-width: 575.98px) {
  .live-search-overlay {
    padding: .75rem;
  }
  .live-search-panel {
    width: 100%;
    max-height: calc(100dvh - 1.5rem);
    margin-top: 0;
    border-radius: 12px;
  }
}
.live-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem .8rem;
  border-bottom: 1px solid #edf0e8;
}
.live-search-head span {
  display: block;
  color: #c99b2e;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}
.live-search-head strong {
  color: #17271e;
  font-size: 1.2rem;
  font-weight: 400;
}
.live-search-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f5f7f1;
  color: #17271e;
  display: grid;
  place-items: center;
}
.live-search-box {
  height: 52px;
  margin: 1rem;
  border: 1px solid #dfe6d8;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  background: #fbfcf8;
}
.live-search-box i {
  color: var(--zc-green);
  text-align: center;
  font-size: 1.05rem;
}
.live-search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 400;
}
.live-search-results {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 1rem 1rem;
}
.live-search-item {
  min-height: 86px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .85rem;
  align-items: center;
  padding: .65rem 0;
  border-bottom: 1px solid #edf0e8;
}
.live-search-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  background: #f7f8f2;
}
.live-search-item span {
  display: grid;
  gap: .12rem;
  min-width: 0;
}
.live-search-item small {
  color: var(--zc-green);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.live-search-item strong {
  color: #17271e;
  font-size: .96rem;
  line-height: 1.25;
  font-weight: 400;
}
.live-search-item em {
  color: #1c693d;
  font-style: normal;
  font-weight: 900;
}
.live-search-empty {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .35rem;
  color: #66736a;
  text-align: center;
}
.live-search-empty i {
  color: var(--zc-green);
  font-size: 1.8rem;
}
body.search-open {
  overflow: hidden;
}
.mobile-menu-list { display: grid; gap: .55rem; }
.mobile-menu-link { border: 1px solid var(--zc-line); border-radius: var(--radius); display: flex; align-items: center; gap: .75rem; padding: .75rem; }
.mobile-menu-link small { display: block; color: var(--zc-muted); font-size: .76rem; }
.menu-icon { width: 42px; height: 42px; border-radius: var(--radius); display: grid; place-items: center; flex: 0 0 auto; }
.menu-icon i {
  width: 28px;
  height: 28px;
  display: block;
  background: center / contain no-repeat;
}
.menu-icon i::before {
  content: none !important;
}
.menu-icon .olive { background-image: url("../img/icon-olives.png"); }
.menu-icon .olive-oil { background-image: url("../img/icon-olive-oil.png"); }
.menu-icon .jam-png { background-image: url("../img/icon-jam.png"); }
.menu-icon .soap-png { background-image: url("../img/icon-soap.png"); }
.menu-icon .cream-png { background-image: url("../img/icon-cream.png"); }
.menu-icon .personal-care-png { background-image: url("../img/icon-personal-care.png"); }
.mobile-shop-link.sale .menu-icon i {
  background-image: url("../img/icon-discount.png");
}
.mobile-menu-shortcuts {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: .55rem;
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 0;
}
.mobile-menu-shortcuts a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  color: var(--zc-green);
}
.mobile-menu-shortcuts a i {
  font-size: 1.18rem;
}
.mobile-menu-shortcuts .favorite-count {
  display: none;
}
.cart-summary { margin: 0; padding: .85rem .95rem; border: 1px solid #e2e8dc; border-radius: 8px; background: #fbfcf8; }
.cart-canvas .d-grid.gap-2 {
  position: sticky;
  bottom: 0;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: .6rem !important;
  padding-top: .15rem;
  background: #fff;
}
.cart-canvas .d-grid.gap-2 .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quick-contact { position: fixed; z-index: 1040; right: 18px; top: auto; bottom: 96px; transform: none; display: grid; gap: .65rem; }
.quick-btn { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 16px 28px rgba(0,0,0,.18); }
.quick-btn svg { width: 24px; height: 24px; fill: #fff; }
.quick-btn.phone { background: #30343a; }
.quick-btn.whatsapp { background: #25d366; }
.toast { background: var(--zc-ink); color: #fff; }
.toast .toast-body {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.toast .toast-body i {
  flex: 0 0 auto;
  line-height: 1;
}
.toast .btn-close { filter: invert(1); }
@media (max-width: 991.98px) {
  body.offcanvas-open {
    overflow: hidden;
    touch-action: none;
  }
  body { padding-bottom: .2rem; }
  .hero-section { padding-top: .8rem; }
  .hero-slide { min-height: auto; align-items: end; }
  .hero-copy { padding: 2rem 0 3rem; max-width: 92%; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2rem, 12vw, 3.4rem); }
  .hero-copy p { font-size: .96rem; }
  .section-pad { padding: 2.6rem 0; }
  .section-head { align-items: start; flex-direction: column; }
  .section-tabs { max-width: 100%; overflow-x: auto; }
  .product-media { aspect-ratio: 1 / 1; padding: 0; }
  .product-body { padding: .72rem; }
  .product-body h3 { font-size: .92rem; min-height: 2.25rem; }
  .product-body p { display: none; }
  .product-bottom { display: block; }
  .product-actions { margin-top: .55rem; justify-content: space-between; }
  .product-actions .btn { width: calc(100% - 46px); padding-inline: .35rem; }
  .product-actions .btn span { display: none; }
  .promo-inner { min-height: 250px; align-items: end; padding: 1.4rem 0; }
  .listing-layout .product-grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing-layout, .account-layout, .auth-page { grid-template-columns: 1fr; }
  .cart-checkout-layout { grid-template-columns: 1fr; }
  .cart-summary-card { position: static; }
  .cart-table-line {
    grid-template-columns: 92px 1fr auto;
    min-height: 0;
  }
  .cart-table-line img {
    width: 78px;
    height: 96px;
  }
  .cart-table-line .cart-page-qty {
    grid-column: 2 / 3;
    width: 136px;
  }
  .cart-table-line .cart-page-price {
    grid-column: 2 / 3;
    justify-items: start;
  }
  .checkout-form-layout,
  .checkout-progressbar {
    grid-template-columns: 1fr;
  }
  .checkout-progressbar > span {
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .checkout-side-summary {
    position: static;
  }
  .checkout-grid.two,
  .checkout-grid.three,
  .invoice-type-row {
    grid-template-columns: 1fr;
  }
  .filter-panel, .detail-summary, .order-summary { position: static; }
  .main-product-image { height: auto; aspect-ratio: 1 / .9; max-height: none; }
  .filter-panel { display: none; }
  .listing-toolbar { align-items: stretch; }
  .listing-toolbar .form-select { width: 170px; }
  .sort-dropdown { width: 190px; }
  .sort-trigger { min-height: 42px; padding-inline: .72rem; font-size: .9rem; }
  .page-hero.compact { min-height: 168px; padding: 1.45rem 0; background-position: center; }
  .page-hero .breadcrumb { font-size: .86rem; margin-bottom: .45rem; }
  .page-hero .page-title-row h1 { font-size: clamp(1.85rem, 9vw, 2.6rem); }
  .page-hero .page-title-row p { font-size: .92rem; }
  .page-icon { width: 58px; height: 58px; font-size: 1.5rem; }
  .cart-table-line { grid-template-columns: 58px 1fr auto; }
  .cart-table-line .qty-control, .cart-table-line > strong { grid-column: 2 / 4; }
  .checkout-steps { gap: .35rem; }
  .checkout-steps span, .checkout-steps a { padding: .65rem .45rem; font-size: .82rem; justify-content: center; }
  .checkout-steps strong { width: 24px; height: 24px; }
  .auth-page { min-height: auto; background: #f5f7f1; }
  .auth-page-centered {
    min-height: auto;
    padding: 1.6rem .9rem 2rem;
    display: grid;
    background:
      linear-gradient(180deg, rgba(8,30,18,.55), rgba(245,247,241,.88)),
      var(--theme-auth-background, url("../img/footer-olive-grove.png")) center / cover no-repeat;
  }
  .auth-visual { min-height: 220px; padding: 1.5rem; align-items: end; }
  .auth-visual > div { transform: none; }
  .auth-visual h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .auth-visual p { font-size: .96rem; margin-bottom: 0; }
  .auth-form { padding: 1rem; box-shadow: none; background: #f5f7f1; }
  .auth-form form { padding: 1.15rem; border-radius: 16px; margin-top: -2.25rem; }
  .auth-page-centered .auth-form {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  .auth-page-centered .auth-form form {
    margin-top: 0;
    padding: 1rem;
    border-radius: 16px;
  }
  .auth-page-centered .auth-form form h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }
  .auth-page-centered .auth-action-row {
    align-items: stretch;
    flex-direction: row;
  }
  .auth-action-row { align-items: flex-start; flex-direction: column; }
  .auth-canvas {
    width: 100vw !important;
    max-width: 100vw;
    border-left: 0;
  }
  .auth-canvas .offcanvas-header {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
  .auth-canvas .offcanvas-body {
    padding: 1rem 1.05rem 1.2rem;
    overflow-x: hidden;
  }
  .auth-drawer-form {
    border-radius: 14px;
    padding: .95rem;
  }
  .auth-agreements label {
    font-size: .8rem;
  }
  .tracking-fields,
  .tracking-progress,
  .tracking-summary-grid,
  .tracking-help-grid {
    grid-template-columns: 1fr;
  }
  .tracking-submit {
    width: 100%;
  }
  .tracking-result-top,
  .tracking-item-row {
    grid-template-columns: 1fr;
    display: grid;
  }
  .tracking-status-pill {
    width: fit-content;
  }
  .footer-newsletter, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-newsletter form { grid-template-columns: 1fr; width: 100%; }
  .quick-contact { right: 12px; top: auto; bottom: 64px; transform: none; }
  .quick-btn { width: 46px; height: 46px; }
  .hero-control {
    width: 54px;
  }
  .carousel-control-prev.hero-control { left: .45rem; }
  .carousel-control-next.hero-control { right: .45rem; }
  .hero-control span {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.28);
  }
  .popular-categories {
    padding: 1.65rem 0 1.45rem;
  }
  .popular-category-head {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .popular-category-controls {
    display: inline-flex;
  }
  .popular-category-rail {
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: .1rem .2rem .35rem;
  }
  .popular-category-rail::-webkit-scrollbar {
    display: none;
  }
  .popular-category-slide {
    flex-basis: calc((100% - 2rem) / 3);
    width: auto;
  }
  .popular-category-slide span {
    width: min(25vw, 118px);
    height: min(25vw, 118px);
  }
  .popular-category-slide strong {
    font-size: .88rem;
    line-height: 1.2;
  }
  .campaign-mosaic {
    padding: 1.4rem 0 .7rem;
  }
  .campaign-image-wide,
  .campaign-image {
    aspect-ratio: 16 / 7;
  }
  .campaign-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .campaign-image-wide {
    margin-bottom: 1rem;
  }
  .feature-category-cards {
    padding: 1.6rem 0;
  }
  .feature-category-grid {
    grid-template-columns: 1fr;
    gap: .9rem;
  }
  .feature-category-card {
    min-height: 260px;
    grid-template-rows: 1fr 72px;
    border-radius: 12px;
  }
  .feature-category-card img {
    min-height: 188px;
  }
  .feature-category-card span {
    min-height: 72px;
    padding: .9rem 1rem;
  }
  .home-blog-grid {
    gap: .85rem;
  }
  .home-blog-slide {
    flex-basis: 78%;
  }
  .home-blog-head .rail-actions {
    align-self: flex-start;
  }
  .heritage-section {
    min-height: 460px;
    margin-top: 1.4rem;
    background: #102317;
    align-items: end;
    padding: 1rem;
  }
  .heritage-panel {
    width: 100%;
    margin: 0;
    padding: 1.25rem;
    text-align: left;
    background: linear-gradient(145deg, rgba(11,26,17,.48), rgba(11,26,17,.24));
    backdrop-filter: blur(3px);
  }
  .heritage-logo {
    width: min(210px, 72%);
    height: 52px;
  }
  .heritage-panel p {
    font-size: .98rem;
  }
}
@media (max-width: 420px) {
  .mobile-header { grid-template-columns: 42px 1fr 88px; }
  .mobile-header .brand span:last-child { max-width: 132px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .product-bottom strong { font-size: .95rem; }
  .btn-sm { font-size: .78rem; }
}

/* Footer redesign */
.pb-footer {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #17271e;
  border-top: 1px solid #edf0e8;
}

.pb-footer-body,
.pb-footer-body > .container-xl {
  display: contents;
}

.pb-footer-body::after,
.pb-footer-brand::before,
.pb-footer-col a::before {
  content: none;
  display: none;
}

.pb-footer-promise {
  order: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 max(1rem, calc((100vw - 1480px) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.pb-footer-promise div {
  min-height: 190px;
  padding: 1.65rem 1.4rem;
  border: 0;
  border-right: 1px solid #ecefe8;
  border-radius: 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: .55rem;
  text-align: center;
}

.pb-footer-promise div:last-child {
  border-right: 0;
}

.pb-footer-promise i {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8d918c;
  box-shadow: none;
  font-size: 2.75rem;
  line-height: 1;
}

.pb-footer-promise strong {
  color: #202820;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.pb-footer-promise span {
  max-width: 240px;
  color: #566159;
  font-size: .88rem;
  line-height: 1.45;
}

.pb-footer-contact {
  order: 2;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: linear-gradient(90deg, #16633a, #23824c);
}

.pb-footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/footer-icons-pattern.png") center / auto 153px repeat;
  opacity: .18;
  pointer-events: none;
}

.pb-footer-contact .container-xl {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 2rem));
  min-height: 88px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.footer-contact-card {
  min-height: 88px;
  padding: .85rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: left;
}

.footer-contact-card:hover {
  transform: none;
  background: rgba(255,255,255,.09);
  color: #fff;
}

.footer-contact-card i {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 1.75rem;
  line-height: 1;
}

.footer-contact-card span {
  color: rgba(255,255,255,.76);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-contact-card strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.2;
}

.pb-footer-main {
  order: 3;
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0 1.8rem;
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 2.4fr);
  gap: clamp(3rem, 6vw, 6rem);
  border: 0;
}

.pb-footer-brand {
  border: 0;
  padding: 0;
  background: transparent;
}

.pb-footer-brand img {
  width: 190px;
  max-width: 100%;
  margin-bottom: 1rem;
  filter: none;
}

.footer-brand-text,
.footer-address p {
  color: #4f5c53;
  font-size: .94rem;
  line-height: 1.65;
}

.footer-address {
  margin-top: 1rem;
  display: grid;
  gap: .45rem;
}

.footer-address i {
  color: #1c693d;
}

.pb-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5rem);
}

.pb-footer-col {
  border: 0;
  padding: 0;
  background: transparent;
}

.pb-footer-col h3 {
  position: relative;
  margin: 0 0 1.55rem;
  padding-bottom: .7rem;
  color: #232a25;
  font-size: .95rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pb-footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 210px);
  height: 2px;
  background: #1c1d1b;
}

.pb-footer-col a {
  margin: 0 0 .45rem;
  padding: 0;
  color: #263129;
  font-size: .94rem;
}

.pb-footer-col a:hover {
  color: #1c693d;
}

.pb-footer-bottom {
  order: 4;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.25rem max(1rem, calc((100vw - 1480px) / 2));
  border-top: 1px solid #e4e8df;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  color: #2b342d;
}

.footer-social {
  justify-content: flex-start;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1c693d;
  color: #fff;
  box-shadow: none;
}

.footer-social a:hover {
  background: #14552f;
  color: #fff;
}

.pb-footer-payments {
  justify-content: flex-end;
}

.pb-footer-payments img {
  width: auto;
  height: 26px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .pb-footer-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 1rem;
  }

  .pb-footer-promise div {
    min-height: 150px;
    border-right: 1px solid #ecefe8;
    border-bottom: 1px solid #ecefe8;
    padding: 1.25rem .9rem;
  }

  .pb-footer-promise div:nth-child(2n) {
    border-right: 0;
  }

  .pb-footer-promise div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .pb-footer-promise i {
    font-size: 2.25rem;
  }

  .pb-footer-contact .container-xl {
    width: min(100% - 2rem, 540px);
    min-height: auto;
    grid-template-columns: 1fr;
    padding: .55rem 0;
  }

  .footer-contact-card {
    min-height: 58px;
    justify-content: flex-start;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .footer-contact-card:last-child {
    border-bottom: 0;
  }

  .pb-footer-main {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.7rem 0 1.35rem;
  }

  .pb-footer-links {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .pb-footer-col {
    border: 1px solid rgba(28,105,61,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.72);
    overflow: hidden;
  }

  .pb-footer-col h3 {
    display: none;
  }

  .footer-accordion-trigger {
    min-height: 52px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #17271e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    font-weight: 750;
    text-align: left;
  }

  .footer-accordion-trigger i {
    color: #1c693d;
    transition: transform .18s ease;
  }

  .pb-footer-col.open .footer-accordion-trigger i {
    transform: rotate(180deg);
  }

  .footer-accordion-panel {
    display: none;
    padding: 0 1rem .85rem;
  }

  .pb-footer-col.open .footer-accordion-panel {
    display: grid;
    gap: .18rem;
  }

  .pb-footer-col a {
    margin: 0;
    padding: .42rem 0;
    font-size: .9rem;
  }

  .pb-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-block: 1.15rem;
  }

  .footer-social,
  .pb-footer-payments {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .pb-footer-promise {
    padding-inline: .75rem;
  }

  .pb-footer-promise div {
    min-height: 132px;
  }

  .pb-footer-promise strong {
    font-size: .82rem;
  }

  .pb-footer-promise span {
    font-size: .78rem;
  }

  .pb-footer-brand img {
    width: 165px;
  }
}

/* Footer contact band final end-of-file override */
.pb-footer-contact .container-xl {
  width: min(1480px, calc(100% - 2rem)) !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: .75rem 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
  gap: .85rem !important;
  align-items: center !important;
}

.pb-footer-contact .footer-contact-card {
  min-height: 68px !important;
  padding: .75rem .9rem !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon label"
    "icon value" !important;
  align-items: center !important;
  column-gap: .85rem !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  color: #fff !important;
}

.pb-footer-contact .footer-contact-card i {
  grid-area: icon !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}

.pb-footer-contact .footer-contact-card span {
  grid-area: label !important;
  align-self: end !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.pb-footer-contact .footer-contact-card strong {
  grid-area: value !important;
  align-self: start !important;
  color: #fff !important;
  font-size: clamp(.92rem, 1.15vw, 1.08rem) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.pb-footer-contact .footer-contact-card:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  transform: none !important;
}

.footer-band-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .6rem !important;
  margin: 0 !important;
}

.footer-band-social a {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}

.footer-band-social a:hover {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-band-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.5rem, 540px) !important;
  }

  .footer-band-social {
    justify-content: center !important;
    padding: .35rem 0 .55rem !important;
  }
}

/* Footer contact band final override */
.pb-footer-contact .container-xl {
  width: min(1480px, calc(100% - 2rem)) !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: .75rem 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
  gap: .85rem !important;
  align-items: center !important;
}

.pb-footer-contact .footer-contact-card {
  min-height: 68px !important;
  padding: .75rem .9rem !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon label"
    "icon value" !important;
  align-items: center !important;
  column-gap: .85rem !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  color: #fff !important;
}

.pb-footer-contact .footer-contact-card i {
  grid-area: icon !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}

.pb-footer-contact .footer-contact-card span {
  grid-area: label !important;
  align-self: end !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.pb-footer-contact .footer-contact-card strong {
  grid-area: value !important;
  align-self: start !important;
  color: #fff !important;
  font-size: clamp(.92rem, 1.15vw, 1.08rem) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.pb-footer-contact .footer-contact-card:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  transform: none !important;
}

.footer-band-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .6rem !important;
  margin: 0 !important;
}

.footer-band-social a {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}

.footer-band-social a:hover {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-band-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.5rem, 540px) !important;
  }

  .footer-band-social {
    justify-content: center !important;
    padding: .35rem 0 .55rem !important;
  }
}

/* Footer contact band final alignment */
.pb-footer-contact .container-xl {
  width: min(1480px, calc(100% - 2rem)) !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: .75rem 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
  gap: .85rem !important;
  align-items: center !important;
}

.pb-footer-contact .footer-contact-card {
  min-height: 68px !important;
  padding: .75rem .9rem !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon label"
    "icon value" !important;
  align-items: center !important;
  column-gap: .85rem !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  color: #fff !important;
}

.pb-footer-contact .footer-contact-card i {
  grid-area: icon !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}

.pb-footer-contact .footer-contact-card span {
  grid-area: label !important;
  align-self: end !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.pb-footer-contact .footer-contact-card strong {
  grid-area: value !important;
  align-self: start !important;
  color: #fff !important;
  font-size: clamp(.92rem, 1.15vw, 1.08rem) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.pb-footer-contact .footer-contact-card:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  transform: none !important;
}

.footer-band-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .6rem !important;
  margin: 0 !important;
}

.footer-band-social a {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}

.footer-band-social a:hover {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-band-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.5rem, 540px) !important;
  }

  .footer-band-social {
    justify-content: center !important;
    padding: .35rem 0 .55rem !important;
  }
}

/* Footer closer to reference */
.footer-band-social {
  display: none;
}

@media (min-width: 992px) {
  .pb-footer-promise {
    min-height: 168px;
  }

  .pb-footer-promise div {
    min-height: 168px;
    padding: 1.25rem 1.3rem;
  }

  .pb-footer-promise i {
    font-size: 2.5rem;
    color: #8a8d89;
  }

  .pb-footer-promise strong {
    margin-top: .2rem;
    color: #1c2420;
  }

  .pb-footer-contact {
    min-height: 72px;
    background: linear-gradient(90deg, #176b3e, #1f814c);
  }

  .pb-footer-contact::before {
    background-image: url("../img/footer-icons-pattern.png");
    background-size: auto 153px;
    opacity: .34;
  }

  .pb-footer-contact .container-xl {
    width: min(1200px, calc(100% - 2rem));
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
  }

  .footer-contact-card {
    min-height: 72px;
    padding: 0;
    color: #fff;
  }

  .footer-contact-card:first-child {
    margin-right: auto;
    justify-content: flex-start;
    gap: .9rem;
    flex: 0 0 auto;
  }

  .footer-contact-card:first-child i {
    font-size: 2rem;
  }

  .footer-contact-card:first-child span,
  .footer-contact-card:first-child strong {
    display: inline;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }

  .footer-contact-card:first-child span::after {
    content: ":";
  }

  .footer-contact-card:not(:first-child) {
    display: none;
  }

  .footer-contact-card:hover {
    background: transparent;
    opacity: 1;
  }

  .footer-band-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .75rem;
    margin-left: auto;
  }

  .footer-band-social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 50%;
    font-size: 1.25rem;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease;
  }

  .footer-band-social a:hover {
    background: rgba(255,255,255,.14);
    transform: translateY(-1px);
  }

  .pb-footer-main {
    width: min(1200px, calc(100% - 2rem));
    padding: 2.45rem 0 2.25rem;
    grid-template-columns: 1.28fr 2fr;
    gap: 3rem;
  }

  .pb-footer-brand img {
    width: 205px;
    margin-bottom: 1.45rem;
  }

  .footer-brand-text {
    max-width: 360px;
    margin-bottom: 1.15rem;
  }

  .pb-footer-links {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 2.65rem;
  }

  .pb-footer-col h3 {
    display: block;
    margin-bottom: 1.35rem;
    padding-bottom: .65rem;
    color: #2b2f2b;
    font-size: .9rem;
    font-weight: 850;
    text-transform: uppercase;
  }

  .pb-footer-col h3::after {
    width: 100%;
    max-width: 210px;
    height: 2px;
    background: #1d211d;
  }

  .pb-footer-col a {
    margin-bottom: .58rem;
    color: #202820;
    font-size: .92rem;
    line-height: 1.35;
  }

  .pb-footer-bottom {
    width: 100%;
    padding: 1.1rem max(1rem, calc((100vw - 1200px) / 2));
    grid-template-columns: 1fr auto auto;
    border-top: 1px solid #e6e8e2;
  }

  .pb-footer-bottom .footer-social {
    display: none;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  .pb-footer-bottom > span {
    order: 1;
    justify-self: start;
  }

  .pb-footer-payments {
    order: 3;
  }

  .pb-footer-payments img {
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  .brand-rail {
    display: flex;
    overflow-x: auto;
    gap: .75rem;
    padding-bottom: .35rem;
    scroll-snap-type: x proximity;
  }
  .brand-card {
    flex: 0 0 min(78vw, 260px);
    min-height: 104px;
    scroll-snap-align: start;
  }
  .contact-section {
    padding-top: 2.35rem;
  }
  .contact-card {
    border-radius: 14px;
    padding: 1rem;
  }
  .contact-method {
    align-items: flex-start;
  }
  .contact-map {
    height: 210px;
  }
  .bank-card-top {
    grid-template-columns: 1fr;
  }
  .bank-logo-box {
    min-height: 86px;
    justify-items: start;
  }
  .bank-logo-box img {
    max-width: 210px;
  }
  .bank-detail-grid {
    grid-template-columns: 1fr;
  }
  .iban-panel div {
    align-items: stretch;
    flex-direction: column;
  }
  .iban-panel strong {
    word-break: break-word;
  }
  .iban-panel .btn {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .product-slide {
    flex-basis: calc((100% - 2rem) / 3);
  }
  .home-blog-slide {
    flex-basis: calc((100% - 2rem) / 3);
  }
  .detail-tabs .nav-tabs {
    gap: .45rem;
  }
  .detail-tabs .nav-link {
    min-height: 46px;
    padding-right: .85rem;
  }
  .reviews-layout {
    grid-template-columns: 1fr 1fr;
  }
  .review-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .home-product-rails {
    padding-top: 3rem;
  }
  .home-blog-head {
    flex-direction: row;
    align-items: center;
  }
  .home-blog-card > div {
    padding: .9rem .95rem 1rem;
  }
  .home-blog-card h3 {
    font-size: 1rem;
  }
  .home-blog-card p {
    font-size: .9rem;
  }
  .testimonials-section .row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
  }
  .testimonial-card {
    padding: .95rem;
  }
  .testimonial-card::before {
    right: .65rem;
    font-size: 3.2rem;
  }
  .testimonial-stars {
    font-size: .86rem;
    margin-bottom: .6rem;
  }
  .testimonial-card p {
    min-height: 0;
    font-size: .82rem;
    line-height: 1.45;
    margin-bottom: .8rem;
  }
  .testimonial-card strong {
    font-size: .86rem;
  }
  .testimonial-card span {
    font-size: .76rem;
  }
  .detail-tabs {
    border-radius: 14px;
    margin-top: 2rem;
  }
  .detail-tabs .nav-tabs {
    display: grid;
    grid-template-columns: 1fr;
    padding: .65rem;
  }
  .detail-tabs .nav-link {
    width: 100%;
    justify-content: flex-start;
  }
  .detail-tabs .tab-content {
    padding: 1rem;
  }
  .reviews-layout {
    grid-template-columns: 1fr;
  }
  .review-form {
    grid-column: auto;
  }
  .home-product-block + .home-product-block {
    margin-top: 2.35rem;
  }
  .product-rail-head {
    flex-direction: row;
    align-items: center;
  }
  .product-rail-head h2 {
    font-size: 1.4rem;
  }
  .rail-actions > a {
    display: none;
  }
  .rail-btn {
    width: 38px;
    height: 38px;
  }
  .product-slide {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 460px) {
  .product-slide {
    flex-basis: 74%;
  }
  .home-product-rails .product-media {
    aspect-ratio: 1 / .84;
  }
  .home-product-rails .product-body {
    padding: .65rem;
  }
  .product-lightbox .btn-close {
    width: 36px;
    height: 36px;
    right: 4px;
    top: 4px;
    transform: translate(0, 0);
  }
  .product-lightbox .btn-close:hover,
  .product-lightbox .btn-close:focus-visible {
    transform: scale(1.05);
  }
}

/* Peynirci Baba inspired ecommerce header/menu revision */
.shop-topbar {
  background: #f7f8f3;
  border-bottom: 1px solid #e2e4d9;
  font-size: .78rem;
  color: #39483d;
}
.shop-topbar .container-xl {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.shop-topbar a,
.shop-topbar span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #39483d;
  font-weight: 700;
}
.shop-topbar i { color: #ef9f22; }
.shop-top-links,
.shop-top-service {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.shop-top-service strong { color: var(--zc-green); }
.shop-header {
  background: #fff;
  box-shadow: 0 7px 18px rgba(23, 39, 30, .06);
}
.shop-main {
  grid-template-columns: 245px minmax(420px, 1fr) 270px;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0 1rem;
}
.shop-brand .brand-mark {
  width: 62px;
  height: 62px;
  background: #1c693d;
  color: #fff;
  border: 3px solid #ef9f22;
  font-size: 1.05rem;
}
.shop-brand strong {
  display: block;
  font-size: 1.42rem;
  line-height: 1.05;
  color: #26372a;
}
.shop-brand small {
  display: block;
  margin-top: .15rem;
  color: #7b856f;
  font-weight: 750;
  font-size: .78rem;
}
.shop-search {
  height: 54px;
  display: grid;
  grid-template-columns: 158px 1fr 58px;
  border: 2px solid #1c693d;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.shop-search-select {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: #f0f4e8;
  color: #1c693d;
  font-weight: 850;
  border-right: 1px solid #dfe6d4;
  white-space: nowrap;
}
.shop-search input {
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 0 .95rem;
  color: var(--zc-ink);
}
.shop-search button {
  border: 0;
  background: #ef9f22;
  color: #fff;
  font-size: 1.25rem;
}
.shop-main-service {
  display: none;
}
.shop-main-service span {
  min-height: 34px;
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: .42rem;
  color: #6b7568;
}
.shop-main-service i {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf4e6;
  color: #1c693d;
}
.shop-main-service small {
  font-size: .72rem;
  line-height: 1;
  font-weight: 750;
}
.shop-main-service strong {
  font-size: .9rem;
  line-height: 1.1;
  color: #26372a;
}
.shop-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e0e3d8;
  border-radius: 6px;
  overflow: hidden;
}
.shop-item {
  min-height: 62px;
  border: 0;
  border-right: 1px solid #e0e3d8;
  background: #fff;
  color: #303c33;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .15rem;
  position: relative;
  font-size: .78rem;
  font-weight: 850;
  padding: .35rem;
}
.shop-item:last-child { border-right: 0; }
.shop-item i {
  color: #1c693d;
  font-size: 1.28rem;
}
.shop-item.basket {
  background: #1c693d;
  color: #fff;
}
.shop-item.basket i { color: #fff; }
.shop-item.basket .cart-count {
  background: #ef9f22;
  right: .25rem;
  top: .25rem;
}
.shop-category-nav {
  min-height: 56px;
  align-items: stretch;
  background: #1c693d;
  border-radius: 6px 6px 0 0;
  border: 0;
  position: relative;
  z-index: 1;
}
.shop-category-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  transform: none;
  background: #1c693d;
  z-index: -1;
}
.shop-cat-wrap { position: relative; display: flex; }
.shop-cat {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: #fff;
  padding: .58rem .82rem;
  font-weight: 850;
  font-size: .85rem;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.14);
}
.shop-cat.home { background: #243f27; }
.shop-cat.sale { margin-left: auto; background: #ef9f22; min-width: 162px; justify-content: center; }
.shop-cat:hover,
.shop-cat-wrap:hover > .shop-cat {
  background: #ef9f22;
  color: #fff;
}
.shop-cat-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  flex: 0 0 auto;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1052;
  width: 270px;
  background: #fff;
  border: 1px solid #e0e3d8;
  border-top: 4px solid #ef9f22;
  box-shadow: 0 18px 36px rgba(23,39,30,.16);
  padding: .9rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .15s ease;
}
.shop-cat-wrap:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu strong {
  display: block;
  color: #1c693d;
  margin-bottom: .55rem;
  font-size: 1rem;
}
.mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .25rem .55rem;
}
.mega-links a {
  color: #445047;
  padding: .42rem .35rem;
  border-radius: 4px;
  font-size: .88rem;
  font-weight: 700;
}
.mega-links a:hover {
  background: #f4f5ef;
  color: #1c693d;
}
.mobile-auth-row {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  margin-bottom: .9rem;
  padding: .55rem .65rem;
  border: 1px solid #edf0e8;
  border-radius: 8px;
  background: #fbfcf8;
}
.mobile-auth-row a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: 999px;
  background: transparent;
  color: #1c693d;
  font-size: .88rem;
  font-weight: 850;
  padding: .25rem .55rem;
}
.mobile-auth-row a:first-child {
  color: #a65d00;
  background: #fff6e6;
}
.mobile-shop-menu {
  display: grid;
  gap: 0;
  padding: .15rem 0 .45rem;
}
.mobile-shop-link {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .62rem .05rem;
  border: 0;
  border-bottom: 1px solid #edf0e8;
  border-radius: 0;
  color: #303c33;
  background: transparent;
  font-weight: 400;
}
.mobile-shop-link strong {
  font-weight: 400;
}
.mobile-shop-link .menu-icon {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: transparent;
  color: #1c693d;
}
.mobile-shop-link .menu-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.mobile-shop-link.active {
  border-color: #dbe8d9;
  background: transparent;
  color: #0f522d;
  font-weight: 400;
  box-shadow: none;
}
.mobile-shop-link.active .menu-icon {
  background: transparent;
  color: #1c693d;
}
.mobile-shop-link.active > .bi:last-child {
  color: #1c693d;
}
.mobile-shop-link.sale {
  border-color: #f1d6d2;
  background: transparent;
  color: #b4231d;
  font-weight: 400;
}
.mobile-shop-link.sale .menu-icon {
  background: transparent;
  color: #c9342c;
}
.mobile-shop-link.sale > .bi:last-child {
  color: #c9342c;
}
@media (max-width: 1199.98px) {
  .shop-main { grid-template-columns: 215px minmax(320px, 1fr) 240px; gap: .7rem; }
  .shop-search { grid-template-columns: 130px 1fr 52px; }
  .shop-cat { padding-inline: .52rem; font-size: .78rem; }
  .shop-cat-icon { width: 26px; height: 26px; }
  .shop-cat.sale { min-width: 138px; }
  .shop-brand strong { font-size: 1.2rem; }
  .shop-brand .brand-mark { width: 54px; height: 54px; }
}
@media (max-width: 991.98px) {
  .shop-header { box-shadow: 0 8px 18px rgba(23,39,30,.08); }
  .mobile-header {
    min-height: 72px;
    grid-template-columns: 48px minmax(0, 1fr) 144px;
    border-bottom: 0;
    gap: .45rem;
  }
  .mobile-header-actions {
    justify-content: flex-end;
    gap: .25rem;
  }
  .mobile-header .icon-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #17271e;
  }
  .mobile-header .icon-btn i {
    font-size: 1.48rem;
    line-height: 1;
  }
  .mobile-header .mobile-search-open i {
    font-size: 1.48rem;
  }
  .mobile-header .mobile-cart-open {
    position: relative;
  }
  .mobile-header .cart-count {
    min-width: 18px;
    height: 18px;
    top: 3px;
    right: 3px;
    border: 2px solid #fff;
    font-size: .68rem;
  }
  .mobile-header .icon-btn:hover,
  .mobile-header .icon-btn.active {
    background: transparent;
    color: #17271e;
  }
  .mobile-header .brand {
    justify-content: center;
    gap: 0;
  }
  .mobile-header .brand-mark {
    width: min(205px, 54vw);
    height: 52px;
    border-radius: 0;
    background: url("../logos/zeytin-cenneti-logo-transparent.png") center / contain no-repeat;
    box-shadow: none;
    color: transparent;
    font-size: 0;
  }
  .mobile-header .brand span:last-child {
    display: none;
  }
  .mobile-menu {
    width: min(306px, 88vw) !important;
    border-radius: 0;
  }
}
@media (max-width: 420px) {
  .mobile-header {
    grid-template-columns: 44px minmax(0, 1fr) 132px;
    gap: .25rem;
  }
  .mobile-header .icon-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .mobile-header .icon-btn i,
  .mobile-header .mobile-search-open i {
    font-size: 1.42rem;
  }
  .mobile-header .brand-mark {
    width: min(178px, 45vw);
  }
}

/* Marketplace-style header */
.pb-topbar {
  background: #f7f7f7;
  color: #111b16;
  font-size: 1.02rem;
  border-bottom: 1px solid #ececec;
}
.pb-topbar .container-xl,
.pb-header .container-xl {
  max-width: 1480px;
}
.pb-topbar .container-xl {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pb-topbar strong {
  font-weight: 500;
}
.pb-topbar span {
  color: #1c693d;
  font-weight: 850;
}
.pb-header {
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .pb-header.sticky-top {
    position: static;
  }
}
.pb-main {
  min-height: 104px;
  display: grid;
  grid-template-columns: 240px minmax(420px, 640px) 250px auto;
  align-items: center;
  gap: 1.6rem;
}
.pb-logo {
  width: 220px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.pb-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.pb-search {
  width: min(100%, 640px);
  height: 44px;
  justify-self: center;
  border: 1px solid #d9e2d6;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(21,38,26,.06);
}
.pb-search.search-attached {
  border-bottom-color: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 10px 26px rgba(21,38,26,.08);
}
.pb-search input {
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 0 1.15rem;
  color: #17271e;
}
.pb-search input::placeholder {
  color: #66736d;
}
.pb-search button {
  height: 100%;
  border: 0;
  border-left: 1px solid #e3eadf;
  background: #fff;
  color: #1c693d;
  display: grid;
  place-items: center;
  font-size: 1.18rem;
  transition: background .18s ease, color .18s ease;
}
.pb-search button:hover {
  background: #f3f8ee;
  color: #14552f;
}
.pb-header-phone {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: .68rem;
  color: #102219;
  text-decoration: none;
  white-space: nowrap;
}
.pb-header-phone i {
  width: 46px;
  height: 46px;
  border: 1px solid #dfe5d8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1c693d;
  font-size: 1.24rem;
  background: #fff;
}
.pb-header-phone span {
  display: grid;
  gap: .1rem;
}
.pb-header-phone small {
  color: #6b766f;
  font-size: .78rem;
  line-height: 1;
  font-weight: 500;
}
.pb-header-phone strong {
  color: #102219;
  font-size: 1.02rem;
  line-height: 1.15;
  font-weight: 800;
}
.pb-header-phone:hover i {
  border-color: rgba(28,105,61,.45);
  background: #f3f8ee;
}
.pb-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .95rem;
}
.pb-header-actions a,
.pb-header-actions button {
  border: 0;
  background: transparent;
  color: #07120d;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: .58rem;
  min-height: 48px;
  border-radius: 0;
  padding: .25rem .1rem;
  text-align: left;
  white-space: nowrap;
  position: relative;
  box-shadow: none;
  transition: color .18s ease, transform .18s ease;
}
.pb-header-actions a:hover,
.pb-header-actions button:hover {
  color: #1c693d;
  box-shadow: none;
  transform: translateY(-1px);
}
.pb-header-actions i {
  grid-row: 1 / 3;
  color: #1c693d;
  font-size: 1.45rem;
  line-height: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
}
.pb-header-actions small {
  display: block;
  color: #5d6962;
  line-height: 1;
  font-size: .72rem;
  font-weight: 500;
  margin-top: .16rem;
}
.pb-header-actions strong {
  display: block;
  color: #102219;
  font-size: .94rem;
  line-height: 1.1;
  font-weight: 750;
}
.pb-cart-action {
  background: #1c693d !important;
  border-color: #1c693d !important;
  color: #fff !important;
  min-height: 48px;
  border-radius: 8px !important;
  padding: .42rem 1rem !important;
  position: relative;
}
.pb-cart-action i,
.pb-cart-action strong,
.pb-cart-action small {
  color: #fff;
}
.pb-cart-action i {
  background: transparent;
}
.pb-header-actions .favorite-count,
.pb-header-actions .cart-count {
  min-width: 22px;
  height: 22px;
  top: -9px;
  right: -8px;
  border: 2px solid #fff;
  font-size: .78rem;
  box-shadow: 0 6px 12px rgba(89,34,22,.16);
}
.pb-header-actions.icon-only {
  gap: .7rem;
}
.pb-header-actions.icon-only a,
.pb-header-actions.icon-only button {
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0 !important;
  display: inline-grid;
  grid-template-columns: 1fr;
  place-items: center;
  border: 1px solid #dfe5d8;
  border-radius: 50%;
  background: #fff !important;
  color: var(--zc-green) !important;
}
.pb-header-actions.icon-only span {
  display: none;
}
.pb-header-actions.icon-only .cart-count.is-visible,
.pb-header-actions.icon-only .favorite-count.is-visible {
  display: grid;
}
.pb-header-actions.icon-only i {
  width: auto;
  height: auto;
  font-size: 1.55rem;
  color: var(--zc-green) !important;
}
.pb-header-actions.icon-only a[href="/favoriler"] i {
  transform: translateY(2px);
}
.pb-header-actions.icon-only a:hover,
.pb-header-actions.icon-only button:hover {
  border-color: rgba(28,105,61,.45);
  background: #f3f8ee !important;
}
.pb-category-nav {
  min-height: 98px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  position: relative;
  z-index: 1;
}
.pb-category-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  width: 100vw;
  height: 98px;
  transform: translateX(-50%);
  background: #fff;
  border-top: 1px solid #e1e5e8;
  border-bottom: 0;
  z-index: -1;
}
.pb-category-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: #e1e5e8;
  z-index: 3;
  pointer-events: none;
}
.pb-cat {
  flex: 0 0 178px;
  width: 178px;
  max-width: 178px;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  color: #07132b;
  font-weight: 700;
  font-size: .98rem;
  border-left: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  transition: background .18s ease, color .18s ease;
}
.pb-cat:last-child {
  border-right: 0;
}
.pb-cat svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #17271e;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pb-cat-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  transition: filter .18s ease, opacity .18s ease;
}
.pb-cat i {
  color: #17271e;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 400;
  -webkit-text-stroke: .15px currentColor;
}
.pb-cat:hover {
  color: #1c693d;
  background: #fafcf9;
}
.pb-cat:hover svg {
  stroke: #1c693d;
}
.pb-cat:hover .pb-cat-img {
  filter: invert(30%) sepia(39%) saturate(1005%) hue-rotate(101deg) brightness(88%) contrast(91%);
}
.pb-cat:hover i {
  color: #1c693d;
}
.pb-cat.active {
  color: #1c693d;
  background: #f4faf3;
}
.pb-cat.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 4px;
  border-radius: 999px;
  background: #1c693d;
  box-shadow: 0 2px 0 rgba(255,255,255,.9), 0 7px 14px rgba(28,105,61,.24);
}
.pb-cat.active .pb-cat-img {
  filter: invert(30%) sepia(39%) saturate(1005%) hue-rotate(101deg) brightness(88%) contrast(91%);
}
.pb-cat.active i {
  color: #1c693d;
}
.pb-cat-arrow {
  display: none !important;
}
.pb-cat.sale {
  color: #c9342c;
  font-weight: 800;
}
.pb-cat.sale .pb-cat-img {
  filter: invert(26%) sepia(89%) saturate(1730%) hue-rotate(340deg) brightness(86%) contrast(93%);
}
.pb-cat.sale:hover {
  color: #b4231d;
  background: #fff3f1;
}
.pb-cat.sale.active {
  color: #c9342c;
  background: #fff1ef;
}
.pb-cat.sale.active::after {
  background: #c9342c;
  box-shadow: 0 2px 0 rgba(255,255,255,.9), 0 7px 14px rgba(201,52,44,.20);
}
.pb-cat.sale:hover .pb-cat-img {
  filter: invert(20%) sepia(72%) saturate(2380%) hue-rotate(346deg) brightness(88%) contrast(94%);
}
@media (max-width: 1199.98px) {
  .pb-topbar .container-xl,
  .pb-header .container-xl {
    max-width: 1140px;
  }
  .pb-main {
    grid-template-columns: 210px minmax(320px, 1fr) auto;
    gap: 1.45rem;
  }
  .pb-header-phone {
    display: none;
  }
  .pb-logo {
    width: 204px;
  }
  .pb-header-actions {
    gap: .52rem;
  }
  .pb-header-actions a,
  .pb-header-actions button {
    grid-template-columns: 30px 1fr;
    column-gap: .46rem;
    padding-inline: .58rem;
  }
  .pb-header-actions i {
    width: 30px;
    height: 30px;
    font-size: 1.28rem;
  }
  .pb-header-actions strong {
    font-size: .92rem;
  }
  .pb-header-actions small {
    font-size: .7rem;
  }
  .pb-cart-action {
    padding-inline: .72rem !important;
  }
  .pb-cat {
    flex-basis: 142px;
    width: 142px;
    max-width: 142px;
    font-size: .94rem;
  }
}
@media (max-width: 991.98px) {
  .pb-header .container-xl {
    max-width: 100%;
  }
  .product-detail.section-pad {
    padding-top: 1.2rem;
  }
  .product-detail > .container-xl > .row {
    padding: .7rem;
    border-radius: 14px;
  }
  .main-product-image {
    height: auto;
    aspect-ratio: 1 / .9;
  }
  .detail-summary {
    padding: .7rem .15rem .2rem;
  }
  .detail-badges span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-map {
    height: 230px;
  }
}

.pb-footer {
  background: #f7f8f2;
  color: #17271e;
  border-top: 0;
}
.pb-footer .container-xl {
  max-width: 1480px;
}
.pb-footer-contact {
  background:
    linear-gradient(135deg, #155330, #1c693d 54%, #2c7a4d);
  color: #fff;
  padding: 1.05rem 0;
}
.pb-footer-contact .container-xl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.footer-contact-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-areas:
    "icon label"
    "icon value";
  align-items: center;
  column-gap: .95rem;
  color: #fff;
  padding: .85rem clamp(.95rem, 2.5vw, 1.45rem);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}
.footer-contact-card:hover {
  color: #fff;
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}
.footer-contact-card i {
  grid-area: icon;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1c693d;
  font-size: 1.35rem;
}
.footer-contact-card span {
  grid-area: label;
  align-self: end;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-contact-card strong {
  grid-area: value;
  align-self: start;
  font-size: clamp(.95rem, 1.45vw, 1.2rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.pb-footer-body {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 46%, rgba(255,255,255,.82) 100%),
    url("../img/footer-olive-grove.png") center bottom / cover no-repeat;
}
.pb-footer-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.58)),
    radial-gradient(ellipse at 12% 100%, rgba(28,105,61,.12), transparent 42%),
    radial-gradient(ellipse at 84% 100%, rgba(28,105,61,.10), transparent 45%);
  pointer-events: none;
}
.pb-footer-body > .container-xl {
  position: relative;
  z-index: 1;
}
.pb-footer-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.3rem, 4vw, 4.2rem);
  margin-bottom: 2.15rem;
  padding: .35rem 0 1.15rem;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}
.pb-footer-promise div {
  min-height: 86px;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border-right: 0;
}
.pb-footer-promise div:last-child { border-right: 0; }
.pb-footer-promise i {
  grid-row: span 2;
  color: #1c693d;
  font-size: 2.35rem;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  box-shadow: 0 10px 26px rgba(28,105,61,.08);
}
.pb-footer-promise strong {
  display: block;
  font-size: 1.02rem;
  align-self: end;
  line-height: 1.15;
  margin-bottom: .16rem;
}
.pb-footer-promise span {
  color: #303b34;
  font-size: .89rem;
  line-height: 1.38;
  align-self: start;
}
.pb-footer-main {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 2fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 0 0 2.35rem;
}
.pb-footer-brand {
  padding-right: clamp(1rem, 3vw, 2.5rem);
  border-right: 0;
  position: relative;
}
.pb-footer-brand::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  background: #1c693d;
  margin-bottom: 1.2rem;
}
.pb-footer-brand img {
  width: 205px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: .9rem;
}
.footer-brand-text {
  color: #2f3c34;
  font-size: .95rem;
  line-height: 1.55;
  margin: 0 0 1.15rem;
  max-width: 360px;
}
.footer-address {
  display: grid;
  gap: .72rem;
}
.pb-footer-brand p {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin: 0;
  color: #303b34;
  font-size: .9rem;
}
.pb-footer-brand i {
  color: #1c693d;
  font-size: 1rem;
  margin-top: .1rem;
}
.pb-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 0;
}
.pb-footer-col {
  padding: 1.2rem clamp(1rem, 3vw, 2.4rem) 0;
  border-right: 0;
}
.pb-footer-col:last-child {
  border-right: 0;
}
.pb-footer-col h3 {
  font-size: 1rem;
  margin: 0 0 .95rem;
  font-weight: 750;
  color: #17271e;
  position: relative;
}
.pb-footer-col h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: .6rem;
  background: #1c693d;
}
.pb-footer-col a {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #26332b;
  margin-bottom: .5rem;
  font-size: .9rem;
}
.pb-footer-col a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(28,105,61,.28);
  transition: .18s ease;
}
.pb-footer-col a:hover {
  color: #1c693d;
  transform: translateX(3px);
}
.pb-footer-col a:hover::before {
  background: #1c693d;
}
.footer-accordion-trigger {
  display: none;
}
.pb-footer-bottom {
  min-height: 78px;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  color: #303b34;
  font-size: .9rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1c693d;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(28,105,61,.08);
}
.footer-social a:hover {
  background: #1c693d;
  color: #fff;
}
.pb-footer-payments {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.pb-footer-payments img {
  width: 52px;
  height: 28px;
  object-fit: contain;
  border: 0;
  background: transparent;
  padding: 0;
}
@media (max-width: 991.98px) {
  .pb-footer-contact .container-xl,
  .pb-footer-promise,
  .pb-footer-main {
    grid-template-columns: 1fr;
  }
  .pb-footer .container-xl {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  .pb-footer-contact {
    padding: .75rem 0;
  }
  .footer-contact-card {
    min-height: 64px;
    padding-inline: .8rem;
  }
  .footer-contact-card i {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
  .pb-footer-promise {
    gap: .9rem;
    margin-bottom: 1.4rem;
    padding: .35rem 0 1rem;
  }
  .pb-footer-promise div {
    min-height: auto;
    grid-template-columns: 48px 1fr;
    padding: .15rem 0;
    border-right: 0;
  }
  .pb-footer-promise i {
    font-size: 1.9rem;
    width: 44px;
    height: 44px;
  }
  .pb-footer-brand {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 1.2rem;
    border-bottom: 0;
  }
  .pb-footer-main {
    gap: 0;
  }
  .pb-footer-links {
    grid-template-columns: 1fr;
    margin-top: .85rem;
    gap: .7rem;
    border-top: 0;
  }
  .pb-footer-col {
    padding: 0;
    border-right: 0;
    border: 1px solid rgba(28,105,61,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.62);
    overflow: hidden;
  }
  .pb-footer-col:last-child {
    border-bottom: 1px solid rgba(28,105,61,.12);
  }
  .pb-footer-col h3 {
    display: none;
  }
  .footer-accordion-trigger {
    min-height: 52px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #17271e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    font-weight: 750;
    text-align: left;
  }
  .footer-accordion-trigger i {
    color: #1c693d;
    transition: transform .18s ease;
  }
  .pb-footer-col.open .footer-accordion-trigger i {
    transform: rotate(180deg);
  }
  .footer-accordion-panel {
    display: none;
    padding: 0 1rem .85rem;
  }
  .pb-footer-col.open .footer-accordion-panel {
    display: grid;
    gap: .15rem;
  }
  .pb-footer-col a {
    margin-bottom: 0;
    padding: .42rem 0;
    font-size: .9rem;
  }
  .pb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }
  .pb-footer-payments {
    flex-wrap: wrap;
  }
}

/* Footer final override */
.pb-footer {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #17271e;
  border-top: 1px solid #edf0e8;
}

.pb-footer-body,
.pb-footer-body > .container-xl {
  display: contents;
}

.pb-footer-body::after,
.pb-footer-brand::before,
.pb-footer-col a::before {
  content: none;
  display: none;
}

.pb-footer-promise {
  order: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 max(1rem, calc((100vw - 1480px) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.pb-footer-promise div {
  min-height: 190px;
  padding: 1.65rem 1.4rem;
  border: 0;
  border-right: 1px solid #ecefe8;
  border-radius: 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: .55rem;
  text-align: center;
}

.pb-footer-promise div:last-child {
  border-right: 0;
}

.pb-footer-promise i {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8d918c;
  box-shadow: none;
  font-size: 2.75rem;
  line-height: 1;
}

.pb-footer-promise strong {
  color: #202820;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.pb-footer-promise span {
  max-width: 240px;
  color: #566159;
  font-size: .88rem;
  line-height: 1.45;
}

.pb-footer-contact {
  order: 2;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: linear-gradient(90deg, #16633a, #23824c);
}

.pb-footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/footer-icons-pattern.png") center / auto 153px repeat;
  opacity: .18;
  pointer-events: none;
}

.pb-footer-contact .container-xl {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 2rem));
  min-height: 88px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.footer-contact-card {
  min-height: 88px;
  padding: .85rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: left;
}

.footer-contact-card:hover {
  transform: none;
  background: rgba(255,255,255,.09);
  color: #fff;
}

.footer-contact-card i {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 1.75rem;
  line-height: 1;
}

.footer-contact-card span {
  color: rgba(255,255,255,.76);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-contact-card strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.2;
}

.pb-footer-main {
  order: 3;
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0 1.8rem;
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 2.4fr);
  gap: clamp(3rem, 6vw, 6rem);
  border: 0;
}

.pb-footer-brand {
  border: 0;
  padding: 0;
  background: transparent;
}

.pb-footer-brand img {
  width: 190px;
  max-width: 100%;
  margin-bottom: 1rem;
  filter: none;
}

.footer-brand-text,
.footer-address p {
  color: #4f5c53;
  font-size: .94rem;
  line-height: 1.65;
}

.footer-address {
  margin-top: 1rem;
  display: grid;
  gap: .45rem;
}

.footer-address i {
  color: #1c693d;
}

.pb-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5rem);
}

.pb-footer-col {
  border: 0;
  padding: 0;
  background: transparent;
}

.pb-footer-col h3 {
  position: relative;
  margin: 0 0 1.55rem;
  padding-bottom: .7rem;
  color: #232a25;
  font-size: .95rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pb-footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 210px);
  height: 2px;
  background: #1c1d1b;
}

.pb-footer-col a {
  margin: 0 0 .45rem;
  padding: 0;
  color: #263129;
  font-size: .94rem;
}

.pb-footer-col a:hover {
  color: #1c693d;
}

.pb-footer-bottom {
  order: 4;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.25rem max(1rem, calc((100vw - 1480px) / 2));
  border-top: 1px solid #e4e8df;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  color: #2b342d;
}

.footer-social {
  justify-content: flex-start;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1c693d;
  color: #fff;
  box-shadow: none;
}

.footer-social a:hover {
  background: #14552f;
  color: #fff;
}

.pb-footer-payments {
  justify-content: flex-end;
}

.pb-footer-payments img {
  width: auto;
  height: 26px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .pb-footer-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 1rem;
  }

  .pb-footer-promise div {
    min-height: 150px;
    border-right: 1px solid #ecefe8;
    border-bottom: 1px solid #ecefe8;
    padding: 1.25rem .9rem;
  }

  .pb-footer-promise div:nth-child(2n) {
    border-right: 0;
  }

  .pb-footer-promise div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .pb-footer-promise i {
    font-size: 2.25rem;
  }

  .pb-footer-contact .container-xl {
    width: min(100% - 2rem, 540px);
    min-height: auto;
    grid-template-columns: 1fr;
    padding: .55rem 0;
  }

  .footer-contact-card {
    min-height: 58px;
    justify-content: flex-start;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .footer-contact-card:last-child {
    border-bottom: 0;
  }

  .pb-footer-main {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.7rem 0 1.35rem;
  }

  .pb-footer-links {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .pb-footer-col {
    border: 1px solid rgba(28,105,61,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.72);
    overflow: hidden;
  }

  .pb-footer-col h3 {
    display: none;
  }

  .footer-accordion-trigger {
    min-height: 52px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #17271e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    font-weight: 750;
    text-align: left;
  }

  .footer-accordion-trigger i {
    color: #1c693d;
    transition: transform .18s ease;
  }

  .pb-footer-col.open .footer-accordion-trigger i {
    transform: rotate(180deg);
  }

  .footer-accordion-panel {
    display: none;
    padding: 0 1rem .85rem;
  }

  .pb-footer-col.open .footer-accordion-panel {
    display: grid;
    gap: .18rem;
  }

  .pb-footer-col a {
    margin: 0;
    padding: .42rem 0;
    font-size: .9rem;
  }

  .pb-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-block: 1.15rem;
  }

  .footer-social,
  .pb-footer-payments {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .pb-footer-promise {
    padding-inline: .75rem;
  }

  .pb-footer-promise div {
    min-height: 132px;
  }

  .pb-footer-promise strong {
    font-size: .82rem;
  }

  .pb-footer-promise span {
    font-size: .78rem;
  }

  .pb-footer-brand img {
    width: 165px;
  }
}



/* Footer contact band true final override */
.pb-footer-contact .container-xl {
  width: min(1480px, calc(100% - 2rem)) !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: .75rem 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto !important;
  gap: .85rem !important;
  align-items: center !important;
}

.pb-footer-contact .footer-contact-card {
  min-height: 68px !important;
  padding: .75rem .9rem !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon label"
    "icon value" !important;
  align-items: center !important;
  column-gap: .85rem !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  color: #fff !important;
}

.pb-footer-contact .footer-contact-card i {
  grid-area: icon !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}

.pb-footer-contact .footer-contact-card span {
  grid-area: label !important;
  align-self: end !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.pb-footer-contact .footer-contact-card strong {
  grid-area: value !important;
  align-self: start !important;
  color: #fff !important;
  font-size: clamp(.92rem, 1.15vw, 1.08rem) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.pb-footer-contact .footer-contact-card:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  transform: none !important;
}

.footer-band-social {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .6rem !important;
  margin: 0 !important;
}

.footer-band-social a {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}

.footer-band-social a:hover {
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-band-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .pb-footer-contact .container-xl {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.5rem, 540px) !important;
  }

  .footer-band-social {
    justify-content: center !important;
    padding: .35rem 0 .55rem !important;
  }
}

/* Footer headings and payment logo final fix */
.pb-footer-col h3 {
  display: block !important;
  position: relative !important;
  margin: 0 0 1.15rem !important;
  padding-bottom: .62rem !important;
  color: #17271e !important;
  font-size: .95rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.pb-footer-col h3::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 42px !important;
  height: 2px !important;
  background: #1c693d !important;
}

.pb-footer-payments {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .5rem !important;
}

.pb-footer-payments img {
  width: auto !important;
  max-width: 58px !important;
  height: 22px !important;
  max-height: 22px !important;
  object-fit: contain !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .pb-footer-col h3 {
    display: none !important;
  }

  .pb-footer-payments {
    justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  .pb-footer-payments img {
    max-width: 52px !important;
    height: 20px !important;
    max-height: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .pb-footer-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .pb-footer-col {
    padding: 0 !important;
    border: 1px solid rgba(13, 88, 55, .13) !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .pb-footer-col h3 {
    display: none !important;
  }

  .footer-accordion-trigger,
  .pb-footer-col-toggle {
    min-height: 48px !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
    color: #12342a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    font: inherit !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  .footer-accordion-trigger i,
  .pb-footer-col-toggle i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1c693d !important;
    font-size: 1.05rem !important;
    transition: transform .18s ease !important;
  }

  .pb-footer-col.open .footer-accordion-trigger i,
  .pb-footer-col.is-open .pb-footer-col-toggle i {
    transform: rotate(180deg) !important;
  }

  .footer-accordion-panel,
  .pb-footer-col-panel {
    display: none !important;
    overflow: hidden !important;
    padding: 0 16px 12px !important;
  }

  .pb-footer-col.open .footer-accordion-panel,
  .pb-footer-col.is-open .pb-footer-col-panel,
  .footer-accordion-panel:not([hidden]),
  .pb-footer-col-panel:not([hidden]) {
    display: grid !important;
    gap: 0 !important;
  }

  .footer-accordion-panel a,
  .pb-footer-col-panel a {
    display: block !important;
    margin: 0 !important;
    padding: 9px 0 !important;
    border-top: 1px solid rgba(13, 88, 55, .08) !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
  }
}

.cart-redesign-page {
  background: #fafbf7;
}

.cart-redesign-page .checkout-steps {
  margin-bottom: 1.05rem;
}

.cart-redesign-page .cart-detail-card,
.cart-redesign-page .cart-extra-card,
.cart-redesign-page .cart-summary-card {
  border-radius: 6px;
  box-shadow: none;
}

.cart-redesign-page .cart-detail-card {
  min-height: 0;
  padding: 1rem;
}

.cart-redesign-page .cart-detail-head {
  margin-bottom: 1rem;
}

.cart-redesign-page .cart-detail-head h1 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-redesign-page .cart-page-list {
  gap: 0;
}

.cart-redesign-page .cart-table-line {
  grid-template-columns: 130px minmax(190px, 1fr) 210px 140px 34px;
  min-height: 170px;
  padding: 1rem 0;
}

.cart-redesign-page .cart-table-line img,
.cart-redesign-page .cart-image-placeholder {
  width: 108px;
  height: 132px;
  object-fit: contain;
  justify-self: center;
  background: #f5f7f1;
  border-radius: 4px;
  padding: .2rem;
}

.cart-redesign-page .cart-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--zc-muted);
  font-size: 1.6rem;
}

.cart-redesign-page .cart-table-line > div:first-of-type strong {
  display: block;
  font-size: .9rem;
  line-height: 1.35;
  font-weight: 500;
  color: #203025;
}

.cart-redesign-page .cart-table-line > div:first-of-type small {
  margin-top: .35rem;
  font-size: .82rem;
}

.cart-redesign-page .cart-page-qty {
  grid-template-columns: 38px 1fr 38px;
  width: 210px;
  border-radius: 4px;
}

.cart-redesign-page .cart-page-qty input {
  font-size: .82rem;
}

.cart-redesign-page .cart-page-price strong {
  font-size: .95rem;
}

.cart-redesign-page .cart-extra-card {
  padding: .95rem 1rem;
}

.cart-redesign-page .cart-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .6rem;
  margin-top: .75rem;
}

.cart-redesign-page .cart-coupon-message {
  min-height: 1.1rem;
  color: var(--zc-green);
}

.cart-redesign-page .cart-summary-card {
  padding: 1rem;
}

.cart-redesign-page .cart-summary-card h2 {
  font-weight: 600;
}

.cart-redesign-page .cart-complete-btn {
  text-decoration: none;
}

.cart-redesign-page .cart-secure-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .25rem;
  margin-top: .75rem;
  color: #a2aaa2;
  font-size: .72rem;
}

.cart-redesign-page .cart-secure-note strong {
  color: #a2aaa2;
  font-size: .85rem;
}

.cart-redesign-page .cart-secure-note i {
  color: #8fc189;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .cart-redesign-page .cart-table-line {
    grid-template-columns: 92px 1fr 34px;
    min-height: 0;
  }

  .cart-redesign-page .cart-table-line img,
  .cart-redesign-page .cart-image-placeholder {
    width: 78px;
    height: 96px;
  }

  .cart-redesign-page .cart-table-line .cart-page-qty,
  .cart-redesign-page .cart-table-line .cart-page-price {
    grid-column: 2 / 3;
  }

  .cart-redesign-page .cart-page-qty {
    width: 160px;
  }
}

.cart-redesign-page,
.cart-redesign-page.section-pad,
.checkout-page.cart-redesign-page {
  background: #fff;
  font-family: inherit;
}

.cart-redesign-page .cart-checkout-layout,
.cart-redesign-page .cart-detail-card,
.cart-redesign-page .cart-extra-card,
.cart-redesign-page .cart-summary-card {
  font-size: 1rem;
}

.cart-redesign-page .cart-detail-card,
.cart-redesign-page .cart-extra-card,
.cart-redesign-page .cart-summary-card {
  background: #fff;
}

.cart-redesign-page .cart-table-line {
  border-bottom: 0;
}

.cart-redesign-page .cart-page-list {
  gap: .75rem;
}

.cart-redesign-page .cart-table-line img {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.cart-redesign-page .cart-image-placeholder {
  background: #fff;
}

.cart-redesign-page .cart-table-line > div:first-of-type strong {
  font-size: 1rem;
  font-weight: 600;
}

.cart-redesign-page .cart-table-line > div:first-of-type small,
.cart-redesign-page .cart-page-qty input,
.cart-redesign-page .cart-summary-card div:not(.cart-summary-promo) {
  font-size: .95rem;
}

.cart-redesign-page .cart-page-price strong,
.cart-redesign-page .cart-summary-card div:not(.cart-summary-promo) strong {
  font-size: 1rem;
}

.cart-redesign-page .cart-summary-card .total strong {
  font-size: 1.15rem !important;
}

.cart-redesign-page .cart-summary-card [data-summary-discount-row]:not([hidden]) {
  border-bottom: 0;
}

.cart-redesign-page .cart-summary-card:has([data-summary-discount-row][hidden]) [data-summary-with-tax-row] {
  border-bottom: 0;
}

.cart-redesign-page .cart-coupon-card {
  padding: 1.1rem;
}

.cart-redesign-page .cart-coupon-row .form-control {
  min-height: 46px;
  border-radius: 8px;
  font-size: 1rem;
}

.cart-redesign-page .cart-coupon-row .btn {
  min-height: 46px;
  border-radius: 8px;
  padding-inline: 1.25rem;
  font-weight: 800;
}

.cart-redesign-page .cart-checkout-layout.cart-is-empty {
  grid-template-columns: 1fr;
}

.cart-redesign-page .cart-checkout-layout.cart-is-empty .cart-main-column {
  width: 100%;
}

.cart-redesign-page .cart-detail-card.cart-is-empty {
  min-height: 390px;
}

.cart-redesign-page .cart-detail-card.cart-is-empty .cart-detail-head {
  margin-bottom: 1.25rem;
}

.cart-redesign-page .cart-detail-card.cart-is-empty [data-cart-clear],
.cart-redesign-page .cart-detail-card.cart-is-empty .cart-detail-footer {
  display: none !important;
}

.cart-redesign-page .cart-detail-card.cart-is-empty .cart-empty {
  min-height: 275px;
  width: 100%;
  border-color: #dfe8d8;
  background: #fbfcf8;
}

.cart-redesign-page .cart-detail-card.cart-is-empty .cart-empty i {
  width: 54px;
  height: 54px;
  font-size: 1.7rem;
}

.cart-redesign-page .cart-detail-card.cart-is-empty .cart-empty strong {
  font-size: 1.05rem;
}

.cart-redesign-page .cart-complete-btn {
  min-height: 46px;
  background: var(--zc-green);
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
  text-transform: none;
}

.cart-redesign-page .cart-complete-btn:hover {
  background: var(--zc-green-dark, #0f5f3b);
  color: #fff;
}

.cart-redesign-page .cart-secure-note {
  color: var(--zc-muted);
  font-size: .88rem !important;
  font-weight: 600;
}

.cart-redesign-page .cart-secure-note i {
  color: var(--zc-green);
}

.checkout-delivery-page,
.checkout-page.checkout-delivery-page {
  background: #fff;
  font-family: inherit;
}

.checkout-delivery-page .checkout-address-layout,
.checkout-delivery-page .checkout-delivery-box,
.checkout-delivery-page .checkout-delivery-summary {
  font-size: 1rem;
}

.checkout-delivery-page .checkout-member-strip,
.checkout-delivery-page .checkout-delivery-box,
.checkout-delivery-page .checkout-delivery-summary {
  border-color: var(--zc-line);
  border-radius: 8px;
  background: #fff;
}

.checkout-delivery-page .checkout-delivery-box {
  padding: 1.1rem;
}

.checkout-delivery-page .checkout-box-title h1 {
  color: #2f3a35;
  font-size: 1.18rem;
  font-weight: 800;
}

.checkout-delivery-page .checkout-box-title p {
  color: var(--zc-muted);
  font-size: .92rem;
  font-style: normal;
}

.checkout-delivery-page .form-control,
.checkout-delivery-page .form-select {
  min-height: 38px;
  border-radius: 6px;
  border-color: var(--zc-line);
  font-size: 1rem;
  color: var(--zc-ink);
}

.checkout-delivery-page textarea.form-control {
  min-height: 96px;
}

.checkout-phone-field {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: stretch;
}

.checkout-phone-field::before {
  content: attr(data-phone-flag);
  display: none;
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  pointer-events: none;
}

.checkout-phone-field .form-select {
  border-radius: 6px 0 0 6px;
  border-right: 0;
  font-weight: 800;
  padding-left: 48px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect width='30' height='20' rx='2' fill='%23e30a17'/%3E%3Ccircle cx='12' cy='10' r='5.6' fill='white'/%3E%3Ccircle cx='14' cy='10' r='4.5' fill='%23e30a17'/%3E%3Cpolygon points='20.3,6.8 21.1,9 23.4,9 21.5,10.3 22.2,12.5 20.3,11.2 18.4,12.5 19.1,10.3 17.2,9 19.5,9' fill='white'/%3E%3C/svg%3E"),
    var(--bs-form-select-bg-img);
  background-position: left 14px center, right .75rem center;
  background-size: 24px 16px, 16px 12px;
  background-repeat: no-repeat;
}

.checkout-phone-field .form-control {
  border-radius: 0 6px 6px 0;
}

.checkout-delivery-page .checkout-invoice-type {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
  font-size: 1rem;
  text-transform: none;
}

.checkout-invoice-card {
  position: relative;
  min-height: 78px;
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.checkout-invoice-card input {
  position: absolute;
  inset: 14px 14px auto auto;
  accent-color: var(--zc-green);
}

.checkout-invoice-card span {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
  padding-right: 28px;
}

.checkout-invoice-card i {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef8f0;
  color: var(--zc-green);
}

.checkout-invoice-card strong {
  color: #10251d;
  font-size: 1rem;
}

.checkout-invoice-card small {
  color: #65756e;
  font-size: .86rem;
}

.checkout-invoice-card.is-active {
  border-color: var(--zc-green);
  background: #f6fbf7;
  box-shadow: 0 0 0 3px rgba(24, 120, 66, .1);
}

.checkout-delivery-summary {
  padding: 1.1rem;
}

.checkout-delivery-summary div {
  font-size: .96rem;
  padding: .48rem 0;
}

.checkout-delivery-summary div strong {
  font-size: 1rem;
  color: #000;
}

.checkout-delivery-summary .total strong {
  font-size: 1.18rem;
}

.checkout-payment-next {
  min-height: 46px;
  border-radius: 8px;
  background: var(--zc-green);
  color: #fff;
  font-weight: 800;
  text-transform: none;
}

.checkout-payment-next:hover {
  color: #fff;
  background: var(--zc-green-dark, #0f5f3b);
}

.ssl-note {
  color: var(--zc-muted);
  font-size: .88rem;
  font-weight: 600;
  text-transform: none;
}

.checkout-delivery-page .checkout-mini-item {
  border-bottom: 1px solid var(--zc-line);
  padding-bottom: .75rem;
  margin-bottom: .75rem;
}

.checkout-delivery-page .checkout-mini-thumb {
  background: transparent;
}

.checkout-page .checkout-side-summary .checkout-mini-item {
  border-bottom: 0;
}

.checkout-page:has(.payment-pro-card) {
  background: #fff;
  font-family: inherit;
}

.checkout-delivery-page .checkout-shipping-card {
  position: relative;
  display: grid;
  grid-template-columns: 30px 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  margin-top: .75rem;
  padding: 16px 18px;
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.checkout-delivery-page .checkout-shipping-card + .checkout-shipping-card {
  border-top: 1px solid var(--zc-line);
}

.checkout-delivery-page .checkout-shipping-card:hover {
  border-color: rgba(24, 120, 66, .35);
  box-shadow: 0 14px 32px rgba(13, 72, 42, .06);
}

.checkout-delivery-page .checkout-shipping-card.active {
  border-color: var(--zc-green);
  background: #f6fbf7;
  box-shadow: 0 0 0 3px rgba(24, 120, 66, .1);
}

.checkout-delivery-page .checkout-shipping-card.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .1);
}

.checkout-delivery-page .checkout-shipping-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-delivery-page .shipping-check {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd9d3;
  border-radius: 999px;
  color: transparent;
  background: #fff;
}

.checkout-delivery-page .checkout-shipping-card.active .shipping-check {
  border-color: var(--zc-green);
  background: var(--zc-green);
  color: #fff;
}

.checkout-delivery-page .shipping-logo-wrap {
  width: 76px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent;
}

.checkout-delivery-page .shipping-logo {
  width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: #ef1c25;
  font-size: .82rem;
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-delivery-page .shipping-logo.dhl {
  min-width: 50px;
  padding: 6px 8px;
  border-radius: 3px;
  background: #ffdb00;
  color: #d40511;
  font-size: .86rem;
  line-height: 1;
}

.checkout-delivery-page .shipping-copy {
  min-width: 0;
}

.checkout-delivery-page .shipping-copy strong {
  display: block;
  color: var(--zc-ink);
  font-size: 1.02rem;
  font-weight: 800;
}

.checkout-delivery-page .shipping-copy small {
  display: block;
  margin-top: 3px;
  color: var(--zc-muted);
  font-size: .9rem;
}

.checkout-delivery-page .shipping-price {
  justify-self: end;
  min-width: 96px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef8f0;
  color: var(--zc-green);
  font-size: .94rem;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .checkout-delivery-page .checkout-invoice-type,
  .checkout-phone-field {
    grid-template-columns: 1fr;
  }

  .checkout-phone-field .form-select,
  .checkout-phone-field .form-control {
    border-radius: 6px;
    border-right: 1px solid var(--zc-line);
  }

  .checkout-phone-field::before {
    top: 18px;
    transform: none;
  }

  .checkout-delivery-page .checkout-shipping-card {
    grid-template-columns: 28px 74px minmax(0, 1fr);
    gap: 10px;
  }

  .checkout-delivery-page .shipping-price {
    grid-column: 3;
    justify-self: start;
    min-width: 0;
  }
}
.address-book-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.address-book-heading .address-add-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.address-create-panel[hidden] {
  display: none !important;
}

.address-create-panel {
  animation: addressPanelIn .22s ease both;
}

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

.address-form-head {
  align-items: flex-start;
  gap: 16px;
}

.address-form-head p {
  margin: 6px 0 0;
  color: #5f6f67;
  font-size: 14px;
  line-height: 1.5;
}

.address-form-close {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 999px;
}

.account-form select.form-control {
  appearance: auto;
  color: #1f332b;
  background-color: #fff;
}

.account-form select.form-control:disabled {
  color: #8a9791;
  background-color: #f6f8f6;
}

.invoice-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.invoice-choice-card {
  position: relative;
  min-height: 82px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #dbe5dc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.invoice-choice-card input {
  position: absolute;
  inset: 14px 14px auto auto;
  accent-color: #187842;
}

.invoice-choice-card span {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
  padding-right: 26px;
}

.invoice-choice-card i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 18px;
}

.invoice-choice-card strong {
  color: #10251d;
  font-size: 14px;
}

.invoice-choice-card small {
  color: #6a7771;
  font-size: 12px;
  line-height: 1.35;
}

.invoice-choice-card.is-active {
  border-color: #187842;
  background: #f6fbf7;
  box-shadow: 0 0 0 3px rgba(24, 120, 66, .1);
}

.address-empty-state {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 170px;
  padding: 34px 20px;
  text-align: center;
}

.address-empty-state i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 22px;
}

.address-empty-state strong {
  color: #10251d;
  font-size: 17px;
}

.address-empty-state span {
  max-width: 440px;
  color: #65756e;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .address-book-heading {
    align-items: stretch;
  }

  .address-book-heading .address-add-toggle,
  .invoice-choice {
    width: 100%;
  }

  .invoice-choice {
    grid-template-columns: 1fr;
  }
}

.support-page .support-heading {
  align-items: flex-start;
  border-bottom: 0;
  padding-bottom: 18px;
}

.support-page .support-heading .btn {
  white-space: nowrap;
  min-width: 190px;
  justify-content: center;
}

.support-create-panel {
  margin-bottom: 22px;
}

.support-create-panel[hidden],
.support-ticket-detail[hidden] {
  display: none !important;
}

.support-panel-title span {
  color: #65756e;
  font-size: 14px;
}

.support-form-close {
  border: 1px solid #d8e2d4;
  color: #10251a;
}

.support-ticket-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-ticket-form .span-2 {
  grid-column: 1 / -1;
}

.support-ticket-list {
  display: grid;
  gap: 14px;
}

.support-ticket-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.support-ticket-link:hover {
  border-color: #b8d0bf;
  background: #fbfcf8;
  transform: translateY(-1px);
}

.support-ticket-card {
  border: 1px solid #dfe7e1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.support-ticket-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: #fff;
  color: inherit;
  padding: 16px;
  text-align: left;
}

.support-ticket-summary:hover {
  background: #fbfcf8;
}

.support-ticket-card.is-open .support-ticket-summary {
  background: #f6fbf7;
}

.support-ticket-main {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.support-ticket-main small,
.support-ticket-main em {
  color: #6a7771;
  font-size: 13px;
  font-style: normal;
}

.support-ticket-top small,
.support-ticket-meta {
  color: #6a7771;
  font-size: 13px;
}

.support-ticket-main strong {
  color: #10251d;
  font-size: 18px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.support-ticket-main .support-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.support-ticket-side {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.support-ticket-side > i {
  color: #687568;
  transition: transform .18s ease;
}

.support-ticket-card.is-open .support-ticket-side > i {
  transform: rotate(180deg);
}

.support-ticket-detail {
  border-top: 1px solid #e4ecdf;
  padding: 16px;
  background: #fff;
}

.support-message {
  margin-bottom: 12px;
}

.support-message strong {
  display: block;
  margin-bottom: 7px;
  color: #10251a;
  font-weight: 850;
}

.support-ticket-detail p {
  margin: 0;
  color: #34453d;
  line-height: 1.6;
}

.support-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 12px;
  font-weight: 700;
}

.support-status.progress {
  background: #eef4ff;
  color: #2259a8;
}

.support-status.answered {
  background: #fff7e8;
  color: #a86612;
}

.support-status.closed {
  background: #f1f3f2;
  color: #66716b;
}

.support-response {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #f6fbf7;
  border: 1px solid #d9eadc;
}

.support-ticket-message {
  padding: 16px;
  border-top: 1px solid #e4ecdf;
}

.support-ticket-message strong,
.support-thread > strong,
.support-reply-form label {
  display: block;
  margin-bottom: 8px;
  color: #10251a;
  font-weight: 850;
}

.support-ticket-message p {
  margin: 0;
  color: #34453d;
  line-height: 1.6;
}

.support-thread {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
}

.support-message {
  margin: 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #dbe9dc;
  background: #f7fcf8;
}

.support-message.customer {
  border-color: #d7e3ef;
  background: #f7fbff;
}

.support-message.admin {
  border-color: #d9eadc;
  background: #f6fbf7;
}

.support-message strong,
.support-message span {
  display: block;
}

.support-message strong {
  color: #10251d;
}

.support-message span {
  margin: 3px 0 8px;
  color: #68776f;
  font-size: 12px;
}

.support-message p {
  margin: 0;
  color: #243a31;
  line-height: 1.55;
}

.support-reply-form {
  display: grid;
  gap: 10px;
  margin: 0 16px 16px;
  padding: 14px;
  border: 1px solid #dfe8d8;
  border-radius: 12px;
  background: #fff;
}

.support-reply-form .form-control {
  min-height: 96px;
  resize: vertical;
}

.support-reply-form .btn {
  justify-self: end;
  min-width: 168px;
}

.support-closed-note {
  margin: 0 16px 16px;
  padding: 14px 16px;
  border: 1px solid #dfe8d8;
  border-radius: 12px;
  background: #f8fbf6;
  color: #52675c;
  font-weight: 700;
}

.support-detail-panel {
  display: grid;
  gap: 18px;
}

.support-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.support-detail-head small {
  display: block;
  margin-bottom: 8px;
  color: #68776f;
  font-size: 13px;
}

.support-detail-head h2 {
  margin: 0;
  color: #10251d;
  font-size: 26px;
  line-height: 1.2;
}

.support-detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.support-detail-stats > div {
  padding: 12px;
  border: 1px solid #e1eadf;
  border-radius: 8px;
  background: #fbfcf8;
}

.support-detail-stats span,
.support-detail-stats strong {
  display: block;
}

.support-detail-stats span {
  margin-bottom: 4px;
  color: #6d786f;
  font-size: 12px;
}

.support-detail-stats strong {
  color: #10251d;
  font-size: 14px;
}

.support-conversation {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e2eadf;
  border-radius: 8px;
  background: #fcfdfb;
}

.support-bubble {
  width: min(72%, 720px);
  padding: 14px 16px;
  border: 1px solid #dbe9dc;
  border-radius: 8px;
  background: #f6fbf7;
}

.support-bubble.customer {
  justify-self: end;
  border-color: #d7e3ef;
  background: #f7fbff;
}

.support-bubble.admin {
  justify-self: start;
  border-color: #dbe9dc;
  background: #f6fbf7;
}

.support-bubble strong,
.support-bubble span {
  display: block;
}

.support-bubble strong {
  color: #10251d;
  font-weight: 850;
}

.support-bubble span {
  margin: 3px 0 8px;
  color: #68776f;
  font-size: 12px;
}

.support-bubble p {
  margin: 0;
  color: #243a31;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.support-detail-reply {
  margin: 0;
}

.auth-page-centered .auth-form {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 28px !important;
}

.auth-page-centered .auth-form form {
  border-radius: 28px !important;
  overflow: hidden;
}

.support-response.pending {
  border-style: dashed;
  background: #fbfcf8;
}

.support-response strong,
.support-response span {
  display: block;
}

.support-response strong {
  color: #10251d;
}

.support-response span {
  margin: 3px 0 8px;
  color: #68776f;
  font-size: 12px;
}

.support-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 34px 20px;
  text-align: center;
}

.support-empty i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 22px;
}

@media (max-width: 768px) {
  .support-ticket-form {
    grid-template-columns: 1fr;
  }

  .support-ticket-top {
    flex-direction: column;
  }

  .support-page .support-heading .btn {
    width: 100%;
  }

  .support-ticket-link,
  .support-detail-head {
    flex-direction: column;
    align-items: stretch;
  }

  .support-detail-stats {
    grid-template-columns: 1fr;
  }

  .support-bubble {
    width: 100%;
  }
}

.coupon-page .coupon-heading {
  align-items: flex-start;
}

.coupon-page .coupon-heading .btn {
  white-space: nowrap;
}

.coupon-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.coupon-book-card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  padding: 20px;
  border: 1px solid #dfe7e1;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf7 100%);
}

.coupon-book-card:before,
.coupon-book-card:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dfe7e1;
}

.coupon-book-card:before {
  left: -12px;
}

.coupon-book-card:after {
  right: -12px;
}

.coupon-book-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.coupon-book-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 12px;
  font-weight: 700;
}

.coupon-book-top i {
  color: #d39b1e;
  font-size: 24px;
}

.coupon-book-card strong {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px dashed #c9d8ce;
  border-radius: 8px;
  color: #10251d;
  background: #fff;
  font-size: 20px;
  letter-spacing: .02em;
}

.coupon-book-card h3 {
  margin: 16px 0 6px;
  color: #10251d;
  font-size: 18px;
}

.coupon-book-card p,
.coupon-book-card small {
  color: #65756e;
}

.coupon-book-card p {
  margin: 0 0 12px;
  line-height: 1.5;
}

.coupon-book-card small {
  font-size: 13px;
}

.coupon-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 38px 20px;
  text-align: center;
}

.coupon-empty i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #eef7f0;
  color: #187842;
  font-size: 22px;
}

@media (max-width: 768px) {
  .coupon-book-grid {
    grid-template-columns: 1fr;
  }

  .coupon-page .coupon-heading .btn {
    width: 100%;
  }
}

.product-detail .detail-summary > .rating,
.product-detail .detail-summary > p {
  display: none !important;
}

.checkout-side-summary > [data-checkout-mini-cart],
.checkout-delivery-summary > [data-checkout-mini-cart] {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  padding: .25rem 0 .65rem !important;
  border-bottom: 1px solid var(--zc-line) !important;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-item,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .55rem 0;
  margin: 0;
  border-bottom: 0;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-item + .checkout-mini-item,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-item + .checkout-mini-item {
  border-top: 1px solid #eef0eb;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-thumb,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-thumb,
.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-thumb-placeholder,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-thumb-placeholder {
  width: 42px;
  height: 50px;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-info,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-info {
  min-width: 0;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-info a,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-info a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.checkout-side-summary [data-checkout-mini-cart] .checkout-mini-item > strong,
.checkout-delivery-summary [data-checkout-mini-cart] .checkout-mini-item > strong {
  justify-self: end;
  white-space: nowrap;
  color: #000;
  font-size: .95rem;
}
.shipping-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.shipping-option.is-single-option {
  cursor: default;
}

.free-shipping-progress {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(25, 135, 84, .08), rgba(255, 255, 255, .96));
  padding: 14px;
  margin: 0 0 16px;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif !important;
}

.free-shipping-progress-main {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  width: 100%;
  padding: 0 !important;
  border-bottom: 0 !important;
}

.free-shipping-progress-main > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1f7a43;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
}

.free-shipping-progress-main > div {
  display: block !important;
  min-width: 0;
  flex: 1 1 auto;
  width: auto;
  padding: 0 !important;
  border-bottom: 0 !important;
  color: #1f2933;
}

.free-shipping-progress strong {
  display: block;
  color: #0b3d27 !important;
  -webkit-text-fill-color: #0b3d27 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  opacity: 1 !important;
  visibility: visible !important;
}

.free-shipping-progress small {
  display: block;
  color: #46564f !important;
  -webkit-text-fill-color: #46564f !important;
  margin-top: 3px;
  line-height: 1.35;
  white-space: normal;
  opacity: 1 !important;
  visibility: visible !important;
}

.free-shipping-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(25, 135, 84, .14);
  overflow: hidden;
  margin-top: 12px;
}

.free-shipping-track span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f7a43, #11a36a);
  transition: width .25s ease;
}

.free-shipping-progress.is-complete {
  border-color: rgba(17, 163, 106, .35);
  background: linear-gradient(135deg, rgba(17, 163, 106, .13), rgba(255, 255, 255, .96));
}

.order-summary .free-shipping-progress,
.cart-summary-card .free-shipping-progress {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  padding: 12px !important;
  margin: 4px 0 18px !important;
  border: 1px solid rgba(31, 122, 67, .16) !important;
  border-bottom: 1px solid rgba(31, 122, 67, .16) !important;
  box-shadow: 0 10px 24px rgba(31, 122, 67, .06);
  font-family: Arial, Helvetica, sans-serif !important;
}

.order-summary .free-shipping-progress-main,
.cart-summary-card .free-shipping-progress-main {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 0 !important;
  border: 0 !important;
}

.order-summary .free-shipping-progress-main > div,
.cart-summary-card .free-shipping-progress-main > div {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  min-width: 0;
}

.order-summary .free-shipping-progress strong,
.cart-summary-card .free-shipping-progress strong {
  display: block !important;
  width: 100%;
  color: #0b3d27 !important;
  -webkit-text-fill-color: #0b3d27 !important;
  font-size: 16px !important;
  line-height: 1.28;
  margin: 0 0 5px;
  opacity: 1 !important;
  visibility: visible !important;
}

.order-summary .free-shipping-progress small,
.cart-summary-card .free-shipping-progress small {
  display: block !important;
  width: 100%;
  max-width: 260px;
  color: #46564f !important;
  -webkit-text-fill-color: #46564f !important;
  font-size: 14px;
  line-height: 1.42;
  opacity: 1 !important;
  visibility: visible !important;
}

.order-summary .free-shipping-track,
.cart-summary-card .free-shipping-track {
  display: none !important;
}

/* Checkout typography alignment with the delivery step */
.cart-redesign-page .cart-detail-head h1,
.cart-redesign-page .cart-coupon-card h2,
.cart-redesign-page .cart-summary-card h2,
.checkout-page:has(.payment-pro-card) .payment-pro-card h1,
.checkout-page:has(.payment-pro-card) .checkout-side-summary h2 {
  color: #2f3a35;
  font-size: 1.18rem !important;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: .35rem;
}

.checkout-page:has(.payment-pro-card) .payment-pro-card h1 {
  margin-top: .25rem;
}

.cart-redesign-page .cart-table-line > div:first-of-type strong,
.payment-method-grid label strong,
.checkout-page:has(.payment-pro-card) .form-label {
  color: #10251d;
  font-size: 1rem;
  line-height: 1.35;
}

.cart-redesign-page .cart-table-line > div:first-of-type small,
.cart-redesign-page .cart-coupon-message,
.payment-method-grid label small,
.checkout-page:has(.payment-pro-card) .text-muted,
.checkout-page:has(.payment-pro-card) .checkout-side-summary div {
  font-size: .92rem;
  line-height: 1.45;
}

.cart-redesign-page .cart-coupon-row .form-control,
.checkout-page:has(.payment-pro-card) .form-control {
  font-size: 1rem;
  color: var(--zc-ink);
}

.cart-redesign-page .cart-page-qty input,
.cart-redesign-page .cart-page-price strong,
.cart-redesign-page .cart-summary-card div:not(.cart-summary-promo),
.checkout-page:has(.payment-pro-card) .checkout-side-summary div strong {
  font-size: 1rem;
}

.cart-redesign-page .cart-summary-card .total strong,
.checkout-page:has(.payment-pro-card) .checkout-side-summary .total strong {
  font-size: 1.18rem !important;
}

.checkout-page:has(.payment-pro-card) .payment-submit-btn {
  font-size: 1rem;
  font-weight: 800;
}

.checkout-page:has(.payment-pro-card) .transfer-bank-card {
  padding: 1.05rem 1.1rem;
}

.checkout-page:has(.payment-pro-card) .transfer-bank-head {
  gap: 1rem;
}

.checkout-page:has(.payment-pro-card) .transfer-bank-logo {
  width: 70px;
  height: 58px;
  flex-basis: 70px;
}

.checkout-page:has(.payment-pro-card) .transfer-bank-logo img {
  padding: .25rem;
}

.checkout-page:has(.payment-pro-card) .payment-submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.checkout-page:has(.payment-pro-card) .payment-submit-btn {
  width: auto;
  min-width: 230px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 9px;
  padding: .78rem 1.35rem;
  box-shadow: 0 10px 22px rgba(25, 123, 72, .14);
}

.checkout-page:has(.payment-pro-card) .payment-submit-btn i {
  font-size: 1.08rem;
}

@media (max-width: 767.98px) {
  .cart-redesign-page .cart-detail-head h1,
  .cart-redesign-page .cart-coupon-card h2,
  .cart-redesign-page .cart-summary-card h2,
  .checkout-page:has(.payment-pro-card) .payment-pro-card h1,
  .checkout-page:has(.payment-pro-card) .checkout-side-summary h2 {
    font-size: 1.08rem !important;
  }

  .checkout-page:has(.payment-pro-card) .payment-submit-row {
    justify-content: stretch;
  }

  .checkout-page:has(.payment-pro-card) .payment-submit-btn {
    width: 100%;
    min-width: 0;
  }
}

.order-transfer-box {
  margin: 1.2rem auto 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(20, 124, 78, .18);
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fcf8, #fff);
  text-align: left;
}
.order-transfer-head {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .9rem;
}
.order-transfer-head > i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf6ee;
  color: var(--zc-green);
  font-size: 1.15rem;
  flex: 0 0 auto;
}
.order-transfer-head strong {
  display: block;
  color: var(--zc-dark);
  font-size: 1rem;
}
.order-transfer-head span {
  display: block;
  color: var(--zc-muted);
  line-height: 1.45;
  font-size: .92rem;
}
.order-transfer-banks {
  display: grid;
  gap: .65rem;
  margin-bottom: .9rem;
}
.order-transfer-bank {
  display: grid;
  grid-template-columns: auto 56px 1fr;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.order-transfer-bank:has(input:checked) {
  border-color: rgba(20, 124, 78, .45);
  box-shadow: 0 10px 26px rgba(20, 124, 78, .08);
}
.order-transfer-bank-logo {
  width: 56px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f7faf6;
  overflow: hidden;
}
.order-transfer-bank-logo img {
  max-width: 48px;
  max-height: 34px;
  object-fit: contain;
}
.order-transfer-bank strong,
.order-transfer-bank small,
.order-transfer-bank code {
  display: block;
}
.order-transfer-bank small {
  color: var(--zc-muted);
}
.order-transfer-bank code {
  margin-top: .25rem;
  padding: .45rem .6rem;
  border-radius: 8px;
  background: #f2f7f3;
  color: var(--zc-dark);
  white-space: normal;
}
.payment-notification-form {
  display: grid;
  gap: .85rem;
  padding-top: .15rem;
}
.payment-notification-form .btn {
  justify-self: end;
  min-width: 230px;
}
.payment-notification-status {
  min-height: 1.25rem;
  font-weight: 700;
  font-size: .9rem;
}
@media (max-width: 575.98px) {
  .order-transfer-bank {
    grid-template-columns: auto 1fr;
  }
  .order-transfer-bank-logo {
    display: none;
  }
  .payment-notification-form .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Search v2: attached desktop dropdown, clean mobile sheet */
.live-search-overlay[data-version="inline-v2"] {
  background: transparent;
  pointer-events: none;
  padding: 0;
  place-items: start;
  overflow: visible;
  transition: none !important;
}
.live-search-overlay[data-version="inline-v2"].open {
  pointer-events: auto;
}
.live-search-overlay[data-version="inline-v2"].desktop-search.open {
  pointer-events: none;
}
.live-search-overlay[data-version="inline-v2"] .live-search-panel {
  pointer-events: auto;
  width: min(640px, calc(100vw - 24px));
  max-height: min(520px, calc(100dvh - 130px));
  margin: 0;
  border: 1px solid rgba(25, 74, 48, .14);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(20, 42, 28, .16);
  transform: none !important;
  transition: none !important;
}
.live-search-overlay[data-version="inline-v2"].open .live-search-panel {
  transform: none !important;
}
@media (min-width: 992px) {
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-panel {
    position: fixed;
    top: var(--search-panel-top, 92px);
    left: var(--search-panel-left, 50%);
    width: min(var(--search-panel-width, 640px), calc(100vw - 24px));
    max-height: min(440px, calc(100dvh - var(--search-panel-top, 92px) - 14px));
    border-top: 0;
    border-color: #d9e2d6;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 36px rgba(21, 38, 26, .13);
    transform: none !important;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search.open .live-search-panel {
    transform: none !important;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-head {
    display: none;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-box {
    display: none;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-results {
    max-height: min(430px, calc(100dvh - var(--search-panel-top, 92px) - 20px));
    padding: 8px 12px 12px;
    background: #fff;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-item {
    min-height: 74px;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding: 8px 6px;
    border-radius: 9px;
    border-bottom: 1px solid #edf0e8;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-item:hover {
    background: #f8fbf5;
  }
  .live-search-overlay[data-version="inline-v2"].desktop-search .live-search-item:last-child {
    border-bottom: 0;
  }
}
.live-search-overlay[data-version="inline-v2"] .live-search-head {
  padding: 14px 16px 10px;
}
.live-search-overlay[data-version="inline-v2"] .live-search-head span {
  color: #c58d1b;
}
.live-search-overlay[data-version="inline-v2"] .live-search-head strong {
  font-weight: 700;
}
.live-search-overlay[data-version="inline-v2"] .live-search-box {
  margin: 14px 16px 10px;
  border-radius: 12px;
  background: #fff;
}
.live-search-overlay[data-version="inline-v2"] .live-search-results {
  padding: 0 16px 12px;
}
.live-search-overlay[data-version="inline-v2"] .live-search-item {
  min-height: 72px;
  grid-template-columns: 58px 1fr;
  padding: 9px 0;
  color: #17271e;
  text-decoration: none;
}
.live-search-overlay[data-version="inline-v2"] .live-search-item img {
  width: 58px;
  height: 58px;
}
@media (max-width: 991.98px) {
  .live-search-overlay[data-version="inline-v2"] {
    display: block;
    align-items: initial;
    background: rgba(10, 18, 13, .24);
    padding: 0;
    backdrop-filter: blur(2px);
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-panel {
    position: fixed;
    top: var(--search-panel-top, 74px);
    left: var(--search-panel-left, 12px);
    width: min(var(--search-panel-width, 360px), calc(100vw - 24px));
    max-height: calc(100dvh - var(--search-panel-top, 74px) - 14px);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(20, 42, 28, .22);
    transform: none !important;
    transform-origin: top center;
  }
  .live-search-overlay[data-version="inline-v2"].open .live-search-panel {
    transform: none !important;
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    left: var(--search-caret-left, calc(100% - 48px));
    width: 14px;
    height: 14px;
    border-left: 1px solid rgba(25, 74, 48, .12);
    border-top: 1px solid rgba(25, 74, 48, .12);
    background: #fff;
    transform: rotate(45deg);
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-head {
    padding: 12px 14px 8px;
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-box {
    margin: 10px 14px 8px;
    min-height: 42px;
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-results {
    padding: 0 14px 10px;
    max-height: calc(100dvh - var(--search-panel-top, 74px) - 154px);
    overflow: auto;
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-item {
    min-height: 64px;
    grid-template-columns: 52px 1fr;
    padding: 8px 0;
  }
  .live-search-overlay[data-version="inline-v2"] .live-search-item img {
    width: 52px;
    height: 52px;
  }
}
.cart-line-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 5px 0 4px;
}

.cart-option-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: fit-content;
  max-width: 100%;
  padding: 3px 8px;
  border: 1px solid #d6e8dc;
  border-radius: 999px;
  background: #f3fbf6;
  color: #27523b;
  font-size: .78rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cart-option-chip strong {
  font-weight: 700;
}

.cart-option-chip em {
  color: #0b7651;
  font-style: normal;
  font-weight: 700;
}

.checkout-mini-info .cart-line-options {
  margin: 4px 0 2px;
}
