/*
Theme Name:  Heybe Dolusu
Theme URI:   https://heybedolusu.com
Description: Child-Theme von Blocksy für heybedolusu.com — offizielle Marken-Tokens (Brand-Guide 2026) + Conversion-CSS. "Nostaljik Heybe": warmes Creme, Espresso-Text, Terracotta-CTAs, Stich-Nähte als Signatur.
Author:      Kartal0392
Template:    blocksy
Version:     2.0.0
Text Domain: heybedolusu
*/

/* ==========================================================================
   FONTS — self-hosted (KVKK-freundlich, schnell). Comfortaa = Logo-nah
   (Display/CTA), Manrope = UI/Body. Variable Fonts, latin + latin-ext (ğüşıöç).
   ========================================================================== */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/comfortaa-latin-ext.woff2') format('woff2');
  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: 'Comfortaa';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/comfortaa-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2');
  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: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   OFFIZIELLE BRAND-TOKENS (heybedolusu-colors.json, Brand-Guide 2026)
   Einzige Quelle der Wahrheit. --hb-primary-strong ist aus Terracotta
   abgeleitet (abgedunkelt), damit weiße Button-Texte WCAG AA erreichen.
   ========================================================================== */
:root {
  /* Palette lt. Brand-Guide */
  --hb-espresso:   #3C2B1D;  /* Ana logo, başlıklar, metin        */
  --hb-terracotta: #B97157;  /* .com, vurgu, buton/CTA            */
  --hb-olive:      #8A8873;  /* İkincil metin, kategori vurgusu   */
  --hb-sand:       #DED4C2;  /* Çizgiler, ayırıcılar              */
  --hb-bag-cream:  #F4EADB;  /* Kartlar, ürün blokları            */
  --hb-canvas:     #FCF7F3;  /* Ana arka plan                     */

  /* Semantische Aliase */
  --hb-bg:             var(--hb-canvas);
  --hb-surface:        #FFFFFF;
  --hb-ink:            var(--hb-espresso);
  /* Lesbarer Sekundärtext: Olive #8A8873 auf Creme = nur ~3.5:1 (unter AA).
     Dunkleres Taupe erreicht ~5:1. --hb-olive bleibt für Icons/Deko. */
  --hb-muted:          #6B6656;
  --hb-line:           var(--hb-sand);
  --hb-primary:        var(--hb-terracotta);
  --hb-primary-strong: #9A5540;  /* Terracotta -20% Helligkeit: AA mit Weiß */
  --hb-primary-deep:   #7F4433;  /* Hover */

  /* Typo — Comfortaa (Display/Marken-Signatur) + Manrope (Text) */
  --hb-font-display: 'Comfortaa', 'Trebuchet MS', sans-serif;
  --hb-font-body:    'Manrope', -apple-system, 'Segoe UI', sans-serif;
  /* Opinionierte, responsive Typo-Skala (fluid) */
  --hb-fs-display: clamp(2.3rem, 4.8vw, 3.5rem);
  --hb-fs-h1:      clamp(1.85rem, 3.2vw, 2.5rem);
  --hb-fs-h2:      clamp(1.45rem, 2.4vw, 1.95rem);
  --hb-fs-h3:      1.28rem;
  --hb-fs-h4:      1.06rem;
  --hb-fs-body:    1.02rem;
  --hb-fs-sm:      0.875rem;
  --hb-fs-xs:      0.75rem;
  --hb-lh-tight:   1.14;
  --hb-lh-body:    1.62;

  /* Spacing-Skala */
  --hb-space-1: 4px;  --hb-space-2: 8px;   --hb-space-3: 12px;
  --hb-space-4: 16px; --hb-space-6: 24px;  --hb-space-8: 32px;
  --hb-space-12: 48px; --hb-space-16: 64px;

  --hb-radius: 14px;          /* Karten — rund wie das Wordmark   */
  --hb-radius-pill: 999px;    /* Buttons                          */
  --hb-shadow: 0 3px 16px rgba(60, 43, 29, 0.08);
  --hb-stitch: 2px dashed var(--hb-sand);  /* Heybe-Naht: Signatur */

  /* Blocksy-Palette auf Brand mappen — !important, weil Blocksys
     ct-main-styles-inline-css (Blau #2872fa/#1559ed) NACH dieser Datei lädt
     und sonst gewinnt. !important schlägt die non-important Inline-Deklaration
     unabhängig von der Ladereihenfolge. */
  /* Nur die ACCENT-Farben forcieren (die waren blau). Flächen 6/7/8 NICHT
     forcieren — Blocksy nutzt palette-8 als Header-Hintergrund; ein !important
     dort färbt den Header espresso. */
  --theme-palette-color-1: var(--hb-primary-strong) !important;
  --theme-palette-color-2: var(--hb-primary-deep) !important;
  --theme-palette-color-3: var(--hb-ink) !important;
  --theme-palette-color-4: var(--hb-muted);
  --theme-palette-color-5: var(--hb-line);
  --theme-palette-color-6: var(--hb-bag-cream);
  --theme-palette-color-7: var(--hb-canvas);
  --theme-palette-color-8: var(--hb-ink);

  --theme-font-family: var(--hb-font-body);
  --theme-text-color: var(--hb-ink) !important;
  --theme-headings-color: var(--hb-ink) !important;
  --theme-link-initial-color: var(--hb-primary-strong) !important;
  --theme-link-hover-color: var(--hb-primary-deep) !important;
  --theme-button-font-family: var(--hb-font-display);
  --theme-button-background-initial-color: var(--hb-primary-strong) !important;
  --theme-button-background-hover-color: var(--hb-primary-deep) !important;
  --theme-button-text-initial-color: #FFFFFF !important;
  --theme-button-text-hover-color: #FFFFFF !important;
  --theme-form-field-border-focus-color: var(--hb-primary);
}

/* ==========================================================================
   BASIS — warme Leinwand, Espresso-Text, Comfortaa-Überschriften
   ========================================================================== */
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--hb-bg);
  font-family: var(--hb-font-body);
  font-size: var(--hb-fs-body);
  line-height: var(--hb-lh-body);
  font-weight: 400;
  color: var(--hb-ink);
  /* Feiner Textsatz — hebt sich klar von Default-WP ab */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
p { line-height: var(--hb-lh-body); }
strong, b { font-weight: 700; }
small { font-size: var(--hb-fs-sm); }

/* Überschriften: Comfortaa 700, eng getrackt (bei großen Graden Pflicht),
   klare fluide Skala — wirkt bewusst gestaltet statt Theme-Default. */
h1, h2, h3, h4, h5, h6,
.site-title, .product_title, .woocommerce-loop-product__title, .hb-section-title {
  font-family: var(--hb-font-display);
  font-weight: 700;
  line-height: var(--hb-lh-tight);
  letter-spacing: -0.02em;
  color: var(--hb-ink);
  text-wrap: balance;
}
h1, .hb-section-title { font-size: var(--hb-fs-h1); }
h2 { font-size: var(--hb-fs-h2); letter-spacing: -0.017em; }
h3 { font-size: var(--hb-fs-h3); letter-spacing: -0.012em; font-weight: 600; }
h4 { font-size: var(--hb-fs-h4); letter-spacing: -0.006em; font-weight: 600; }
h5, h6 { font-weight: 600; letter-spacing: -0.004em; }

/* Comfortaa braucht bei sehr großen Graden noch engeres Tracking */
.hb-hero h1, .hb-hero-inner h1 { font-size: var(--hb-fs-display); letter-spacing: -0.026em; font-weight: 700; }

/* Buttons/CTA: Comfortaa, leicht positiv getrackt für Präsenz */
.button, button, input[type="submit"], .wp-block-button__link,
.woocommerce a.button, .woocommerce button.button, .single_add_to_cart_button,
.woocommerce-checkout #place_order, .wc-proceed-to-checkout .checkout-button,
.hb-btn-primary, .hb-btn-ghost, .hb-mb-btn {
  font-family: var(--hb-font-display);
  font-weight: 600;
  letter-spacing: 0.004em;
}

