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

:root {
  --accent-green: #2D4A3E;
  --accent-primary: #C8B496;
  --surface-primary: #F4F2EF;
  --surface-inverse: #1A1A1A;
  --foreground-primary: #1A1A1A;
  --foreground-secondary: #4A4A4A;
  --foreground-inverse: #FFFFFF;
  --border-subtle: #EEECE8;
  --rounded-sm: 4px;
}

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

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--surface-primary);
  color: var(--foreground-primary);
  line-height: 1.5;
  width: 100%;
}

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

a { color: inherit; text-decoration: none; }

/* ========== HEADER ========== */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 80px;
  padding: 0 60px;
  background: var(--accent-green);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.site-header .logo { flex-shrink: 0; line-height: 1; display: inline-flex; align-items: center; }
.site-header > * { align-self: center; }

.site-header .logo {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
  color: var(--foreground-inverse);
}

.site-header nav {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-shrink: 0;
  margin-left: 32px;
}

.site-header nav a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  letter-spacing: 1px;
  transition: color 0.2s;
}

.site-header nav a:hover { color: var(--accent-primary); }
.site-header nav a.active { color: var(--accent-primary); font-weight: 500; }

.header-search {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0 16px;
  height: 40px;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.header-search:focus-within { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.32); }
.header-search > i,
.header-search > svg {
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  stroke: #FFFFFF;
  flex-shrink: 0;
}
.header-search input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--foreground-inverse);
}
.header-search input::placeholder { color: rgba(255,255,255,0.5); }

/* FiboSearch integration inside .header-search pill. */
.header-search .dgwt-wcas-search-wrapp { width: 100%; max-width: none; background: transparent; padding: 0; border: 0; }
.header-search .dgwt-wcas-search-form { width: 100%; background: transparent; border: 0; box-shadow: none; }
.header-search .dgwt-wcas-sf-wrapp { background: transparent; border: 0; box-shadow: none; display: flex; align-items: center; height: 100%; padding: 0; }
.header-search .dgwt-wcas-search-input {
  flex: 1; min-width: 0;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  margin-left: 10px;
  padding: 0 !important;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--foreground-inverse) !important;
}
.header-search .dgwt-wcas-search-input::placeholder { color: rgba(255,255,255,0.5) !important; }
.header-search .dgwt-wcas-ico-magnifier,
.header-search .dgwt-wcas-search-submit { display: none !important; }
.header-search .dgwt-wcas-search-input { margin-left: 0; }
.header-search .dgwt-wcas-preloader { right: 8px; }
/* Results dropdown stays light on dark header — anchor to wrapper. */
.header-search .dgwt-wcas-suggestions-wrapp { color: var(--foreground-primary); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-review {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 14px;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
  margin-left: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform 0.15s, box-shadow 0.15s;
}
.google-review:hover { transform: translateY(-1px); box-shadow: 0 2px 6px rgba(0,0,0,0.12); }

.google-review .g-wordmark {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1;
}
.google-review .g-wordmark span:nth-child(1) { color: #4285F4; }
.google-review .g-wordmark span:nth-child(2) { color: #EA4335; }
.google-review .g-wordmark span:nth-child(3) { color: #FBBC04; }
.google-review .g-wordmark span:nth-child(4) { color: #4285F4; }
.google-review .g-wordmark span:nth-child(5) { color: #34A853; }
.google-review .g-wordmark span:nth-child(6) { color: #EA4335; }

.google-review .g-rating {
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1;
}

.google-review .g-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #FBBC04;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.header-iconbtn,
.header-cart {
  position: relative;
  background: none;
  border: none;
  color: var(--foreground-inverse);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.15s;
}
.header-iconbtn:hover,
.header-cart:hover { background: rgba(255,255,255,0.1); }
.header-iconbtn i { width: 20px; height: 20px; }
.header-cart i { width: 22px; height: 22px; }
.header-cart .cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--accent-primary);
  color: var(--foreground-primary);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.search-toggle { display: none; width: 40px; height: 40px; background: none; border: 0; border-radius: var(--rounded-sm); color: var(--foreground-inverse); cursor: pointer; align-items: center; justify-content: center; }
.search-toggle i { width: 20px; height: 20px; }
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border: none;
  border-radius: var(--rounded-sm);
  color: var(--foreground-inverse);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-toggle i { width: 20px; height: 20px; }
.menu-toggle .icon-close { display: none; }
.site-header.open .menu-toggle .icon-open { display: none; }
.site-header.open .menu-toggle .icon-close { display: inline-flex; }

/* ========== EYEBROW + HEADINGS ========== */
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--accent-primary);
  text-transform: uppercase;
}

h1, h2, h3 { font-family: 'Inter', sans-serif; font-weight: 400; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.2s, background 0.2s;
  text-align: center;
}
.btn-primary { background: var(--accent-green); color: var(--foreground-inverse); }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { background: var(--foreground-inverse); color: var(--foreground-primary); border-color: var(--accent-green); }
.btn-secondary:hover { background: var(--surface-primary); }
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--foreground-inverse);
}
.btn-tan {
  background: var(--accent-primary);
  color: var(--foreground-primary);
  border: none;
}
.btn-tan:hover { opacity: 0.9; }

/* ========== HERO IMG OVERLAY ========== */
.img-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
}
.img-hero .hero-bg,
.faq-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.img-hero-overlay,
.faq-hero-overlay {
  position: relative;
  z-index: 1;
}
.img-hero-overlay {
  background: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 48px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: var(--foreground-inverse);
  text-align: center;
  max-width: 760px;
}
.img-hero-overlay h1 {
  font-size: 56px;
  line-height: 1.1;
  color: var(--foreground-inverse);
}
.img-hero-overlay p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 1px;
}
.breadcrumb .sep { color: rgba(255,255,255,0.35); }
.breadcrumb .current { color: var(--accent-primary); }
.breadcrumb a { color: inherit; text-decoration: none; transition: color 0.15s; }
.breadcrumb a:hover { color: rgba(255,255,255,0.9); }

/* ========== SECTIONS ========== */
section { padding: 80px 120px; }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 48px;
}
.section-head h2 { font-size: 40px; }
.section-head p { font-size: 17px; color: var(--foreground-secondary); max-width: 640px; line-height: 1.6; }

/* ========== CATEGORIES GRID ========== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: var(--rounded-sm);
  overflow: hidden;
  cursor: pointer;
}
.cat-card .cat-img {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: var(--rounded-sm);
  transition: transform 0.4s;
}
.cat-card:hover .cat-img { transform: scale(1.03); }
.cat-card .cat-label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--foreground-primary);
}

/* ========== ABOUT (Green USP block) ========== */
.about-block {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.about-block .eyebrow { color: var(--accent-primary); }
.about-block h2 {
  font-size: 40px;
  color: var(--foreground-inverse);
  max-width: 800px;
  text-align: center;
}
.about-block .section-head p { color: rgba(255,255,255,0.85); }
.usp-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: 100%;
}
.usp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.usp-card .usp-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp-card .usp-icon i { width: 22px; height: 22px; color: var(--accent-primary); }
.usp-card h3 { font-size: 22px; color: var(--foreground-inverse); }
.usp-card p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.78); }

/* ========== PRODUCT CARDS ========== */
.product-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--foreground-inverse);
  border-radius: var(--rounded-sm);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.product-card .pc-img-wrap {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.product-card .pc-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border-radius: var(--rounded-sm);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-card .pc-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  flex: 1;
}
.product-card .pc-info h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: var(--foreground-primary);
}
.product-card .pc-info .pc-desc {
  font-size: 14px;
  color: var(--foreground-secondary);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.45em * 2);
}
.product-card .pc-stock {
  font-size: 13px;
  color: var(--foreground-secondary);
  margin-left: auto;
  white-space: nowrap;
}
.product-card .pc-stock .pc-stock-label {
  font-weight: 600;
  color: var(--foreground-primary);
}
.product-card .pc-stock.out-of-stock {
  color: #b3392f;
}
.product-card .pc-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}
.product-card .pc-price {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: var(--accent-green);
}
.product-card .pc-price-old {
  font-size: 14px;
  color: var(--foreground-secondary);
  text-decoration: line-through;
}
.product-card .pc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 14px;
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border: none;
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.product-card .pc-cta i { width: 14px; height: 14px; }

.product-card .pc-cart-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-top: 8px;
}
.product-card .pc-cart-row .pc-cta { margin-top: 0; flex: 1; }
.product-card .pc-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  background: var(--foreground-inverse);
  flex-shrink: 0;
}
.product-card .pc-qty button {
  width: 30px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  color: var(--foreground-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card .pc-qty .qty-val {
  padding: 0 8px;
  font-weight: 600;
  font-size: 13px;
  min-width: 18px;
  text-align: center;
}

/* ========== CTA BANNER ========== */
.cta-banner {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 64px 120px;
}
.cta-banner h2 { font-size: 36px; color: var(--foreground-inverse); }
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.8); }

/* ========== FOOTER ========== */
.site-footer {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  padding: 64px 120px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--accent-primary);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.footer-col a,
.footer-col p {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--accent-primary); }
.footer-brand .brand-name {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.footer-brand .brand-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 320px;
}
.footer-divider { height: 1px; background: rgba(255,255,255,0.13); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}
.footer-bottom .socials { display: flex; gap: 14px; }
.footer-bottom .socials a { color: rgba(255,255,255,0.6); }
.footer-bottom .socials i { width: 16px; height: 16px; }

