/*
Theme Name:   Hoekjes en Boekjes
Theme URI:    https://hoekjesenboekjes.be
Description:  Custom child theme for Hoekjes en Boekjes — kinder- en jeugdboekenwinkel. Built on Astra.
Author:       Hoekjes en Boekjes
Version:      1.1.0
Template:     astra
Text Domain:  hoekjes-child
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */

:root {
  --hb-cream:       #F5F0E8;
  --hb-cream-dark:  #EDE7D9;
  --hb-navy:        #1D3557;
  --hb-terracotta:  #C8624A;
  --hb-sand:        #D4B896;
  --hb-sage:        #7A9E7E;
  --hb-text:        #2C2C2C;
  --hb-muted:       #6B6357;
  --hb-white:       #FFFFFF;

  --hb-font-heading: 'Fraunces', Georgia, serif;
  --hb-font-body:    'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --hb-max-width:    1440px;
  --hb-radius-sm:    8px;
  --hb-radius-md:    12px;
  --hb-radius-lg:    20px;

  --hb-shadow-sm:    0 2px 8px rgba(29, 53, 87, 0.06);
  --hb-shadow-md:    0 6px 20px rgba(29, 53, 87, 0.10);
}

/* ==========================================================================
   2. BASE TYPOGRAPHY
   ========================================================================== */

body {
  font-family: var(--hb-font-body);
  color: var(--hb-text);
  background: var(--hb-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: var(--hb-font-heading);
  color: var(--hb-navy);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

a {
  color: var(--hb-terracotta);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover { color: var(--hb-navy); }

p { margin-bottom: 1em; }

/* ==========================================================================
   3. HEADER
   ========================================================================== */

.site-header {
  background: var(--hb-cream);
  border-bottom: 1px solid var(--hb-cream-dark);
}

.site-header .custom-logo-link .custom-logo,
.site-header .site-logo-img img {
  max-height: 56px;
  width: auto;
  height: auto;
}

.site-title {
  font-family: var(--hb-font-heading);
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0;
}

.site-title a,
.site-title a:visited,
.site-title a:hover {
  color: var(--hb-navy);
  text-decoration: none;
  box-shadow: none;
}

.site-description,
.site-header .site-description {
  font-family: var(--hb-font-body);
  color: var(--hb-muted);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 2px 0 0;
  letter-spacing: 0.01em;
}

.main-header-menu > .menu-item > a,
.main-header-menu a {
  font-family: var(--hb-font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--hb-navy);
  padding: 10px 14px;
  transition: color 0.2s ease;
  text-decoration: none;
  box-shadow: none;
}

.main-header-menu > .menu-item > a:hover,
.main-header-menu .current-menu-item > a,
.main-header-menu .current_page_item > a {
  color: var(--hb-terracotta);
}

.site-header a {
  text-decoration: none;
  box-shadow: none;
}

.hb-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid var(--hb-cream-dark);
}

.hb-header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--hb-navy);
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.hb-header-actions a:hover {
  background: var(--hb-cream-dark);
  color: var(--hb-terracotta);
}

.hb-header-actions svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hb-cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--hb-terracotta);
  color: var(--hb-white);
  border-radius: 10px;
  font-family: var(--hb-font-body);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hb-cart-count[data-count="0"] { display: none; }

/* ==========================================================================
   4. FRONT PAGE
   ========================================================================== */

.hb-home .entry-header,
.hb-home .ast-archive-description,
.hb-home .page-title {
  display: none !important;
}

.hb-home article.hentry,
.hb-home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ==========================================================================
   5. FOOTER
   ========================================================================== */

.site-footer {
  background: var(--hb-navy);
  color: var(--hb-cream);
}

.site-footer a { color: var(--hb-cream); }
.site-footer a:hover { color: var(--hb-terracotta); }

.site-below-footer-wrap { display: none !important; }

.hb-footer {
  background: var(--hb-navy);
  color: var(--hb-cream);
  padding: 56px 0 0;
  width: 100%;
}

.hb-footer__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}

.hb-footer__logo img {
  height: 60px;
  width: auto;
}

.hb-footer__logo-text {
  font-family: var(--hb-font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--hb-white);
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

.hb-footer__tagline {
  font-size: 0.85rem;
  color: var(--hb-sand);
  line-height: 1.6;
  margin: 0 0 20px;
}

.hb-footer__social {
  display: flex;
  gap: 12px;
}

.hb-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--hb-cream);
  transition: border-color 0.2s, background 0.2s;
}

.hb-footer__social a:hover {
  border-color: var(--hb-terracotta);
  background: var(--hb-terracotta);
  color: var(--hb-white);
}

.hb-footer__social svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hb-footer__col-title {
  font-family: var(--hb-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-white);
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}

.hb-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--hb-sand);
  line-height: 1.5;
}

.hb-footer__list a {
  color: var(--hb-sand);
  text-decoration: none;
  transition: color 0.2s;
}

.hb-footer__list a:hover { color: var(--hb-white); }

.hb-footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hb-footer__hours li span:first-child {
  color: var(--hb-cream);
  font-weight: 600;
}

.hb-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 40px;
  max-width: var(--hb-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  width: 100%;
  box-sizing: border-box;
}

.hb-footer__heart {
  width: 14px;
  height: 14px;
  fill: var(--hb-terracotta);
  stroke: none;
}

/* ==========================================================================
   6. SHARED COMPONENTS
   ========================================================================== */

.hb-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--hb-radius-sm);
  font-family: var(--hb-font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.hb-btn--primary {
  background: var(--hb-navy);
  color: var(--hb-white);
  border-color: var(--hb-navy);
}

.hb-btn--primary:hover {
  background: #152844;
  border-color: #152844;
  color: var(--hb-white);
}

.hb-btn--outline {
  background: transparent;
  color: var(--hb-navy);
  border-color: var(--hb-navy);
}

.hb-btn--outline:hover {
  background: var(--hb-navy);
  color: var(--hb-white);
}

.hb-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.hb-heart {
  fill: var(--hb-terracotta);
  stroke: none !important;
}

.hb-homepage {
  background: var(--hb-cream);
  width: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
   7. HERO
   ========================================================================== */

.hb-hero {
  background: var(--hb-cream);
  padding: 60px 0 48px;
  width: 100%;
}

.hb-hero__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.hb-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hb-hero__badge {
  display: inline-block;
  background: var(--hb-cream-dark);
  color: var(--hb-muted);
  font-family: var(--hb-font-body);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  width: fit-content;
  letter-spacing: 0.02em;
}

.hb-hero__title {
  font-family: var(--hb-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  font-variation-settings: 'opsz' 72;
}

.hb-hero__subtitle {
  font-family: var(--hb-font-heading);
  font-size: 1.2rem;
  color: var(--hb-terracotta);
  font-style: italic;
  margin: 0;
}

.hb-hero__body {
  font-size: 1rem;
  color: var(--hb-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}

.hb-hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.hb-hero__features {
  display: flex;
  gap: 28px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.hb-hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--hb-muted);
  font-weight: 600;
  max-width: 140px;
  line-height: 1.4;
}

.hb-hero__feature svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--hb-terracotta);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 1px;
}

.hb-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hb-hero__circle-wrap {
  position: relative;
  width: 380px;
  height: 380px;
}

.hb-hero__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--hb-white);
  box-shadow: var(--hb-shadow-md);
  display: block;
}

.hb-hero__circle-badge {
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 100px;
  height: 100px;
  background: var(--hb-sage);
  color: var(--hb-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--hb-font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px;
  box-shadow: var(--hb-shadow-sm);
}

/* ==========================================================================
   8. LEEFTIJDEN
   ========================================================================== */

.hb-leeftijden {
  background: var(--hb-white);
  padding: 56px 0;
}

.hb-leeftijden__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.hb-leeftijden__header {
  text-align: center;
  margin-bottom: 36px;
}

.hb-leeftijden__title {
  font-family: var(--hb-font-heading);
  font-size: 1.8rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 12px;
}

.hb-leeftijden__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hb-leeftijden__divider span {
  display: block;
  width: 60px;
  height: 1px;
  background: var(--hb-sand);
}

.hb-leeftijden__divider svg {
  width: 14px;
  height: 14px;
  fill: var(--hb-terracotta);
  stroke: none;
}

.hb-leeftijden__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.hb-leeftijden__row:last-child { margin-bottom: 0; }

.hb-leeftijd-card {
  background: var(--hb-cream);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hb-leeftijd-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hb-shadow-md);
  border-color: var(--hb-sand);
}