/* Eyebrows / Tagline — editorial, weit getrackt */
.hb-eyebrow, .hb-tagline, .hb-topbar-item, .product_meta {
  font-family: var(--hb-font-display);
}
.hb-eyebrow, .hb-tagline { letter-spacing: 0.2em; }

/* Menü etwas ruhiger/edler (war 20px) */
.ct-header a.ct-menu-link { font-size: 1rem; letter-spacing: 0.005em; }

/* Produktkarten-Titel bleiben feiner (700 wäre zu schwer bei kleinem Grad) */
.woocommerce-loop-product__title { font-weight: 600 !important; letter-spacing: -0.008em; }

/* Preise/Beträge: tabellarische Ziffern (saubere Ausrichtung, kein Zappeln) */
.price, .amount, .woocommerce-Price-amount, .qty {
  font-variant-numeric: tabular-nums;
}

/* Touch: kein 300ms-Delay, bewusste Tap-Farbe auf allen Interaktiven */
a, button, .button, input[type="submit"], .qty {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(185, 113, 87, 0.2);
}

/* Header: Creme-Fläche, feine Sand-Linie */
.ct-header [data-row] {
  background: var(--hb-canvas);
}
header.ct-header {
  border-bottom: 1px solid var(--hb-line);
}
.ct-header .site-logo-container img { max-height: 56px; width: auto; }

/* Menü-Links: Espresso-Text, Terracotta bei Hover/aktiv (kein Blocksy-Blau) */
.ct-header a.ct-menu-link { color: var(--hb-ink); }
.ct-header a.ct-menu-link:hover,
.ct-header .current-menu-item > a.ct-menu-link,
.ct-header .current-menu-ancestor > a.ct-menu-link,
.ct-header .current_page_item > a.ct-menu-link {
  color: var(--hb-primary-strong);
}

/* Breadcrumb: Olive-Links, Terracotta-Hover, Espresso für die aktive Seite */
.woocommerce-breadcrumb { color: var(--hb-muted); font-size: 0.85rem; }
.woocommerce-breadcrumb a { color: var(--hb-muted); }
.woocommerce-breadcrumb a:hover { color: var(--hb-primary-strong); }

/* WooCommerce-Inhalts-Links generell in Terracotta (kein Blau) */
.woocommerce a:not(.button):not(.ct-menu-link):not(.hb-btn-primary):not(.hb-btn-ghost) {
  color: var(--hb-primary-strong);
}
.woocommerce-cart table.cart td.product-name a { color: var(--hb-ink); }

/* ==========================================================================
   BUTTONS — Pill-Form (rund wie das Logo), Comfortaa, satte CTAs
   ========================================================================== */
.button, button, input[type="submit"],
.wp-block-button__link,
.woocommerce a.button, .woocommerce button.button,
.woocommerce #respond input#submit {
  font-family: var(--hb-font-display);
  font-weight: 600;
  border-radius: var(--hb-radius-pill);
  transition: background-color .18s ease, transform .12s ease;
}
.woocommerce a.button, .woocommerce button.button,
.woocommerce #respond input#submit {
  background: var(--hb-primary-strong);
  color: #fff;
}
.woocommerce a.button:hover, .woocommerce button.button:hover {
  background: var(--hb-primary-deep);
  color: #fff;
  transform: translateY(-1px);
}

/* ==========================================================================
   PRODUKTKARTEN — "Vitrin": minimal, Produkt IMMER ganz sichtbar (contain),
   cremefarbene Bühne, ruhige Typo, eine elegante Terracotta-Aktion.
   ========================================================================== */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  background: var(--hb-surface);
  border: 1px solid rgba(222, 212, 194, 0.55);
  border-radius: 16px;
  padding: 12px 12px 14px;
  transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 12px 30px rgba(60, 43, 29, 0.10);
  transform: translateY(-4px);
  border-color: rgba(185, 113, 87, 0.45);
}

/* Vitrin-Kachel: warme Bühne, Produkt vollständig sichtbar (contain, kein Crop) */
.woocommerce ul.products li.product figure,
.woocommerce ul.products li.product > a:first-child { margin: 0; }
.woocommerce ul.products li.product .ct-media-container {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: linear-gradient(158deg, #ffffff 0%, var(--hb-bag-cream) 100%);
  overflow: hidden;
}
.woocommerce ul.products li.product img.wp-post-image,
.woocommerce ul.products li.product .ct-media-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  padding: 14px;
  border-radius: 0;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}
.woocommerce ul.products li.product:hover img.wp-post-image { transform: scale(1.05); }

/* Titel: exakt 2 Zeilen (ruhiges Raster), Comfortaa, Espresso */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 14px 2px 8px;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a { color: var(--hb-ink); }

/* Preis: prominent, tabellarisch; "KDV dahil" dezent darunter */
.woocommerce ul.products li.product .price {
  color: var(--hb-primary-strong);
  font-weight: 800;
  font-family: var(--hb-font-body);
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
  margin: 0 2px 12px;
  display: block;
}
.woocommerce ul.products li.product .price del { color: var(--hb-muted); font-weight: 500; font-size: 0.72em; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .price .hb-kdv { display: block; margin-top: 2px; font-size: 0.6rem; }

/* Kategorie-Label auf EINER Kategorieseite ausblenden (in jeder Karte gleich = Lärm) */
.tax-product_cat ul.products li.product .entry-meta { display: none; }

/* Aktion unten ausrichten -> gleiche Kartenhöhe; Button minimal->fill bei Hover */
.woocommerce ul.products li.product .ct-woo-card-actions { margin-top: auto; }
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: var(--hb-radius-pill);
  font-family: var(--hb-font-display);
  font-weight: 600;
  font-size: 0.9rem;
  background: var(--hb-bag-cream);
  color: var(--hb-primary-deep);
  border: 1px solid rgba(185, 113, 87, 0.40);
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.add_to_cart_button:focus-visible,
.woocommerce ul.products li.product:hover .button.add_to_cart_button {
  background: var(--hb-primary-strong);
  color: #fff;
  border-color: var(--hb-primary-strong);
}
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 8px;
  background: transparent;
  border-color: transparent;
  color: var(--hb-primary-strong);
}

/* Sale-Badge: Terracotta-Pill oben links auf der Kachel */
.woocommerce ul.products li.product .ct-media-container .onsale,
.woocommerce span.onsale {
  background: var(--hb-terracotta);
  color: #fff;
  border-radius: var(--hb-radius-pill);
  font-weight: 700;
  font-family: var(--hb-font-display);
  font-size: 0.72rem;
  padding: 4px 12px;
  min-height: 0;
  line-height: 1.6;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  margin: 0;
}

/* Sanfter, gestaffelter Auftritt der Karten beim Laden (nur einmal) */
@media (prefers-reduced-motion: no-preference) {
  .tax-product_cat ul.products li.product { animation: hbCardIn .5s ease both; }
  .tax-product_cat ul.products li.product:nth-child(2) { animation-delay: .05s; }
  .tax-product_cat ul.products li.product:nth-child(3) { animation-delay: .10s; }
  .tax-product_cat ul.products li.product:nth-child(4) { animation-delay: .15s; }
  .tax-product_cat ul.products li.product:nth-child(n+5) { animation-delay: .2s; }
  @keyframes hbCardIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}

/* ==========================================================================
   SIGNATUR "HEYBE-NAHT" — gestrichelte Nähte für besondere Flächen
   ========================================================================== */
.hb-stitch {
  border: var(--hb-stitch);
  border-radius: var(--hb-radius);
  background: var(--hb-bag-cream);
}
.hb-stitch-inset {
  position: relative;
}
.hb-stitch-inset::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: var(--hb-stitch);
  border-radius: calc(var(--hb-radius) - 5px);
  pointer-events: none;
  opacity: .7;
}