/* ========== OVER ONS: STORY ========== */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.story-col h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 16px;
}
.story-col p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--foreground-secondary);
  margin-bottom: 16px;
}
.story-img {
  height: 520px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.story-section.no-media,
.founder-section.no-media {
  grid-template-columns: 1fr;
  justify-items: center;
}
.story-section.no-media .story-col,
.founder-section.no-media .founder-col {
  max-width: 760px;
  text-align: center;
}
.founder-section.no-media .founder-col .founder-sig {
  justify-content: center;
}

/* ========== STATS ========== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}
.stat-card .stat-num {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  color: var(--accent-green);
  margin-bottom: 8px;
}
.stat-card .stat-label {
  font-size: 14px;
  color: var(--foreground-secondary);
}

/* ========== FOUNDER ========== */
.founder-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.founder-img {
  height: 560px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.founder-col blockquote {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: var(--foreground-primary);
  margin: 12px 0;
}
.founder-col .founder-sig {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.founder-col .founder-sig .line { width: 40px; height: 2px; background: var(--accent-primary); }
.founder-col .founder-sig .name { font-size: 14px; color: var(--foreground-secondary); font-weight: 500; }

/* ========== FAQ ========== */
.faq-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  padding: 96px 120px;
  align-items: start;
}
.faq-sidebar { display: flex; flex-direction: column; gap: 24px; }
.faq-cat-list { display: flex; flex-direction: column; }
.faq-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  cursor: pointer;
  margin-bottom: 6px;
  font: inherit;
  text-align: left;
}
.faq-cat:hover { border-color: var(--accent-green); }
.faq-cat.active { background: var(--accent-green); border-color: var(--accent-green); }
.faq-cat .lbl { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--foreground-primary); font-weight: 500; }
.faq-cat.active .lbl { color: var(--foreground-inverse); font-weight: 600; }
.faq-cat .lbl i { width: 16px; height: 16px; color: var(--foreground-secondary); }
.faq-cat.active .lbl i { color: var(--accent-primary); }
.faq-cat .count { font-size: 13px; color: var(--foreground-secondary); }
.faq-cat.active .count { color: rgba(255,255,255,0.7); }

.faq-help-card {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border-radius: var(--rounded-sm);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-help-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-help-icon i { width: 20px; height: 20px; color: var(--accent-primary); }
.faq-help-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.faq-help-card p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.8); }
.faq-help-card a { font-size: 13px; font-weight: 600; color: var(--accent-primary); }

.faq-main { display: flex; flex-direction: column; gap: 64px; }
.faq-group { display: flex; flex-direction: column; gap: 20px; }
.faq-group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-group-head h2 { font-size: 32px; }
.faq-group-head .count { font-size: 13px; color: var(--foreground-secondary); }
.faq-group-head .eyebrow { display: block; margin-bottom: 6px; font-size: 11px; }

.faq-item {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
.faq-item summary { list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.faq-item-q { display: flex; flex-direction: column; gap: 4px; }
.faq-item-q .num { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--accent-primary); }
.faq-item-q .q { font-family: 'Inter', sans-serif; font-size: 20px; line-height: 1.3; color: var(--foreground-primary); }
.faq-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-toggle i { width: 18px; height: 18px; color: var(--foreground-secondary); }
.faq-item[open] .faq-toggle { background: var(--accent-green); }
.faq-item[open] .faq-toggle i { color: var(--accent-primary); }
.faq-item-body { display: flex; flex-direction: column; gap: 16px; padding-top: 20px; border-top: 1px solid var(--border-subtle); }
.faq-item-body p { font-size: 15px; line-height: 1.7; color: var(--foreground-secondary); }
.faq-tags { display: flex; gap: 8px; }
.faq-tag {
  background: var(--surface-primary);
  color: var(--foreground-secondary);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

/* ========== FAQ HERO (with bg image) ========== */
.faq-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 120px 80px;
}
.faq-hero-overlay {
  background: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 48px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: var(--foreground-inverse);
  max-width: 760px;
}
.faq-hero-overlay h1 {
  font-size: 64px;
  line-height: 1.05;
  text-align: center;
  color: var(--foreground-inverse);
}
.faq-hero-overlay > p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  text-align: center;
  max-width: 640px;
}
.faq-search {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--foreground-inverse);
  border-radius: var(--rounded-sm);
  padding: 14px 16px 14px 24px;
  width: 100%;
  max-width: 600px;
}
.faq-search i { width: 20px; height: 20px; color: var(--foreground-secondary); }
.faq-search input {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  background: transparent;
}
.faq-search button {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border: none;
  border-radius: var(--rounded-sm);
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.faq-popular {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.faq-popular .lbl { font-size: 13px; color: rgba(255,255,255,0.6); }
.faq-popular .pill {
  background: rgba(255,255,255,0.08);
  color: var(--foreground-inverse);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
}

/* ========== KLANTENSERVICE TILES ========== */
.service-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-tile {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-tile-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-tile-icon i, .service-tile-icon svg { width: 22px; height: 22px; color: var(--foreground-inverse); }
.service-tile h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: var(--foreground-primary);
}
.service-tile p { font-size: 14px; line-height: 1.6; color: var(--foreground-secondary); }
.service-tile-link { font-size: 13px; font-weight: 600; color: var(--accent-green); }

/* ========== KLANTENSERVICE CONTACT ========== */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  background: var(--surface-primary);
}
.contact-form {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: flex; gap: 16px; }
.field-row .field { flex: 1; }
.field label { font-size: 13px; font-weight: 600; color: var(--foreground-primary); }
.field input,
.field select,
.field textarea {
  padding: 12px 14px;
  background: var(--surface-primary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--foreground-primary);
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--accent-green); }
.field textarea { resize: vertical; min-height: 140px; }

.contact-info-card {
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border-radius: var(--rounded-sm);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  color: var(--foreground-inverse);
}
.contact-info-card .divider { height: 1px; background: rgba(255,255,255,0.13); }
.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-row .row-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-row .row-icon i { width: 18px; height: 18px; color: var(--accent-primary); }
.contact-row .row-label { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 1px; }
.contact-row .row-value { font-size: 15px; font-weight: 500; }