.hb-leeftijd-card__img {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-leeftijd-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hb-leeftijd-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hb-leeftijd-card__label {
  font-family: var(--hb-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1.2;
}

.hb-leeftijd-card__sub {
  font-size: 0.75rem;
  color: var(--hb-muted);
}

.hb-leeftijd-card__link {
  font-size: 0.78rem;
  color: var(--hb-terracotta);
  font-weight: 700;
  margin-top: 4px;
}

/* ==========================================================================
   9. ADVIESBANNER
   ========================================================================== */

.hb-adviesbanner {
  background: var(--hb-cream-dark);
  padding: 40px 0;
}

.hb-adviesbanner__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hb-adviesbanner__text {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.hb-adviesbanner__icon svg {
  width: 48px !important;
  height: 48px !important;
  stroke: var(--hb-terracotta);
  fill: none;
  stroke-width: 1.5;
}

.hb-adviesbanner__title {
  font-family: var(--hb-font-heading);
  font-size: 1.5rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hb-adviesbanner__body {
  font-size: 0.9rem;
  color: var(--hb-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 500px;
}

.hb-adviesbanner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hb-adviesbanner__sub {
  font-size: 0.78rem;
  color: var(--hb-muted);
}

/* ==========================================================================
   10. EVENTS SIDEBAR
   ========================================================================== */

.hb-sidebar-events {
  background: var(--hb-white);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  padding: 20px;
  margin-bottom: 16px;
}

.hb-sidebar-events__title {
  font-family: var(--hb-font-heading);
  font-size: 1.1rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 4px;
}

.hb-sidebar-events__sub {
  font-size: 0.75rem;
  color: var(--hb-muted);
  margin: 0 0 16px;
}

.hb-events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hb-event {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hb-cream);
}

.hb-event:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hb-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 36px;
}

.hb-event__dow {
  font-size: 0.65rem;
  color: var(--hb-muted);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hb-event__day {
  font-family: var(--hb-font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1;
}

.hb-event__month {
  font-size: 0.65rem;
  color: var(--hb-terracotta);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hb-event__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
}

.hb-event__name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hb-text);
  text-decoration: none;
  line-height: 1.3;
}

.hb-event__name:hover { color: var(--hb-terracotta); }

.hb-event__meta {
  font-size: 0.72rem;
  color: var(--hb-muted);
}

.hb-sidebar-events__more {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hb-terracotta);
  text-decoration: none;
  margin-top: 14px;
}

/* ==========================================================================
   11. NEWSLETTER
   ========================================================================== */

.hb-newsletter {
  background: var(--hb-navy);
  border-radius: var(--hb-radius-md);
  padding: 20px;
}

.hb-newsletter__title {
  font-family: var(--hb-font-heading);
  font-size: 1.1rem;
  color: var(--hb-white);
  font-weight: 700;
  margin: 0 0 6px;
}

.hb-newsletter__desc {
  font-size: 0.8rem;
  color: var(--hb-sand);
  margin: 0 0 14px;
  line-height: 1.5;
}

.hb-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hb-newsletter__input {
  width: 100%;
  padding: 10px 14px;
  border-radius: var(--hb-radius-sm);
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: var(--hb-white);
  font-family: var(--hb-font-body);
  font-size: 0.85rem;
  box-sizing: border-box;
}

.hb-newsletter__input::placeholder { color: var(--hb-sand); }

.hb-newsletter__btn {
  width: 100%;
  padding: 11px;
  background: var(--hb-terracotta);
  color: var(--hb-white);
  border: none;
  border-radius: var(--hb-radius-sm);
  font-family: var(--hb-font-body);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hb-newsletter__btn:hover { background: #b5533d; }

.hb-newsletter__msg {
  font-size: 0.82rem;
  margin-top: 8px;
}

.hb-newsletter__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--hb-sand);
}

.hb-newsletter__social svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--hb-sand);
  fill: none;
  stroke-width: 1.8;
}

.hb-newsletter-wrap {
  width: 100%;
  padding: 0;
  background: var(--hb-navy);
}

.hb-newsletter-wrap .hb-newsletter {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0;
}

.hb-events-wrap {
  width: 100%;
  padding: 40px;
  background: var(--hb-white);
}

.hb-events-wrap .hb-sidebar-events {
  max-width: 600px;
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 0;
}

/* ==========================================================================
   12. LIJSTEN
   ========================================================================== */

.hb-lijsten {
  background: var(--hb-cream);
  padding: 0 0 52px;
}

.hb-lijsten__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hb-lijst-card {
  background: var(--hb-white);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  padding: 28px 24px;
  text-align: center;
  transition: all 0.2s ease;
}

.hb-lijst-card:hover {
  box-shadow: var(--hb-shadow-md);
  transform: translateY(-2px);
}

.hb-lijst-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
}

.hb-lijst-card__icon svg {
  width: 48px !important;
  height: 48px !important;
  stroke: var(--hb-terracotta);
  fill: none;
  stroke-width: 1.5;
}

.hb-lijst-card__title {
  font-family: var(--hb-font-heading);
  font-size: 1.1rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 8px;
}

.hb-lijst-card__desc {
  font-size: 0.85rem;
  color: var(--hb-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.hb-lijst-card__link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hb-terracotta);
  text-decoration: none;
}

.hb-lijst-card__link:hover { color: var(--hb-navy); }

/* ==========================================================================
   13. UITGELICHT — bookshelf
   ========================================================================== */

.hb-uitgelicht-wrap {
  width: 100%;
  padding: 52px 40px;
  background: var(--hb-cream);
}

.hb-uitgelicht {
  max-width: var(--hb-max-width);
  margin: 0 auto;
}

.hb-uitgelicht__header {
  text-align: center;
  margin-bottom: 32px;
}

.hb-uitgelicht__title {
  font-family: var(--hb-font-heading);
  font-size: 1.8rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 6px;
}

.hb-uitgelicht__sub {
  font-size: 0.9rem;
  color: var(--hb-muted);
  margin: 0;
}

.hb-shelf { width: 100%; }

.hb-shelf__books {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 20px 0 0;
}

.hb-shelf__plank {
  height: 18px;
  background: linear-gradient(to bottom, #d4b896 0%, #b8945e 50%, #9a7840 100%);
  border-radius: 2px;
  box-shadow: 0 5px 16px rgba(29,53,87,0.18), 0 1px 0 rgba(255,255,255,0.15) inset;
}

.hb-book {
  position: relative;
  height: 240px;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  transform-origin: bottom center;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
  will-change: transform;
}

.hb-book:hover {
  transform: translateY(-16px);
  z-index: 10;
}

.hb-book__cover {
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 2px 4px 4px 2px;
  box-shadow: -3px 4px 10px rgba(29,53,87,0.22), 2px 0 5px rgba(0,0,0,0.08);
  transition: box-shadow 0.25s ease;
}

.hb-book:hover .hb-book__cover {
  box-shadow: -5px 14px 28px rgba(29,53,87,0.3), 3px 2px 10px rgba(0,0,0,0.12);
}

.hb-book__cover img {
  height: 240px;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: bottom;
  background: var(--hb-cream);
}

.hb-book__cover::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 8px;
  background: linear-gradient(to right, rgba(0,0,0,0.18), transparent);
  z-index: 2;
  pointer-events: none;
}

.hb-book__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent 0%, rgba(29,53,87,0.88) 40%, rgba(29,53,87,0.97) 100%);
  color: var(--hb-white);
  padding: 30px 10px 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
  pointer-events: none;
}

.hb-book:hover .hb-book__overlay { opacity: 1; }

.hb-book__overlay-title {
  display: block;
  font-family: var(--hb-font-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.hb-book__overlay-age {
  display: block;
  font-size: 10px;
  color: var(--hb-sand);
  margin-bottom: 4px;
}

.hb-book__overlay-price {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #EDB580;
}

.hb-uitgelicht__more {
  text-align: center;
  margin-top: 24px;
}

.hb-uitgelicht__more a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--hb-terracotta);
  text-decoration: none;
}

.hb-uitgelicht__more a:hover { color: var(--hb-navy); }

/* ==========================================================================
   14. SINGLE PRODUCT PAGE
   ========================================================================== */

.hb-product-page { background: var(--hb-cream); min-height: 50vh; }

.hb-product-hero { padding: 40px 0 32px; }

.hb-product-hero__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(300px, 480px) 1fr;
  gap: 56px;
  align-items: start;
}

.hb-product-gallery__main {
  position: relative;
  background: var(--hb-white);
  border-radius: var(--hb-radius-md);
  overflow: hidden;
  box-shadow: var(--hb-shadow-sm);
}