/* ==========================================================================
   HOMEPAGE-SEKTIONEN
   ========================================================================== */
/* Blocksy rendert den Seitentitel als .hero-section > .entry-header —
   auf der Startseite ausblenden (unser hb-hero stellt die H1). */
.home .ct-page-title,
.home article > .hero-section { display: none; }
.home .ct-container-full { padding-top: 0; }

/* Header: nur Logo-Bild zeigen, Site-Titel-Text ist doppelt */
.ct-header .site-title { display: none; }

.hb-hero {
  background: var(--hb-canvas);
  overflow: hidden;
}
.hb-hero h1 {
  font-weight: 700;
  line-height: 1.12;
}
.hb-hero .hb-tagline {
  font-family: var(--hb-font-display);
  color: var(--hb-muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}
/* sanfte Auftritts-Animation, nur einmal beim Laden */
@media (prefers-reduced-motion: no-preference) {
  .hb-hero .hb-rise { animation: hbRise .7s cubic-bezier(.2,.7,.2,1) both; }
  .hb-hero .hb-rise-2 { animation-delay: .12s; }
  .hb-hero .hb-rise-3 { animation-delay: .24s; }
  @keyframes hbRise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: none; }
  }
}

/* Hero-Layout: Text links, Heybe-Illustration rechts; mobil gestapelt */
.hb-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--hb-space-12) var(--hb-space-6);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: var(--hb-space-8);
  align-items: center;
}
.hb-hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: var(--hb-space-3) 0; }
.hb-hero-sub {
  color: var(--hb-ink);
  opacity: .8;
  font-size: 1.08rem;
  max-width: 46ch;
  margin-bottom: var(--hb-space-6);
}
.hb-hero-art { text-align: center; }
.hb-hero-art img {
  max-width: min(340px, 80%);
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(60, 43, 29, 0.18));
}
.hb-hero-cta { display: flex; flex-wrap: wrap; gap: var(--hb-space-3); align-items: center; }
.hb-btn-primary {
  display: inline-block;
  background: var(--hb-primary-strong);
  color: #fff !important;
  font-family: var(--hb-font-display);
  font-weight: 600;
  padding: 14px 32px;
  border-radius: var(--hb-radius-pill);
  text-decoration: none;
  transition: background-color .18s ease, transform .12s ease;
}
.hb-btn-primary:hover { background: var(--hb-primary-deep); transform: translateY(-1px); }
.hb-btn-ghost {
  display: inline-block;
  color: var(--hb-primary-strong) !important;
  font-family: var(--hb-font-display);
  font-weight: 600;
  padding: 14px 24px;
  border: 2px dashed var(--hb-terracotta); /* Naht-Rahmen */
  border-radius: var(--hb-radius-pill);
  text-decoration: none;
  transition: background-color .18s ease;
}
.hb-btn-ghost:hover { background: var(--hb-bag-cream); }
@media (max-width: 767px) {
  .hb-hero-inner { grid-template-columns: 1fr; text-align: center; padding: var(--hb-space-8) var(--hb-space-4); }
  .hb-hero-art { order: -1; }
  .hb-hero-art img { max-width: 190px; }
  .hb-hero-sub { margin-inline: auto; }
  .hb-hero-cta { justify-content: center; }
}

/* Sektions-Gerüst */
.hb-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--hb-space-12) var(--hb-space-6) 0;
}
.hb-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--hb-space-4);
  flex-wrap: wrap;
}
.hb-section-head .hb-section-title { margin: 0; }
.hb-see-all {
  font-family: var(--hb-font-display);
  font-weight: 600;
  color: var(--hb-primary-strong);
  text-decoration: none;
  white-space: nowrap;
}
.hb-see-all:hover { color: var(--hb-primary-deep); }
.hb-band { background: var(--hb-bag-cream); border-block: 1px solid var(--hb-line); max-width: none; padding: 0; margin-top: var(--hb-space-12); }
.hb-band-inner { max-width: 1200px; margin: 0 auto; padding: var(--hb-space-8) var(--hb-space-6) 0; }

/* Kategorie-Grid: responsiv 2-4 Spalten, Karten mit Naht */
.hb-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--hb-space-4);
  margin-top: var(--hb-space-6);
}
.hb-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--hb-space-2);
  padding: var(--hb-space-6) var(--hb-space-3);
  text-decoration: none;
}
.hb-cat-ico {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  color: var(--hb-primary-strong);
  margin-bottom: var(--hb-space-1);
}
.hb-cat-ico svg { width: 26px; height: 26px; }
.hb-cat-card:hover .hb-cat-ico { border-color: var(--hb-terracotta); }
.hb-cat-name {
  font-family: var(--hb-font-display);
  font-weight: 600;
  color: var(--hb-ink);
  font-size: 0.98rem;
  line-height: 1.3;
}
@media (max-width: 991px) { .hb-cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* Kategorie-Titelband: kompakt + warm (statt 250px grauer Leerfläche).
   Blocksy setzt min-height:250px + 50px Padding auf .entry-header und einen
   kühlgrauen Hintergrund — beides überschreiben. */
.tax-product_cat .hero-section {
  background: var(--hb-canvas) !important;
  border-bottom: 1px solid var(--hb-line);
}
.tax-product_cat .hero-section > .entry-header {
  min-height: 0 !important;
  padding-block: 32px !important;
}
.tax-product_cat .hero-section .page-title {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin: 0;
}
/* Blocksys eigene Beschreibung im Titelband ausblenden — sonst erscheint der
   lange SEO-Text DOPPELT (oben im Band + unten in .hb-cat-seo = Duplicate
   Content). Oben nur Titel + kurze Intro, langer Text unten. */
.tax-product_cat .hero-section .page-description { display: none !important; }

/* Kategorie-Intro (kurz, unter dem Titel, über den Produkten) */
.hb-cat-intro {
  max-width: 760px;
  margin: 0 auto var(--hb-space-6);
  text-align: center;
  color: var(--hb-muted);
  font-size: 1.02rem;
  line-height: 1.6;
  text-wrap: pretty;
}

/* Unterer SEO-Textblock (langer, keyword-reicher Content) */
.hb-cat-seo {
  margin-top: var(--hb-space-12);
  padding-top: var(--hb-space-8);
  border-top: var(--hb-stitch);
}
.hb-cat-seo-inner {
  max-width: 820px;
  margin: 0 auto;
  color: var(--hb-ink);
}
.hb-cat-seo-inner h2 {
  font-size: 1.3rem;
  margin: 0 0 var(--hb-space-3);
}
.hb-cat-seo-inner h2 + p { margin-top: 0; }
.hb-cat-seo-inner p {
  color: var(--hb-muted);
  line-height: 1.7;
  margin: 0 0 var(--hb-space-4);
}
.hb-cat-seo-inner strong { color: var(--hb-ink); }

/* Kategorie-Label in Produktkarten: Olive statt Blocksy-Blau */
ul.products .entry-meta .meta-categories a {
  color: var(--hb-muted) !important;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

/* Startseiten-Produktlisten: Abstand harmonisieren */
.home .woocommerce.columns-4 { max-width: 1200px; margin: var(--hb-space-6) auto 0; padding: 0 var(--hb-space-6); }

/* "Neden Heybe Dolusu?" — Bag-Cream-Band mit Innen-Naht */
.hb-why { padding: var(--hb-space-16) var(--hb-space-6); }
.hb-why-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--hb-bag-cream);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-12) var(--hb-space-8);
  text-align: center;
}
.hb-why-inner h2 { margin-top: 0; }
.hb-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--hb-space-6);
  text-align: left;
  margin: var(--hb-space-8) 0;
}
.hb-why-grid strong { font-family: var(--hb-font-display); display: block; margin-bottom: var(--hb-space-2); }
.hb-why-grid p { margin: 0; opacity: .8; font-size: 0.95rem; }
@media (max-width: 767px) { .hb-why-grid { grid-template-columns: 1fr; } }