.hours-card {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hours-card h3 { font-family: 'Inter', sans-serif; font-size: 22px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.hours-row .h-lbl { color: var(--foreground-secondary); }
.hours-row .h-val { color: var(--foreground-primary); font-weight: 600; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .site-header { padding: 0 24px; }
  .site-header nav { gap: 20px; }
  .site-header { gap: 14px; }
  .header-search { width: 200px; }
  .site-header .google-review .g-stars { display: none; }
  .site-header .google-review .g-wordmark { font-size: 13px; }
  .site-header .google-review { padding: 0 10px; gap: 6px; height: 34px; }
  section { padding: 60px 40px; }
  .img-hero { padding: 0 40px; }
  .cat-grid, .product-grid-4, .stats-grid, .service-tiles, .usp-row { grid-template-columns: repeat(2, 1fr); }
  .story-section, .founder-section, .contact-section { grid-template-columns: 1fr; gap: 40px; }
  .story-img, .founder-img { height: 360px; }
  .faq-body { grid-template-columns: 1fr; padding: 60px 40px; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .img-hero-overlay h1 { font-size: 40px; }
  .img-hero-overlay { padding: 32px 32px; }
}

@media (max-width: 720px) {
  .site-header { padding: 0 16px; gap: 10px; }
  .site-header .google-review { display: none; }
  .site-header nav { display: none; }
  .site-header.open nav {
    display: flex;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0;
    flex-direction: column;
    background: var(--accent-green);
    padding: 8px 0 16px;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .site-header.open nav a {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
  }
  .admin-bar .site-header.open nav { top: 126px; }
  .menu-toggle { display: inline-flex; order: 4; margin-left: 8px; }
  .search-toggle { display: inline-flex; order: 2; }
  .site-header .header-actions { order: 3; margin-left: auto; gap: 0; }
  .site-header .logo { order: 1; }
  .site-header .header-search { display: none; }
  .site-header.search-open .header-search {
    order: 5;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    background: var(--foreground-inverse);
    border-color: transparent;
    border-top: 1px solid var(--border-subtle);
    padding: 0 24px;
    height: 56px;
  }
  .site-header.open nav { top: 80px; }
  .site-header.search-open .header-search { top: 80px; }
  .site-header.search-open .header-search input,
  .site-header.search-open .header-search .dgwt-wcas-search-input { color: var(--foreground-primary) !important; }
  .site-header.search-open .header-search input::placeholder,
  .site-header.search-open .header-search .dgwt-wcas-search-input::placeholder { color: var(--foreground-secondary) !important; }
  .header-iconbtn { width: 36px; height: 36px; }
  .header-iconbtn i { width: 18px; height: 18px; }
  .site-header .header-cart { width: 36px; height: 36px; }
  section { padding: 48px 20px; }
  .img-hero { padding: 0 20px; min-height: 480px; height: auto; }
  .img-hero-overlay { padding: 28px; }
  .img-hero-overlay h1 { font-size: 28px; }
  .cta-banner, .faq-hero { padding: 48px 20px; }
  .faq-hero { min-height: 560px; }
  .cat-grid, .product-grid-4, .stats-grid, .service-tiles, .usp-row { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .faq-hero-overlay h1 { font-size: 40px; }
  .site-footer { padding: 40px 20px 30px; }
}

/* ============================================================ */
/* WooCommerce: shop archive (category + product archive)        */
/* ============================================================ */
.shop-hero { background: var(--accent-green); color: var(--foreground-inverse); text-align: center; padding: 80px 120px 64px; }
.shop-hero .breadcrumb { justify-content: center; margin-bottom: 16px; }
.shop-hero h1 { font-family: 'Inter', sans-serif; font-size: 48px; color: var(--foreground-inverse); margin-bottom: 12px; }
.shop-hero p { color: rgba(255,255,255,0.8); max-width: 580px; margin: 0 auto; font-size: 16px; }
.shop-body { display: grid; grid-template-columns: 280px 1fr; gap: 48px; padding: 64px 120px; align-items: start; }
.shop-sidebar { display: flex; flex-direction: column; gap: 28px; background: #FFFFFF; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); padding: 28px; align-self: start; }
.shop-sidebar .sb-title { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 400; color: var(--foreground-primary); margin-bottom: -4px; }

/* ========== SHOP SIDEBAR — BeRocket AJAX filters ========== */
.shop-sidebar-widgets { display: flex; flex-direction: column; }
.shop-sidebar-widgets .berocket_single_filter_widget { padding: 22px 0; border-top: 1px solid var(--border-subtle); }
.shop-sidebar-widgets .berocket_single_filter_widget:first-child { padding-top: 0; border-top: none; }
.shop-sidebar-widgets .berocket_single_filter_widget:last-child { padding-bottom: 0; }

/* Default WooCommerce "Product categories" widget in the shop sidebar (matches the filters). */
.shop-sidebar-widgets .widget_block { padding: 22px 0; border-top: 1px solid var(--border-subtle); }
.shop-sidebar-widgets .widget_block:first-child { padding-top: 0; border-top: none; }
.shop-sidebar-widgets .widget_block:last-child { padding-bottom: 0; }
.shop-sidebar .wp-block-woocommerce-product-categories::before { content: "Categorie"; display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--foreground-secondary); margin-bottom: 14px; }
.shop-sidebar .wc-block-product-categories-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.shop-sidebar .wc-block-product-categories-list-item { margin: 0; line-height: 1.3; }
.shop-sidebar .wc-block-product-categories-list-item a { display: flex; align-items: center; gap: 10px; color: var(--foreground-secondary); font-size: 14px; line-height: 1.4; text-decoration: none; padding: 5px 0; border-radius: var(--rounded-sm); transition: color 0.15s; }
.shop-sidebar .wc-block-product-categories-list-item a:hover { color: var(--accent-green); }
.shop-sidebar .wc-block-product-categories-list .wc-block-product-categories-list { margin: 10px 0 0; padding-left: 16px; border-left: 1px solid var(--border-subtle); gap: 8px; }
.shop-sidebar .wc-block-product-categories-list-item--current > a { color: var(--accent-green); font-weight: 600; }
.shop-sidebar .cat-check { flex-shrink: 0; width: 18px; height: 18px; border: 1.5px solid var(--border-subtle); border-radius: var(--rounded-sm); background: #fff; position: relative; transition: border-color 0.15s, background 0.15s; }
.shop-sidebar .wc-block-product-categories-list-item a:hover .cat-check { border-color: var(--accent-green); }
.shop-sidebar .wc-block-product-categories-list-item--current > a .cat-check { background: var(--accent-green); border-color: var(--accent-green); }
.shop-sidebar .wc-block-product-categories-list-item--current > a .cat-check::after { content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }


/* Filter group heading */
.shop-sidebar .bapf_head { margin-bottom: 14px; }
.shop-sidebar .bapf_head h3 { display: flex; align-items: center; justify-content: space-between; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--foreground-secondary); margin: 0; }
.shop-sidebar .bapf_colaps_togl { cursor: pointer; }
.shop-sidebar .bapf_colaps_smb { font-size: 11px; color: var(--accent-green); opacity: 0.7; transition: transform 0.2s; }

/* Search field (e.g. Lego nummer) */
.shop-sidebar .bapf_srch .bapf_form { display: flex; gap: 8px; }
.shop-sidebar .bapf_input { flex: 1; min-width: 0; padding: 10px 12px; background: var(--surface-primary); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 14px; color: var(--foreground-primary); transition: border-color 0.2s, box-shadow 0.2s; }
.shop-sidebar .bapf_input::placeholder { color: var(--foreground-secondary); }
.shop-sidebar .bapf_input:focus { outline: none; border-color: var(--accent-green); box-shadow: 0 0 0 3px rgba(45,74,62,0.12); }
.shop-sidebar .bapf_search { flex-shrink: 0; padding: 10px 16px; background: var(--accent-green); color: var(--foreground-inverse); border: 1px solid transparent; border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; transition: opacity 0.2s; }
.shop-sidebar .bapf_search:hover { opacity: 0.9; }

/* Price slider (jQuery UI) */
.shop-sidebar .bapf_slidr_all { display: grid; grid-template-columns: auto auto; justify-content: space-between; align-items: center; margin-bottom: 4px; font-size: 13px; color: var(--foreground-secondary); }
.shop-sidebar .bapf_from, .shop-sidebar .bapf_to { font-weight: 500; color: var(--foreground-primary); }
.shop-sidebar .bapf_slidr_main.ui-slider { grid-column: 1 / -1; position: relative; height: 4px; margin: 16px 9px 10px; background: var(--border-subtle); border: none; border-radius: 999px; }
.shop-sidebar .ui-slider .ui-slider-range { position: absolute; height: 100%; background: var(--accent-green); border-radius: 999px; }
.shop-sidebar .ui-slider .ui-slider-handle { position: absolute; top: 50%; width: 16px; height: 16px; margin-left: -8px; transform: translateY(-50%); background: var(--foreground-inverse); border: 2px solid var(--accent-green); border-radius: 50%; cursor: grab; box-shadow: 0 1px 3px rgba(0,0,0,0.15); outline: none; }
.shop-sidebar .ui-slider .ui-slider-handle:active { cursor: grabbing; }

/* Checkbox list (e.g. Kleur) */
.shop-sidebar .bapf_ckbox ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.shop-sidebar .bapf_ckbox li { display: flex; align-items: flex-start; gap: 9px; margin: 0; }
.shop-sidebar .bapf_ckbox input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin: 2px 0 0; accent-color: var(--accent-green); cursor: pointer; }
.shop-sidebar .bapf_ckbox label { flex: 1; min-width: 0; margin: 0; font-size: 14px; color: var(--foreground-secondary); cursor: pointer; line-height: 1.3; }
.shop-sidebar .bapf_ckbox li:hover label { color: var(--foreground-primary); }
/* Hierarchical category filter: sub-categories collapse under the parent and expand
   on click of the +/- toggle, shown on the next line indented. Display is toggled
   inline (with !important) via JS so it overrides BeRocket's own styles. */
.shop-sidebar .bapf_ckbox li { flex-wrap: wrap; }
.shop-sidebar .bapf_ckbox .bapf_ochild { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin-top: 1px; cursor: pointer; font-family: 'Inter', sans-serif; font-style: normal; font-size: 13px; line-height: 1; color: var(--accent-green); flex-shrink: 0; }
.shop-sidebar .bapf_ckbox .bapf_ochild::before { content: '+'; }
.shop-sidebar .bapf_ckbox li.is-open > .bapf_ochild::before { content: '\2212'; }
.shop-sidebar .bapf_ckbox li > ul { flex-basis: 100%; width: 100%; flex-direction: column; gap: 10px; margin: 9px 0 0; padding-left: 26px; border-left: 1px solid var(--border-subtle); }
.shop-sidebar .bapf_ckbox li:has(> ul) { row-gap: 0; }
/* When a parent category is SELECTED, reveal its sub-categories. Keyed on BeRocket's
   own .checked class so it works instantly via CSS, regardless of JS/observer timing. */
.shop-sidebar .bapf_ckbox li.checked > ul { display: flex !important; }
.shop-sidebar .bapf_ckbox li.checked > .bapf_ochild::before { content: '\2212'; }
/* Keep a parent's sub-list open when one of its children is selected, so the
   selected child stays visible (the child <li> gets .checked, not the parent). */
.shop-sidebar .bapf_ckbox li:has(.checked) > ul { display: flex !important; }
.shop-sidebar .bapf_ckbox li:has(.checked) > .bapf_ochild::before { content: '\2212'; }
.filter-block { display: flex; flex-direction: column; gap: 14px; }
.filter-block h4 { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 3px; color: var(--accent-primary); text-transform: uppercase; margin-bottom: 0; }
.filter-block .opt-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; cursor: pointer; }
.filter-block .opt-row .opt-lbl { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--foreground-primary); }
.filter-block .opt-row .opt-count { font-size: 13px; color: var(--foreground-secondary); }
.filter-block input[type="checkbox"] { accent-color: var(--accent-green); width: 16px; height: 16px; }
.sb-apply { width: 100%; padding: 12px 16px; background: var(--accent-green); color: var(--foreground-inverse); border: none; border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; cursor: pointer; transition: opacity 0.15s; }
.sb-apply:hover { opacity: 0.9; }
.price-slider { display: flex; flex-direction: column; gap: 14px; padding: 4px 4px 8px; }
.price-slider .price-values { display: flex; justify-content: space-between; align-items: baseline; }
.price-slider .price-values .pv-label { font-size: 12px; color: var(--foreground-secondary); letter-spacing: 0.5px; text-transform: uppercase; }
.price-slider .price-values .pv { font-family: 'Inter', sans-serif; font-size: 18px; color: var(--accent-green); font-weight: 500; }
.price-slider .slider-track { position: relative; height: 28px; display: flex; align-items: center; }
.price-slider .slider-track::before { content: ''; position: absolute; left: 0; right: 0; height: 4px; background: var(--border-subtle); border-radius: 2px; }
.price-slider .slider-track .range-fill { position: absolute; height: 4px; background: var(--accent-green); border-radius: 2px; }
.price-slider input[type="range"] {
  -webkit-appearance: none; appearance: none;
  position: absolute; width: 100%; height: 28px;
  background: transparent; pointer-events: none; margin: 0;
}
.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  pointer-events: auto;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--foreground-inverse); border: 2px solid var(--accent-green);
  cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.15); transition: transform 0.1s;
}
.price-slider input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.1); }
.price-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto; width: 20px; height: 20px; border-radius: 50%;
  background: var(--foreground-inverse); border: 2px solid var(--accent-green);
  cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.price-slider .price-bounds { display: flex; justify-content: space-between; font-size: 11px; color: var(--foreground-secondary); }