.hb-product-gallery__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hb-product-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.hb-gallery__thumb {
  width: 72px;
  height: 72px;
  border: 2px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  overflow: hidden;
  cursor: pointer;
  background: var(--hb-white);
  padding: 0;
  transition: border-color 0.2s;
}

.hb-gallery__thumb.is-active,
.hb-gallery__thumb:hover { border-color: var(--hb-terracotta); }

.hb-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

/* WooCommerce gallery override */
.hb-product-gallery .woocommerce-product-gallery { margin: 0; width: 100%; }
.hb-product-gallery .woocommerce-product-gallery__wrapper { margin: 0; }
.hb-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  border-radius: var(--hb-radius-md);
}

.hb-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.hb-product-gallery .flex-control-thumbs li { width: 72px !important; flex-shrink: 0; }

.hb-product-gallery .flex-control-thumbs li img {
  border: 2px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  cursor: pointer;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.hb-product-gallery .flex-control-thumbs li img.flex-active { border-color: var(--hb-terracotta); }
.hb-product-gallery .woocommerce-product-gallery__trigger { display: none; }

/* Product info */
.hb-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--hb-muted);
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hb-product-breadcrumb a { color: var(--hb-muted); text-decoration: none; }
.hb-product-breadcrumb a:hover { color: var(--hb-terracotta); }
.hb-product-breadcrumb span { color: var(--hb-muted); }

.hb-product-info__title {
  font-family: var(--hb-font-heading);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--hb-navy);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  font-variation-settings: 'opsz' 72;
}

.hb-product-info__badge {
  display: inline-block;
  background: var(--hb-sage);
  color: var(--hb-white);
  font-family: var(--hb-font-body);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.hb-product-info__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.hb-product-info__tagline {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--hb-font-heading);
  font-style: italic;
  color: var(--hb-terracotta);
  font-size: 1rem;
  margin: 0 0 20px;
}

.hb-product-info__tagline svg {
  width: 16px;
  height: 16px;
  stroke: none;
  fill: var(--hb-terracotta);
  flex-shrink: 0;
}

.hb-product-info__price .price,
.hb-product-info__price {
  font-family: var(--hb-font-body);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--hb-text);
  margin-bottom: 20px;
  display: block;
}

.hb-product-info__price .price ins { text-decoration: none; }

.hb-product-info__price small.woocommerce-price-suffix {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--hb-muted);
  margin-left: 4px;
}

.hb-product-info__atc .quantity {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  overflow: hidden;
  margin-right: 12px;
}

.hb-product-info__atc .quantity input.qty {
  width: 48px;
  text-align: center;
  border: none !important;
  font-size: 1rem;
  font-weight: 600;
  background: var(--hb-white);
  height: 48px;
  padding: 0;
  -moz-appearance: textfield;
}

.hb-product-info__atc .quantity input.qty::-webkit-inner-spin-button,
.hb-product-info__atc .quantity input.qty::-webkit-outer-spin-button { -webkit-appearance: none; }

.hb-product-info__atc .single_add_to_cart_button,
.hb-product-info__atc button.button.alt {
  background: var(--hb-navy) !important;
  color: var(--hb-white) !important;
  border: 2px solid var(--hb-navy) !important;
  border-radius: var(--hb-radius-sm) !important;
  font-family: var(--hb-font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 13px 28px !important;
  height: 52px;
  cursor: pointer;
  transition: background 0.2s !important;
  text-transform: none !important;
  letter-spacing: 0;
}

.hb-product-info__atc .single_add_to_cart_button:hover,
.hb-product-info__atc button.button.alt:hover {
  background: #152844 !important;
  border-color: #152844 !important;
}

.hb-product-info__atc form.cart {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.hb-product-info__atc .tinv-wraper.tinv-wishlist { width: 100%; margin-top: 4px; }

.hb-product-info__atc .tinvwl_add_to_wishlist_button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hb-terracotta) !important;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hb-product-info__atc .tinvwl-icon-heart::before { display: none; }

.hb-product-info__shipping-nudge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  padding: 14px 16px;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: var(--hb-text);
  line-height: 1.5;
}

.hb-product-info__shipping-nudge svg {
  width: 20px;
  height: 20px;
  stroke: var(--hb-navy);
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
  margin-top: 1px;
}

.hb-product-info__shipping-nudge strong { color: var(--hb-terracotta); }
.hb-product-info__shipping-nudge a { color: var(--hb-terracotta); font-weight: 700; }

.hb-product-info__trust {
  display: flex;
  gap: 0;
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  overflow: hidden;
  margin-bottom: 20px;
}

.hb-trust-badge {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-right: 1px solid var(--hb-cream-dark);
  font-size: 0.78rem;
  color: var(--hb-muted);
  line-height: 1.4;
}

.hb-trust-badge:last-child { border-right: none; }

.hb-trust-badge svg {
  width: 22px;
  height: 22px;
  stroke: var(--hb-navy);
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
}

.hb-product-info__meta {
  font-size: 0.8rem;
  color: var(--hb-muted);
  line-height: 1.7;
}

.hb-product-info__meta p { margin: 0; }
.hb-product-info__meta span { font-weight: 700; color: var(--hb-text); }
.hb-product-info__meta a { color: var(--hb-terracotta); }
.hb-product-info__meta a:hover { color: var(--hb-navy); }

/* Panels: Waarom / Voor wie / Specs */
.hb-product-panels {
  background: var(--hb-cream);
  padding: 40px 0;
  border-top: 1px solid var(--hb-cream-dark);
}

.hb-product-panels__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hb-panel { border-radius: var(--hb-radius-md); padding: 28px 24px; }
.hb-panel--waarom { background: var(--hb-cream-dark); }
.hb-panel--voorwie { background: #D6E8D8; }
.hb-panel--specs { background: #DDE4EE; display: flex; flex-direction: column; gap: 12px; }

.hb-panel__title {
  font-family: var(--hb-font-heading);
  font-size: 1.05rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
}

.hb-panel__initial { color: var(--hb-terracotta); }

.hb-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hb-panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--hb-text);
  line-height: 1.45;
}

.hb-panel__list li svg {
  width: 16px;
  height: 16px;
  stroke: var(--hb-sage);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  flex-shrink: 0;
  margin-top: 2px;
}

.hb-spec-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--hb-text);
  line-height: 1.4;
}

.hb-spec-row__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--hb-navy);
  fill: none;
  stroke-width: 1.8;
}

/* Product tabs */
.hb-product-tabs {
  padding: 0 0 40px;
  border-top: 1px solid var(--hb-cream-dark);
}

.hb-product-tabs__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.hb-product-tabs__inner .woocommerce-tabs {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.hb-product-tabs__inner .woocommerce-tabs .tabs { grid-column: 1 / -1; }
#tab-description { grid-column: 1; }
#tab-reviews { grid-column: 2; display: block !important; }

.hb-product-tabs .woocommerce-tabs .tabs { display: none; }

#tab-description::before {
  content: 'Beschrijving';
  display: block;
  font-family: var(--hb-font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--hb-navy);
  margin-bottom: 16px;
}

#tab-reviews::before {
  content: 'Beoordelingen';
  display: block;
  font-family: var(--hb-font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--hb-navy);
  margin-bottom: 16px;
}

.hb-product-tabs .woocommerce-Tabs-panel {
  font-size: 0.95rem;
  color: var(--hb-text);
  line-height: 1.7;
}

.hb-product-tabs .woocommerce-Tabs-panel h2 { display: none; }

.hb-product-tabs .tabs li.additional_information_tab,
#tab-additional_information,
#tab-title-additional_information { display: none !important; }

.hb-product .woocommerce-breadcrumb { display: none; }

/* Related products */
.hb-related {
  background: var(--hb-cream);
  padding: 40px 0 60px;
  border-top: 1px solid var(--hb-cream-dark);
}

.hb-related__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.hb-related__title {
  font-family: var(--hb-font-heading);
  font-size: 1.5rem;
  color: var(--hb-navy);
  font-weight: 700;
  margin: 0 0 28px;
}

.hb-related__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.hb-related-card {
  background: var(--hb-white);
  border-radius: var(--hb-radius-md);
  overflow: hidden;
  border: 1px solid var(--hb-cream-dark);
  transition: box-shadow 0.2s, transform 0.2s;
}

.hb-related-card:hover {
  box-shadow: var(--hb-shadow-md);
  transform: translateY(-2px);
}

.hb-related-card__img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 220px;
  background: var(--hb-cream);
  overflow: hidden;
}

.hb-related-card__img-wrap img {
  max-height: 220px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: bottom center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(29, 53, 87, 0.15));
}

.hb-related-card:hover .hb-related-card__img-wrap img {
  transform: scale(1.05) rotate(-1.5deg);
  filter: drop-shadow(0 12px 24px rgba(29, 53, 87, 0.3));
}