/* Trust-Leiste */
.hb-trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hb-space-3) var(--hb-space-8);
  justify-content: center;
  padding: var(--hb-space-4);
  background: var(--hb-bag-cream);
  border-block: 1px solid var(--hb-line);
  color: var(--hb-ink);
  font-size: 0.92rem;
  font-weight: 600;
}
.hb-trust p { margin: 0; }

/* Kategorie-Kacheln: Bag-Cream + Naht, Kategorie-Name in Comfortaa */
.hb-cat-card {
  background: var(--hb-bag-cream);
  border: var(--hb-stitch);
  border-radius: var(--hb-radius);
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.hb-cat-card:hover {
  box-shadow: var(--hb-shadow);
  transform: translateY(-3px);
  border-color: var(--hb-terracotta);
}
.hb-cat-card a {
  text-decoration: none;
  font-family: var(--hb-font-display);
}
.hb-cat-card .hb-count {
  color: var(--hb-muted);
  font-size: 0.85rem;
  font-family: var(--hb-font-body);
}

/* Sektions-Überschriften mit kleiner Naht-Unterstreichung */
.hb-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.hb-section-title::after {
  content: "";
  position: absolute;
  left: 20%; right: 20%; bottom: 0;
  border-bottom: var(--hb-stitch);
}

/* ==========================================================================
   FORMULARE / CHECKOUT — Conversion & A11y
   ========================================================================== */
input:focus-visible, select:focus-visible, textarea:focus-visible,
button:focus-visible, a:focus-visible {
  outline: 2px solid var(--hb-primary);
  outline-offset: 2px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid var(--hb-line);
  background: #fff;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
  border-color: var(--hb-terracotta);
}
#place_order {
  width: 100%;
  min-height: 52px;
  font-size: 1.05rem;
}

/* Mobile: 2-spaltiges Produktgrid (Baymard-Standard, 1 Spalte = zu lang) */
@media (max-width: 689px) {
  .woocommerce ul.products,
  ul.products[data-products] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: var(--hb-space-3) !important;
  }
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: var(--hb-space-3);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.85rem;
    margin-top: 10px;
  }
  .woocommerce ul.products li.product .price { font-size: 1rem; }
  .woocommerce ul.products li.product img.wp-post-image { padding: 10px; }
  .woocommerce ul.products li.product .button.add_to_cart_button { min-height: 42px; font-size: 0.85rem; }
}

/* Mobile: Add-to-Cart auf Produktseite sticky */
@media (max-width: 689px) {
  .single-product form.cart {
    position: sticky;
    bottom: 0;
    z-index: 30;
    background: var(--hb-surface);
    padding: var(--hb-space-3) var(--hb-space-4);
    margin: 0 calc(-1 * var(--hb-space-4));
    border-top: 1px solid var(--hb-line);
    box-shadow: 0 -4px 16px rgba(60, 43, 29, 0.10);
  }
  .single-product form.cart .single_add_to_cart_button {
    width: 100%;
    min-height: 48px;
  }
}

/* ==========================================================================
   ICONS — saubere Inline-SVG-Line-Icons (hb_icon), currentColor
   ========================================================================== */
.hb-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.2em;
  flex: 0 0 auto;
}

/* Icon+Text-Zeilen (Trust-Blöcke): sauber ausgerichtet, Terracotta-Icon */
.hb-buy-trust p,
.hb-checkout-trust p,
.hb-cart-trust span,
.hb-trust p,
.hb-freeship p:first-child,
.hb-empty-cats a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hb-buy-trust .hb-icon,
.hb-checkout-trust .hb-icon,
.hb-cart-trust .hb-icon,
.hb-trust .hb-icon,
.hb-freeship .hb-icon,
.hb-empty-cats .hb-icon,
.hb-badge-best .hb-icon {
  color: var(--hb-primary-strong);
  width: 1.05em;
  height: 1.05em;
}
.hb-freeship.is-done .hb-icon { color: #4C7A3F; }
.hb-badge-best .hb-icon { color: #fff; }
.hb-trust p { justify-content: center; }

/* ==========================================================================
   TOP-BAR — Vertrauensband ganz oben (Espresso, Creme-Text)
   ========================================================================== */
.hb-topbar {
  background: var(--hb-espresso);
  color: var(--hb-bag-cream);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}
.hb-topbar-inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 8px var(--hb-space-6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--hb-space-8);
  flex-wrap: wrap;
}
.hb-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.hb-topbar-item .hb-icon { color: var(--hb-terracotta); width: 1.05em; height: 1.05em; }
.hb-topbar-item .amount { color: #fff; font-weight: 700; }
@media (max-width: 767px) {
  .hb-topbar-inner { justify-content: center; padding: 7px var(--hb-space-4); }
  .hb-topbar-sm-hide { display: none; }
  .hb-topbar { font-size: 0.78rem; }
}

/* ==========================================================================
   HEADER-SEPET (Menü-Item mit Icon + Live-Zähler)
   ========================================================================== */
.hb-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--hb-font-display);
  font-weight: 600;
  color: var(--hb-ink);
}
.hb-cart-link:hover { color: var(--hb-primary-strong); }
.hb-cart-icon { width: 1.35em; height: 1.35em; vertical-align: middle; }
.hb-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: var(--hb-radius-pill);
  background: var(--hb-primary-strong);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--hb-font-body);
}

/* Header-Icons (Suche/Menü-Trigger): kräftiges Espresso, nicht blass */
.ct-header .ct-toggle svg,
.ct-header-search svg,
.ct-header-trigger svg { color: var(--hb-ink); }

/* ==========================================================================
   MOBILES MENÜ (Blocksy Off-Canvas) — KONTRAST-FIX
   Panel-Default war fast-schwarz + espresso-Links = unsichtbar.
   Jetzt: warme Creme-Fläche, Espresso-Links, klare Trennlinien.
   ========================================================================== */
/* Blocksy legt den dunklen (#121519) Hintergrund auf .ct-panel-inner —
   DAS ist die sichtbare Fläche. Hier auf warmes Creme überschreiben. */
#offcanvas.ct-panel,
#offcanvas .ct-panel-inner {
  background: var(--hb-canvas) !important;
}
#offcanvas .ct-panel-content-inner,
#offcanvas .ct-panel-content { background: transparent !important; }
.ct-panel .ct-menu-link,
.ct-panel .menu-item a {
  color: var(--hb-ink) !important;
  font-family: var(--hb-font-display);
  font-weight: 600;
  border-bottom: 1px solid var(--hb-line);
  padding-block: 14px;
}
.ct-panel .current-menu-item > .ct-menu-link,
.ct-panel .ct-menu-link:hover { color: var(--hb-primary-strong) !important; }
.ct-panel .ct-toggle-close { color: var(--hb-ink); }
.ct-panel .ct-toggle-close:hover { color: var(--hb-primary-strong); }
/* Sepet-Zeile im Panel bündig */
.ct-panel .hb-cart-link { color: var(--hb-ink); padding-block: 14px; }

/* ==========================================================================
   FOOTER — Espresso-Fläche, Creme-Text (via functions.php gerendert)
   ========================================================================== */