.shop-main { display: flex; flex-direction: column; gap: 32px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--border-subtle); }
.shop-toolbar .woocommerce-result-count { font-size: 14px; color: var(--foreground-secondary); margin: 0; }
.shop-controls { display: flex; gap: 12px; align-items: center; }
.shop-controls select,
.shop-controls .orderby { padding: 8px 14px; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 14px; }
.view-toggle { display: flex; gap: 4px; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); padding: 4px; }
.view-toggle button { background: none; border: none; padding: 6px; cursor: pointer; color: var(--foreground-secondary); display: flex; }
.view-toggle button.active { background: var(--accent-green); color: var(--accent-primary); border-radius: 2px; }
.view-toggle i { width: 16px; height: 16px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.subcat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.subcat-card { display: flex; flex-direction: column; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); overflow: hidden; color: inherit; transition: box-shadow 0.2s, transform 0.2s; }
.subcat-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateY(-2px); }
.subcat-img { aspect-ratio: 1 / 1; background: var(--surface-primary); background-size: cover; background-position: center; }
.subcat-info { padding: 16px 18px; }
.subcat-info h3 { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; margin: 0 0 4px; color: var(--foreground-primary); }
.subcat-count { font-size: 13px; color: var(--foreground-secondary); }
@media (max-width: 900px) { .subcat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .subcat-grid { grid-template-columns: 1fr; } }
.shop-grid .product-card .pc-price { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: var(--accent-green); }
.shop-grid .product-card .pc-price-old { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 400; }
.shop-grid .product-card .pc-title-link { color: inherit; text-decoration: none; display: block; transition: color 0.15s; }
.shop-grid .product-card .pc-title-link:hover { color: var(--accent-green); }
.shop-grid .product-card .pc-cart-row { display: flex; gap: 8px; align-items: stretch; margin-top: 8px; }
.shop-grid .product-card .pc-qty { display: flex; align-items: center; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); background: var(--foreground-inverse); flex-shrink: 0; }
.shop-grid .product-card .pc-qty button { width: 30px; height: 36px; background: none; border: none; cursor: pointer; font-size: 15px; color: var(--foreground-secondary); display: inline-flex; align-items: center; justify-content: center; }
.shop-grid .product-card .pc-qty .qty-val { padding: 0 8px; font-weight: 600; font-size: 13px; min-width: 18px; text-align: center; }
.shop-grid .product-card .pc-cta { flex: 1; margin-top: 0; }
.pagination { display: flex; justify-content: center; gap: 8px; padding-top: 24px; }
.pagination a,
.pagination span { padding: 8px 14px; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); font-size: 14px; color: var(--foreground-primary); text-decoration: none; }
.pagination .current,
.pagination a.active { background: var(--accent-green); color: var(--foreground-inverse); border-color: var(--accent-green); }
.usp-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; background: var(--foreground-inverse); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); padding: 32px 120px; }
.usp-bar-item { display: flex; align-items: center; gap: 12px; }
.usp-bar-icon { width: 32px; height: 32px; background: var(--accent-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.usp-bar-icon i, .usp-bar-icon svg { width: 16px; height: 16px; color: var(--foreground-inverse); }
.usp-bar-item .label { font-size: 13px; color: var(--foreground-secondary); }
.shop-filter-toggle { display: none; }
.shop-sidebar-close { display: none; }
.shop-sidebar-backdrop { display: none; }

@media (max-width: 1024px) {
  .shop-hero { padding: 60px 40px; }
  .shop-body { padding: 48px 40px; grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-bar { grid-template-columns: repeat(2, 1fr); padding: 24px 40px; }

  .shop-filter-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--accent-green); color: var(--foreground-inverse); border: 1px solid var(--accent-green); border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; }
  .shop-filter-toggle i, .shop-filter-toggle svg { width: 16px; height: 16px; }

  .shop-sidebar { position: fixed; top: 0; left: 0; width: min(360px, 88vw); max-width: 100%; height: 100vh; height: 100dvh; z-index: 1001; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; transform: translateX(-100%); transition: transform 0.3s ease; border-radius: 0; border: none; border-right: 1px solid var(--border-subtle); padding: 24px; }
  .shop-filters-open .shop-sidebar { transform: translateX(0); }
  .shop-sidebar .sb-title { display: flex; align-items: center; justify-content: space-between; }
  .shop-sidebar-close { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: none; border: none; font-size: 28px; line-height: 1; color: var(--foreground-primary); cursor: pointer; padding: 0; }
  .shop-sidebar-backdrop { display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  .shop-filters-open .shop-sidebar-backdrop { opacity: 1; pointer-events: auto; }
  .shop-filters-open { overflow: hidden; }
}
@media (max-width: 720px) {
  .shop-body { padding: 32px 20px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; gap: 12px; }
  .usp-bar { grid-template-columns: 1fr; padding: 24px 20px; }
}

/* ============================================================ */
/* WooCommerce: single product (PDP)                            */
/* ============================================================ */
.pdp-filter-results:not([hidden]) { display: flex; flex-direction: column; gap: 24px; }
.pdp-filter-results .shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .pdp-filter-results .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pdp-filter-results .shop-grid { grid-template-columns: 1fr; } }

/* PDP wrapped with the filter sidebar — reuse .shop-body layout but cancel each
   inner block's own side padding so they align to .shop-main. */
.pdp-shop-body { padding: 32px 120px 64px; }
.pdp-shop-body .shop-main { min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.pdp-shop-body .pdp-bread,
.pdp-shop-body .pdp,
.pdp-shop-body .pdp-tabs,
.pdp-shop-body .pdp-tab-body { padding-left: 0; padding-right: 0; }
.pdp-shop-body .pdp-bread { padding-top: 0; }
.pdp-shop-body .pdp { padding-top: 0; padding-bottom: 0; }
.pdp-shop-body .pdp-tab-body { padding-top: 32px; padding-bottom: 0; }
@media (max-width: 1024px) {
  .pdp-shop-body { padding: 24px 40px 48px; grid-template-columns: 1fr; }
  .pdp-shop-body .shop-sidebar { order: 2; }
}
@media (max-width: 720px) {
  .pdp-shop-body { padding: 16px 20px 32px; }
}

.pdp-bread { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 24px 120px 0; font-size: 13px; color: var(--foreground-secondary); }
.pdp-bread-trail { min-width: 0; }
.back-bar-btn { padding: 8px 16px; font-size: 13px; flex-shrink: 0; }
.back-bar-btn i, .back-bar-btn svg { width: 14px; height: 14px; }
.pdp-bread a { color: inherit; text-decoration: none; }
.pdp-bread .sep { margin: 0 10px; font-weight: 600; color: var(--foreground-secondary); }
.pdp-bread .current { color: var(--accent-green); font-weight: 500; }
.pdp { display: grid; grid-template-columns: 55fr 45fr; column-gap: 64px; row-gap: 16px; padding: 32px 120px 80px; align-items: start; }
.pdp-gallery { display: flex; flex-direction: column; gap: 16px; }
.pdp-back { grid-column: 1 / -1; justify-self: start; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; background: none; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: var(--foreground-secondary); cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.pdp-back:hover { border-color: var(--accent-green); color: var(--accent-green); }
.pdp-back i, .pdp-back svg { width: 16px; height: 16px; }
.pdp-main-img { position: relative; aspect-ratio: 1/1; background: var(--surface-primary); background-size: contain; background-repeat: no-repeat; background-position: center; border-radius: 8px; border: 1px solid var(--border-subtle); }
/* ACO Product Labels: reveal + position the badge over product images. The plugin only
   un-hides badges inside WooCommerce-standard containers, which this custom theme doesn't use. */
.pdp-main-img > .acoplw-badge,
.product-card .pc-img-wrap > .acoplw-badge { position: absolute; top: 12px; left: 12px; z-index: 3; }
.pdp-main-img > .acoplw-badge { top: 64px; }
/* Follow the badge's own alignment setting (right-aligned badges get the right corner). */
.pdp-main-img > .acoplw-badge:has(.acoplwRightAlign),
.product-card .pc-img-wrap > .acoplw-badge:has(.acoplwRightAlign) { left: auto; right: 12px; }
.pdp-main-img .acoplw-badge-icon,
.product-card .pc-img-wrap .acoplw-badge-icon { visibility: visible; display: inline-flex !important; align-items: center; justify-content: center; position: relative; top: auto !important; box-sizing: border-box; }
.pdp-main-img .acoplw-blockText,
.product-card .pc-img-wrap .acoplw-blockText { position: static !important; top: auto !important; transform: none !important; font-size: inherit; line-height: 1; white-space: nowrap; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pdp-thumb { aspect-ratio: 1/1; background-size: cover; background-position: center; border-radius: var(--rounded-sm); border: 1px solid var(--border-subtle); cursor: pointer; }
.pdp-thumb.active { border-color: var(--accent-green); border-width: 2px; }
.pdp-info { display: flex; flex-direction: column; gap: 18px; }
.pdp-info h1 { font-family: 'Inter', sans-serif; font-size: 38px; line-height: 1.2; color: var(--foreground-primary); }
.pdp-rating { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--foreground-secondary); }
.pdp-stars { display: flex; gap: 2px; color: var(--accent-primary); }
.pdp-stars i { width: 16px; height: 16px; fill: currentColor; }
.pdp-price { display: flex; gap: 12px; align-items: baseline; padding: 16px 0; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.pdp-price .current { font-family: 'Inter', sans-serif; font-size: 36px; color: var(--accent-green); }
.pdp-price .old { text-decoration: line-through; color: var(--foreground-secondary); font-size: 16px; }
.pdp-price .sale-badge { margin-left: auto; background: var(--accent-green); color: var(--foreground-inverse); padding: 6px 12px; border-radius: var(--rounded-sm); font-size: 12px; font-weight: 600; letter-spacing: 1px; }
.pdp-desc { font-size: 15px; line-height: 1.7; color: var(--foreground-secondary); }
.pdp-attributes { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--foreground-secondary); }
.pdp-attributes li { display: flex; gap: 8px; }
.pdp-attributes .pdp-attr-label { font-weight: 600; color: var(--foreground-primary); flex: 0 0 110px; }
.pdp-badges { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.pdp-badge { background: var(--surface-primary); border: 1px solid var(--border-subtle); padding: 8px 14px; border-radius: var(--rounded-sm); font-size: 13px; color: var(--foreground-secondary); }
.pdp-qty-row { display: flex; gap: 12px; align-items: center; }
.qty-stepper { display: flex; align-items: center; gap: 0; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); background: var(--foreground-inverse); }
.qty-stepper button { width: 40px; height: 44px; background: none; border: none; cursor: pointer; font-size: 18px; color: var(--foreground-secondary); }
.qty-stepper .qty { padding: 0 12px; font-weight: 600; }
.pdp-cta-row { display: flex; gap: 12px; align-items: stretch; }
.pdp-cta-row .qty-stepper { flex-shrink: 0; }
.pdp-cta-row .btn-primary { flex: 1; padding: 18px 24px; font-size: 15px; }
.pdp-cta-row .btn-secondary { padding: 16px 20px; }
.pdp-stock-row { font-size: 13px; color: var(--foreground-secondary); margin-top: 8px; }

/* YITH Wishlist heart inside the PDP CTA row — square button paired with the primary CTA.
   Works across all YITH render states: add, remove (after click), browse, exists. */
.pdp-cta-row .yith-wcwl-add-to-wishlist {
  margin: 0;
  display: inline-flex;
  align-self: stretch;
  flex-shrink: 0;
  width: 56px;
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Hide the secondary browse/view links — only the icon button is shown. */
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.view-wishlist,
.pdp-cta-row .yith-wcwl-add-to-wishlist .separator,
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
  display: none !important;
}

/* Shared square-button look — applied to the primary <a> and to the fallback .feedback span. */
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.pdp-cta-row .yith-wcwl-add-to-wishlist .feedback {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--rounded-sm);
  border: 1px solid var(--accent-green);
  text-decoration: none;
  cursor: pointer;
  font-size: 0;          /* hide label text node next to the icon */
  line-height: 0;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

/* Default state — outlined green heart on white. */
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.add_to_wishlist {
  background: var(--foreground-inverse);
  color: var(--accent-green);
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.add_to_wishlist:hover {
  background: var(--surface-primary);
}

/* Saved state — solid green with a filled white heart.
   Covers the YITH "remove" template (a.delete_item) and the "view" template (.feedback span). */
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.delete_item,
.pdp-cta-row .yith-wcwl-add-to-wishlist .feedback {
  background: var(--accent-green);
  color: var(--foreground-inverse);
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.delete_item:hover {
  background: #213a30;
}

.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:active {
  transform: scale(0.96);
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:focus-visible {
  outline: 2px solid var(--accent-green);
  outline-offset: 2px;
}

/* Heart SVG sizing + colors. */
.pdp-cta-row .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  transition: fill 0.15s ease, stroke 0.15s ease;
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.add_to_wishlist svg {
  fill: none;
  stroke: currentColor;
}
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.delete_item svg,
.pdp-cta-row .yith-wcwl-add-to-wishlist .feedback svg {
  fill: var(--foreground-inverse);
  stroke: var(--foreground-inverse);
}

/* Suppress plugin tooltips and ajax loader bleed-through. */
.pdp-cta-row .yith-wcwl-add-to-wishlist .ajax-loading,
.pdp-cta-row .yith-wcwl-add-to-wishlist .yith-wcwl-tooltip {
  display: none !important;
}
.pdp-trust { display: flex; flex-direction: column; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-subtle); list-style: none; }
.pdp-trust .item { display: flex; gap: 12px; align-items: center; font-size: 14px; color: var(--foreground-secondary); }
.pdp-trust .item i { width: 18px; height: 18px; color: var(--accent-green); }

.pdp-tabs { padding: 0 120px; border-bottom: 1px solid var(--border-subtle); display: flex; gap: 32px; }
.pdp-tab { padding: 16px 0; font-size: 14px; color: var(--foreground-secondary); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.pdp-tab.active { color: var(--accent-green); border-color: var(--accent-green); font-weight: 600; }
.pdp-tab-body { padding: 48px 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.pdp-tab-body p { font-size: 15px; line-height: 1.7; color: var(--foreground-secondary); }
.pdp-tab-body h3 { font-family: 'Inter', sans-serif; font-size: 22px; margin-bottom: 16px; }
.specs-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; padding: 0; }
.specs-list li { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--foreground-secondary); list-style: none; }
.pdp-specs-title { margin-top: 24px; }
.specs-attrs { display: flex; flex-direction: column; padding: 0; list-style: none; }
.specs-attrs li {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 2fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 14px;
}
.specs-attrs li:last-child { border-bottom: 0; }
.specs-attrs .spec-name { color: var(--foreground-secondary); font-weight: 500; }
.specs-attrs .spec-value { color: var(--foreground-primary); font-weight: 600; }
.specs-list i { width: 16px; height: 16px; color: var(--accent-green); flex-shrink: 0; }

@media (max-width: 1024px) {
  .pdp-bread, .pdp-tabs, .pdp-tab-body { padding-left: 40px; padding-right: 40px; }
  .pdp { padding: 32px 40px 60px; grid-template-columns: 1fr; gap: 32px; }
  .pdp-tab-body { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .pdp-bread, .pdp-tabs, .pdp-tab-body { padding-left: 20px; padding-right: 20px; }
  .pdp { padding: 24px 20px 40px; }
  .pdp-info h1 { font-size: 28px; }
  .pdp-tabs { overflow-x: auto; gap: 20px; }
}

/* ============================================================ */
/* Cart                                                         */
/* ============================================================ */
.cart-empty-wrap { padding: 64px 120px; display: flex; justify-content: center; }
.cart-empty-card { max-width: 520px; width: 100%; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); padding: 48px 32px; text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.cart-empty-icon { width: 64px; height: 64px; background: var(--surface-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.cart-empty-icon i { width: 28px; height: 28px; color: var(--accent-green); }
.cart-empty-card h2 { font-family: 'Inter', sans-serif; font-size: 26px; }
.cart-empty-card p { color: var(--foreground-secondary); font-size: 15px; margin-bottom: 8px; }

.cart-page { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; padding: 48px 120px 80px; align-items: start; }
.cart-page .shop_table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); overflow: hidden; }
.cart-page .shop_table thead th { background: var(--surface-primary); color: var(--foreground-secondary); font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-align: left; padding: 14px 16px; }
.cart-page .shop_table tbody td { padding: 18px 16px; border-top: 1px solid var(--border-subtle); vertical-align: middle; font-size: 14px; color: var(--foreground-primary); }
.cart-page .shop_table .product-thumbnail { width: 80px; }
.cart-page .shop_table .product-thumbnail img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--rounded-sm); display: block; }
.cart-page .shop_table .product-remove { width: 40px; text-align: right; }
.cart-page .shop_table .product-remove .remove { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; color: var(--foreground-secondary); text-decoration: none; font-size: 18px; line-height: 1; }
.cart-page .shop_table .product-remove .remove:hover { background: var(--surface-primary); color: var(--accent-green); }
.cart-page .cart-prod-title { color: var(--foreground-primary); text-decoration: none; font-weight: 600; }
.cart-page .cart-prod-title:hover { color: var(--accent-green); }
.cart-page .cart-prod-price { font-size: 13px; color: var(--foreground-secondary); margin-top: 4px; }
.cart-page .product-subtotal { font-weight: 700; color: var(--accent-green); }
.cart-page .quantity { display: inline-flex; align-items: center; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); background: var(--foreground-inverse); overflow: hidden; }
.cart-page .quantity input.qty { width: 44px; height: 36px; border: 0; text-align: center; font-size: 13px; font-weight: 600; background: transparent; outline: none; -moz-appearance: textfield; }
.cart-page .quantity input.qty::-webkit-outer-spin-button,
.cart-page .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-page .cart-actions-row td { background: var(--surface-primary); }
.cart-page .cart-actions-row .coupon { display: inline-flex; gap: 6px; align-items: center; margin-right: 12px; }
.cart-page .cart-actions-row .coupon .input-text { padding: 10px 12px; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); background: var(--foreground-inverse); font-family: 'Inter', sans-serif; font-size: 13px; }
.cart-page .btn-ghost {
  color: var(--accent-green);
  border-color: var(--accent-green);
  background: var(--foreground-inverse);
}
.cart-page .btn-ghost:hover { background: var(--accent-green); color: var(--foreground-inverse); }

/* ============================================================ */
/* Checkout                                                     */
/* ============================================================ */
.checkout-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
  padding: 48px 120px 80px;
  align-items: start;
}
.checkout-page .checkout-details,
.checkout-page .checkout-review { background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); padding: 28px; }
.checkout-page .checkout-details { display: flex; flex-direction: column; gap: 28px; }
.checkout-page h3,
.checkout-page .woocommerce-billing-fields h3,
.checkout-page .woocommerce-shipping-fields h3,
.checkout-page .woocommerce-additional-fields h3,
.checkout-page #order_review_heading {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 16px;
  color: var(--foreground-primary);
}