.hb-related-card__info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hb-related-card__title {
  font-family: var(--hb-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-navy);
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 2px;
}

.hb-related-card__title:hover { color: var(--hb-terracotta); }
.hb-related-card__author { font-size: 0.78rem; color: var(--hb-muted); }

.hb-related-card__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-text);
  margin: 6px 0 10px;
}

.hb-related-card__price .price { font-size: 0.95rem; }

.hb-related-card__btn {
  font-size: 0.82rem;
  padding: 8px 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* FiboSearch */
.dgwt-wcas-search-wrapp { max-width: 200px !important; }
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp { padding: 4px !important; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  font-size: 0.85rem !important;
  padding: 6px 12px 6px 36px !important;
  height: 32px !important;
  line-height: 32px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 24px !important;
  width: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
}

/* ==========================================================================
   15. SHOP / ARCHIVE PAGES
   ========================================================================== */

.hb-shop-page { background: var(--hb-cream); width: 100%; }

.hb-shop-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 28px 40px 24px;
  gap: 40px;
}

.hb-shop-hero:not(:has(.hb-shop-hero__visual)) { grid-template-columns: 1fr; }

.hb-shop-hero__title {
  font-family: var(--hb-font-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variation-settings: 'opsz' 72;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hb-shop-hero__title .hb-heart { width: 28px !important; height: 28px !important; fill: var(--hb-terracotta); flex-shrink: 0; }

.hb-shop-hero__desc {
  font-size: 1rem;
  color: var(--hb-muted);
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 460px;
}

.hb-shop-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hb-shop-hero__circle-wrap { position: relative; width: 380px; height: 380px; }

.hb-shop-hero__circle-img {
  width: 380px !important;
  height: 380px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--hb-white);
  box-shadow: var(--hb-shadow-md);
  display: block;
}

.hb-shop-hero__circle-badge {
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 110px;
  height: 110px;
  background: var(--hb-terracotta);
  color: var(--hb-white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--hb-font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
  box-shadow: var(--hb-shadow-sm);
  gap: 4px;
}

.hb-shop-hero__circle-badge svg,
.hb-shop-hero__badge svg {
  width: 20px;
  height: 20px;
  stroke: var(--hb-white);
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}

.hb-shop-leeftijden {
  background: var(--hb-white);
  border-top: 1px solid var(--hb-cream-dark);
  border-bottom: 1px solid var(--hb-cream-dark);
  padding: 20px 0;
}

.hb-shop-leeftijden__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
}

.hb-shop-leeftijden__inner::-webkit-scrollbar { display: none; }

.hb-shop-lcat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 12px 16px;
  border-radius: var(--hb-radius-md);
  text-decoration: none;
  transition: background 0.2s;
  flex-shrink: 0;
  min-width: 90px;
}

.hb-shop-lcat:hover,
.hb-shop-lcat--active { background: var(--hb-cream); }

.hb-shop-lcat img { width: 48px; height: 48px; object-fit: contain; }
.hb-shop-lcat__label { font-size: 0.7rem; color: var(--hb-muted); font-weight: 600; }
.hb-shop-lcat__sub { font-family: var(--hb-font-heading); font-size: 0.82rem; font-weight: 700; color: var(--hb-navy); line-height: 1.2; }
.hb-shop-lcat__link { font-size: 0.7rem; color: var(--hb-terracotta); font-weight: 700; }

.hb-shop-main { padding: 24px 0 60px; }

.hb-shop-main__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.hb-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.hb-shop-toolbar .woocommerce-result-count { font-size: 0.85rem; color: var(--hb-muted); margin: 0; }
.hb-shop-toolbar .woocommerce-ordering { margin: 0; }

.hb-shop-toolbar .woocommerce-ordering select {
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  font-family: var(--hb-font-body);
  font-size: 0.85rem;
  padding: 8px 12px;
  color: var(--hb-text);
  background: var(--hb-white);
}

.hb-shop-main__inner ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: opacity 0.2s;
}

.hb-shop-main__inner ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}

.hb-load-more {
  display: block;
  margin: 0 auto;
  padding: 14px 40px;
  background: var(--hb-navy);
  color: var(--hb-white);
  border: none;
  border-radius: var(--hb-radius-sm);
  font-family: var(--hb-font-body);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.hb-load-more:hover { background: #152844; }

.hb-all-loaded { text-align: center; color: var(--hb-muted); font-size: 0.85rem; margin: 0; }

/* Loop card */
.hb-loop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--hb-white);
  border-radius: var(--hb-radius-md);
  overflow: hidden;
  border: 1px solid var(--hb-cream-dark);
  transition: box-shadow 0.2s, transform 0.2s;
}

.hb-loop-card:hover {
  box-shadow: var(--hb-shadow-md);
  transform: translateY(-3px);
}

.hb-loop-card__img-wrap {
  display: block;
  height: 220px;
  background: var(--hb-cream);
  overflow: hidden;
  text-decoration: none;
  border-bottom: 1px solid var(--hb-cream-dark);
}

.hb-loop-card__img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.hb-loop-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.hb-loop-card__cat {
  font-size: 0.72rem;
  color: var(--hb-terracotta);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hb-loop-card__cat a { color: var(--hb-terracotta); text-decoration: none; }

.hb-loop-card__title {
  font-family: var(--hb-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1.3;
  text-decoration: none;
  margin-bottom: 2px;
}

.hb-loop-card__title:hover { color: var(--hb-terracotta); }
.hb-loop-card__auteur { font-size: 0.75rem; color: var(--hb-muted); }

.hb-loop-card__price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--hb-text);
  margin: 4px 0 10px;
}

.hb-loop-card__price .price { font-size: 0.9rem; }

.hb-loop-card__btn {
  margin-top: auto;
  text-align: center;
  justify-content: center;
  font-size: 0.82rem;
  padding: 9px 14px;
}

/* Shop pagination */
.hb-shop-pagination { margin-top: 40px; display: flex; justify-content: center; }
.hb-shop-pagination .nav-links { display: flex; gap: 4px; align-items: center; }

.hb-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--hb-radius-sm);
  border: 1px solid var(--hb-cream-dark);
  font-size: 0.9rem;
  color: var(--hb-text);
  text-decoration: none;
  background: var(--hb-white);
  transition: all 0.2s;
}

.hb-shop-pagination .page-numbers:hover,
.hb-shop-pagination .page-numbers.current {
  background: var(--hb-navy);
  color: var(--hb-white);
  border-color: var(--hb-navy);
}

.hb-shop-pagination .page-numbers.prev,
.hb-shop-pagination .page-numbers.next { width: auto; padding: 0 16px; }

/* Shop trust badges */
.hb-shop-trust {
  background: var(--hb-white);
  border-top: 1px solid var(--hb-cream-dark);
  padding: 24px 0;
}

.hb-shop-trust__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hb-shop-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--hb-muted);
  line-height: 1.4;
}

.hb-shop-trust__item svg {
  width: 28px;
  height: 28px;
  stroke: var(--hb-navy);
  fill: none;
  stroke-width: 1.6;
  flex-shrink: 0;
}

.hb-shop-trust__item strong { display: block; color: var(--hb-text); font-weight: 700; font-size: 0.85rem; }
.hb-shop-trust__item span { display: block; }

/* No results */
.hb-no-results { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--hb-muted); }