.hb-footer {
  background: var(--hb-espresso);
  color: var(--hb-bag-cream);
  margin-top: var(--hb-space-16);
}
.hb-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--hb-space-12) var(--hb-space-6) var(--hb-space-6);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: var(--hb-space-8);
}
.hb-footer h4 {
  color: #fff;
  font-size: 0.95rem;
  margin: 0 0 var(--hb-space-3);
}
.hb-footer ul { list-style: none; margin: 0; padding: 0; }
.hb-footer li { margin-bottom: var(--hb-space-2); }
.hb-footer a {
  color: var(--hb-bag-cream);
  text-decoration: none;
  opacity: .85;
}
.hb-footer a:hover { opacity: 1; color: #fff; }
.hb-footer .hb-footer-brand img { max-width: 200px; height: auto; }
.hb-footer .hb-footer-tagline {
  font-family: var(--hb-font-display);
  color: var(--hb-sand); /* helle Taupe auf Espresso — lesbar (Kontrast ~AA) */
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-top: var(--hb-space-3);
}
/* Footer-Fließtext ebenfalls hell (nicht das dunkle --hb-muted) */
.hb-footer p { color: var(--hb-bag-cream); }
.hb-footer-secure { display: inline-flex; align-items: center; gap: 7px; }
.hb-footer-secure .hb-icon { color: var(--hb-terracotta); }
.hb-footer-bottom {
  border-top: 1px dashed rgba(244, 234, 219, 0.25); /* Naht auf Espresso */
  padding: var(--hb-space-4) var(--hb-space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--hb-space-3);
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.85rem;
  opacity: .8;
}
@media (max-width: 767px) {
  .hb-footer-inner { grid-template-columns: 1fr; gap: var(--hb-space-6); }
}

/* Blocksy-Standard-Footer ausblenden (wir rendern unseren eigenen) */
.ct-footer { display: none; }

/* ==========================================================================
   GLOBAL: Blocksys kühles Grau (#FAFBFC) durch warmes Canvas ersetzen —
   der wichtigste Cohesion-Fix, Corporate-Wärme auf JEDER Seite.
   ========================================================================== */
body, body.woocommerce-page {
  background: var(--hb-canvas) !important;
}

/* ==========================================================================
   PDP "Heybe Dükkânı" — zwei Karten auf Canvas: Foto-Rahmen + Kauf-Panel
   ========================================================================== */

/* Breadcrumb-Band kompakt & warm */
.single-product .hero-section > div { padding-block: 12px !important; }
.single-product .hero-section { background: transparent; }

/* Galerie = "Fotorahmen": weiße Karte mit Naht-Passepartout (Film-Referenz) */
.single-product .woocommerce-product-gallery {
  position: relative;
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-4);
  box-shadow: var(--hb-shadow);
}
.single-product .woocommerce-product-gallery::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: var(--hb-stitch);
  border-radius: calc(var(--hb-radius) - 5px);
  pointer-events: none;
  z-index: 2;
  opacity: .55;
}
.single-product .woocommerce-product-gallery img { border-radius: calc(var(--hb-radius) - 7px); }
.single-product .woocommerce-product-gallery .flex-control-thumbs { margin-top: var(--hb-space-3); gap: var(--hb-space-2); }
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color .15s ease;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover { border-color: var(--hb-terracotta); }

/* Kauf-Panel: weiße Karte, klare Leserichtung */
.single-product div.product .summary.entry-summary {
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-8);
  box-shadow: var(--hb-shadow);
}

/* Eyebrow + Çok-Satan-Badge */
.hb-eyebrow-row {
  display: flex;
  align-items: center;
  gap: var(--hb-space-3);
  flex-wrap: wrap;
  margin-bottom: var(--hb-space-2);
}
.hb-eyebrow {
  font-family: var(--hb-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hb-muted) !important;
  text-decoration: none;
}
.hb-eyebrow:hover { color: var(--hb-primary-strong) !important; }
.hb-badge-best {
  font-family: var(--hb-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--hb-terracotta);
  color: #fff;
  padding: 3px 12px;
  border-radius: var(--hb-radius-pill);
}

.single-product div.product .summary .product_title {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.22;
  margin-bottom: var(--hb-space-3);
}

/* Blocksy-Divider als Naht */
.single-product .ct-product-divider {
  border-top: var(--hb-stitch) !important;
  opacity: .8;
}

/* Kauf-Zone: Bag-Cream-Fläche bündelt Adet + CTA + Zahlungslogos */
.single-product .ct-product-add-to-cart {
  background: var(--hb-bag-cream);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-4);
}
.single-product .ct-product-add-to-cart form.cart { margin-bottom: 0; }

/* Güven-Liste: ruhig, in der Karte integriert (kein Kasten-im-Kasten) */
.hb-buy-trust {
  background: transparent;
  border: none;
  border-top: var(--hb-stitch);
  border-radius: 0;
  margin-top: var(--hb-space-4);
  padding: var(--hb-space-4) 0 0;
}

/* ==========================================================================
   PDP — Buy-Box (Baymard: Versand & Vertrauen direkt am Kauf-Button)
   ========================================================================== */
.single-product div.product .summary .price {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--hb-primary-strong);
  font-family: var(--hb-font-body);
}
.single-product div.product .summary .price del {
  font-size: 0.7em;
  color: var(--hb-muted);
  font-weight: 500;
}
.hb-kdv {
  font-size: 0.55em;
  font-weight: 500;
  color: var(--hb-muted);
  margin-left: 4px;
}
.hb-buy-trust {
  margin-top: var(--hb-space-4);
  padding: var(--hb-space-4) var(--hb-space-6);
  font-size: 0.92rem;
}
.hb-buy-trust p { margin: 0 0 var(--hb-space-2); }
.hb-buy-trust p:last-child { margin-bottom: 0; }

/* Adet + Sepete ekle: großzügige Touch-Ziele */
.single-product form.cart .quantity .qty {
  min-height: 48px;
  min-width: 72px;
  border-radius: 12px;
  border: 1px solid var(--hb-line);
  text-align: center;
  font-family: var(--hb-font-body);
  font-weight: 600;
}
.single-product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding-inline: var(--hb-space-8);
  font-size: 1.02rem;
}

/* Produkt-Meta (Stok kodu / Kategori) ruhig in Olive */
.single-product .product_meta {
  color: var(--hb-muted);
  font-size: 0.85rem;
  border-top: var(--hb-stitch);
  padding-top: var(--hb-space-3);
}
.single-product .product_meta a { color: var(--hb-muted); }

/* Tabs: aktive Marker in Terracotta */
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs .wc-tabs li.active a { color: var(--hb-primary-strong); }

/* Stok rozeti */
.single-product .stock.in-stock {
  color: #4C7A3F;
  font-weight: 600;
  font-size: 0.9rem;
}
.single-product .stock.out-of-stock { color: var(--hb-primary-deep); font-weight: 600; }

/* ==========================================================================
   PDP — Sekmeler: dikişli hap-butonlar + beyaz içerik kartı
   ========================================================================== */
.single-product .woocommerce-tabs { margin-top: var(--hb-space-12); }
.single-product .woocommerce-tabs ul.wc-tabs {
  display: flex !important;
  justify-content: center;
  gap: var(--hb-space-3);
  border: none !important;
  background: none !important;
  padding: 0;
  margin-bottom: var(--hb-space-6);
  flex-wrap: wrap;
}
.single-product .woocommerce-tabs ul.wc-tabs li {
  border: var(--hb-stitch) !important;
  border-radius: var(--hb-radius-pill) !important;
  background: var(--hb-bag-cream) !important;
  margin: 0 !important;
  transition: border-color .15s ease, background-color .15s ease;
}
.single-product .woocommerce-tabs ul.wc-tabs li a {
  font-family: var(--hb-font-display);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 24px !important;
  color: var(--hb-ink) !important;
}
.single-product .woocommerce-tabs ul.wc-tabs li:hover { border-color: var(--hb-terracotta) !important; }
.single-product .woocommerce-tabs ul.wc-tabs li.active {
  background: var(--hb-primary-strong) !important;
  border: 2px solid var(--hb-primary-strong) !important;
}
.single-product .woocommerce-tabs ul.wc-tabs li.active a { color: #fff !important; }
.single-product .woocommerce-tabs .panel {
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-8);
  max-width: 920px;
  margin-inline: auto;
  box-shadow: var(--hb-shadow);
}
.single-product .woocommerce-tabs .panel h2:first-child { margin-top: 0; }
.single-product .woocommerce-tabs .panel ul { padding-left: 1.2em; }
.single-product .woocommerce-tabs .panel li { margin-bottom: 6px; }