/* Field rows */
.checkout-page .form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.checkout-page .form-row-first,
.checkout-page .form-row-last { width: calc(50% - 6px); display: inline-flex; flex-direction: column; vertical-align: top; }
.checkout-page .form-row-first { margin-right: 12px; }
.checkout-page .form-row label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--foreground-secondary);
}
.checkout-page .form-row .required { color: var(--accent-green); text-decoration: none; margin-left: 2px; }
.checkout-page .form-row input[type="text"],
.checkout-page .form-row input[type="email"],
.checkout-page .form-row input[type="tel"],
.checkout-page .form-row input[type="password"],
.checkout-page .form-row input[type="number"],
.checkout-page .form-row textarea,
.checkout-page .form-row .select2-selection,
.checkout-page .form-row .select2-container,
.checkout-page .form-row select {
  width: 100%;
  padding: 12px 14px;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--foreground-primary);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.checkout-page .form-row textarea { min-height: 96px; resize: vertical; }
.checkout-page .form-row input:focus,
.checkout-page .form-row textarea:focus,
.checkout-page .form-row select:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px rgba(45,74,62,0.12);
}
.checkout-page .form-row.woocommerce-invalid input,
.checkout-page .form-row.woocommerce-invalid select { border-color: #cf2e2e; }
.checkout-page .form-row.woocommerce-validated input,
.checkout-page .form-row.woocommerce-validated select { border-color: #4a7a64; }
.checkout-page .form-row .description { font-size: 12px; color: var(--foreground-secondary); margin-top: 4px; }

/* Select2 (WC's enhanced country/state dropdown) */
/* selectWoo raises the dropdown z-index above page elements when opened; cap it below
   the sticky header (z-index 1500) so the country dropdown never covers the header. */
.select2-dropdown,
.select2-container { z-index: 1400 !important; }
.checkout-page .select2-container .select2-selection--single { height: 44px; display: flex; align-items: center; border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); background: var(--foreground-inverse); padding: 0 14px; }
.checkout-page .select2-container--focus .select2-selection--single,
.checkout-page .select2-container--open .select2-selection--single { border-color: var(--accent-green); box-shadow: 0 0 0 3px rgba(45,74,62,0.12); }
.checkout-page .select2-selection__rendered { color: var(--foreground-primary); font-size: 14px; line-height: 44px; padding: 0; }
.checkout-page .select2-selection__arrow { height: 44px; right: 10px; }

/* Order summary (right column) */
.checkout-page .checkout-review { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 18px; }
.admin-bar .checkout-page .checkout-review { top: 120px; }
.checkout-page .woocommerce-checkout-review-order-table { width: 100%; border-collapse: collapse; }
.checkout-page .woocommerce-checkout-review-order-table th,
.checkout-page .woocommerce-checkout-review-order-table td { padding: 12px 0; border-top: 1px solid var(--border-subtle); font-size: 14px; vertical-align: top; }
.checkout-page .woocommerce-checkout-review-order-table thead th { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--foreground-secondary); border-top: 0; padding-bottom: 12px; }
.checkout-page .woocommerce-checkout-review-order-table .product-name { color: var(--foreground-primary); }
.checkout-page .woocommerce-checkout-review-order-table .product-name strong.product-quantity { color: var(--foreground-secondary); font-weight: 500; margin-left: 4px; }
.checkout-page .woocommerce-checkout-review-order-table .product-total { text-align: right; white-space: nowrap; }
.checkout-page .woocommerce-checkout-review-order-table tfoot th,
.checkout-page .woocommerce-checkout-review-order-table tfoot td { padding: 12px 0; font-size: 14px; }
.checkout-page .woocommerce-checkout-review-order-table tfoot th { text-align: left; }
.checkout-page .woocommerce-checkout-review-order-table tfoot td { text-align: right; }
.checkout-page .woocommerce-checkout-review-order-table tfoot .order-total th,
.checkout-page .woocommerce-checkout-review-order-table tfoot .order-total td { font-size: 17px; font-weight: 700; color: var(--accent-green); border-top: 1px solid var(--border-subtle); padding-top: 14px; }
.checkout-page .woocommerce-checkout-review-order-table .amount,
.checkout-page .woocommerce-checkout-review-order-table .woocommerce-Price-amount { color: inherit; }
/* Shipping method options in the order review: remove list bullets + tidy layout. */
.checkout-page ul#shipping_method,
.checkout-page .woocommerce-shipping-methods { list-style: none; margin: 0; padding: 0; text-align: left; }
.checkout-page ul#shipping_method li { display: flex; align-items: flex-start; justify-content: flex-end; gap: 8px; margin: 0 0 8px; line-height: 1.4; }
.checkout-page ul#shipping_method li:last-child { margin-bottom: 0; }
.checkout-page ul#shipping_method li input[type="radio"] { width: 16px; height: 16px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--accent-green); cursor: pointer; }
.checkout-page ul#shipping_method li label { margin: 0; font-size: 14px; color: var(--foreground-primary); cursor: pointer; }

