/* DailyFinds — licht, modern thema (navy op wit, beige accenten) */

/* Poppins — het gezicht van het logo, dus ook van de koppen. */
@font-face {
  font-family: 'Poppins';
  src: url('../../uploads/fonts/poppins-600-latin.woff2') format('woff2');
  font-weight: 600; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../uploads/fonts/poppins-600-latin-ext.woff2') format('woff2');
  font-weight: 600; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../uploads/fonts/poppins-700-latin.woff2') format('woff2');
  font-weight: 700; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../uploads/fonts/poppins-700-latin-ext.woff2') format('woff2');
  font-weight: 700; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --df-navy: #14203f;
  --df-navy-deep: #0e1730;
  --df-ink: #374151;
  --df-muted: #6b7280;
  --df-beige: #f3eee7;
  --df-beige-deep: #eae2d5;
  --df-line: #e7e3da;
  --df-card-line: #ececec;
  --df-red: #d92d20;
  --df-green: #12805c;
  --df-green-bg: #e8f5ee;
  /* accentfamilie afgeleid van het sprankel-oranje uit het logo */
  --df-orange: #f5a637;      /* het logo-sprankeltje: alleen voor accenten, niet voor lopende tekst */
  --df-gold: #b97a1e;        /* verdiepte variant, leesbaar als tekstaccent */
  --df-radius: 12px;
}

/* ---------- basis ---------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--df-ink);
  background: #fff;
}
/* koppen in Poppins: dezelfde stem als het logo */
h1, h2, h3, h4, .section-title, .df-hero-cat h1, .df-band h2,
.related.products > h2, .up-sells > h2 {
  font-family: 'Poppins', -apple-system, 'Segoe UI', sans-serif;
  color: var(--df-navy); font-weight: 700; letter-spacing: -.015em;
}

/* zichtbare toetsenbordfocus, overal */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, .button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--df-navy);
  outline-offset: 2px;
  border-radius: 4px;
}

/* rustig voor wie dat vraagt */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ---------- donkere topbalk ---------- */
.df-topbar {
  background: var(--df-navy-deep);
  color: #d5dae8;
  font-size: .8em;
  padding: .55em 0;
}
.df-topbar .col-full {
  display: flex; justify-content: center; gap: 0; flex-wrap: wrap; margin-bottom: 0;
}
.df-topbar span { padding: 0 1.6em; white-space: nowrap; }
.df-topbar span + span { border-left: 1px solid rgba(255,255,255,.14); }

/* ---------- witte header: logo | zoeken | account + winkelwagen ---------- */
.site-header {
  background: #fff !important;
  border-bottom: 1px solid var(--df-card-line);
  padding-top: 1.1em; padding-bottom: 1.1em;
}
.site-header > .col-full {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center; gap: 1.5em;
}
.site-header > .col-full::before,
.site-header > .col-full::after { content: none; display: none; }
.site-header .skip-link { position: absolute !important; }
/* eigen logo (wordmerk-afbeelding) */
.site-branding { margin: 0; flex: 0 0 auto; min-width: 0; }
.df-brand { display: inline-block; text-decoration: none; line-height: 0; }
.df-brand:hover { opacity: .9; }
.df-brand-logo { height: 42px; width: auto; display: block; }
.df-brand-tag { display: none; }              /* logo staat op zichzelf, zoals in de mockup */
.site-description { display: none; }

/* zoekbalk in het midden, breed (eigen formulier, volledige controle) */
.df-header-search { width: 100%; max-width: 560px; margin: 0 auto; }
.df-search-form { position: relative; margin: 0; display: block; }
.site-header .df-search-input {
  width: 100%; box-sizing: border-box; background: #f6f6f4;
  border: 1px solid var(--df-card-line); border-radius: 12px;
  color: var(--df-navy); padding: .8em 3.6rem .8em 1.1rem; font-size: .95em; margin: 0; line-height: 1.4;
}
.site-header .df-search-input:focus {
  background: #fff; border-color: var(--df-navy); outline: none;
  box-shadow: 0 0 0 3px rgba(20,32,63,.08);
}
.site-header .df-search-input::placeholder { color: #9aa1ad; }
.df-search-btn {
  position: absolute; top: 5px; right: 5px; bottom: 5px;
  width: 2.6rem; padding: 0; margin: 0; border: 0; border-radius: 9px; cursor: pointer;
  background-color: var(--df-navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 1.15rem;
  font-size: 0; color: transparent;
}
.df-search-btn:hover { background-color: var(--df-navy-deep); }

/* account + winkelwagen rechts */
.df-header-actions { display: flex; align-items: center; gap: 1.4em; }
.df-header-link { display: inline-flex; align-items: center; gap: .5em; color: var(--df-navy); text-decoration: none; font-weight: 600; font-size: .9em; }
.df-header-link:hover { color: var(--df-gold); }
.df-header-ic { position: relative; display: inline-flex; }
.df-header-ic svg { width: 23px; height: 23px; display: block; }
.df-cart-count {
  position: absolute; top: -9px; right: -10px;
  min-width: 18px; height: 18px; line-height: 18px; text-align: center;
  background: var(--df-orange); color: var(--df-navy);
  border-radius: 999px; font-size: 11px; font-weight: 700; padding: 0 4px;
}
.df-cart-count.is-empty { display: none; }

/* navigatierij: gecentreerd */
.storefront-primary-navigation { background: #fff; border-bottom: 1px solid var(--df-card-line); }
.storefront-primary-navigation > .col-full { display: flex; justify-content: center; }
.main-navigation { float: none; width: auto; }
.main-navigation ul li a { font-weight: 600; color: var(--df-navy); letter-spacing: .01em; }
.main-navigation ul li a:hover { color: var(--df-gold); }
.main-navigation ul li.df-menu-sale > a { color: var(--df-red) !important; }
@media (max-width: 768px) {
  .site-header > .col-full { flex-wrap: wrap; }
  .df-header-search { order: 3; flex: 1 1 100%; max-width: none; margin-top: .8em; }
  .df-header-actions { margin-left: auto; }
  .df-header-link .df-header-lbl { display: none; }
}

/* ---------- knoppen ---------- */
.button, button, input[type=submit], .wp-block-button__link, .wc-block-components-button {
  border-radius: 10px !important;
  font-weight: 600;
  letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
}
.button:hover, .wp-block-button__link:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(14,23,48,.16); }
.button.alt, .single_add_to_cart_button, .wc-block-components-button, .df-hero2-cta {
  background: var(--df-navy) !important; color: #fff !important;
}
.button.alt:hover, .single_add_to_cart_button:hover, .df-hero2-cta:hover { background: var(--df-navy-deep) !important; }

/* ---------- hero: beige, tekst links, productkaart rechts ---------- */
.page-template-template-homepage .site-content { padding-top: 0 !important; }
.page-template-template-homepage .site-main { padding-top: 0 !important; }
.page-template-template-homepage .page.type-page { padding-top: 0 !important; }
.page-template-template-homepage .entry-content { margin-top: 0; padding-top: 0; }
.page-template-template-homepage .entry-header { display: none; }

.df-hero2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(ellipse at 85% 15%, #fdfbf7 0%, transparent 45%),
    linear-gradient(115deg, var(--df-beige) 0%, var(--df-beige-deep) 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 2em;
  align-items: center;
  padding: 4.5em max(2em, calc(50vw - 33em)) 4.5em;
}
.df-hero2-text h1 { font-size: 3.1em; line-height: 1.06; margin-bottom: .35em; color: var(--df-navy); }
/* het sprankeltje uit het logo, levend in de kop — het ene gedurfde moment */
.df-spark {
  display: inline-block;
  color: var(--df-orange);
  font-size: .55em;
  vertical-align: super;
  margin-left: .12em;
  animation: df-twinkle 3.8s ease-in-out infinite;
  transform-origin: center;
}
@keyframes df-twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50%      { transform: scale(1.25) rotate(18deg); opacity: .75; }
}
.df-hero2-sub { font-size: 1.08em; color: #4b5563; max-width: 30em; margin-bottom: 1.6em; }
.df-hero2-cta { display: inline-block; padding: .95em 2em; font-size: 1em; text-decoration: none; }
.df-hero2-proof { margin: 1.6em 0 0; font-size: .88em; color: var(--df-muted); }
.df-hero2-visual { position: relative; justify-self: end; }
.df-hero2-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.4em;
  box-shadow: 0 24px 60px rgba(14,23,48,.14);
  max-width: 330px;
  transform: rotate(1.5deg);
}
.df-hero2-card img { border-radius: 12px; display: block; width: 100%; height: auto; }
.df-hero2-sticker {
  position: absolute; top: -1.6em; right: -1.2em;
  width: 7.6em; height: 7.6em; border-radius: 50%;
  background: var(--df-beige);
  border: 1px solid #e0d5c2;
  display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: .78em; font-weight: 600; color: var(--df-navy);
  line-height: 1.35; padding: 1em;
  box-shadow: 0 10px 24px rgba(14,23,48,.12);
  transform: rotate(6deg);
}
@media (max-width: 900px) {
  .df-hero2 { grid-template-columns: 1fr; padding: 3em 1.5em; text-align: center; }
  .df-hero2-text h1 { font-size: 2.2em; }
  .df-hero2-sub { margin-left: auto; margin-right: auto; }
  .df-hero2-visual { justify-self: center; margin-top: 1em; }
  .df-hero2-sticker { right: -.5em; }
}

/* ---------- trustbalk in kader ---------- */
.df-trustbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--df-card-line);
  border-radius: 14px;
  background: #fff;
  margin: 2em 0 3em;
  padding: 1.4em 0;
}
.df-trustbox > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: .9em;
  align-items: center;
  padding: 0 1.6em;
}
.df-trustbox > div + div { border-left: 1px solid var(--df-card-line); }
.df-trustbox i {
  grid-row: 1 / 3;
  font-style: normal; font-size: 1.25em; color: var(--df-navy);
  width: 1.8em; height: 1.8em; border-radius: 50%;
  background: var(--df-beige);
  display: flex; align-items: center; justify-content: center;
}
.df-trustbox strong { color: var(--df-navy); font-size: .92em; }
.df-trustbox span { color: var(--df-muted); font-size: .8em; grid-column: 2; }
@media (max-width: 900px) {
  .df-trustbox { grid-template-columns: 1fr 1fr; row-gap: 1.2em; }
  .df-trustbox > div:nth-child(3) { border-left: 0; }
}