/* Benzer Ürünler: Bag-Cream-Band, auch MOBIL sichtbar (Blocksy versteckt es) */
.single-product section.related.products {
  display: block !important;
  background: var(--hb-bag-cream);
  border-block: 1px solid var(--hb-line);
  margin-top: var(--hb-space-16);
  padding: var(--hb-space-12) var(--hb-space-6);
}
.single-product section.related.products > h2 {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto var(--hb-space-8);
  padding-bottom: 10px;
}
.single-product section.related.products > h2::after {
  content: "";
  position: absolute;
  left: 20%; right: 20%; bottom: 0;
  border-bottom: var(--hb-stitch);
}

/* PDP mobil: Karten kompakt, Reihenfolge Galerie -> Panel */
@media (max-width: 767px) {
  .single-product div.product .summary.entry-summary { padding: var(--hb-space-4); margin-top: var(--hb-space-4); }
  .single-product .woocommerce-product-gallery { padding: var(--hb-space-3); }
  .single-product .woocommerce-tabs .panel { padding: var(--hb-space-4); }
  .single-product section.related.products { padding: var(--hb-space-8) var(--hb-space-4); }
  /* Sticky-ATC: weißer Balken über der Bag-Cream-Zone bleibt lesbar */
  .single-product .ct-product-add-to-cart { padding-bottom: var(--hb-space-2); }
}

/* ==========================================================================
   SEPET — Fortschritt, Summary-Karte, Vertrauen, leerer Zustand
   ========================================================================== */
.hb-freeship {
  background: var(--hb-bag-cream);
  border: var(--hb-stitch);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-4) var(--hb-space-6);
  margin-bottom: var(--hb-space-6);
}
.hb-freeship p { margin: 0 0 var(--hb-space-3); font-size: 0.98rem; }
.hb-freeship-track {
  height: 10px;
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius-pill);
  overflow: hidden;
}
.hb-freeship-fill {
  height: 100%;
  background: var(--hb-primary);
  border-radius: var(--hb-radius-pill);
  transition: width .4s ease;
}
.hb-freeship.is-done .hb-freeship-fill { background: #4C7A3F; }

/* Sepet tablosu: klare Zeilen, gute Touch-Ziele */
.woocommerce-cart table.cart td.product-name a {
  color: var(--hb-ink);
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover { color: var(--hb-primary-strong); }
.woocommerce-cart table.cart .product-remove a {
  font-size: 1.3rem;
  width: 40px; height: 40px;
  line-height: 40px;
  border-radius: var(--hb-radius-pill);
  color: var(--hb-muted) !important;
}
.woocommerce-cart table.cart .product-remove a:hover {
  background: var(--hb-bag-cream);
  color: var(--hb-primary-deep) !important;
}
.woocommerce-cart table.cart .qty {
  min-height: 44px;
  min-width: 64px;
  border-radius: 10px;
  border: 1px solid var(--hb-line);
  text-align: center;
}

/* Kupon: bewusst SEKUNDÄR (Baymard: prominente Kuponfelder -> Abbrüche) */
.woocommerce-cart .coupon .input-text {
  min-height: 42px;
  max-width: 160px;
  border: 1px dashed var(--hb-line);
  border-radius: 10px;
  font-size: 0.88rem;
}
.woocommerce-cart .coupon .button {
  background: transparent !important;
  color: var(--hb-muted) !important;
  border: 1px solid var(--hb-line);
  font-size: 0.88rem;
}
.woocommerce-cart .coupon .button:hover { color: var(--hb-primary-strong) !important; border-color: var(--hb-terracotta); }

/* Summary-Karte: Bag-Cream + Naht, dominanter Checkout-CTA */
.woocommerce-cart .cart_totals {
  background: var(--hb-bag-cream);
  border: var(--hb-stitch);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-6);
}
.woocommerce-cart .cart_totals h2 {
  margin-top: 0;
  font-size: 1.2rem;
}
.woocommerce-cart .cart_totals .order-total .amount {
  color: var(--hb-primary-strong);
  font-size: 1.25rem;
  font-weight: 800;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 52px;
  font-size: 1.05rem;
  text-align: center;
}
.hb-cart-trust {
  display: flex;
  justify-content: center;
  gap: var(--hb-space-4);
  flex-wrap: wrap;
  margin-top: var(--hb-space-3);
  font-size: 0.85rem;
  color: var(--hb-muted);
}
.hb-continue {
  display: inline-block;
  margin-top: var(--hb-space-2);
  color: var(--hb-primary-strong);
  font-family: var(--hb-font-display);
  font-weight: 600;
  text-decoration: none;
}

/* Boş sepet: freundlich, mit Wegen zurück ins Sortiment */
.hb-empty-cart {
  text-align: center;
  padding: var(--hb-space-12) var(--hb-space-4);
  max-width: 560px;
  margin: 0 auto;
}
.hb-empty-cart img { opacity: .92; margin-bottom: var(--hb-space-4); }
.hb-empty-cart h2 { margin: 0 0 var(--hb-space-2); }
.hb-empty-cart > p { color: var(--hb-muted); margin: 0 0 var(--hb-space-4); }
.hb-empty-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--hb-space-3);
  margin-top: var(--hb-space-6);
}
.hb-empty-cats a {
  padding: 10px 18px;
  border: var(--hb-stitch);
  border-radius: var(--hb-radius-pill);
  background: var(--hb-bag-cream);
  color: var(--hb-ink);
  text-decoration: none;
  font-family: var(--hb-font-display);
  font-weight: 600;
  font-size: 0.9rem;
}
.hb-empty-cats a:hover { border-color: var(--hb-terracotta); }
.woocommerce-cart .return-to-shop { display: none; } /* eigener CTA ersetzt ihn */

/* ==========================================================================
   CHECKOUT (Baymard): 2 Spalten — Formular links, Sticky-Özet rechts.
   Einfach, ruhig, vertrauenswürdig; Kunde schließt Bestellung sicher ab.
   ========================================================================== */
.woocommerce-checkout .ct-page-title,
.woocommerce-checkout article > .hero-section { margin-bottom: var(--hb-space-4); }

@media (min-width: 1000px) {
  form.checkout.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: var(--hb-space-12);
    align-items: start;
    max-width: 1180px;
    margin-inline: auto;
  }
  form.checkout .ct-order-review { position: sticky; top: 20px; }
}

/* Abschnitts-Überschriften (Fatura bilgileri / Siparişiniz) */
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading {
  font-family: var(--hb-font-display);
  font-size: 1.2rem;
  color: var(--hb-ink);
  margin: 0 0 var(--hb-space-4);
  padding-bottom: var(--hb-space-2);
  border-bottom: var(--hb-stitch);
}