/* Payment methods */
.checkout-page #payment { background: transparent; border-radius: 0; }
.checkout-page #payment ul.payment_methods { list-style: none; padding: 0; margin: 0 0 16px; border: 0; display: flex; flex-direction: column; gap: 8px; }
.checkout-page #payment ul.payment_methods li {
  border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm);
  padding: 12px 14px; background: var(--foreground-inverse);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.checkout-page #payment ul.payment_methods li:has(input:checked) { border-color: var(--accent-green); box-shadow: 0 0 0 3px rgba(45,74,62,0.08); }
.checkout-page #payment ul.payment_methods li input[type="radio"] { accent-color: var(--accent-green); margin-right: 8px; }
.checkout-page #payment ul.payment_methods li label { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; cursor: pointer; }
.checkout-page #payment ul.payment_methods li label img { max-height: 24px; width: auto; }
.checkout-page #payment ul.payment_methods .payment_box {
  margin-top: 10px; padding: 12px; background: var(--surface-primary);
  border-radius: var(--rounded-sm); font-size: 13px; color: var(--foreground-secondary);
}
.checkout-page #payment .place-order { margin-top: 16px; }
.checkout-page #payment #place_order {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 18px;
  background: var(--accent-green); color: var(--foreground-inverse);
  border: 0; border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
  cursor: pointer; transition: opacity 0.2s;
}
.checkout-page #payment #place_order:hover { opacity: 0.9; }
.checkout-page #payment .woocommerce-terms-and-conditions-wrapper { font-size: 13px; color: var(--foreground-secondary); margin-top: 18px; padding-bottom: 16px; }
.checkout-page #payment .woocommerce-terms-and-conditions-checkbox-text a { color: var(--accent-green); }
.checkout-page #payment .woocommerce-privacy-policy-text { margin: 0 0 14px; }
.checkout-page #payment .woocommerce-terms-and-conditions-wrapper .form-row { margin: 0; }
.checkout-page #payment .woocommerce-terms-and-conditions-wrapper label { display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; margin: 0; }
.checkout-page #payment .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { margin: 2px 0 0; flex-shrink: 0; accent-color: var(--accent-green); cursor: pointer; }

/* Coupon notice + login prompt at top of checkout */
.checkout-page .woocommerce-form-coupon-toggle,
.checkout-page .woocommerce-form-login-toggle {
  background: var(--surface-primary); border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm); padding: 12px 16px; margin-bottom: 16px;
  font-size: 13px; color: var(--foreground-secondary);
}
.checkout-page .woocommerce-form-coupon,
.checkout-page .woocommerce-form-login {
  background: var(--foreground-inverse); border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm); padding: 18px; margin-bottom: 16px;
}
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-message {
  background: var(--surface-primary); border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent-green);
  padding: 12px 16px; border-radius: var(--rounded-sm);
  font-size: 14px; color: var(--foreground-primary);
  margin-bottom: 16px;
}
.checkout-page .woocommerce-info a,
.checkout-page .woocommerce-message a { color: var(--accent-green); }

@media (max-width: 1024px) {
  .checkout-page { padding: 32px 40px 60px; grid-template-columns: 1fr; }
  .checkout-page .checkout-review { position: static; }
  .admin-bar .checkout-page .checkout-review { top: 0; }
}
@media (max-width: 720px) {
  .checkout-page { padding: 24px 20px 40px; }
  .checkout-page .form-row-first,
  .checkout-page .form-row-last { width: 100%; margin-right: 0; }
}

/* ============================================================ */
/* Wishlist (YITH)                                              */
/* ============================================================ */
.wishlist-page { padding: 48px 120px 80px; max-width: 100%; box-sizing: border-box; }
.wishlist-page .wishlist-title-container { display: none; }  /* hero already has the page title */
.wishlist-page .yith-wcwl-form { background: transparent; max-width: 100%; box-sizing: border-box; }
.wishlist-page .wishlist_table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  overflow: hidden;
}
.wishlist-page .wishlist_table thead th {
  background: var(--surface-primary);
  color: var(--foreground-secondary);
  font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-subtle);
}
.wishlist-page .wishlist_table tbody td {
  padding: 18px 16px;
  border-top: 1px solid var(--border-subtle);
  vertical-align: middle;
  font-size: 14px;
  color: var(--foreground-primary);
}
.wishlist-page .wishlist_table tbody tr:first-child td { border-top: 0; }
.wishlist-page .wishlist_table .product-thumbnail { width: 90px; }
.wishlist-page .wishlist_table .product-thumbnail img {
  width: 72px; height: 72px; object-fit: cover;
  border-radius: var(--rounded-sm);
  display: block;
}
.wishlist-page .wishlist_table .product-remove { width: 50px; text-align: center; }
.wishlist-page .wishlist_table .product-remove .remove,
.wishlist-page .wishlist_table .product-remove a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--surface-primary);
  color: var(--foreground-secondary);
  font-size: 16px; line-height: 1;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.wishlist-page .wishlist_table .product-remove a:hover { background: var(--accent-green); color: var(--foreground-inverse); }