/* ---------- sectietitels: links uitgelijnd met "bekijk alles"-link ---------- */
.storefront-product-section .section-title,
.section-title, .related.products > h2, .up-sells > h2 {
  text-align: left !important;
  font-size: 1.45em;
  margin-bottom: .8em !important;
  padding-bottom: 0 !important;
}
.section-title::after { display: none !important; }
.storefront-product-section { padding-bottom: .5em; border-bottom: 0; }
.df-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1em; margin-bottom: 1.1em; flex-wrap: wrap;
}
.df-section-head .section-title { margin: 0 !important; }
.df-section-head .df-view-all {
  font-size: .88em; font-weight: 600; color: var(--df-navy);
  text-decoration: none; white-space: nowrap;
}
.df-section-head .df-view-all:hover { color: var(--df-gold); }
.storefront-product-categories > .section-title,
.storefront-best-selling-products > .section-title,
.storefront-on-sale-products > .section-title { display: none; }
/* merkensectie onderaan verbergen (weinig meerwaarde, dubbel) */
.storefront-woocommerce-brands { display: none; }

/* ---------- productkaarten ---------- */
.woocommerce ul.products li.product:not(.product-category),
ul.products li.product {
  position: relative;
  background: #fff;
  border: 1px solid var(--df-card-line);
  border-radius: var(--df-radius);
  padding: .9em .9em 1.3em !important;
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
.woocommerce ul.products li.product:not(.product-category) .price { text-align: left; }
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(14,23,48,.10);
  border-color: #dcd8cf;
}
ul.products li.product img {
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #faf9f6;
  transition: transform .25s ease;
  margin-bottom: .8em !important;
}
ul.products li.product:hover img { transform: scale(1.03); }
.woocommerce-loop-product__title {
  font-size: .95em !important;
  font-weight: 600;
  color: var(--df-navy);
  line-height: 1.4;
  /* ruimte reserveren voor 3 regels zodat alle kaarten even hoog zijn */
  min-height: calc(1.4em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.products li.product .price {
  color: var(--df-navy); font-size: 1.12em; font-weight: 700; display: block;
  padding-right: 3.4em; min-height: 1.4em;
}
ul.products li.product .price del { color: #9aa1ad; font-size: .82em; font-weight: 400; opacity: 1; margin-right: .3em; }
ul.products li.product .price ins { text-decoration: none; }
/* compacte cart-icoonknop rechtsonder op de kaart (rem: onafhankelijk van font-size:0) */
ul.products li.product .button {
  position: absolute; right: .9rem; bottom: .9rem;
  width: 2.7rem; height: 2.7rem; min-width: 0; margin: 0; padding: 0;
  border-radius: 9px; font-size: 0; line-height: 0;
  background-color: var(--df-navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 1.2rem;
}
ul.products li.product .button:hover { background-color: var(--df-navy-deep); color: #fff; transform: none; box-shadow: 0 6px 16px rgba(14,23,48,.22); }
ul.products li.product .added_to_cart { display: none !important; }
ul.products li.product .button.loading { opacity: .7; }

/* badge */
.onsale {
  position: absolute !important;
  z-index: 2;
  background: var(--df-green) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: .72em;
  padding: .4em .9em !important;
  min-height: 0 !important;
  margin: 0 !important;
  top: 1.4em !important; left: 1.4em !important; right: auto !important;
}
.single-product div.product .onsale { top: .8em !important; left: .8em !important; }

/* categorie-kaarten */
ul.products li.product.product-category { text-align: center; padding-bottom: 1em !important; }
ul.products li.product.product-category img { background: #faf9f6; }
.product-category .woocommerce-loop-category__title { text-align: center; font-size: .95em !important; min-height: 0; }

/* ---------- lichte merkband ---------- */
.df-band {
  width: 100vw;
  margin: 3em calc(50% - 50vw);
  background: linear-gradient(115deg, var(--df-beige) 0%, var(--df-beige-deep) 100%);
  color: var(--df-ink);
  text-align: center;
  padding: 4em 2em;
}
.df-band-inner { max-width: 66.4989em; margin: 0 auto; }
.df-band-eyebrow {
  text-transform: uppercase; letter-spacing: .22em; font-size: .75em;
  color: var(--df-gold); margin-bottom: 1em; font-weight: 700;
}
.df-band h2 { color: var(--df-navy); font-size: 1.8em; margin-bottom: 1.6em; }
.df-band h2 em { font-style: normal; border-bottom: 3px solid var(--df-orange); }
.df-band-cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2em;
  text-align: left; margin-bottom: 2.2em;
}
.df-band-cols strong { display: block; color: var(--df-navy); font-size: 1.05em; margin-bottom: .35em; }
.df-band-cols p { margin: 0; font-size: .93em; line-height: 1.6; color: #57606c; }
.df-band-btn { background: var(--df-navy) !important; color: #fff !important; padding: .9em 2.2em; }
@media (max-width: 768px) { .df-band-cols { grid-template-columns: 1fr; gap: 1.3em; } .df-band h2 { font-size: 1.4em; } }

/* ---------- productpagina ---------- */
/* galerij in een zacht wit kader dat de kolom vult (zoals de referentie) */
.single-product div.product .woocommerce-product-gallery {
  background: #fff; border: 1px solid var(--df-card-line); border-radius: 16px; padding: 2em;
  display: flex; align-items: center; justify-content: center;
  min-height: 440px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { margin: 0; width: 100%; }
.single-product div.product .woocommerce-product-gallery img { border-radius: 10px; background: transparent; }
.single-product div.product .product_title { font-size: 1.8em; line-height: 1.2; }
.single-product div.product p.price { font-size: 1.5em; color: var(--df-navy); font-weight: 700; }
.single-product div.product p.price del { color: #9aa1ad; font-size: .68em; font-weight: 400; }
.single-product div.product p.price ins { text-decoration: none; }
/* voorraad-indicator bij de prijs */
.df-stock { display: flex; align-items: center; gap: .5em; font-size: .92em; font-weight: 600; margin: .2em 0 1em; }
.df-stock .df-dot { width: .55em; height: .55em; border-radius: 50%; flex: 0 0 auto; }
.df-stock--in { color: var(--df-green); }
.df-stock--in .df-dot { background: var(--df-green); box-shadow: 0 0 0 3px rgba(18,128,92,.15); }
.df-stock--out { color: #b23b3b; }
.df-stock--out .df-dot { background: #b23b3b; box-shadow: 0 0 0 3px rgba(178,59,59,.15); }
/* dubbele voorraadtekst van WooCommerce onderdrukken (we tonen onze eigen) */
.single-product .stock { display: none; }
/* zwevend vergrootglas boven de galerij verbergen */
.woocommerce-product-gallery__trigger { display: none; }

.df-ship {
  display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .15em .7em;
  background: var(--df-beige); border-radius: 10px; padding: .85em 1.1em;
  margin: 1.1em 0 0; font-size: .95em;
}
.df-ship-ic { grid-row: 1 / 3; align-self: center; font-size: 1.2em; }
.df-ship strong { color: var(--df-navy); font-weight: 600; }
.df-ship small { grid-column: 2; color: var(--df-muted); font-size: .8em; line-height: 1.4; }
.single-product .product_meta { text-transform: uppercase; letter-spacing: .08em; font-size: .76em; color: var(--df-muted); }
.single-product .product_meta a { color: var(--df-navy); }
.single-product .quantity .qty { border-radius: 10px; border: 1px solid var(--df-card-line); padding: .6em; background: #fff; }
.woocommerce-tabs ul.tabs li.active a { color: var(--df-navy); }

/* ---------- geen zijbalk op product-, winkelmand-, afreken- en accountpagina's ---------- */
.single-product .widget-area,
.woocommerce-cart .widget-area,
.woocommerce-checkout .widget-area,
.woocommerce-account .widget-area { display: none; }
.single-product .content-area,
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area,
.woocommerce-account .content-area { width: 100%; float: none; margin-right: 0; }

/* ---------- winkel/categorie: zijbalk links, producten rechts ---------- */
.post-type-archive-product #content > .col-full,
.tax-product_cat #content > .col-full,
.tax-product_brand #content > .col-full {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.5em;
}
.post-type-archive-product #primary,
.tax-product_cat #primary,
.tax-product_brand #primary {
  width: auto; flex: 1 1 0%; min-width: 0; float: none; order: 2; margin: 0;
}
.post-type-archive-product #secondary,
.tax-product_cat #secondary,
.tax-product_brand #secondary {
  width: 250px; flex: 0 0 250px; float: none; order: 1; margin: 0; padding: 0;
}

/* filterpanelen — licht, ruim, met scheidingslijnen (geen zware kaders) */
.widget-area { border: 1px solid var(--df-card-line); border-radius: 14px; padding: 1.7em 1.6em; background: #fff; }
.widget-area .widget {
  border: 0; border-radius: 0; background: transparent;
  padding: 0 0 1.7em; margin: 0 0 1.7em;
  border-bottom: 1px solid var(--df-card-line);
}
.widget-area .widget:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.widget-area .widget-title, .widget-area .widgettitle {
  font-size: 1em; font-weight: 700; color: var(--df-navy);
  margin: 0 0 1em; padding: 0; border: 0;
}
/* categorielijst: naam links, aantal rechts uitgelijnd in vaste kolom */
.widget_product_categories ul.product-categories,
.widget_product_categories ul.product-categories ul { list-style: none; margin: 0; padding: 0; }
.widget_product_categories .product-categories li {
  list-style: none; margin: 0 0 .15em; border: 0;
  display: flex; align-items: center; gap: .6em;
}
.widget_product_categories .product-categories li::before,
.widget_product_categories .product-categories li::marker { content: none !important; display: none !important; }
.widget_product_categories .product-categories li a {
  flex: 1 1 auto; color: var(--df-ink); text-decoration: none;
  font-size: .95em; padding: .5em .7em; margin-left: -.7em; border-radius: 8px;
}
.widget_product_categories .product-categories li a:hover { background: var(--df-beige); color: var(--df-navy); }
.widget_product_categories .product-categories li .count {
  flex: 0 0 2.6em; text-align: right;
  color: var(--df-muted); font-size: .85em;
  font-variant-numeric: tabular-nums;
  background: none; padding: 0;
}
.widget_product_categories .product-categories li.current-cat > a { color: var(--df-navy); font-weight: 700; background: var(--df-beige); }
.widget_product_categories .product-categories li.current-cat > .count { color: var(--df-navy); font-weight: 700; }
/* prijs-slider */
.widget_price_filter .price_slider_wrapper { padding-top: .4em; }
.widget_price_filter .price_slider { margin: 0 .5em 1.4em; }
.widget_price_filter .price_slider_wrapper .ui-widget-content { background: var(--df-beige-deep); height: 4px; border-radius: 4px; }
.widget_price_filter .ui-slider .ui-slider-range { background: var(--df-navy); height: 4px; }
.widget_price_filter .ui-slider .ui-slider-handle { background: var(--df-navy); border: 3px solid #fff; box-shadow: 0 1px 4px rgba(14,23,48,.3); border-radius: 50%; width: 1.15em; height: 1.15em; top: -.52em; }
.widget_price_filter .price_slider_amount {
  display: flex; align-items: center; justify-content: space-between; gap: 1em; margin-top: 1.2em;
}
.widget_price_filter .price_slider_amount .button {
  background: var(--df-navy) !important; color: #fff; font-size: .84em; padding: .6em 1.4em; border-radius: 8px; order: 0;
}
.widget_price_filter .price_slider_amount .price_label {
  color: var(--df-muted); font-size: .88em; order: 1; font-variant-numeric: tabular-nums;
}
.widget_product_search .search-field { border-radius: 10px; border: 1px solid var(--df-card-line); }

/* ---------- categorie-hero: tekst links, foto rechts (op contentbreedte) ---------- */
.df-hero-cat { background: #fff; border-bottom: 1px solid var(--df-card-line); }
.df-hero-cat-inner {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  min-height: 320px;
}
/* .col-full heeft clearfix ::before/::after — in een grid worden dat cellen; uitzetten */
.df-hero-cat-inner::before,
.df-hero-cat-inner::after { content: none; display: none; }
.df-hero-cat-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 2.4em 2.5em 2.4em 0;
}
.df-hero-cat-crumb { font-size: .82em; color: var(--df-muted); margin-bottom: 1em; }
.df-hero-cat-crumb a { color: var(--df-muted); text-decoration: none; }
.df-hero-cat-crumb a:hover { color: var(--df-navy); }
.df-hero-cat-crumb span { margin: 0 .3em; }
.df-hero-cat-crumb .df-crumb-current { color: var(--df-navy); font-weight: 600; margin: 0; }
.df-hero-cat h1 { font-size: 2.9em; line-height: 1.04; margin: 0 0 .35em; color: var(--df-navy); }
.df-hero-cat-desc { color: #4b5563; font-size: 1.05em; line-height: 1.5; max-width: 20em; }
.df-hero-cat-desc p { margin: 0; }
/* fotokolom, bloedt naar de rechter contentrand */
.df-hero-cat-media {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--df-beige) 0%, var(--df-beige-deep) 100%);
  background-size: cover; background-position: center;
}
.df-hero-cat-spark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 5em; color: var(--df-orange); opacity: .35;
}
/* Storefront-broodkruimel dubbelop: die verbergen op archiefpagina's */
.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_brand .woocommerce-breadcrumb { display: none; }

@media (max-width: 900px) {
  .post-type-archive-product #content > .col-full,
  .tax-product_cat #content > .col-full { display: block; }
  .post-type-archive-product #secondary,
  .tax-product_cat #secondary { width: 100%; margin-bottom: 1.5em; }
  .df-hero-cat-inner { grid-template-columns: 1fr; min-height: 0; }
  .df-hero-cat-text { padding: 1.8em 0; }
  .df-hero-cat h1 { font-size: 2em; }
  .df-hero-cat-media { min-height: 150px; margin: 0 -1.5em; }
}

/* ---------- resultaat + sorteren als nette balk (Storefront-wrapper) ----------
   Storefront toont deze balk twee keer (boven en onder de producten) met
   resultaat + sortering + paginering erin. Wij splitsen de taken:
   boven = aantal links, sortering rechts; onder = alleen gecentreerde paginering. */
.storefront-sorting {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1em; flex-wrap: wrap;
  margin: 0 0 1.8em; padding-bottom: 1.2em;
  border-bottom: 1px solid var(--df-card-line);
}
.storefront-sorting .woocommerce-notices-wrapper:empty { display: none; }
.storefront-sorting .woocommerce-result-count {
  float: none; margin: 0; font-size: .92em; color: var(--df-muted); font-weight: 600; order: 1;
  margin-right: auto;
}
.storefront-sorting .woocommerce-ordering { float: none; margin: 0; order: 2; }
/* bovenste balk: geen paginering */
.storefront-sorting:has(+ ul.products) .woocommerce-pagination { display: none; }
/* onderste balk: alleen paginering, gecentreerd */
ul.products + .storefront-sorting {
  justify-content: center;
  border-bottom: 0; border-top: 1px solid var(--df-card-line);
  padding: 1.8em 0 0; margin: .5em 0 0;
}
ul.products + .storefront-sorting .woocommerce-result-count,
ul.products + .storefront-sorting .woocommerce-ordering { display: none; }

/* sorteer-dropdown: eigen chevron, rustige focus */
.woocommerce-ordering select {
  -webkit-appearance: none; appearance: none;
  border: 1px solid var(--df-card-line); border-radius: 10px;
  padding: .65em 2.6em .65em 1.1em;
  font-size: .88em; font-weight: 600; color: var(--df-navy);
  background-color: #fff; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%2314203f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1em center;
}
.woocommerce-ordering select:hover { border-color: var(--df-navy); }
.woocommerce-ordering select:focus {
  outline: none; border-color: var(--df-navy);
  box-shadow: 0 0 0 3px rgba(20,32,63,.12);
}

/* paginering */
.woocommerce-pagination { margin: 0; }
.woocommerce-pagination ul { border: 0 !important; display: flex; gap: .45em; justify-content: center; margin: 0; }
.woocommerce-pagination ul li { border: 0 !important; margin: 0; }
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  border: 1px solid var(--df-card-line) !important; border-radius: 9px;
  min-width: 2.5em; height: 2.5em; line-height: 2.5em; padding: 0 .5em;
  color: var(--df-navy); font-weight: 600; background: #fff;
  font-variant-numeric: tabular-nums;
}
.woocommerce-pagination ul li a:hover { background: var(--df-beige); }
.woocommerce-pagination ul li span.current {
  background: var(--df-navy) !important; color: #fff !important; border-color: var(--df-navy) !important;
}

/* ---------- productpagina: prominente koopknop ---------- */
.single-product form.cart {
  display: flex; align-items: stretch; gap: .7em; margin-bottom: 0;
}
.single-product form.cart .quantity { flex: 0 0 auto; margin: 0; }
.single-product form.cart .quantity .qty { height: 100%; width: 4em; text-align: center; }
.single-product form.cart .single_add_to_cart_button {
  flex: 1 1 auto; padding: .9em 1.5em; font-size: 1em;
}

/* ---------- productpagina: USP-rij (4 op een rij, zoals de referentie) ---------- */
.df-usp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2em;
  margin: 1.8em 0 .5em; padding-top: 1.5em; border-top: 1px solid var(--df-card-line);
}
.df-usp-grid > div { display: flex; align-items: center; gap: .6em; }
.df-usp-ic {
  flex: 0 0 auto; width: 2.1em; height: 2.1em; border-radius: 50%;
  background: var(--df-beige); display: flex; align-items: center; justify-content: center;
  font-size: 1.02em;
}
.df-usp-grid strong { display: block; font-size: .82em; color: var(--df-navy); line-height: 1.25; }
.df-usp-grid small { color: var(--df-muted); font-size: .74em; }
@media (max-width: 600px) { .df-usp-grid { grid-template-columns: 1fr 1fr; gap: 1em 1.2em; } }

/* ---------- bestseller-badge ---------- */
.df-badge-best {
  position: absolute; z-index: 2; top: 1.4em; left: 1.4em;
  background: #f6c65b; color: var(--df-navy);
  border-radius: 8px; font-weight: 700; font-size: .72em; letter-spacing: .03em;
  padding: .4em .9em;
}

/* ---------- footer ---------- */
.site-footer {
  background: #fff !important;
  color: var(--df-muted);
  border-top: 1px solid var(--df-card-line);
}
.site-footer h2, .site-footer .widget-title { color: var(--df-navy); }
.site-footer a { color: var(--df-navy) !important; }
.site-footer a:hover { color: var(--df-gold) !important; }
.site-info { color: #9aa1ad; font-size: .85em; }

/* ---------- diversen ---------- */
.storefront-product-pagination { display: none !important; }
.woocommerce-breadcrumb { font-size: .8em; opacity: .7; }
.star-rating span::before, p.stars a:hover::after { color: var(--df-orange); }
.storefront-handheld-footer-bar { background: var(--df-navy-deep); }
.storefront-sorting { font-size: .88em; }
::selection { background: var(--df-navy); color: #fff; }
@media (max-width: 768px) {
  .df-topbar .col-full { justify-content: flex-start; }
  .df-topbar span { padding: 0 .8em; }
}

/* ==================== collectie-/aanbiedingenpagina ==================== */
.page-id-227 .entry-header,
.page-id-227 .woocommerce-breadcrumb { display: none; }
.page-id-227 .entry-content > *:not(.df-collection-hero):not(.df-promo) { max-width: 66.4989em; margin-left: auto; margin-right: auto; }

/* hero, volle breedte */
.df-collection-hero {
  width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: -1.5em;
  background: linear-gradient(120deg, var(--df-beige) 0%, var(--df-beige-deep) 60%, #e6d9c3 100%);
  padding: 4.5em 2em 5em; text-align: center; position: relative; overflow: hidden;
}
.df-collection-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 82% 120%, rgba(201,160,78,.22), transparent 55%); pointer-events: none;
}
.df-collection-hero-inner { position: relative; max-width: 40em; margin: 0 auto; }
.df-collection-eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .78em; font-weight: 700; color: var(--df-gold); margin-bottom: .8em; }
.df-collection-hero h1 { font-size: 3.2em; line-height: 1.03; color: var(--df-navy); margin: 0 0 .3em; }
.df-collection-hero h1 .df-spark { color: var(--df-orange); font-size: .5em; vertical-align: super; margin-left: .1em; }
.df-collection-sub { font-size: 1.12em; color: #4b5563; max-width: 30em; margin: 0 auto 1.6em; }
.df-collection-cta { display: inline-block; background: var(--df-navy); color: #fff; padding: .95em 2.2em; font-size: 1.02em; border-radius: 10px; text-decoration: none; }
.df-collection-cta:hover { background: var(--df-navy-deep); color: #fff; }
.df-collection-usps { display: flex; gap: 2em; justify-content: center; flex-wrap: wrap; margin-top: 2em; font-size: .9em; color: var(--df-navy); }

/* sectiekoppen op de pagina */
.df-section-h { font-size: 1.6em; margin: 2.4em 0 1.2em; color: var(--df-navy); }

/* promo-band, volle breedte */
.df-promo {
  width: 100vw; margin: 3.5em calc(50% - 50vw) 0;
  background: linear-gradient(120deg, var(--df-navy) 0%, var(--df-navy-deep) 100%);
  padding: 3.5em 2em; overflow: hidden;
}
.df-promo-inner { max-width: 66.4989em; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2em; }
.df-promo-eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .75em; font-weight: 700; color: var(--df-gold); margin: 0 0 .5em; }
.df-promo-text h2 { color: #fff; font-size: 1.8em; margin: 0 0 .4em; }
.df-promo-text p { color: #c9ccdd; margin: 0 0 1.4em; max-width: 32em; }
.df-promo-btn { background: var(--df-gold) !important; color: var(--df-navy) !important; padding: .85em 2.2em; }
.df-promo-btn:hover { background: #fff !important; }
.df-promo-visual { flex: 0 0 auto; }
.df-promo-visual .df-spark { font-size: 6em; color: var(--df-orange); opacity: .5; }
@media (max-width: 768px) {
  .df-collection-hero h1 { font-size: 2.2em; }
  .df-promo-inner { flex-direction: column; text-align: center; }
  .df-promo-visual { display: none; }
}

/* ==================== helpcentrum ==================== */
.page-id-249 .entry-header, .page-id-249 .woocommerce-breadcrumb { display: none; }
.page-id-249 .entry-content > *:not(.df-help-hero) { max-width: 66.4989em; margin-left: auto; margin-right: auto; }
.df-help-hero {
  width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: -1.5em;
  background: linear-gradient(120deg, var(--df-beige) 0%, var(--df-beige-deep) 100%);
  padding: 3.5em 2em 4em; text-align: center;
}
.df-help-hero-inner { max-width: 42em; margin: 0 auto; }
.df-help-crumb { font-size: .82em; color: var(--df-muted); margin-bottom: 1em; }
.df-help-crumb a { color: var(--df-muted); text-decoration: none; }
.df-help-crumb span { color: var(--df-navy); font-weight: 600; }
.df-help-hero h1 { font-size: 2.6em; color: var(--df-navy); margin: 0 0 .3em; }
.df-help-sub { color: #4b5563; font-size: 1.08em; margin: 0 auto 1.6em; max-width: 30em; }
.df-help-search input {
  width: 100%; max-width: 34em; box-sizing: border-box;
  padding: 1em 1.2em; border: 1px solid var(--df-card-line); border-radius: 12px;
  background: #fff; font-size: 1em; color: var(--df-navy);
  box-shadow: 0 8px 24px rgba(14,23,48,.08);
}
.df-help-search input:focus { outline: none; border-color: var(--df-navy); box-shadow: 0 0 0 3px rgba(20,32,63,.08); }

.df-help-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2em; margin-bottom: 1em; }
.df-help-topic {
  display: block; text-align: center; text-decoration: none;
  border: 1px solid var(--df-card-line); border-radius: 14px; padding: 1.8em 1.2em; background: #fff;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.df-help-topic:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(14,23,48,.10); border-color: var(--df-beige-deep); }
.df-help-topic .df-help-ic { font-size: 1.7em; display: block; margin-bottom: .4em; }
.df-help-topic strong { display: block; color: var(--df-navy); font-size: 1.02em; }
.df-help-topic-sub { display: block; color: var(--df-muted); font-size: .84em; margin-top: .25em; }

.df-help-columns { display: grid; grid-template-columns: 1fr 320px; gap: 2.5em; align-items: start; }
.df-faq-item { border: 1px solid var(--df-card-line); border-radius: 12px; margin-bottom: .7em; overflow: hidden; background: #fff; }
.df-faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1em 1.3em; font-weight: 600; color: var(--df-navy);
  display: flex; justify-content: space-between; align-items: center; gap: 1em;
}
.df-faq-item summary::-webkit-details-marker { display: none; }
.df-faq-item summary::after { content: '+'; color: var(--df-muted); font-size: 1.3em; font-weight: 400; flex: 0 0 auto; }
.df-faq-item[open] summary::after { content: '\2013'; }
.df-faq-a { padding: 0 1.3em 1.2em; color: var(--df-ink); line-height: 1.6; font-size: .95em; }
.df-faq-a a { color: var(--df-navy); }

.df-help-support { border: 1px solid var(--df-card-line); border-radius: 16px; padding: 1.6em; background: var(--df-beige); position: sticky; top: 1.5em; }
.df-help-support h3 { color: var(--df-navy); font-size: 1.2em; margin: 0 0 .2em; }
.df-help-support > p { color: var(--df-muted); font-size: .92em; margin: 0 0 1.2em; }
.df-support-row, .df-support-hours { display: flex; gap: .8em; align-items: flex-start; padding: .8em 0; border-top: 1px solid #e6ddcd; text-decoration: none; }
.df-support-row .df-help-ic, .df-support-hours .df-help-ic { font-size: 1.2em; }
.df-support-row strong, .df-support-hours strong { display: block; color: var(--df-navy); font-size: .95em; }
.df-support-row small, .df-support-hours small { display: block; color: var(--df-muted); font-size: .82em; margin-top: .15em; }
@media (max-width: 900px) {
  .df-help-topics { grid-template-columns: 1fr 1fr; }
  .df-help-columns { grid-template-columns: 1fr; }
  .df-help-support { position: static; }
}

/* ==================== zijbalk alleen op winkel/categorie, niet op inhoudspagina's ==================== */
.page:not(.page-template-template-homepage) #secondary,
.blog #secondary, .single-post #secondary, .search #secondary, .error404 #secondary { display: none; }
.page:not(.page-template-template-homepage) .content-area,
.blog .content-area, .single-post .content-area, .search .content-area, .error404 .content-area {
  width: 100%; float: none; margin-right: 0;
}

/* helpcentrum: geen onderstreping op kaart-/supportlinks */
.df-help-topic, .df-help-topic *, .df-support-row, .df-support-row * { text-decoration: none !important; }
.df-support-row:hover strong { color: var(--df-gold); }

/* ==================== 404 ==================== */
.error404 .error-404, .error404 .storefront-sorting, .error404 h1.page-title { display: none; }
.error404 #primary { width: 100% !important; float: none !important; }
.df-404 { text-align: center; max-width: 40em; margin: 1em auto 3em; padding: 2em 1em; }
.df-404-code { font-family: 'Poppins', sans-serif; font-size: 6em; font-weight: 700; color: var(--df-navy); line-height: 1; letter-spacing: -.03em; }
.df-404-code .df-spark { color: var(--df-orange); font-size: .28em; vertical-align: super; }
.df-404 h1 { font-size: 1.8em; margin: .3em 0 .5em; color: var(--df-navy); }
.df-404 > p { color: #4b5563; font-size: 1.05em; max-width: 28em; margin: 0 auto 1.6em; }
.df-404-actions { display: flex; gap: .8em; justify-content: center; flex-wrap: wrap; margin-bottom: 1.6em; }
.df-404-primary { background: var(--df-navy); color: #fff; padding: .9em 2em; }
.df-404-primary:hover { background: var(--df-navy-deep); color: #fff; }
.df-404-secondary { background: #fff; color: var(--df-navy); border: 1px solid var(--df-card-line); padding: .9em 2em; }
.df-404-secondary:hover { background: var(--df-beige); color: var(--df-navy); }
.df-404-help { font-size: .92em; color: var(--df-muted); }
.df-404-help a { color: var(--df-navy); }

/* 404: standaard broodkruimel verbergen */
.error404 .woocommerce-breadcrumb, .error404 .storefront-breadcrumb { display: none !important; }

/* ==================== inlog-/accountpagina ==================== */
.woocommerce-account:not(.logged-in) .entry-title,
.woocommerce-account .woocommerce-form-login > h2:first-child { display: none; }
.woocommerce-account:not(.logged-in) #primary { max-width: 480px; margin: 0 auto; float: none; width: 100%; }
.df-login-head { text-align: left; margin-bottom: 1.4em; }
.df-login-crumb { font-size: .82em; color: var(--df-muted); margin-bottom: .8em; }
.df-login-crumb a { color: var(--df-muted); text-decoration: none; }
.df-login-crumb span { color: var(--df-navy); font-weight: 600; }
.df-login-head h1 { font-size: 2em; color: var(--df-navy); margin: 0 0 .2em; }
.df-login-sub { color: var(--df-muted); margin: 0; }
.woocommerce-account:not(.logged-in) .woocommerce-form-login {
  border: 1px solid var(--df-card-line) !important; border-radius: 16px; padding: 1.8em !important; background: #fff;
  box-shadow: 0 10px 30px rgba(14,23,48,.06);
}
.woocommerce-account .woocommerce-form-login label { color: var(--df-navy); font-weight: 600; font-size: .9em; }
.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=email],
.woocommerce-account .woocommerce-form-login input[type=password] {
  border: 1px solid var(--df-card-line); border-radius: 10px; padding: .8em 1em; background: #fbfbfa;
}
.woocommerce-account .woocommerce-form-login input:focus { border-color: var(--df-navy); background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(20,32,63,.08); }
.woocommerce-account .woocommerce-form-login .button {
  background: var(--df-navy) !important; color: #fff !important; width: 100%; padding: .95em !important; font-size: 1em; border-radius: 10px !important; margin-top: .4em;
}
.woocommerce-account .woocommerce-form-login .button:hover { background: var(--df-navy-deep) !important; }
.woocommerce-account .woocommerce-LostPassword { font-size: .88em; }
.woocommerce-account .woocommerce-LostPassword a { color: var(--df-navy); }
.df-login-trust {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.1em 1.4em;
  max-width: 480px; margin: 2em auto 0; padding-top: 1.8em; border-top: 1px solid var(--df-card-line);
}
.df-login-trust > div { display: flex; align-items: center; gap: .7em; }
.df-login-trust > div > span { font-size: 1.3em; width: 2em; height: 2em; border-radius: 50%; background: var(--df-beige); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.df-login-trust strong { display: block; color: var(--df-navy); font-size: .86em; }
.df-login-trust small { color: var(--df-muted); font-size: .76em; }
@media (max-width: 768px) { .df-login-trust { grid-template-columns: 1fr 1fr; } }

/* inlog: dubbele kop en broodkruimel opruimen */
.woocommerce-account:not(.logged-in) .woocommerce > h2,
.woocommerce-account:not(.logged-in) .u-column1 > h2 { display: none; }
.woocommerce-account .woocommerce-breadcrumb { display: none; }

/* ==================== afrekenen ==================== */
.woocommerce-checkout .woocommerce-breadcrumb { display: none; }
.woocommerce-checkout .entry-title { font-size: 2em; margin-bottom: 1em; }
/* genummerde stappen zoals in de referentie */
.wc-block-checkout__form { counter-reset: df-step; }
.wc-block-components-checkout-step__title { position: relative; }
.wc-block-components-checkout-step__heading { counter-increment: df-step; }
.wc-block-components-checkout-step__heading::before {
  content: counter(df-step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.7em; height: 1.7em; margin-right: .6em; border-radius: 50%;
  background: var(--df-navy); color: #fff; font-size: .8em; font-weight: 700; vertical-align: middle;
}
/* velden en knoppen in huisstijl */
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout select, .wc-block-checkout .wc-block-components-address-form input {
  border-radius: 10px !important;
}
.wc-block-checkout__actions button,
.wc-block-components-checkout-place-order-button {
  background: var(--df-navy) !important; color: #fff !important; border-radius: 10px !important; font-weight: 700 !important;
}
.wc-block-checkout__actions button:hover { background: var(--df-navy-deep) !important; }
.wc-block-components-order-summary,
.wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
.wc-block-checkout__sidebar > div {
  border-radius: 14px;
}
.wc-block-components-totals-item__value { color: var(--df-navy); }

/* categorie/shop: dubbele Storefront-broodkruimelbalk boven de producten weg (hero heeft er al een) */
.post-type-archive-product .storefront-breadcrumb,
.tax-product_cat .storefront-breadcrumb,
.tax-product_brand .storefront-breadcrumb { display: none; }

/* ========================================================================== 
   Reference fidelity pass — proportions and responsive behaviour from mockups
   ========================================================================== */
:root {
  --df-navy: #071b3a;
  --df-navy-deep: #031630;
  --df-ink: #27354a;
  --df-muted: #697386;
  --df-beige: #f8f3ec;
  --df-beige-deep: #eee5d9;
  --df-line: #e1e5ea;
  --df-card-line: #e4e7eb;
  --df-orange: #f5aa19;
  --df-gold: #a66c13;
  --df-green: #138c60;
  --df-radius: 10px;
}

html { scroll-behavior: smooth; }
body { color: var(--df-ink); font-size: 15px; line-height: 1.55; }
.col-full { max-width: 78rem; padding-left: 1.5rem; padding-right: 1.5rem; }
.df-icon { width: 1.35em; height: 1.35em; display: block; flex: 0 0 auto; }

/* compact three-tier commerce header */
.df-topbar { padding: .42rem 0; font-size: .76rem; }
.df-topbar .col-full { gap: 0; }
.df-topbar span { display: inline-flex; align-items: center; gap: .48rem; padding: 0 2.1rem; }
.df-topbar .df-icon { color: #fff; width: 1rem; height: 1rem; }
.df-topbar span:last-child .df-icon { color: var(--df-orange); }
.site-header { padding: .82rem 0 !important; }
.site-header > .col-full {
  grid-template-columns: 15.5rem minmax(20rem, 1fr) 12.5rem;
  gap: 1.75rem;
}
.df-brand-logo { width: 184px; height: auto; }
.df-header-search { max-width: 32rem; }
.site-header .df-search-input { height: 44px; padding-top: .65rem; padding-bottom: .65rem; background: #fff; border-radius: 8px; }
.df-search-btn { top: 3px; right: 3px; bottom: 3px; width: 2.55rem; border-radius: 7px; }
.df-header-actions { justify-content: flex-end; gap: 1.65rem; }
.df-header-link { font-size: .84rem; font-weight: 500; }
.df-header-ic svg { width: 21px; height: 21px; }
.df-cart-count { top: -8px; right: -9px; background: var(--df-navy); color: #fff; border: 2px solid #fff; }

.storefront-primary-navigation > .col-full { align-items: center; justify-content: flex-start; min-height: 45px; }
.df-category-nav {
  width: 15.5rem; flex: 0 0 15.5rem; display: inline-flex; align-items: center; gap: .7rem;
  color: var(--df-navy); text-decoration: none; font-weight: 600; font-size: .82rem;
}
.df-category-nav:hover { color: var(--df-gold); }
.df-category-nav .df-icon { width: 1.2rem; height: 1.2rem; }
.df-nav-chevron { margin-left: .05rem; font-size: 1rem; transform: translateY(-1px); }
.main-navigation { flex: 1 1 auto; }
.main-navigation ul { text-align: center; }
.main-navigation ul li a { padding: .86rem 1.05rem; font-size: .82rem; font-weight: 500; }

/* closer vertical rhythm throughout Storefront */
.site-content { padding-top: 2rem; }
.woocommerce-breadcrumb, .storefront-breadcrumb { margin-bottom: 1.5rem; }
.page-template-template-homepage .site-content { padding-top: 0; }

/* homepage: editorial split, not a floating template card */
.df-hero2 {
  min-height: 430px; padding-top: 3.2rem; padding-bottom: 3.2rem;
  grid-template-columns: minmax(0, .95fr) minmax(20rem, 1.05fr); gap: 3.2rem;
  background: linear-gradient(100deg, #fbf8f4 0%, #f4ede4 58%, #eee3d4 100%);
}
.df-hero2-text { text-align: left; }
.df-hero2-text h1 { max-width: 11em; font-size: clamp(2.7rem, 4.2vw, 4rem); letter-spacing: -.045em; }
.df-hero2-sub { font-size: 1rem; line-height: 1.65; }
.df-hero2-proof { color: #5e6878; }
.df-hero2-card { max-width: 430px; padding: 0; background: transparent; border-radius: 0; box-shadow: none; transform: none; }
.df-hero2-card img { height: 330px; object-fit: contain; mix-blend-mode: multiply; }
.df-hero2-sticker {
  top: .2rem; right: -.5rem; width: 6.6rem; height: 6.6rem; border-radius: 50%;
  background: #fffaf1; transform: rotate(4deg); font-size: .72rem;
}
.df-spark { animation-duration: 4.8s; }

.df-trustbox { margin: 1.75rem 0 2.5rem; padding: 1.05rem 0; border-radius: 10px; }
.df-trustbox > div { padding: 0 1.25rem; column-gap: .7rem; }
.df-trustbox i { background: transparent; width: 1.8rem; height: 1.8rem; }
.df-trustbox i .df-icon { width: 1.35rem; height: 1.35rem; }

/* archive hero and catalogue geometry */
.df-hero-cat { background: #faf7f2; }
.df-hero-cat-inner { grid-template-columns: 36% 64%; min-height: 238px; }
.df-hero-cat-text { padding: 2rem 2.5rem 2rem 0; }
.df-hero-cat h1 { font-size: clamp(2.1rem, 3vw, 3rem); letter-spacing: -.04em; }
.df-hero-cat-media {
  background-image: url('../../uploads/2026/07/550x770.jpg');
  background-repeat: no-repeat; background-size: contain; background-position: center right 14%;
}
.df-hero-cat-media--photo { background-size: cover; background-position: center; }
.df-hero-cat-spark { display: none; }
.post-type-archive-product #content > .col-full,
.tax-product_cat #content > .col-full,
.tax-product_brand #content > .col-full { gap: 1.6rem; }
.post-type-archive-product #secondary,
.tax-product_cat #secondary,
.tax-product_brand #secondary { width: 225px; flex-basis: 225px; }
.widget-area { padding: 1.2rem 1rem; border-radius: 9px; }
.storefront-sorting { margin-bottom: 1.25rem; padding-bottom: .9rem; }

/* explicit grids avoid Storefront's float widths dropping the fourth card */
ul.products,
.woocommerce ul.products {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem;
}
ul.products::before, ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.woocommerce ul.products li.product:not(.product-category), ul.products li.product { padding: .55rem .55rem 1rem !important; }
ul.products li.product img { margin-bottom: .55rem !important; border-radius: 7px; }
.woocommerce-loop-product__title { min-height: calc(1.32em * 3); font-size: .84rem !important; line-height: 1.32; }
ul.products li.product .price { font-size: .95rem; padding-right: 2.8rem; }
ul.products li.product .button { right: .55rem; bottom: .55rem; width: 2.35rem; height: 2.35rem; border-radius: 7px !important; }
.onsale, .df-badge-best { top: .85rem !important; left: .85rem !important; font-size: .63rem; border-radius: 6px !important; }

/* product detail follows the mockup's image-led balance */
.single-product .site-main { padding-top: 0; }
.single-product div.product { display: flow-root; }
.single-product div.product .woocommerce-product-gallery { width: 52%; min-height: 520px; padding: 1.4rem; border-radius: 10px; }
.single-product div.product .summary { width: 43%; padding-top: .35rem; }
.single-product div.product .product_title { font-size: 2rem; letter-spacing: -.035em; text-transform: none; }
.single-product div.product p.price { font-size: 1.45rem; }
.df-ship { background: #fbf6ef; border: 1px solid #efe5d8; padding: .8rem 1rem; }
.df-usp-grid { margin-top: 1.25rem; padding-top: 1.1rem; gap: .7rem; }
.df-usp-ic { background: transparent; width: 1.8rem; height: 1.8rem; }
.df-usp-ic .df-icon { width: 1.25rem; height: 1.25rem; }

/* help centre: left-aligned answer-first hero with product-specific visual */
.df-help-hero {
  min-height: 265px; margin-top: -2rem; padding: 2.2rem max(1.5rem, calc(50vw - 37.5rem));
  text-align: left; position: relative; overflow: hidden;
  background: linear-gradient(95deg, #faf7f2 0%, #f3ece2 100%);
}
.df-help-hero::after {
  content: ''; position: absolute; inset: 0 5% 0 auto; width: 34%;
  background: url('../../uploads/2026/07/550x770.jpg') center / contain no-repeat; mix-blend-mode: multiply; opacity: .88;
}
.df-help-hero-inner { max-width: 45rem; margin: 0; position: relative; z-index: 1; }
.df-help-hero h1 { font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.df-help-sub { margin-left: 0; margin-right: 0; }
.df-help-search { max-width: 40rem; }
.df-help-search input { max-width: 100%; padding: 1rem 1.15rem 1rem 3rem; }
.df-help-search { position: relative; }
.df-help-search::before {
  content: ''; position: absolute; z-index: 2; left: 1.05rem; top: 50%; width: 1.15rem; height: 1.15rem; transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.8'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.df-help-topics { grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.df-help-topic { min-height: 150px; padding: 1.25rem .7rem; border-radius: 9px; }
.df-help-topic .df-help-ic { font-size: 0; width: 2rem; height: 2rem; margin: 0 auto .65rem; background-position: center; background-repeat: no-repeat; background-size: contain; }
.df-help-topic:nth-child(1) .df-help-ic { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.6'%3E%3Cpath d='M3 6h11v10H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E"); }
.df-help-topic:nth-child(2) .df-help-ic { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.6'%3E%3Cpath d='M5 8h10a5 5 0 1 1 0 10H9M8 4 4 8l4 4'/%3E%3C/svg%3E"); }
.df-help-topic:nth-child(3) .df-help-ic, .df-help-topic:nth-child(5) .df-help-ic { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.6'%3E%3Cpath d='m4 7 8-4 8 4-8 4zM4 7v10l8 4 8-4V7M12 11v10'/%3E%3C/svg%3E"); }
.df-help-topic:nth-child(4) .df-help-ic { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.6'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h4'/%3E%3C/svg%3E"); }
.df-help-topic:nth-child(6) .df-help-ic { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.6'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0v5h-3v-5M4 13v5h3v-5M17 20c-1 1-2 1-4 1'/%3E%3C/svg%3E"); }
.df-help-columns { grid-template-columns: minmax(0, 1fr) 320px; gap: 1.8rem; }
.df-faq-item { margin-bottom: 0; border-radius: 0; border-bottom: 0; }
.df-faq-item:first-of-type { border-radius: 9px 9px 0 0; }
.df-faq-item:last-of-type { border-bottom: 1px solid var(--df-card-line); border-radius: 0 0 9px 9px; }
.df-help-support { border-radius: 9px; background: #fbf7f2; }

/* login mockup: form, benefits, then product scene */
.woocommerce-account:not(.logged-in) #primary { max-width: 75rem; }
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  display: grid; grid-template-columns: minmax(340px, 1fr) 290px minmax(250px, .85fr); gap: 1.25rem; align-items: stretch;
}
.woocommerce-account:not(.logged-in) .df-login-head,
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-account:not(.logged-in) .woocommerce-form-login { grid-column: 1; margin: 0; box-shadow: none; border-radius: 9px !important; }
.df-login-benefits { grid-column: 2; border: 1px solid var(--df-card-line); border-radius: 9px; padding: 1.5rem; background: #fff; }
.df-login-benefits h2 { margin: 0 0 .3rem; font-size: 1.25rem; }
.df-login-benefits > p { color: var(--df-muted); font-size: .86rem; margin-bottom: 1.3rem; }
.df-login-benefits > div { display: flex; gap: .75rem; margin: 1rem 0; }
.df-login-benefits > div .df-icon { width: 2rem; height: 2rem; padding: .35rem; border-radius: 50%; background: #f8f5f0; }
.df-login-benefits strong, .df-login-benefits small { display: block; }
.df-login-benefits strong { color: var(--df-navy); font-size: .88rem; }
.df-login-benefits small { color: var(--df-muted); font-size: .75rem; }
.df-login-benefits .button { display: block; text-align: center; margin-top: 1.2rem; background: #fff; color: var(--df-navy); border: 1px solid var(--df-navy); }
.df-login-scene {
  grid-column: 3; border-radius: 9px; min-height: 430px; padding: 1.5rem; display: flex; align-items: flex-end;
  background: #f5eee5 url('../../uploads/2026/07/550x770.jpg') center 32% / 78% auto no-repeat;
}
.df-login-scene span { color: var(--df-navy); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; }
.df-login-trust { grid-column: 1 / -1; max-width: none; width: 100%; grid-template-columns: repeat(4, 1fr); }
.df-login-trust > div > .df-icon { width: 2.1rem; height: 2.1rem; padding: .4rem; border-radius: 50%; background: var(--df-beige); }

/* account dashboard and checkout cards */
.woocommerce-MyAccount-navigation { width: 22%; border: 1px solid var(--df-card-line); border-radius: 9px; padding: .65rem; }
.woocommerce-MyAccount-navigation ul { margin: 0; }
.woocommerce-MyAccount-navigation ul li a { padding: .7rem .8rem; border-radius: 7px; }
.woocommerce-MyAccount-navigation ul li.is-active a { background: var(--df-beige); color: var(--df-navy); }
.woocommerce-MyAccount-content { width: 74%; }
.wc-block-checkout__main, .wc-block-checkout__sidebar { border-radius: 10px; }

/* our mobile navigation is hidden on wide screens */
.df-mobile-nav { display: none; }

@media (max-width: 900px) {
  .col-full { padding-left: 1rem; padding-right: 1rem; }
  body { padding-bottom: 66px; }
  .df-topbar { display: none; }

  .site-header { padding: .7rem 0 .65rem !important; position: relative; z-index: 50; }
  .site-header > .col-full {
    display: grid; grid-template-columns: 44px 1fr 44px; grid-template-rows: 38px 42px;
    gap: .65rem .4rem; padding-left: 1rem; padding-right: 1rem;
  }
  .site-branding { grid-column: 1 / -1; grid-row: 1; justify-self: center; align-self: center; }
  .df-brand-logo { width: 150px; max-height: 34px; }
  .df-header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; }
  .site-header .df-search-input { height: 42px; padding-left: .85rem; font-size: .82rem; }
  .df-header-actions { grid-column: 3; grid-row: 1; z-index: 2; margin: 0; align-self: center; justify-self: end; }
  .df-header-actions .df-header-link:not(.df-cart-link) { display: none; }
  .df-header-ic svg { width: 24px; height: 24px; }

  .storefront-primary-navigation { height: 0; border: 0; position: static; }
  .storefront-primary-navigation > .col-full { min-height: 0; padding: 0; }
  .df-category-nav { display: none; }
  .main-navigation { position: static; width: 100%; }
  .main-navigation .menu-toggle {
    display: block; position: absolute; top: .72rem; left: 1rem; z-index: 3;
    width: 40px; height: 38px; margin: 0; padding: 0; border: 0; border-radius: 7px !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23071b3a' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E") center / 22px no-repeat;
    font-size: 0; box-shadow: none;
  }
  .main-navigation .menu-toggle::before, .main-navigation .menu-toggle span::before { display: none !important; }
  .main-navigation.toggled .handheld-navigation {
    position: absolute; left: 0; top: 101px; width: 100%; z-index: 20; padding: .55rem 1rem 1rem;
    background: #fff; border-top: 1px solid var(--df-card-line); box-shadow: 0 18px 28px rgba(7,27,58,.12);
  }
  .main-navigation.toggled .handheld-navigation ul li a { padding: .72rem .3rem; text-align: left; border-bottom: 1px solid #eef0f2; }

  .site-content { padding-top: 1.25rem; }
  .page-template-template-homepage .site-content { padding-top: 0; }

  .df-mobile-nav {
    position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; height: 66px;
    display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.98);
    border-top: 1px solid var(--df-card-line); box-shadow: 0 -5px 18px rgba(7,27,58,.08);
  }
  .df-mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; color: var(--df-navy); text-decoration: none; font-size: .66rem; font-weight: 600; }
  .df-mobile-nav .df-icon { width: 1.35rem; height: 1.35rem; }
  .storefront-handheld-footer-bar { display: none !important; }

  /* image-led compact mobile homepage hero */
  .df-hero2 {
    min-height: 390px; display: block; padding: 2rem 1.25rem; text-align: left; position: relative; overflow: hidden;
  }
  .df-hero2-text { position: relative; z-index: 2; width: 67%; }
  .df-hero2-text h1 { font-size: clamp(2rem, 9vw, 2.65rem); line-height: 1.02; margin-top: 0; }
  .df-hero2-sub { font-size: .84rem; line-height: 1.55; margin-bottom: 1.15rem; }
  .df-hero2-cta { padding: .75rem 1rem; font-size: .8rem; }
  .df-hero2-proof, .df-hero2-sticker { display: none; }
  .df-hero2-visual { position: absolute; z-index: 1; right: -12%; bottom: -2%; width: 58%; opacity: .92; }
  .df-hero2-card img { height: 245px; object-fit: contain; }

  .df-trustbox { grid-template-columns: repeat(4, 1fr); margin: 0; padding: .75rem .25rem; border-left: 0; border-right: 0; border-radius: 0; }
  .df-trustbox > div { display: flex; flex-direction: column; gap: .25rem; padding: 0 .3rem; text-align: center; }
  .df-trustbox > div + div, .df-trustbox > div:nth-child(3) { border-left: 0; }
  .df-trustbox i { margin: auto; }
  .df-trustbox strong { font-size: .64rem; }
  .df-trustbox span { display: none; }

  /* mobile archive: compact hero and horizontal product rows */
  .df-hero-cat-inner { grid-template-columns: 57% 43%; min-height: 205px; }
  .df-hero-cat-text { padding: 1rem .8rem 1rem 0; }
  .df-hero-cat h1 { font-size: 1.7rem; }
  .df-hero-cat-crumb { font-size: .68rem; margin-bottom: .75rem; }
  .df-hero-cat-desc { font-size: .78rem; line-height: 1.45; }
  .df-hero-cat-media { min-height: 205px; margin: 0; background-position: center; }
  .post-type-archive-product #secondary, .tax-product_cat #secondary { display: none; }
  .storefront-sorting { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; border-bottom: 0; }
  .storefront-sorting .woocommerce-result-count { grid-column: 1 / -1; }
  .woocommerce-ordering { width: 100%; }
  .woocommerce-ordering select { width: 100%; }
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products { display: block; }
  .post-type-archive-product ul.products li.product,
  .tax-product_cat ul.products li.product { min-height: 132px; margin-bottom: .65rem !important; padding: .45rem 3.1rem .45rem .45rem !important; border-radius: 9px; }
  .post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
  .tax-product_cat ul.products li.product .woocommerce-LoopProduct-link {
    display: grid; grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: auto 1fr auto; column-gap: .75rem; min-height: 116px;
  }
  .post-type-archive-product ul.products li.product img,
  .tax-product_cat ul.products li.product img { grid-column: 1; grid-row: 1 / 4; width: 112px; height: 116px; margin: 0 !important; }
  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title { grid-column: 2; min-height: 0; margin: .2rem 0 0; -webkit-line-clamp: 2; }
  .post-type-archive-product ul.products li.product .price,
  .tax-product_cat ul.products li.product .price { grid-column: 2; align-self: end; padding: 0; }
  .post-type-archive-product ul.products li.product .button,
  .tax-product_cat ul.products li.product .button { right: .5rem; bottom: .5rem; }
  .post-type-archive-product .onsale, .post-type-archive-product .df-badge-best,
  .tax-product_cat .onsale, .tax-product_cat .df-badge-best { top: .65rem !important; left: .65rem !important; }

  /* product page becomes the same stacked composition as the phone mockup */
  .single-product .storefront-breadcrumb { margin-bottom: .8rem; }
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary { width: 100%; float: none; }
  .single-product div.product .woocommerce-product-gallery { min-height: 330px; padding: .5rem; margin-bottom: 1rem; }
  .single-product div.product .woocommerce-product-gallery img { max-height: 320px; object-fit: contain; }
  .single-product div.product .product_title { font-size: 1.45rem; }
  .single-product form.cart .single_add_to_cart_button { font-size: .82rem; }
  .df-usp-grid { grid-template-columns: 1fr 1fr; }

  /* help centre mirrors the compact three-up phone layout */
  .df-help-hero { min-height: 220px; margin-top: -1.25rem; padding: 1.25rem 1rem; }
  .df-help-hero::after { right: -9%; width: 46%; opacity: .65; }
  .df-help-hero-inner { width: 72%; }
  .df-help-hero h1 { font-size: 1.55rem; }
  .df-help-sub { font-size: .8rem; }
  .df-help-search input { padding-top: .75rem; padding-bottom: .75rem; font-size: .78rem; }
  .df-help-topics { grid-template-columns: repeat(3, 1fr); gap: .45rem; }
  .df-help-topic { min-height: 92px; padding: .8rem .35rem; }
  .df-help-topic .df-help-ic { width: 1.6rem; height: 1.6rem; margin-bottom: .35rem; }
  .df-help-topic strong { font-size: .7rem; }
  .df-help-topic-sub { display: none; }
  .df-help-columns { grid-template-columns: 1fr; }

  /* login deliberately drops the decorative scene on small screens */
  .woocommerce-account:not(.logged-in) .entry-content > .woocommerce { display: block; }
  .woocommerce-account:not(.logged-in) .woocommerce-form-login { margin-bottom: 1rem; }
  .df-login-benefits, .df-login-scene { display: none; }
  .df-login-trust { grid-template-columns: repeat(4, 1fr); gap: .4rem; }
  .df-login-trust > div { display: block; text-align: center; }
  .df-login-trust > div > .df-icon { margin: 0 auto .3rem; }
  .df-login-trust small { display: none; }

  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; gap: .25rem; }
  .woocommerce-MyAccount-navigation ul li { flex: 0 0 auto; }
}

@media (max-width: 520px) {
  body { font-size: 14px; }
  .df-hero2 { min-height: 370px; }
  .df-hero2-text { width: 72%; }
  .df-hero2-visual { right: -17%; width: 62%; }
  .df-section-h { font-size: 1.2rem; margin: 1.7rem 0 .85rem; }
  ul.products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-type-archive-product ul.products, .tax-product_cat ul.products { display: block; }
  .site-footer { padding-bottom: 2rem; }
}