/* WooCommerce generic overrides for shop/category */
ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.products li.product {
  background: var(--hb-white) !important;
  border: 1px solid var(--hb-cream-dark) !important;
  border-radius: var(--hb-radius-md) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.products li.product:hover {
  box-shadow: var(--hb-shadow-md) !important;
  transform: translateY(-3px) !important;
}

.astra-shop-thumbnail-wrap a {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.astra-shop-thumbnail-wrap img {
  max-height: 240px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

ul.products li.product .ast-shop-product-inner {
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex: 1 !important;
}

ul.products li.product .ast-woo-product-category { display: none !important; }

ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--hb-font-heading) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  line-height: 1.3 !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}

ul.products li.product .price {
  font-family: var(--hb-font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--hb-text) !important;
  margin: 4px 0 12px !important;
}

ul.products li.product .button,
ul.products li.product .add_to_cart_button {
  background: var(--hb-navy) !important;
  color: var(--hb-white) !important;
  border: 2px solid var(--hb-navy) !important;
  border-radius: var(--hb-radius-sm) !important;
  font-family: var(--hb-font-body) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
  width: 100% !important;
  text-align: center !important;
  transition: background 0.2s !important;
  text-transform: none !important;
  margin-top: auto !important;
}

ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover {
  background: #152844 !important;
  border-color: #152844 !important;
  color: var(--hb-white) !important;
}

ul.products li.product .tinv-wraper { margin-top: 8px !important; }

.woocommerce-products-header,
.page-header.ast-archive-description {
  padding: 40px 40px 0 !important;
  max-width: var(--hb-max-width) !important;
  margin: 0 auto !important;
}

.woocommerce-products-header__title,
h1.page-title {
  font-family: var(--hb-font-heading) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  letter-spacing: -0.02em !important;
  font-variation-settings: 'opsz' 72 !important;
}

.woocommerce-breadcrumb {
  font-size: 0.8rem !important;
  color: var(--hb-muted) !important;
  margin-bottom: 8px !important;
}

.woocommerce-breadcrumb a { color: var(--hb-muted) !important; text-decoration: none !important; }
.woocommerce-breadcrumb a:hover { color: var(--hb-terracotta) !important; }

.woocommerce-result-count { font-size: 0.85rem !important; color: var(--hb-muted) !important; }

.woocommerce-ordering select {
  border: 1px solid var(--hb-cream-dark) !important;
  border-radius: var(--hb-radius-sm) !important;
  font-family: var(--hb-font-body) !important;
  font-size: 0.85rem !important;
  padding: 6px 12px !important;
  color: var(--hb-text) !important;
  background: var(--hb-white) !important;
}

/* ==========================================================================
   16. CUSTOM FILTERS
   ========================================================================== */

.hb-filters {
  background: var(--hb-white);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  padding: 16px 20px 12px;
  margin-bottom: 24px;
}

.hb-filters__row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hb-filter { position: relative; }

.hb-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--hb-cream-dark);
  border-radius: 20px;
  background: var(--hb-cream);
  font-family: var(--hb-font-body);
  font-size: 0.82rem;
  cursor: pointer;
  color: var(--hb-text);
  white-space: nowrap;
  transition: all 0.15s;
}

.hb-filter__btn:hover { border-color: var(--hb-navy); }
.hb-filter__btn.is-active { background: var(--hb-navy); border-color: var(--hb-navy); color: var(--hb-white); }
.hb-filter__btn.is-active svg { stroke: var(--hb-white); }
.hb-filter__label { font-weight: 700; color: inherit; }
.hb-filter__value { color: var(--hb-muted); font-size: 0.78rem; }
.hb-filter__btn.is-active .hb-filter__value { color: rgba(255,255,255,0.8); }

.hb-filter__btn svg {
  width: 14px;
  height: 14px;
  stroke: var(--hb-muted);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0;
  transition: transform 0.15s;
}

.hb-filter__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: var(--hb-white);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  padding: 8px;
  box-shadow: var(--hb-shadow-md);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.hb-filter__dropdown.is-open { display: block; }

.hb-filter__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--hb-text);
  transition: background 0.1s;
  white-space: nowrap;
}

.hb-filter__option:hover { background: var(--hb-cream); }

.hb-filter__option input {
  accent-color: var(--hb-navy);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}

.hb-filter--pills { display: flex; align-items: center; gap: 6px; }
.hb-filter__label-static { font-size: 0.82rem; font-weight: 700; color: var(--hb-navy); white-space: nowrap; }
.hb-filter__pills { display: flex; gap: 4px; }

.hb-filter__pill {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 7px 12px;
  border: 1px solid var(--hb-cream-dark);
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hb-muted);
  background: var(--hb-cream);
  transition: all 0.15s;
  white-space: nowrap;
  font-family: var(--hb-font-body);
}

.hb-filter__pill input { display: none; }
.hb-filter__pill:has(input:checked) { background: var(--hb-navy); border-color: var(--hb-navy); color: var(--hb-white); }

.hb-filter--search { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 180px; max-width: 260px; }

.hb-filter__search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.hb-filter__search-wrap svg {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
  stroke: var(--hb-muted);
  fill: none;
  stroke-width: 2;
  pointer-events: none;
}

.hb-filter__search-wrap input {
  width: 100%;
  padding: 8px 12px 8px 32px;
  border: 1px solid var(--hb-cream-dark);
  border-radius: 20px;
  font-family: var(--hb-font-body);
  font-size: 0.82rem;
  background: var(--hb-cream);
  color: var(--hb-text);
  transition: border-color 0.15s;
}

.hb-filter__search-wrap input:focus { outline: none; border-color: var(--hb-navy); background: var(--hb-white); }

.hb-filter__suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--hb-white);
  border: 1px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-md);
  box-shadow: var(--hb-shadow-md);
  z-index: 1000;
  overflow: hidden;
}

.hb-filter__suggestions.is-open { display: block; }

.hb-suggestion { padding: 9px 14px; font-size: 0.85rem; cursor: pointer; transition: background 0.1s; }
.hb-suggestion:hover { background: var(--hb-cream); }

.hb-filters__actions { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-wrap: wrap; }
.hb-filters__tags { display: flex; gap: 6px; flex-wrap: wrap; }

.hb-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: var(--hb-cream-dark);
  border-radius: 20px;
  font-size: 0.78rem;
  color: var(--hb-navy);
  font-weight: 600;
}

.hb-filter-tag button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--hb-muted);
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  margin-left: 2px;
  display: flex;
  align-items: center;
}

.hb-filter-tag button:hover { color: var(--hb-terracotta); }

.hb-filters__reset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--hb-cream-dark);
  border-radius: 20px;
  background: transparent;
  font-family: var(--hb-font-body);
  font-size: 0.78rem;
  color: var(--hb-muted);
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.hb-filters__reset:hover { border-color: var(--hb-terracotta); color: var(--hb-terracotta); }

.hb-filters__reset svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* ==========================================================================
   17. WINKELWAGEN (CART)
   ========================================================================== */

/* Show page title and keep entry-content clean */
.woocommerce-cart .entry-header {
  display: block !important;
  padding: 0 0 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 4px !important;
}

.woocommerce-cart .entry-title {
  font-family: var(--hb-font-heading) !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  margin: 0 0 4px !important;
  font-variation-settings: 'opsz' 72;
}

.woocommerce-cart article.hentry,
.woocommerce-cart .entry-content {
  padding: 24px 40px 60px !important;
  max-width: var(--hb-max-width);
  margin: 0 auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 2-column grid: cart form + totals sidebar */
.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: 1fr 320px !important;
  grid-template-areas:
    "notices  notices"
    "cartform totals" !important;
  gap: 0 28px !important;
  align-items: start !important;
}

.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper { grid-area: notices; }
.woocommerce-cart .woocommerce > .woocommerce-cart-form      { grid-area: cartform; }
.woocommerce-cart .woocommerce > .cart-collaterals           { grid-area: totals; position: sticky; top: 100px; }

/* Override WooCommerce float-based layout */
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  float: none !important;
  width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

/* Force table display (WC responsive mode collapses it) */
.woocommerce-cart-form table.shop_table,
.woocommerce-cart-form table.shop_table_responsive { display: table !important; width: 100% !important; border-collapse: collapse !important; margin: 0 !important; }
.woocommerce-cart-form table.shop_table thead,
.woocommerce-cart-form table.shop_table_responsive thead { display: table-header-group !important; }
.woocommerce-cart-form table.shop_table tbody,
.woocommerce-cart-form table.shop_table_responsive tbody { display: table-row-group !important; }
.woocommerce-cart-form table.shop_table tr,
.woocommerce-cart-form table.shop_table_responsive tr { display: table-row !important; width: auto !important; }
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table_responsive td,
.woocommerce-cart-form table.shop_table_responsive th { display: table-cell !important; width: auto !important; }
.woocommerce-cart-form table.shop_table td::before { display: none !important; }

/* Cart table styling */
.woocommerce-cart-form {
  background: var(--hb-white);
  border-radius: var(--hb-radius-md) !important;
  border: 1px solid var(--hb-cream-dark);
  overflow: hidden;
}

.woocommerce-cart-form table thead th {
  background: var(--hb-navy) !important;
  color: var(--hb-white) !important;
  font-family: var(--hb-font-body);
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 13px 16px !important;
  text-align: left !important;
  border: none !important;
}

.woocommerce-cart-form table thead .product-subtotal,
.woocommerce-cart-form table thead .product-price { text-align: right !important; }

.woocommerce-cart-form table tbody tr.cart_item { border-bottom: 1px solid var(--hb-cream-dark) !important; }
.woocommerce-cart-form table tbody tr.cart_item:last-child { border-bottom: none !important; }

.woocommerce-cart-form table td {
  padding: 14px 16px !important;
  vertical-align: middle !important;
  border: none !important;
  background: transparent !important;
}