.wishlist-page .wishlist_table .product-name a {
  color: var(--foreground-primary);
  text-decoration: none;
  font-weight: 600;
}
.wishlist-page .wishlist_table .product-name a:hover { color: var(--accent-green); }
.wishlist-page .wishlist_table .product-price,
.wishlist-page .wishlist_table .product-price ins,
.wishlist-page .wishlist_table .product-price .amount {
  color: var(--accent-green);
  font-weight: 700;
}
.wishlist-page .wishlist_table .product-price del { color: var(--foreground-secondary); font-weight: 400; margin-right: 6px; }
.wishlist-page .wishlist_table .product-stock-status .wishlist-in-stock { color: var(--accent-green); font-weight: 600; }
.wishlist-page .wishlist_table .product-stock-status .wishlist-out-of-stock { color: #cf2e2e; font-weight: 600; }

/* "Add to cart" button in wishlist row */
.wishlist-page .wishlist_table .add_to_cart,
.wishlist-page .wishlist_table .button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 16px;
  background: var(--accent-green);
  color: var(--foreground-inverse) !important;
  border: 0;
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.wishlist-page .wishlist_table .add_to_cart:hover,
.wishlist-page .wishlist_table .button:hover { opacity: 0.9; }

/* Empty state — YITH outputs an empty <td colspan="6"> in the table; also a standalone .wishlist-empty paragraph. */
.wishlist-page .wishlist_table tbody tr:has(.wishlist-empty) td.wishlist-empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--foreground-inverse);
  color: var(--foreground-secondary);
  font-size: 15px;
  border-top: 0;
}
.wishlist-page .wishlist-empty {
  padding: 48px 32px;
  text-align: center;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  color: var(--foreground-secondary);
}
/* Hide the (mostly empty) header row when there are no products — the colspan empty row tells the story already. */
.wishlist-page .wishlist_table:has(td.wishlist-empty) thead { display: none; }
.wishlist-page { min-height: 40vh; }
.wishlist-page .wishlist-empty + .return-to-shop,
.wishlist-page .return-to-shop {
  text-align: center; margin-top: 18px;
}
.wishlist-page .return-to-shop .wc-backward,
.wishlist-page .return-to-shop a {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px;
  background: var(--accent-primary);
  color: var(--foreground-primary);
  border-radius: var(--rounded-sm);
  font-weight: 600;
  text-decoration: none;
}

/* Pagination / share row */
.wishlist-page .yith-wcwl-share { padding: 16px 0; font-size: 13px; color: var(--foreground-secondary); }
.wishlist-page .yith-wcwl-share a { color: var(--accent-green); margin-right: 6px; }
.wishlist-page .yith-wcwl-pagination { text-align: center; padding-top: 16px; }

@media (max-width: 1024px) {
  .wishlist-page { padding: 32px 40px 60px; }
}
@media (max-width: 720px) {
  .wishlist-page { padding: 24px 20px 40px; }
  .wishlist-page .wishlist_table thead { display: none; }
  .wishlist-page .wishlist_table tr { display: grid; grid-template-columns: 90px 1fr 40px; gap: 4px 12px; padding: 14px 0; border-top: 1px solid var(--border-subtle); }
  .wishlist-page .wishlist_table td { display: block; padding: 4px 0; border: 0; }
  .wishlist-page .wishlist_table .product-thumbnail { grid-row: span 3; }
  .wishlist-page .wishlist_table .product-remove { grid-column: 3; }
}

/* ============================================================ */
/* My Account                                                   */
/* ============================================================ */
.account-page { padding: 48px 120px 80px; }
.account-page.is-logged-in { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; align-items: start; }

/* Nav (logged in) */
.account-page .account-nav,
.account-page .woocommerce-MyAccount-navigation {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 16px;
  position: sticky; top: 88px;
}
.admin-bar .account-page .account-nav { top: 120px; }
.account-page .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.account-page .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--foreground-primary);
  text-decoration: none;
  border-radius: var(--rounded-sm);
  transition: background 0.15s, color 0.15s;
}
.account-page .woocommerce-MyAccount-navigation li a:hover { background: var(--surface-primary); color: var(--accent-green); }
.account-page .woocommerce-MyAccount-navigation li.is-active a,
.account-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a { font-weight: 600; }
.account-page .woocommerce-MyAccount-navigation li.is-active a { background: var(--accent-green); color: var(--foreground-inverse); }

/* Content (logged in) */
.account-page .account-content,
.account-page .woocommerce-MyAccount-content {
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 28px;
}
.account-page .woocommerce-MyAccount-content h2,
.account-page .woocommerce-MyAccount-content h3 { font-family: 'Inter', sans-serif; font-weight: 500; margin: 0 0 14px; color: var(--foreground-primary); }
.account-page .woocommerce-MyAccount-content p { color: var(--foreground-secondary); font-size: 15px; line-height: 1.6; }
.account-page .woocommerce-MyAccount-content a { color: var(--accent-green); }
.account-page .woocommerce-MyAccount-content .shop_table {
  width: 100%;
  border-collapse: separate; border-spacing: 0;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  overflow: hidden;
}
.account-page .woocommerce-MyAccount-content .shop_table th {
  background: var(--surface-primary); color: var(--foreground-secondary);
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 14px 16px; text-align: left;
}
.account-page .woocommerce-MyAccount-content .shop_table td { padding: 14px 16px; border-top: 1px solid var(--border-subtle); font-size: 14px; }

/* Login / register card (logged out) */
.account-page.is-logged-out { display: flex; justify-content: center; }
.account-page .account-login-wrap {
  width: 100%; max-width: 520px;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 32px;
}
.account-page .woocommerce-form-login h2,
.account-page .woocommerce-form-register h2 { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 24px; margin: 0 0 16px; }

/* Form fields */
.account-page .form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.account-page .form-row label {
  font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--foreground-secondary);
}
.account-page .form-row label .required { color: var(--accent-green); text-decoration: none; margin-left: 2px; }
.account-page .form-row input.input-text,
.account-page .form-row input[type="text"],
.account-page .form-row input[type="email"],
.account-page .form-row input[type="tel"],
.account-page .form-row input[type="password"],
.account-page .woocommerce-Input {
  width: 100%;
  padding: 12px 14px;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--foreground-primary);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.account-page .form-row input:focus,
.account-page .woocommerce-Input:focus { border-color: var(--accent-green); box-shadow: 0 0 0 3px rgba(45,74,62,0.12); }

.account-page .form-row .woocommerce-form-login__rememberme,
.account-page .form-row label.woocommerce-form__label-for-checkbox {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; text-transform: none; letter-spacing: 0;
  color: var(--foreground-primary); font-weight: 500;
}
.account-page .form-row input[type="checkbox"] { accent-color: var(--accent-green); }

/* Submit buttons */
.account-page button.woocommerce-button,
.account-page button.button,
.account-page .woocommerce-Button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px;
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border: 0; border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.account-page button.woocommerce-button:hover,
.account-page button.button:hover { opacity: 0.9; }
.account-page .lost_password { margin-top: 12px; font-size: 13px; }
.account-page .lost_password a { color: var(--accent-green); }
.account-page.is-logged-out .account-login-wrap > h2 { display: none; }