/* Formularfelder: klare Labels, großzügige Touch-Ziele */
.woocommerce-checkout .form-row label {
  font-weight: 600;
  color: var(--hb-ink);
  margin-bottom: 6px;
  display: inline-block;
}
.woocommerce-checkout .form-row .required { color: var(--hb-primary-strong); text-decoration: none; }
.woocommerce-checkout .form-row .optional { color: var(--hb-muted); font-weight: 400; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout select {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-surface);
  font-size: 1rem;
  padding: 10px 14px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 0;
  color: var(--hb-ink);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus { border-color: var(--hb-terracotta); }
/* Ungültige Felder klar markieren (Inline-Fehler) */
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select { border-color: #C0492B; }
.woocommerce form .form-row.woocommerce-validated input.input-text { border-color: #4C7A3F; }

/* Özet-Karte: Bag-Cream, Naht, ruhige Zeilen */
.woocommerce-checkout .ct-order-review {
  background: var(--hb-bag-cream);
  border: var(--hb-stitch);
  border-radius: var(--hb-radius);
  padding: var(--hb-space-6);
}
.woocommerce-checkout .ct-order-review #order_review_heading { margin-top: 0; }
.woocommerce-checkout .shop_table {
  background: transparent;
  border: none;
  margin-bottom: var(--hb-space-4);
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  border: none;
  border-bottom: 1px solid var(--hb-line);
  padding: 12px 0;
}
.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td { padding: 10px 0; }
.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total .amount {
  font-size: 1.15rem;
  color: var(--hb-primary-strong);
  font-variant-numeric: tabular-nums;
}
.woocommerce-checkout .shop_table .amount { font-variant-numeric: tabular-nums; }

/* Produktzeile mit Thumbnail in der Übersicht */
.hb-review-item { display: flex; align-items: center; gap: 12px; }
.hb-review-thumb {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--hb-line);
  padding: 3px;
  flex: 0 0 auto;
}
.hb-review-name { font-weight: 600; color: var(--hb-ink); font-size: 0.92rem; line-height: 1.3; }
.woocommerce-checkout .shop_table td.product-name { font-weight: 500; }
.woocommerce-checkout .shop_table .product-quantity { color: var(--hb-muted); }

/* Zahlungsart-Box (iyzico) */
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: var(--hb-radius);
}
.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid var(--hb-line);
  background: var(--hb-surface);
  border-radius: 12px;
  padding: var(--hb-space-3);
  margin-bottom: var(--hb-space-4);
}
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }
.woocommerce-checkout #payment ul.payment_methods label {
  font-family: var(--hb-font-display);
  font-weight: 600;
  color: var(--hb-ink);
}
.woocommerce-checkout #payment div.payment_box {
  background: var(--hb-bag-cream);
  border-radius: 10px;
}
.woocommerce-checkout #payment div.payment_box::before { display: none; }

/* "Siparişi Tamamla": dominante, volle Breite */
.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  font-size: 1.08rem;
  background: var(--hb-primary-strong);
  color: #fff;
}
.woocommerce-checkout #place_order:hover { background: var(--hb-primary-deep); }

/* Güven-Block unter dem Button */
.hb-checkout-trust {
  margin-top: var(--hb-space-4);
  text-align: center;
  color: var(--hb-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}
.hb-checkout-trust p { margin: 0 0 4px; }

/* Datenschutz-Hinweis dezent */
.woocommerce-checkout .woocommerce-privacy-policy-text { font-size: 0.8rem; color: var(--hb-muted); }

/* Login-/Coupon-Toggle dezent (Baymard: nicht ablenken) */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle { margin-bottom: var(--hb-space-4); }
.woocommerce-checkout .woocommerce-info {
  background: var(--hb-bag-cream);
  border-top-color: var(--hb-terracotta);
  color: var(--hb-ink);
  border-radius: 8px;
}

/* Mobil: Özet nach dem Formular, volle Breite */
@media (max-width: 999px) {
  form.checkout .ct-order-review { margin-top: var(--hb-space-8); }
}

/* Mobil: Summary/CTA volle Breite, Tabelle kompakt */
@media (max-width: 767px) {
  .hb-buy-trust { padding: var(--hb-space-3) var(--hb-space-4); font-size: 0.88rem; }
  .woocommerce-cart .coupon .input-text { max-width: 46%; }
}

/* ==========================================================================
   REFINEMENTS (2026-07-22) — Feinschliff nach Kunden-Feedback
   ========================================================================== */

/* 1) PDP-Tabs: überflüssige horizontale Linie unter den Pills entfernen */
.single-product .woocommerce-tabs ul.wc-tabs::before,
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.wc-tabs li::after,
.single-product .woocommerce-tabs ul.wc-tabs li::before { display: none !important; border: 0 !important; }
.single-product .woocommerce-tabs ul.wc-tabs li,
.single-product .woocommerce-tabs ul.wc-tabs li.active { border-bottom-width: 2px; } /* nur der Pill-Rahmen */

/* 2) PDP-Galerie: unkontrolliertes Hover-Zoom abschalten (Kanten sauber) */
.single-product .woocommerce-product-gallery .ct-media-container img,
.single-product .woocommerce-product-gallery img.wp-post-image,
.single-product .woocommerce-product-gallery img {
  transform: none !important;
  transition: opacity .2s ease !important;
}
.single-product .woocommerce-product-gallery .ct-media-container,
.single-product .woocommerce-product-gallery__image { overflow: hidden; }
.single-product .woocommerce-product-gallery__image img { border-radius: calc(var(--hb-radius) - 7px); }

/* 3) Breadcrumb (.ct-breadcrumbs — Blocksy) markenkonform & ruhig */
.ct-breadcrumbs {
  font-size: 0.82rem;
  font-family: var(--hb-font-body);
  color: var(--hb-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
  letter-spacing: 0;
  text-transform: none;
}
.ct-breadcrumbs a { color: var(--hb-muted); text-decoration: none; transition: color .15s ease; }
.ct-breadcrumbs a:hover { color: var(--hb-primary-strong); }
.ct-breadcrumbs > *:last-child,
.ct-breadcrumbs [aria-current] { color: var(--hb-ink); font-weight: 600; }
.ct-breadcrumbs svg, .ct-breadcrumbs .ct-divider { color: var(--hb-sand); opacity: .9; }

/* 4) Premium-CTAs: sanfter Verlauf, Tiefe, Hover-Lift */
.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order,
.hb-btn-primary,
.hb-mb-btn {
  background: linear-gradient(180deg, #A65C46 0%, var(--hb-primary-strong) 100%) !important;
  box-shadow: 0 6px 18px rgba(154, 85, 64, 0.26);
  transition: transform .15s ease, box-shadow .2s ease, filter .18s ease;
  border: none;
}
.single_add_to_cart_button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout #place_order:hover,
.hb-btn-primary:hover,
.hb-mb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(154, 85, 64, 0.34);
  filter: brightness(1.04);
}
.single_add_to_cart_button:active,
.hb-btn-primary:active,
.hb-mb-btn:active { transform: translateY(0); }

/* 5) MOBİL STICKY AKSİYON ÇUBUĞU (PDP + Sepet + Checkout) */
.hb-mobile-bar { display: none; }
@media (max-width: 999px) {
  .hb-mobile-bar {
    display: flex;
    align-items: center;
    gap: var(--hb-space-4);
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 200;
    background: var(--hb-surface);
    border-top: 1px solid var(--hb-line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -6px 22px rgba(60, 43, 29, 0.14);
  }
  .hb-mb-info { flex: 1 1 auto; min-width: 0; line-height: 1.15; }
  .hb-mb-label { font-size: 0.7rem; color: var(--hb-muted); }
  .hb-mb-price { font-size: 1.18rem; font-weight: 800; color: var(--hb-primary-strong); font-variant-numeric: tabular-nums; }
  .hb-mb-price del { font-size: 0.7em; color: var(--hb-muted); font-weight: 500; margin-right: 4px; }
  .hb-mb-price .hb-kdv { display: none; }
  .hb-mb-btn {
    flex: 0 0 auto;
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border-radius: var(--hb-radius-pill);
    color: #fff !important;
    font-family: var(--hb-font-display);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
  }
  body.hb-has-mobile-bar { padding-bottom: 78px; }
  /* iyzico-Floating-Promo-Widget (styled-components Overlay, z-index 9999)
     verdeckt auf Mobil die Sticky-CTA -> auf Mobil ausblenden. Taksit-Info
     steht bereits im Vertrauensblock; die Sticky-Aktion hat Vorrang. */
  [class*="Overlay__Wrapper"] { display: none !important; }
  /* alte Einzel-Sticky-ATC deaktivieren (Bar ersetzt sie) */
  .single-product form.cart { position: static !important; box-shadow: none !important; margin: initial !important; padding: 0 !important; border-top: 0 !important; }
}

/* 6) PRE-FOOTER TRUST-BAND + Footer-Vertrauen */
.hb-pre-footer {
  background: var(--hb-bag-cream);
  border-top: 1px solid var(--hb-line);
}
.hb-pre-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--hb-space-12) var(--hb-space-6);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--hb-space-6);
}
.hb-pf-item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hb-pf-item .hb-pf-ico {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--hb-surface);
  border: 1px solid var(--hb-line);
  color: var(--hb-primary-strong);
}
.hb-pf-item .hb-pf-ico svg { width: 24px; height: 24px; }
.hb-pf-item strong { font-family: var(--hb-font-display); font-size: 1rem; color: var(--hb-ink); }
.hb-pf-item span { font-size: 0.85rem; color: var(--hb-muted); }
@media (max-width: 767px) {
  .hb-pre-footer-inner { grid-template-columns: repeat(2, 1fr); gap: var(--hb-space-8) var(--hb-space-4); padding: var(--hb-space-8) var(--hb-space-4); }
}
/* Footer-Zusatz: Trendyol/Marktplatz-Hinweis */
.hb-footer-note {
  font-size: 0.82rem;
  color: var(--hb-bag-cream);
  opacity: .8;
  margin-top: var(--hb-space-3);
  line-height: 1.5;
}