.woocommerce-cart-form td.product-thumbnail img { width: 56px; height: auto; border-radius: 6px; display: block; }

.woocommerce-cart-form td.product-name a {
  font-family: var(--hb-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hb-navy) !important;
  text-decoration: none;
  display: block;
}

.woocommerce-cart-form td.product-name a:hover { color: var(--hb-terracotta) !important; }

.woocommerce-cart-form td.product-price,
.woocommerce-cart-form td.product-subtotal { text-align: right !important; font-weight: 700; color: var(--hb-navy); }

.woocommerce-cart-form td.product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  overflow: hidden;
}

.woocommerce-cart-form td.product-quantity input.qty {
  width: 44px;
  height: 36px;
  text-align: center;
  border: none !important;
  font-size: 0.9rem;
  font-weight: 700;
  background: var(--hb-white);
  color: var(--hb-text);
  -moz-appearance: textfield;
}

.woocommerce-cart-form td.product-quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart-form td.product-quantity input.qty::-webkit-outer-spin-button { -webkit-appearance: none; }

.woocommerce-cart-form td.product-remove a.remove {
  color: var(--hb-muted) !important;
  background: transparent !important;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.15s, color 0.15s;
}

.woocommerce-cart-form td.product-remove a.remove:hover {
  background: var(--hb-cream-dark) !important;
  color: var(--hb-terracotta) !important;
}

.woocommerce-cart-form .actions {
  padding: 14px 16px;
  background: var(--hb-cream);
  display: flex !important;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--hb-cream-dark);
}

.woocommerce-cart-form .coupon { display: flex; gap: 8px; }

.woocommerce-cart-form .coupon #coupon_code {
  border: 1.5px solid var(--hb-cream-dark) !important;
  border-radius: var(--hb-radius-sm) !important;
  padding: 8px 14px !important;
  font-family: var(--hb-font-body);
  font-size: 0.85rem;
  background: var(--hb-white);
  color: var(--hb-text);
  width: 180px;
}

.woocommerce-cart-form .coupon .button,
.woocommerce-cart-form .actions .button {
  padding: 8px 16px !important;
  border: 1.5px solid var(--hb-navy) !important;
  border-radius: var(--hb-radius-sm) !important;
  background: transparent !important;
  color: var(--hb-navy) !important;
  font-family: var(--hb-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none !important;
}

.woocommerce-cart-form .coupon .button:hover,
.woocommerce-cart-form .actions .button:hover {
  background: var(--hb-navy) !important;
  color: var(--hb-white) !important;
}

/* Cart totals sidebar */
.cart_totals {
  background: var(--hb-white);
  border-radius: var(--hb-radius-md) !important;
  border: 1px solid var(--hb-cream-dark) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.cart_totals h2 {
  background: var(--hb-navy) !important;
  color: var(--hb-white) !important;
  font-family: var(--hb-font-heading) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  border-radius: 0 !important;
}

.cart_totals table { width: 100% !important; border-collapse: collapse; margin: 0 !important; }

.cart_totals table th,
.cart_totals table td {
  padding: 10px 20px !important;
  font-size: 0.88rem;
  color: var(--hb-muted);
  border: none !important;
  background: transparent !important;
  text-align: left !important;
}

.cart_totals table th { font-weight: 700; color: var(--hb-text); width: 40%; }

.cart_totals .order-total th,
.cart_totals .order-total td {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  border-top: 1px solid var(--hb-cream-dark) !important;
  padding-top: 14px !important;
}

.wc-proceed-to-checkout { padding: 16px 20px 20px !important; margin: 0 !important; }

.wc-proceed-to-checkout .checkout-button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding: 14px !important;
  background: var(--hb-terracotta) !important;
  color: var(--hb-white) !important;
  border: none !important;
  border-radius: var(--hb-radius-sm) !important;
  font-family: var(--hb-font-body) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-align: center;
  box-shadow: none !important;
  cursor: pointer;
}

.wc-proceed-to-checkout .checkout-button:hover { background: #b3563f !important; }

/* Custom breadcrumb (injected via functions.php) */
.hb-breadcrumb {
  font-family: var(--hb-font-body);
  font-size: 0.82rem;
  color: var(--hb-muted);
  margin-bottom: 16px;
}

.hb-breadcrumb a { color: var(--hb-muted); text-decoration: none; }
.hb-breadcrumb a:hover { color: var(--hb-terracotta); }
.hb-breadcrumb span { margin: 0 4px; }

/* ==========================================================================
   18. AFREKENEN (CHECKOUT)
   ========================================================================== */

.woocommerce-checkout .entry-header {
  display: block !important;
  padding: 0 0 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 4px !important;
}

.woocommerce-checkout .entry-title {
  font-family: var(--hb-font-heading) !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  margin: 0 0 4px !important;
  font-variation-settings: 'opsz' 72;
}

.woocommerce-checkout article.hentry,
.woocommerce-checkout .entry-content {
  padding: 24px 40px 60px !important;
  max-width: var(--hb-max-width);
  margin: 0 auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 2-column grid layout */
form.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: 60% 38% !important;
  grid-template-areas:
    "details summary"
    "payment summary" !important;
  gap: 2% !important;
  align-items: start !important;
}

/* Override WooCommerce floats */
form.woocommerce-checkout #customer_details {
  grid-area: details !important;
  float: none !important;
  width: auto !important;
}

form.woocommerce-checkout #order_review_heading { display: none !important; }

form.woocommerce-checkout #order_review {
  grid-area: summary !important;
  float: none !important;
  width: auto !important;
  position: sticky !important;
  top: 100px !important;
  overflow: hidden !important;
  background: var(--hb-white);
  border-radius: var(--hb-radius-md) !important;
  border: 1px solid var(--hb-cream-dark) !important;
  padding: 0 !important;
}

form.woocommerce-checkout #payment {
  grid-area: payment !important;
  float: none !important;
  width: auto !important;
  background: var(--hb-white) !important;
  border-radius: var(--hb-radius-md) !important;
  border: 1px solid var(--hb-cream-dark) !important;
  overflow: visible !important;
}

#customer_details .col-1,
#customer_details .col-2 { float: none !important; width: 100% !important; }

/* Form sections */
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  background: var(--hb-white);
  border-radius: var(--hb-radius-md) !important;
  border: 1px solid var(--hb-cream-dark);
  padding: 24px !important;
  margin-bottom: 20px !important;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
  font-family: var(--hb-font-heading) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  margin: 0 0 20px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hb-cream-dark);
}

.woocommerce-checkout .form-row { margin-bottom: 14px !important; }

.woocommerce-checkout .form-row label {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: var(--hb-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  display: block;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100% !important;
  border: 1.5px solid var(--hb-cream-dark) !important;
  border-radius: var(--hb-radius-sm) !important;
  padding: 10px 14px !important;
  font-family: var(--hb-font-body) !important;
  font-size: 0.9rem !important;
  background: var(--hb-white) !important;
  color: var(--hb-text) !important;
  box-shadow: none !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus {
  outline: none !important;
  border-color: var(--hb-navy) !important;
}

/* "Verzenden naar een ander adres?" */
#ship-to-different-address,
#ship-to-different-address label,
#ship-to-different-address span,
.woocommerce-checkout .woocommerce-shipping-fields h3 label,
.woocommerce-checkout .woocommerce-shipping-fields h3 span {
  font-family: var(--hb-font-body) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--hb-navy) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Payment section */
#payment .wc_payment_methods { list-style: none !important; padding: 20px 24px !important; margin: 0 !important; }
#payment .wc_payment_method { margin-bottom: 8px; }

#payment .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1.5px solid var(--hb-cream-dark);
  border-radius: var(--hb-radius-sm);
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--hb-navy);
  transition: border-color 0.15s;
}

#payment .wc_payment_method > label:hover { border-color: var(--hb-navy); }
#payment .wc_payment_method input[type="radio"] { accent-color: var(--hb-navy); }

#payment .payment_box {
  background: var(--hb-cream);
  border-radius: 0 0 var(--hb-radius-sm) var(--hb-radius-sm);
  padding: 12px 14px;
  font-size: 0.85rem;
  color: var(--hb-muted);
  margin-top: 4px;
}

#payment .place-order { padding: 4px 24px 24px !important; }

#payment #place_order {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  background: var(--hb-terracotta) !important;
  color: var(--hb-white) !important;
  border: none !important;
  border-radius: var(--hb-radius-sm) !important;
  font-family: var(--hb-font-body) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  box-shadow: none !important;
}

#payment #place_order:hover { background: #b3563f !important; }

/* Newsletter opt-in checkbox in checkout */
.hb-newsletter-checkout { margin-top: 12px !important; margin-bottom: 0 !important; }