/* WC notices on account page */
.account-page .woocommerce-info,
.account-page .woocommerce-message,
.account-page .woocommerce-error {
  background: var(--surface-primary); border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent-green);
  padding: 12px 16px; border-radius: var(--rounded-sm);
  font-size: 14px; color: var(--foreground-primary);
  margin-bottom: 16px;
}
.account-page .woocommerce-error { border-left-color: #cf2e2e; }

@media (max-width: 1024px) {
  .account-page { padding: 32px 40px 60px; }
  .account-page.is-logged-in { grid-template-columns: 1fr; }
  .account-page .account-nav { position: static; }
}
@media (max-width: 720px) {
  .account-page { padding: 24px 20px 40px; }
  .account-page .account-login-wrap { padding: 24px; }
}

.cart-collaterals { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
.cart-collaterals .cart_totals { background: var(--foreground-inverse); border: 1px solid var(--border-subtle); border-radius: var(--rounded-sm); padding: 24px; }
.cart-collaterals .cart_totals h2 { font-family: 'Inter', sans-serif; font-size: 22px; margin-bottom: 16px; }
.cart-collaterals .cart_totals .shop_table { border: 0; }
.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .cart_totals .shop_table td { padding: 10px 0; border-top: 1px solid var(--border-subtle); font-size: 14px; background: transparent; text-transform: none; letter-spacing: 0; color: var(--foreground-primary); }
.cart-collaterals .cart_totals .shop_table tr:first-child th,
.cart-collaterals .cart_totals .shop_table tr:first-child td { border-top: 0; }
.cart-collaterals .cart_totals .order-total th,
.cart-collaterals .cart_totals .order-total td { font-size: 16px; font-weight: 700; color: var(--accent-green); }
.cart-collaterals .wc-proceed-to-checkout { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.cart-collaterals .wc-proceed-to-checkout .checkout-button { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; background: var(--accent-green); color: var(--foreground-inverse); text-decoration: none; border-radius: var(--rounded-sm); font-weight: 600; font-size: 14px; }
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover { opacity: 0.92; }
.cart-collaterals .shipping-calculator-form,
.cart-collaterals .woocommerce-shipping-totals .shipping-calculator-button { font-size: 13px; }
/* Cart totals shipping row: keep a normal table layout (so the 'Verzending' label
   stays in the left cell), drop the duplicate responsive data-title, remove bullets. */
.cart-collaterals .cart_totals .shop_table th { display: table-cell !important; text-align: left !important; vertical-align: top; }
.cart-collaterals .cart_totals .shop_table { width: 100%; }
.cart-collaterals .cart_totals .shop_table td { display: table-cell !important; vertical-align: top; text-align: right; padding-left: 16px; }
.cart-collaterals .cart_totals .shop_table td::before { display: none !important; content: none !important; }
.cart-collaterals .cart_totals tr.shipping td { text-align: right; }
.cart-collaterals .cart_totals ul#shipping_method { list-style: none; margin: 0; padding: 0; }
.cart-collaterals .cart_totals ul#shipping_method li { display: flex; align-items: flex-start; justify-content: flex-end; gap: 8px; margin: 0 0 6px; }
.cart-collaterals .cart_totals ul#shipping_method li:last-child { margin-bottom: 0; }
.cart-collaterals .cart_totals ul#shipping_method li input[type="radio"] { width: 16px; height: 16px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--accent-green); cursor: pointer; }
.cart-collaterals .cart_totals ul#shipping_method li label { margin: 0; font-size: 14px; color: var(--foreground-primary); cursor: pointer; }
.cart-collaterals .cart_totals .woocommerce-shipping-destination { font-size: 12px; color: var(--foreground-secondary); margin: 8px 0 0; }

@media (max-width: 1024px) {
  .cart-empty-wrap { padding: 48px 40px; }
  .cart-page { padding: 32px 40px 60px; grid-template-columns: 1fr; }
  .cart-collaterals { position: static; }
}
@media (max-width: 720px) {
  .cart-empty-wrap { padding: 32px 20px; }
  .cart-page { padding: 24px 20px 40px; }
  .cart-page .shop_table thead { display: none; }
  .cart-page .shop_table tr { display: grid; grid-template-columns: 80px 1fr 40px; grid-template-areas: "thumb name remove" "thumb qty sub"; gap: 4px 12px; padding: 14px 0; border-top: 1px solid var(--border-subtle); }
  .cart-page .shop_table td { display: block; padding: 4px 0; border: 0; }
  .cart-page .shop_table .product-thumbnail { grid-area: thumb; }
  .cart-page .shop_table .product-name { grid-area: name; }
  .cart-page .shop_table .product-quantity { grid-area: qty; }
  .cart-page .shop_table .product-subtotal { grid-area: sub; text-align: right; }
  .cart-page .shop_table .product-remove { grid-area: remove; text-align: right; }
  /* Coupon/update row must not inherit the product-row grid or the grey td background */
  .cart-page .shop_table tr.cart-actions-row { display: block; padding: 0; }
  .cart-page .cart-actions-row td.actions { display: block; background: transparent; padding: 16px 0 0; }
  .cart-page .cart-actions-row .coupon { display: flex; gap: 8px; margin: 0 0 10px; }
  .cart-page .cart-actions-row .coupon .input-text { flex: 1 1 auto; min-width: 0; }
}

/* ============================================================ */
/* Slide-in mini-cart popup (added_to_cart)                      */
/* ============================================================ */
.mini-cart-popup {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 380px;
  max-width: calc(100vw - 32px);
  background: var(--foreground-inverse);
  border-radius: 14px;
  box-shadow: 0 24px 64px -16px rgba(15, 36, 28, 0.28), 0 8px 24px -8px rgba(15, 36, 28, 0.12);
  z-index: 9999;
  transform: translateY(-12px) scale(0.96);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.22s ease;
  display: flex; flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}
.admin-bar .mini-cart-popup { top: 56px; }
.mini-cart-popup.is-open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.mini-cart-popup::before {
  content: '';
  position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent-green), #4a7a64);
}

.mini-cart-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px 14px; }
.mini-cart-head .title { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; color: var(--accent-green); }
.mini-cart-head .title i { width: 18px; height: 18px; padding: 6px; background: rgba(45,74,62,0.08); border-radius: 50%; box-sizing: content-box; color: var(--accent-green); }
.mini-cart-head .close { background: transparent; border: 0; cursor: pointer; color: var(--foreground-secondary); padding: 6px; line-height: 0; display: inline-flex; border-radius: 50%; transition: background 0.15s, color 0.15s; }
.mini-cart-head .close:hover { background: var(--surface-primary); color: var(--foreground-primary); }
.mini-cart-head .close i { width: 16px; height: 16px; }

.mini-cart-body { padding: 0 20px; max-height: 56vh; overflow-y: auto; }
.mini-cart-body ul.woocommerce-mini-cart,
.mini-cart-body .woocommerce-mini-cart__empty-message { margin: 0; padding: 0; list-style: none; }
.mini-cart-body .mini_cart_item {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--border-subtle);
}
.mini-cart-body .mini_cart_item:first-of-type { border-top: 0; }
.mini-cart-body .mini_cart_item img {
  width: 60px; height: 60px; object-fit: cover;
  border-radius: 10px;
  background: var(--surface-primary);
}
.mini-cart-body .mini_cart_item > div,
.mini-cart-body .mini_cart_item > span:not(.remove):not(.quantity) { min-width: 0; }
.mini-cart-body .mini_cart_item a:not(.remove) {
  color: var(--foreground-primary); text-decoration: none;
  font-weight: 600; font-size: 14px; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.mini-cart-body .mini_cart_item a:not(.remove):hover { color: var(--accent-green); }
.mini-cart-body .mini_cart_item .quantity {
  display: block;
  font-size: 13px; color: var(--foreground-secondary);
  margin-top: 4px; font-weight: 500;
}
.mini-cart-body .mini_cart_item .remove {
  grid-column: 3; align-self: start;
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px;
  font-size: 16px; line-height: 1;
  color: var(--foreground-secondary); text-decoration: none;
  border-radius: 50%;
  transition: background 0.15s, color 0.15s;
}
.mini-cart-body .mini_cart_item .remove:hover { background: var(--surface-primary); color: var(--accent-green); }
.mini-cart-body .woocommerce-mini-cart__empty-message { color: var(--foreground-secondary); font-size: 14px; padding: 18px 0 24px; text-align: center; }

.mini-cart-foot {
  padding: 16px 20px 18px;
  border-top: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 12px;
  background: var(--foreground-inverse);
}
.mini-cart-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; color: var(--foreground-secondary); }
.mini-cart-total strong { color: var(--accent-green); font-size: 22px; font-family: 'Inter', sans-serif; font-weight: 500; }
.mini-cart-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-cart-actions .btn { width: 100%; padding: 11px 14px; font-size: 13px; justify-content: center; }
.mini-cart-actions .btn-ghost {
  color: var(--accent-green);
  border-color: var(--accent-green);
  background: var(--foreground-inverse);
}
.mini-cart-actions .btn-ghost:hover { background: var(--accent-green); color: var(--foreground-inverse); }

.mini-cart-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0); z-index: 9998; pointer-events: none; transition: background 0.25s ease; }
.mini-cart-backdrop.is-open { background: rgba(15, 36, 28, 0.22); pointer-events: auto; }

/* WC ajax injects an <a class="added_to_cart">Bekijk winkelwagen</a> after the button — our mini-cart popup replaces it. */
.added_to_cart, .woocommerce-message a.button.wc-forward { display: none !important; }

@media (max-width: 480px) {
  .mini-cart-popup { right: 12px; left: 12px; width: auto; top: 12px; }
  .admin-bar .mini-cart-popup { top: 58px; }
}

/* ========== ORDER WITHDRAWAL (HERROEPEN) FORM ========== */
.site-main .order-withdrawal-request {
  width: 100%;
  max-width: 560px;
  margin: 8px auto 0;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  padding: 32px;
  text-align: left;
}

.order-withdrawal-request .eu-owb-form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.order-withdrawal-request .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.order-withdrawal-request .form-row-full { flex: 0 0 100%; width: 100%; }
.order-withdrawal-request .form-row-first,
.order-withdrawal-request .form-row-last {
  flex: 1 1 calc(50% - 8px);
  min-width: 200px;
}

.order-withdrawal-request .form-row label {
  font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--foreground-secondary);
}
.order-withdrawal-request .form-row label .required {
  color: var(--accent-green); text-decoration: none; margin-left: 2px;
}

.order-withdrawal-request .form-row input.input-text,
.order-withdrawal-request .form-row input[type="text"],
.order-withdrawal-request .form-row input[type="email"],
.order-withdrawal-request .form-row select {
  width: 100%;
  padding: 12px 14px;
  background: var(--foreground-inverse);
  border: 1px solid var(--border-subtle);
  border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--foreground-primary);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.order-withdrawal-request .form-row input:focus,
.order-withdrawal-request .form-row select:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px rgba(45,74,62,0.12);
}

/* Manual item-select checkbox */
.order-withdrawal-request .woocommerce-form__label-for-checkbox {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; letter-spacing: 0;
  text-transform: none; color: var(--foreground-primary);
  cursor: pointer;
}
.order-withdrawal-request input[type="checkbox"] {
  accent-color: var(--accent-green); width: 16px; height: 16px;
}
.order-withdrawal-request .eu-owb-woocommerce-select-certain-items-desc {
  flex: 0 0 100%;
  font-size: 13px; font-weight: 400; letter-spacing: 0;
  text-transform: none; color: var(--foreground-secondary);
  line-height: 1.5; margin-top: 2px;
}

/* Notices */
.order-withdrawal-request .woocommerce-info,
.order-withdrawal-request .notice.woocommerce-info {
  flex: 0 0 100%;
  background: var(--surface-primary);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent-green);
  border-radius: var(--rounded-sm);
  padding: 12px 16px;
  font-size: 14px; color: var(--foreground-secondary);
}
.order-withdrawal-request .woocommerce-info a { color: var(--accent-green); text-decoration: underline; }

/* Submit button */
.order-withdrawal-request .form-row-submit { flex: 0 0 100%; margin-top: 4px; }
.order-withdrawal-request button.woocommerce-button,
.order-withdrawal-request button.button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 26px;
  background: var(--accent-green);
  color: var(--foreground-inverse);
  border: 0; border-radius: var(--rounded-sm);
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.order-withdrawal-request button.woocommerce-button:hover,
.order-withdrawal-request button.button:hover { opacity: 0.88; }

@media (max-width: 560px) {
  .site-main .order-withdrawal-request { padding: 24px 18px; }
  .order-withdrawal-request .form-row-first,
  .order-withdrawal-request .form-row-last { flex: 0 0 100%; min-width: 0; }
}

/* Force Inter on the myStickymenu welcome bar (plugin inlines Poppins with high specificity). */
.mysticky-welcomebar-fixed,
.mysticky-welcomebar-fixed * { font-family: 'Inter', sans-serif !important; }