/* ==========================================================================
   PDP-GALERIE FIX (2026-07-22) — saubere Kanten, Blocksy-flexy Swipe
   ========================================================================== */
/* Passepartout-Naht + weißer Innenrand weg — wirkten auf Produktfotos hässlich */
.single-product .woocommerce-product-gallery::before,
.single-product .woocommerce-product-gallery .ct-media-container::before { content: none !important; display: none !important; border: 0 !important; }
.single-product .woocommerce-product-gallery {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  border-radius: var(--hb-radius);
  box-shadow: var(--hb-shadow);
  background: var(--hb-surface);
}
.single-product .ct-product-gallery-container,
.single-product .flexy-container,
.single-product .flexy-view { border-radius: var(--hb-radius); }
/* Blocksy-flexy als NATIVE Scroll-Snap-Karussell -> echtes Touch-Swipe
   (Blocksys eigenes JS bewegte das Hauptbild nicht; nativ ist robust). */
.single-product .flexy-view {
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.single-product .flexy-view::-webkit-scrollbar { display: none; }
.single-product .flexy-items { display: flex !important; transform: none !important; }
.single-product .flexy-items > * { flex: 0 0 100% !important; scroll-snap-align: center; }
.single-product .flexy img,
.single-product .flexy-view img {
  border-radius: 0 !important;
  display: block;
  width: 100%;
  height: auto;
}

/* Swipe-Pfeile: sichtbar, rund, markenkonform */
.single-product .flexy-arrow-prev,
.single-product .flexy-arrow-next {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid var(--hb-line);
  color: var(--hb-ink) !important;
  width: 40px; height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(60, 43, 29, 0.14);
}
.single-product .flexy-arrow-prev svg,
.single-product .flexy-arrow-next svg { color: var(--hb-ink); }

/* Thumbnail-Leiste — sauberes, gleichmäßiges Raster (auch Desktop, viele Bilder).
   Blocksys Default macht die <li> 117px breit bei 52px-Bild -> hässliche Lücken.
   Deshalb feste Quadrate + flex-wrap mit !important. */
.single-product .flexy-pills { display: block !important; background: transparent; }
.single-product .flexy-pills ol {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: var(--hb-space-3) !important;
  margin: 0 !important;
  list-style: none !important;
  max-width: 640px;
  margin-inline: auto !important;
}
.single-product .flexy-pills li {
  width: 58px !important;
  height: 58px !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid transparent !important;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .15s ease;
  background: var(--hb-surface);
}
.single-product .flexy-pills li .ct-media-container,
.single-product .flexy-pills li img {
  width: 58px !important;
  height: 58px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 7px;
}
.single-product .flexy-pills li.active { border-color: var(--hb-terracotta) !important; }
.single-product .flexy-pills li:hover { border-color: var(--hb-sand) !important; }

/* Breadcrumb-Bereich kompakt (Mobil + Desktop): Blocksy gibt .ct-container-full
   60px padding-top + der Hero 40px margin-bottom -> viel Leerraum ober/unter
   dem Breadcrumb. Auf der Produktseite eng ziehen. */
.single-product .ct-container-full { padding-top: 14px !important; }
.single-product .hero-section { margin-bottom: 8px !important; }

/* Mobil: Breadcrumb klein, Bild schnell sichtbar; sehr hohe Bilder bändigen */
@media (max-width: 767px) {
  .single-product .ct-container-full { padding-top: 10px !important; }
  .single-product .hero-section { margin-bottom: 6px !important; }
  .single-product .hero-section > .entry-header { padding-block: 4px !important; min-height: 0 !important; }
  .single-product .ct-breadcrumbs { font-size: 0.74rem; gap: 3px; }
  .single-product .woocommerce-product-gallery { margin-top: var(--hb-space-3); }
  .single-product .flexy-pills li .ct-media-container,
  .single-product .flexy-pills li img { width: 46px; height: 46px; }
}

/* ==========================================================================
   FOOTER-VERTRAUEN (2026-07-22) — SSL-Hinweis + Zahlungslogos (wie üblich TR)
   ========================================================================== */
.hb-footer-bottom { align-items: center; }
.hb-footer-legal { display: flex; flex-direction: column; gap: 4px; }
.hb-footer-ssl {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--hb-bag-cream); opacity: .9; font-size: 0.8rem;
}
.hb-footer-ssl .hb-icon { color: #6FCF97; flex: 0 0 auto; } /* grünes Schloss = "sicher" */
.hb-footer-ssl strong { color: #fff; }

.hb-footer-pay { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hb-pay-chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 26px; min-width: 42px; padding: 0 9px;
  background: #fff; border-radius: 5px;
  font-family: var(--hb-font-body); font-weight: 800; font-size: 0.72rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.hb-pay-visa   { color: #1A1F71; font-style: italic; letter-spacing: .5px; }
.hb-pay-troy   { color: #00aec7; text-transform: lowercase; font-weight: 700; }
.hb-pay-iyzico { color: #1e64ff; }
/* Mastercard: zwei überlappende Kreise */
.hb-pay-mc { gap: 0; position: relative; }
.hb-pay-mc .mc-a, .hb-pay-mc .mc-b { width: 15px; height: 15px; border-radius: 50%; display: inline-block; }
.hb-pay-mc .mc-a { background: #EB001B; }
.hb-pay-mc .mc-b { background: #F79E1B; margin-left: -6px; mix-blend-mode: multiply; }

@media (max-width: 767px) {
  .hb-footer-bottom { flex-direction: column; align-items: flex-start; gap: var(--hb-space-3); }
  .hb-footer-ssl { font-size: 0.75rem; }
}

/* --- hb-dropdown-fix: Alt menu (dropdown) okunabilirlik: acik zemin + koyu yazi --- */
.ct-header .sub-menu{ background:#F4ECDE !important; border:1px solid #E6D9C3 !important; border-radius:12px !important; box-shadow:0 12px 30px rgba(60,40,20,.16) !important; padding:6px 0 !important; min-width:210px; }
.ct-header .sub-menu li{ margin:0 !important; }
.ct-header .sub-menu a.ct-menu-link{ color:#33261B !important; font-family:var(--hb-font-display, Georgia, serif) !important; font-weight:600 !important; padding:10px 20px !important; display:block !important; background:transparent !important; }
.ct-header .sub-menu a.ct-menu-link:hover{ color:#BE5B3A !important; background:rgba(190,91,58,.10) !important; }