.hb-newsletter-checkout .woocommerce-form__label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  font-size: 0.88rem !important;
  color: var(--hb-text) !important;
  font-family: var(--hb-font-body) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}

.hb-newsletter-checkout input[type="checkbox"] {
  margin-top: 2px !important;
  flex-shrink: 0;
  accent-color: var(--hb-navy);
}

/* Order review sidebar */
#order_review::before {
  content: 'Jouw bestelling';
  display: block;
  background: var(--hb-navy);
  color: var(--hb-white);
  font-family: var(--hb-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
}

#order_review table.shop_table { width: 100% !important; border-collapse: collapse; font-size: 0.88rem; margin: 0 !important; }

#order_review table thead th {
  padding: 10px 20px !important;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--hb-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--hb-cream-dark) !important;
  border-top: none !important;
  background: transparent !important;
}

#order_review table tbody td {
  padding: 10px 20px !important;
  color: var(--hb-text);
  border-bottom: 1px solid var(--hb-cream-dark) !important;
  border-top: none !important;
  background: transparent !important;
}

#order_review table tbody .product-name { font-weight: 600; color: var(--hb-navy) !important; }
#order_review table tbody .product-total { text-align: right !important; font-weight: 700; }

#order_review table tfoot th,
#order_review table tfoot td {
  padding: 9px 20px !important;
  font-size: 0.88rem;
  color: var(--hb-muted);
  border: none !important;
  background: transparent !important;
}

#order_review table tfoot .order-total th,
#order_review table tfoot .order-total td {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--hb-navy) !important;
  border-top: 1px solid var(--hb-cream-dark) !important;
  padding-top: 12px !important;
}

/* ==========================================================================
   19. RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
  /* Shop */
  .hb-shop-hero { grid-template-columns: 1fr; }
  .hb-shop-hero__visual { display: none; }
  .hb-shop-main__inner ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .hb-shop-leeftijden__inner { justify-content: flex-start; gap: 8px; }
  .hb-shop-lcat { min-width: 70px; }

  /* Cart */
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "notices"
      "cartform"
      "totals" !important;
  }

  .woocommerce-cart .woocommerce > .cart-collaterals { position: static; }

  /* Checkout */
  form.woocommerce-checkout {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "details"
      "payment"
      "summary" !important;
  }

  form.woocommerce-checkout #order_review { position: static !important; }
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.hb-contact-template {
	background: var(--hb-cream);
}

.hb-contact-template .hb-contact-page {
	max-width: var(--hb-max-width);
	margin: 0 auto;
	padding: 24px 40px 72px;
}

.hb-contact-template .hb-contact-hero {
	max-width: 720px;
	margin: -12px auto 36px;
	text-align: center;
}

.hb-contact-template .hb-contact-hero h1 {
	font-family: var(--hb-font-heading);
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	line-height: 1.1;
	color: var(--hb-navy);
	margin: 0 0 14px;
	font-variation-settings: 'opsz' 72;
}

.hb-contact-template .hb-contact-hero span {
	color: var(--hb-terracotta);
}

.hb-contact-template .hb-contact-hero p {
	color: var(--hb-muted);
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.hb-contact-template .hb-contact-grid,
.hb-contact-template .hb-contact-bottom {
	display: grid;
	gap: 24px;
}

.hb-contact-template .hb-contact-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .85fr);
	margin-bottom: 24px;
}

.hb-contact-template .hb-contact-bottom {
	grid-template-columns: .9fr 1.35fr;
}

.hb-contact-template .hb-contact-card {
	background: var(--hb-white);
	border: 1px solid var(--hb-cream-dark);
	border-radius: var(--hb-radius-md);
	box-shadow: var(--hb-shadow-sm);
	padding: 32px;
}

.hb-contact-template .hb-contact-card h2 {
	font-family: var(--hb-font-heading);
	font-size: 1.7rem;
	line-height: 1.2;
	color: var(--hb-navy);
	margin: 0 0 12px;
}

.hb-contact-template .hb-contact-card p {
	color: var(--hb-muted);
	line-height: 1.6;
	margin: 0 0 22px;
}

.hb-contact-template .hb-contact-form label {
	display: block;
	font-family: var(--hb-font-body);
	font-size: .92rem;
	font-weight: 700;
	color: var(--hb-navy);
	margin-bottom: 14px;
}

.hb-contact-template .hb-contact-form small {
	color: var(--hb-muted);
	font-weight: 400;
}

.hb-contact-template .hb-contact-form input,
.hb-contact-template .hb-contact-form select,
.hb-contact-template .hb-contact-form textarea {
	width: 100%;
	margin-top: 6px;
	padding: 13px 14px;
	border: 1px solid var(--hb-cream-dark);
	border-radius: var(--hb-radius-sm);
	background: #fff;
	color: var(--hb-text);
	font-family: var(--hb-font-body);
	font-size: .95rem;
	line-height: 1.4;
	box-shadow: none;
}

.hb-contact-template .hb-contact-form input:focus,
.hb-contact-template .hb-contact-form select:focus,
.hb-contact-template .hb-contact-form textarea:focus {
	border-color: var(--hb-sand);
	outline: none;
	box-shadow: 0 0 0 3px rgba(212, 184, 150, .22);
}

.hb-contact-template .hb-contact-form textarea {
	min-height: 140px;
	resize: vertical;
}

.hb-contact-template .hb-contact-form button,
.hb-contact-template .hb-contact-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--hb-navy);
	color: var(--hb-white) !important;
	border: 2px solid var(--hb-navy);
	border-radius: var(--hb-radius-sm);
	padding: 13px 24px;
	font-family: var(--hb-font-body);
	font-size: .95rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease;
}

.hb-contact-template .hb-contact-form button:hover,
.hb-contact-template .hb-contact-cta:hover {
	background: #152844;
	border-color: #152844;
	color: var(--hb-white) !important;
}

.hb-contact-template .hb-contact-hint {
	color: var(--hb-muted) !important;
	font-size: .88rem;
	margin: 0 0 18px !important;
}

.hb-contact-template .hb-contact-info-row {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--hb-cream-dark);
}

.hb-contact-template .hb-contact-info-row strong {
	display: block;
	color: var(--hb-terracotta);
	font-weight: 800;
	margin-bottom: 6px;
}

.hb-contact-template .hb-contact-info-row p {
	margin: 0;
	color: var(--hb-muted);
}

.hb-contact-template .hb-contact-info-row a,
.hb-contact-template .hb-contact-map a {
	color: var(--hb-terracotta);
	font-weight: 700;
}

.hb-contact-template .hb-contact-softbox {
	background: var(--hb-cream);
	border-radius: var(--hb-radius-sm);
	padding: 16px;
	color: var(--hb-muted);
	font-size: .92rem;
}

.hb-contact-template .hb-contact-card ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 24px;
}

.hb-contact-template .hb-contact-card li {
	color: var(--hb-muted);
	margin-bottom: 9px;
}

.hb-contact-template .hb-contact-card li::before {
	content: "♡";
	color: var(--hb-terracotta);
	margin-right: 9px;
}

.hb-contact-template .hb-contact-map iframe {
	display: block;
	width: 100%;
	height: 240px;
	border: 0;
	border-radius: var(--hb-radius-sm);
	margin-bottom: 14px;
}

.hb-contact-template .hb-contact-notice {
	background: #eef5eb;
	color: var(--hb-sage);
	border-radius: var(--hb-radius-sm);
	padding: 12px 14px;
	font-weight: 700;
	margin-bottom: 18px;
}

.hb-contact-template .hb-hidden-field {
	display: none !important;
}

@media (max-width: 900px) {
	.hb-contact-template .hb-contact-page {
		padding: 20px 20px 56px;
	}

	.hb-contact-template .hb-contact-hero {
		margin-top: 0;
		margin-bottom: 28px;
	}

	.hb-contact-template .hb-contact-grid,
	.hb-contact-template .hb-contact-bottom {
		grid-template-columns: 1fr;
	}

	.hb-contact-template .hb-contact-card {
		padding: 24px;
	}

	.hb-contact-template .hb-contact-form button {
		width: 100%;
	}
}

.hb-contact-template .hb-contact-bottom-map-only {
	grid-template-columns: 1fr;
}

.hb-contact-template .hb-contact-bottom-map-only .hb-contact-map iframe {
	height: 360px;
}

.hb-contact-template .hb-contact-link-row a {
	display: inline-block;
	color: var(--hb-terracotta);
	font-weight: 700;
	text-decoration: none;
	word-break: break-word;
}

.hb-contact-template .hb-contact-link-row a:hover {
	text-decoration: underline;
}

/* Make email + phone look like normal text */
.hb-contact-template .hb-contact-info-row a {
	color: var(--hb-text) !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

.hb-contact-template .hb-contact-info-row a:hover {
	color: var(--hb-text) !important;
	text-decoration: underline;
}

.hb-contact-template .hb-contact-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 10px 0 18px;
	color: var(--hb-text);
	font-size: .92rem;
	font-weight: 400;
}

.hb-contact-template .hb-contact-checkbox input {
	width: auto;
	margin: 3px 0 0;
}

.hb-contact-template .hb-contact-checkbox span {
	line-height: 1.4;
}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */

/* Make Blog behave like Webshop: full-width, no Astra container interference */
.blog #content .ast-container,
.blog .site-content .ast-container,
.blog #primary,
.blog .site-main {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hb-blog-template {
	background: var(--hb-cream);
	width: 100%;
}

/* Blog hero: use EXACT same rhythm as webshop */
.hb-blog-template .hb-shop-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	max-width: var(--hb-max-width);
	margin: 0 auto;
	padding: 28px 40px 24px !important;
	gap: 40px;
}

.hb-blog-template .hb-shop-hero__title {
	margin-bottom: 12px;
}

.hb-blog-template .hb-shop-hero__desc {
	margin-bottom: 24px;
}

.hb-blog-template .hb-blog-hero-badge {
	background: var(--hb-sage);
}

/* Blog content aligns with webshop content */
.hb-blog-page {
	max-width: var(--hb-max-width);
	margin: 0 auto;
	padding: 24px 40px 56px;
}

/* Grid */
.hb-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

/* Cards */
.hb-blog-card {
	background: var(--hb-white);
	border: 1px solid var(--hb-cream-dark);
	border-radius: var(--hb-radius-md);
	box-shadow: var(--hb-shadow-sm);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
}

.hb-blog-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--hb-shadow-md);
}

/* Featured post: max 2 columns, not full width */
.hb-blog-card--featured {
	grid-column: span 2;
	display: grid;
	grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
}

/* Images: same idea as product cards — contain, not crop */
.hb-blog-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	background: var(--hb-cream);
	border-bottom: 1px solid var(--hb-cream-dark);
	overflow: hidden;
}

.hb-blog-card--featured .hb-blog-card__image {
	height: 100%;
	min-height: 320px;
	border-bottom: 0;
	border-right: 1px solid var(--hb-cream-dark);
}

.hb-blog-card__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	padding: 16px;
}

/* Placeholder */
.hb-blog-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--hb-font-heading);
	font-size: 3rem;
	color: var(--hb-terracotta);
	background: var(--hb-cream);
}

/* Content */
.hb-blog-card__content {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.hb-blog-card--featured .hb-blog-card__content {
	padding: 32px;
	justify-content: center;
}

.hb-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-bottom: 10px;
	color: var(--hb-muted);
	font-size: .82rem;
}

.hb-blog-card__meta a {
	color: var(--hb-terracotta);
	font-weight: 700;
	text-decoration: none;
}

.hb-blog-card h2 {
	font-family: var(--hb-font-heading);
	font-size: 1.45rem;
	line-height: 1.18;
	margin: 0 0 10px;
	letter-spacing: -.01em;
}

.hb-blog-card--featured h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	line-height: 1.08;
}

.hb-blog-card h2 a {
	color: var(--hb-navy);
	text-decoration: none;
}

.hb-blog-card h2 a:hover {
	color: var(--hb-terracotta);
}

.hb-blog-card p {
	color: var(--hb-muted);
	font-size: .95rem;
	line-height: 1.58;
	margin: 0 0 18px;
}

.hb-blog-card--featured p {
	font-size: 1rem;
	line-height: 1.65;
	max-width: 560px;
}

.hb-blog-card__link {
	color: var(--hb-terracotta);
	font-weight: 800;
	font-size: .9rem;
	text-decoration: none;
	margin-top: auto;
}

/* Pagination */
.hb-blog-pagination {
	margin-top: 42px;
	text-align: center;
}

.hb-blog-pagination .nav-links {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.hb-blog-pagination a,
.hb-blog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border-radius: var(--hb-radius-sm);
	border: 1px solid var(--hb-cream-dark);
	background: var(--hb-white);
	color: var(--hb-navy);
	font-weight: 700;
	text-decoration: none;
}

.hb-blog-pagination .current {
	background: var(--hb-navy);
	border-color: var(--hb-navy);
	color: var(--hb-white);
}

/* Empty state */
.hb-blog-empty {
	max-width: 680px;
	margin: 0 auto;
	padding: 40px;
	background: var(--hb-white);
	border: 1px solid var(--hb-cream-dark);
	border-radius: var(--hb-radius-md);
	text-align: center;
}

.hb-blog-empty h2 {
	color: var(--hb-navy);
	margin-bottom: 10px;
}

.hb-blog-empty p {
	color: var(--hb-muted);
	margin: 0;
}

/* Newsletter */
.hb-blog-template .hb-newsletter-wrap {
	margin-top: 0;
}

/* Responsive */
@media (max-width: 1024px) {
	.hb-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-blog-card--featured {
		grid-column: span 2;
		grid-template-columns: 1fr;
	}

	.hb-blog-card--featured .hb-blog-card__image {
		height: 320px;
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--hb-cream-dark);
	}
}

@media (max-width: 768px) {
	.hb-blog-template .hb-shop-hero {
		grid-template-columns: 1fr;
		padding: 24px 20px 20px !important;
	}

	.hb-blog-template .hb-shop-hero__visual {
		display: none;
	}

	.hb-blog-page {
		padding: 20px 20px 44px;
	}

	.hb-blog-grid {
		grid-template-columns: 1fr;
	}

	.hb-blog-card--featured {
		grid-column: span 1;
	}

	.hb-blog-card__image,
	.hb-blog-card--featured .hb-blog-card__image {
		height: 260px;
	}

	.hb-blog-card__content,
	.hb-blog-card--featured .hb-blog-card__content {
		padding: 22px;
	}
}

/* Fix Astra top spacing on Blog page */
.blog #content,
.blog .site-content,
.blog .site-content .ast-container,
.blog #primary,
.blog .site-main,
.blog .ast-article-post,
.blog article.hentry,
.blog .entry-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.blog .hb-blog-template {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.blog .hb-blog-template .hb-shop-hero {
	padding-top: 28px !important;
	margin-top: 0 !important;
}

/* ==========================================================================
   ADVIESBANNER — layout fix
   ========================================================================== */

.hb-adviesbanner {
  padding: 48px 0;
}

.hb-adviesbanner__inner {
  max-width: var(--hb-max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hb-adviesbanner__text {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.hb-adviesbanner__icon svg {
  width: 48px !important;
  height: 48px !important;
  stroke: var(--hb-terracotta);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.hb-adviesbanner__title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
  color: var(--hb-navy) !important;
}

.hb-adviesbanner__title .hb-heart {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
}

.hb-adviesbanner__body {
  font-size: 0.95rem !important;
  color: var(--hb-muted) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  max-width: 520px;
}

.hb-adviesbanner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hb-adviesbanner__sub {
  font-size: 0.78rem;
  color: var(--hb-muted);
}

/* ==========================================================================
   UITGELICHT — age tabs
   Add this at the end of style.css
   ========================================================================== */

/* Tab navigation */
.hb-age-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}

.hb-age-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 18px;
  border: 1.5px solid var(--hb-cream-dark);
  border-radius: 20px;
  background: var(--hb-white);
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: var(--hb-font-body);
}

.hb-age-tab:hover {
  border-color: var(--hb-navy);
  background: var(--hb-cream);
}

.hb-age-tab.is-active {
  background: var(--hb-navy);
  border-color: var(--hb-navy);
}

.hb-age-tab__label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hb-navy);
  line-height: 1.2;
}

.hb-age-tab.is-active .hb-age-tab__label {
  color: var(--hb-white);
}

.hb-age-tab__age {
  font-size: 0.7rem;
  color: var(--hb-muted);
  line-height: 1;
}

.hb-age-tab.is-active .hb-age-tab__age {
  color: rgba(255, 255, 255, 0.7);
}

/* Tab panels */
.hb-tab-panel {
  display: none;
}

.hb-tab-panel.is-active {
  display: block;
  animation: hb-fade-in 0.2s ease;
}

@keyframes hb-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .hb-age-tabs {
    gap: 4px;
  }

  .hb-age-tab {
    padding: 8px 12px;
  }

  .hb-age-tab__label {
    font-size: 0.78rem;
  }

  .hb-age-tab__age {
    font-size: 0.65rem;
  }
}