/* MOCATEHNO custom daisyUI theme + mk-* component skins.
   Colors taken verbatim from brand_brief.json. */

[data-theme="mocatehno"] {
  --p: 27 100% 50%;          /* #FF7700 */
  --pc: 0 0% 100%;
  --s: 0 0% 0%;              /* #000000 */
  --sc: 0 0% 100%;
  --a: 26 100% 49%;          /* #FB6F00 */
  --ac: 0 0% 100%;
  --n: 20 18% 18%;           /* #342924 footer */
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;           /* #FFFFFF */
  --b2: 0 0% 98%;            /* #F9F9F9 */
  --b3: 0 0% 92%;            /* #EAEAEA */
  --bc: 0 0% 13%;            /* #222222 */
  --su: 122 39% 49%;         /* #4CAF50 */
  --suc: 0 0% 100%;
  --in: 27 100% 50%;
  --wa: 38 92% 50%;
  --er: 0 72% 51%;
  --rounded-box: 4px;
  --rounded-btn: 4px;
  --rounded-badge: 4px;
  --animation-btn: .2s;
  --btn-text-case: none;
  --border-btn: 1px;
  --tab-radius: 4px;
  /* daisyUI conmuta a esquema oscuro con prefers-color-scheme: dark y los
     controles nativos (radio/checkbox) se pintan en gris oscuro. La tienda
     es siempre clara. */
  color-scheme: light;
}

:root {
  --nb-orange: #FF7700;
  --nb-accent: #FB6F00;
  --nb-ink: #222222;
  --nb-muted: #777777;
  --nb-line: #EAEAEA;
  --nb-surface: #F9F9F9;
  --nb-footer: #342924;
  --nb-radius: 4px;
  --nb-container: 1410px;
}

.mk-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--nb-ink);
  background: var(--nb-surface);
}

.mk-container {
  width: 100%;
  max-width: var(--nb-container);
  margin-inline: auto;
  padding-inline: 16px;
}

main { background: #fff; }

/* Kern-Hinweisbehaelter: ohne Bootstrap-CSS bleibt "position-fixed" wirkungslos
   und das leere <div id="alert" class="p-3"> erzeugt einen weissen Streifen
   ueber dem Kopf. Deshalb hier selbst fixieren. */
#alert {
  position: fixed; top: 16px; right: 16px; z-index: 95;
  padding: 0; margin: 0; pointer-events: none;
}
#alert > * { pointer-events: auto; }

/* ------------------------------------------------------------- topbar --- */
.mk-topbar { background: #000; color: #fff; font-size: 12px; }
.mk-topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 32px; }
.mk-topbar-link { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.mk-topbar-link:hover { color: var(--nb-orange); }

/* ------------------------------------------------------------- header --- */
.mk-header { background: #000; }
.mk-header-bar { min-height: 0; height: 110px; gap: 16px; flex-wrap: nowrap; }
.mk-header-start { gap: 4px; flex: 0 0 auto; width: auto; }
.mk-header-center { flex: 1 1 auto; justify-content: center; width: auto; }
.mk-header-end { gap: 18px; flex: 0 0 auto; width: auto; }
.mk-logo img { height: 56px; width: auto; display: block; }
.mk-burger { color: #fff; font-size: 24px; min-height: 40px; height: 40px; width: 40px; }

.mk-search { display: flex; width: 100%; max-width: 620px; background: #fff; border-radius: 999px; overflow: hidden; }
.mk-search-input { border: 0; border-radius: 0; height: 44px; flex: 1 1 auto; background: #fff; color: var(--nb-ink); }
.mk-search-input:focus { outline: none; box-shadow: none; }
.mk-search-btn { background: var(--nb-orange); border: 0; color: #fff; border-radius: 0; height: 44px; min-height: 44px; width: 60px; font-size: 18px; }
.mk-search-btn:hover { background: var(--nb-accent); }
/* Suchknopf: DaisyUI-Klickanimation (button-pop) skaliert den Knopf und laesst den
   weissen Feldhintergrund durchblitzen. Groesse festnageln, Klick nur als Farbimpuls. */
.mk-search-btn,
.mk-search-btn:hover,
.mk-search-btn:focus,
.mk-search-btn:focus-visible,
.mk-search-btn:active,
.mk-search-btn:active:hover,
.mk-search-btn:active:focus {
  transform: none !important;
  scale: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.mk-search-btn {
  flex: 0 0 60px;
  animation: none !important;
  transition: background-color .15s ease;
}
.mk-search-btn:active,
.mk-search-btn:active:hover,
.mk-search-btn:active:focus {
  background: var(--nb-accent);
  animation: mk-search-press .22s ease-out !important;
}
@keyframes mk-search-press {
  0%   { filter: brightness(.82); }
  55%  { filter: brightness(1.14); }
  100% { filter: brightness(1); }
}
.mk-search-page { max-width: 520px; margin: 12px 0 8px; border: 1px solid var(--nb-line); }

.mk-icon-link { color: #fff; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.mk-icon-link i { font-size: 22px; }
.mk-icon-link:hover { color: var(--nb-orange); }
.mk-cart-badge { background: var(--nb-orange); border: 0; color: #fff; }

/* ------------------------------------------------------------- subnav --- */
.mk-subnav { background: #fff; border-bottom: 1px solid var(--nb-line); }
.mk-subnav-inner { display: flex; align-items: center; gap: 10px; height: 52px; }
.mk-more-cats {
  background: #000; color: #fff; border: 0; min-height: 36px; height: 36px;
  font-size: 12px; font-weight: 700; letter-spacing: .02em; border-radius: var(--nb-radius);
}
.mk-more-cats:hover { background: #222; color: #fff; }
.mk-nav { padding: 0; gap: 2px; flex-wrap: nowrap; }
.mk-nav-link { font-size: 13px; font-weight: 700; color: var(--nb-ink); border-radius: var(--nb-radius); }
.mk-nav-link:hover { color: var(--nb-orange); background: var(--nb-surface); }
.mk-nav-promo { color: var(--nb-orange); }
.mk-cta-pill {
  margin-left: auto; background: var(--nb-orange); color: #fff; border: 0;
  min-height: 36px; height: 36px; font-size: 12px; font-weight: 700; border-radius: var(--nb-radius);
}
.mk-cta-pill:hover { background: var(--nb-accent); color: #fff; }
@media (max-width: 1023px) { .mk-subnav { display: none; } .mk-header-center { order: 3; flex-basis: 100%; } .mk-header-bar { flex-wrap: wrap; height: auto; padding-block: 10px; } .mk-header-end { margin-left: auto; } }
/* Mobil: Kopfzeile in einer Reihe - Symbole ohne Text rechts neben dem Logo */
@media (max-width: 767px) {
  .mk-header-bar { gap: 8px; }
  .mk-header-start { flex: 0 1 auto; min-width: 0; }
  .mk-logo img { height: 40px; }
  .mk-header-end { gap: 14px; flex: 0 0 auto; }
  .mk-icon-link { gap: 0; }
  .mk-icon-label { display: none; }
  .mk-headwrap.mk-stuck .mk-logo img { height: 40px; }
  /* Warenkorb-Knopf auf der Karte: nur Symbol, Groesse bleibt gleich */
  .mk-card-actions .mk-add { gap: 0; }
  .mk-card-actions .mk-add span { display: none; }
  /* Preise: auch bei vierstelligen Betraegen eine Zeile, gleiche Kartenhoehe */
  .mk-price-row { gap: 5px; min-height: 24px; }
  .mk-card-body .mk-price { font-size: 16px; }
  .mk-card-body .mk-price-old { font-size: 11px; }
}
@media (max-width: 359px) {
  .mk-card-body .mk-price { font-size: 14px; }
  .mk-card-body .mk-price-old { font-size: 10px; }
}

/* --------------------------------------------------------------- hero --- */
.mk-hero { background: #fff; }
.mk-hero-frame { position: relative; max-width: var(--nb-container); margin-inline: auto; overflow: hidden; }
.mk-hero-img { width: 100%; height: auto; display: block; }
.mk-hero-overlay { position: absolute; inset: 0; pointer-events: none; padding: 14px; display: flex; justify-content: flex-end; align-items: flex-start; }
.mk-hero-badge { background: #000; color: #fff; border: 0; font-weight: 700; letter-spacing: .06em; }

/* Schieber: eine Spur, die Folien nebeneinander traegt. */
.mk-hero-track { display: flex; width: 100%; transition: transform .45s ease; will-change: transform; }
.mk-hero-slide { flex: 0 0 100%; width: 100%; display: block; position: relative; }
.mk-hero-slide img { width: 100%; height: auto; display: block; }

/* Ersatzfolien im Hausstil (Bild nur fuer "Back to School" vorhanden). */
.mk-hero-card {
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  aspect-ratio: 1410 / 218; min-height: 150px; padding: 20px clamp(20px, 6vw, 90px);
  color: #fff; text-decoration: none;
}
.mk-hero-card-orange { background: linear-gradient(100deg, #FF7700 0%, #FB6F00 55%, #E05F00 100%); }
.mk-hero-card-dark   { background: linear-gradient(100deg, #1b1b1b 0%, #2c2c2c 60%, #3a2a1c 100%); }
.mk-hero-kicker { font-size: 12px; font-weight: 700; letter-spacing: .18em; opacity: .9; }
.mk-hero-title  { font-size: clamp(22px, 3.4vw, 40px); font-weight: 800; line-height: 1.05; letter-spacing: -.01em; }
.mk-hero-text   { font-size: 14px; opacity: .92; }
.mk-hero-cta {
  align-self: flex-start; margin-top: 6px; background: #fff; color: #111;
  border-radius: 999px; padding: 8px 22px; font-size: 13px; font-weight: 800; letter-spacing: .04em;
}
.mk-hero-card-orange .mk-hero-cta:hover { color: var(--nb-orange); }
.mk-hero-card-dark .mk-hero-cta { background: var(--nb-orange); color: #fff; }

/* Pfeile: runde, mittig sitzende Schaltflaechen mit zentriertem Zeichen. */
.mk-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; min-height: 44px; padding: 0;
  border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.92); color: #111;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
  transition: background .15s ease, color .15s ease;
}
.mk-hero-arrow i { font-size: 20px; line-height: 1; display: block; }
.mk-hero-arrow:hover { background: #fff; color: var(--nb-orange); }
.mk-hero-arrow:focus-visible { outline: 2px solid var(--nb-orange); outline-offset: 2px; }
.mk-hero-prev { left: 14px; } .mk-hero-next { right: 14px; }
@media (max-width: 640px) { .mk-hero-arrow { width: 34px; height: 34px; min-height: 34px; } .mk-hero-arrow i { font-size: 15px; } .mk-hero-prev { left: 6px; } .mk-hero-next { right: 6px; } }

.mk-hero-dots { display: flex; justify-content: center; gap: 8px; padding-block: 10px; }
.mk-dot { width: 9px; height: 9px; border-radius: 999px; background: #d9d9d9; border: 0; padding: 0; cursor: pointer; }
.mk-dot:hover { background: #bdbdbd; }
.mk-dot-on, .mk-dot-on:hover { background: var(--nb-orange); }

/* ------------------------------------------------------------ section --- */
.mk-section { padding-block: 28px; background: #fff; }
.mk-section-tight { padding-block: 14px; }
.mk-h1 { font-size: 26px; font-weight: 800; letter-spacing: -.01em; }
.mk-h2 {
  font-size: 20px; font-weight: 800; color: var(--nb-orange); letter-spacing: .01em;
  padding-bottom: 8px; margin-bottom: 18px; border-bottom: 2px solid var(--nb-line); position: relative;
}
.mk-h2::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 90px; height: 2px; background: var(--nb-orange); }
.mk-h3 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.mk-muted { color: var(--nb-muted); font-size: 14px; }

/* ---------------------------------------------------------- promo row --- */
.mk-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mk-tier {
  display: block; border-radius: var(--nb-radius); overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease;
}
.mk-tier img { width: 100%; height: auto; display: block; }
.mk-tier:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
@media (max-width: 767px) { .mk-tier-grid { grid-template-columns: 1fr; } }

/* CSS promo banners (reference banner slots without downloadable artwork) */
.mk-promo {
  display: flex; flex-direction: column; gap: 6px; padding: 26px 28px;
  border-radius: var(--nb-radius); min-height: 180px; justify-content: center;
  transition: transform .15s ease, box-shadow .15s ease;
}
.mk-promo:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.mk-promo-dark { background: linear-gradient(120deg, #000 0%, #241d19 100%); color: #fff; border-left: 4px solid var(--nb-orange); }
.mk-promo-orange { background: linear-gradient(120deg, var(--nb-orange) 0%, var(--nb-accent) 100%); color: #fff; }
.mk-promo-kicker { font-size: 11px; letter-spacing: .14em; font-weight: 800; color: var(--nb-orange); }
.mk-promo-orange .mk-promo-kicker { color: #000; }
.mk-promo-title { font-size: 28px; font-weight: 800; line-height: 1.15; }
.mk-promo-text { font-size: 14px; opacity: .85; max-width: 46ch; }
.mk-promo-cta { align-self: flex-start; margin-top: 10px; }
.mk-promo-wide { min-height: 150px; }
.mk-btn-dark { background: #000; color: #fff; border: 0; border-radius: var(--nb-radius); font-weight: 700; }
.mk-btn-dark:hover { background: #222; color: #fff; }

/* PC MOCA tiles row */
.mk-moca-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 767px) { .mk-moca-grid { grid-template-columns: repeat(2, 1fr); } }
/* Kachel: gerahmtes Bild oben, Modellname und Kategoriename darunter */
.mk-moca-tile {
  display: flex; flex-direction: column; text-align: center; overflow: hidden;
  background: #fff; border: 1px solid var(--nb-line); border-radius: var(--nb-radius);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.mk-moca-tile:hover { transform: translateY(-4px); border-color: var(--nb-orange); box-shadow: 0 12px 26px rgba(0,0,0,.14); }
.mk-moca-media {
  position: relative; display: block; overflow: hidden;
  background: linear-gradient(160deg, #f7f7f8 0%, #e9e9ec 100%);
}
.mk-moca-media img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform .35s ease; }
.mk-moca-tile:hover .mk-moca-media img { transform: scale(1.06); }
/* weicher Verlauf am unteren Bildrand, damit Bild und Beschriftung zusammengehoeren */
.mk-moca-media::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
}
.mk-moca-badge {
  position: absolute; top: 10px; left: 10px; z-index: 1;
  padding: 4px 9px; border-radius: 999px;
  font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; background: var(--nb-orange); box-shadow: 0 4px 10px rgba(255,119,0,.35);
}
.mk-moca-body {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 14px 10px 16px; border-top: 2px solid var(--nb-orange);
}
.mk-moca-label {
  display: block; font-size: 13px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: var(--nb-ink); line-height: 1.25;
}
.mk-moca-label::after {
  content: ''; display: block; width: 24px; height: 3px; margin: 7px auto 0;
  border-radius: 2px; background: var(--nb-orange); transition: width .2s ease;
}
.mk-moca-tile:hover .mk-moca-label::after { width: 52px; }
.mk-moca-cat {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--nb-muted);
}
.mk-moca-cat i { color: var(--nb-orange); font-size: 11px; }
.mk-moca-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 2px;
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--nb-orange);
}
.mk-moca-more i { transition: transform .18s ease; }
.mk-moca-tile:hover .mk-moca-more i { transform: translateX(3px); }

/* ------------------------------------------------------- product grid --- */
.mk-prod-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 1279px) { .mk-prod-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px)  { .mk-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* "Últimas Ofertas": dark heading panel on the left + 4 product cards on the right */
.mk-ofertas { display: grid; grid-template-columns: 280px 1fr; gap: 12px; align-items: stretch; }
.mk-ofertas-head {
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  padding: 24px 22px; border-radius: var(--nb-radius);
  background: var(--nb-ink); color: #fff;
}
.mk-ofertas-head .mk-h2 { margin: 0; }
.mk-h2-on-dark { color: #fff; }
.mk-ofertas-text { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.82); }
.mk-ofertas-cta { align-self: flex-start; }
.mk-prod-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1279px) { .mk-prod-grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1023px) {
  .mk-ofertas { grid-template-columns: 1fr; }
  .mk-ofertas-head { padding: 18px; }
  .mk-ofertas-cta { align-self: stretch; text-align: center; }
}
@media (max-width: 767px)  { .mk-prod-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.mk-card {
  background: #fff; border: 1px solid var(--nb-line); border-radius: var(--nb-radius);
  box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: box-shadow .15s ease, border-color .15s ease;
  display: flex; flex-direction: column; height: 100%;
}
.mk-card:hover { box-shadow: 0 10px 24px rgba(0,0,0,.10); border-color: #ddd; }
.mk-card-media { position: relative; display: block; padding: 10px; background: #fff; }
.mk-card-media img { width: 100%; height: 168px; object-fit: contain; display: block; }
.mk-disc-badge {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  background: var(--nb-orange); color: #fff; border: 0; font-weight: 700; font-size: 12px;
}
.mk-disc-inline { position: static; }
.mk-ribbon {
  position: absolute; left: 8px; bottom: 8px; z-index: 2; background: var(--nb-orange); color: #fff;
  font-size: 11px; font-weight: 800; padding: 5px 8px; border-radius: var(--nb-radius);
  display: inline-flex; align-items: center; gap: 4px;
}
.mk-card-body { padding: 10px 12px 14px; gap: 6px; text-align: center; display: flex; flex-direction: column; flex: 1 1 auto; min-width: 0; }
.mk-card-title {
  font-size: 13px; line-height: 1.35; color: var(--nb-ink); min-height: 36px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.mk-card-title:hover { color: var(--nb-orange); }
.mk-stars { color: #cfcfcf; font-size: 12px; display: flex; justify-content: center; gap: 2px; }
.mk-stars-on { color: var(--nb-orange); }
.mk-stars .bi-star-fill { color: #f5a623; }
/* Preiszeile: immer eine Zeile, Waehrungszeichen darf nie umbrechen */
.mk-price-row {
  display: flex; align-items: baseline; justify-content: center; gap: 8px;
  flex-wrap: nowrap; min-width: 0; min-height: 26px;
}
.mk-price-row-lg { justify-content: flex-start; margin-block: 10px; min-height: 0; }
.mk-price { color: var(--nb-orange); font-weight: 800; font-size: 19px; white-space: nowrap; }
.mk-price-row-lg .mk-price { font-size: 30px; }
.mk-price-old { color: var(--nb-muted); text-decoration: line-through; font-size: 12px; white-space: nowrap; }
.mk-add { width: 100%; }
/* Kartenaktionen: Warenkorb-Knopf mit Symbol + Merkzettel in einer Reihe */
.mk-card-actions { display: flex; align-items: stretch; gap: 8px; margin-top: auto; padding-top: 4px; }
.mk-card-actions .mk-add {
  flex: 1 1 auto; width: auto; min-width: 0;
  height: 38px; min-height: 38px; max-height: 38px; padding: 0 6px;
  display: inline-flex; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 5px;
  border-radius: var(--nb-radius); font-size: 12px; line-height: 1; white-space: nowrap;
}
.mk-card-actions .mk-add i { font-size: 14px; line-height: 1; flex: 0 0 auto; }
.mk-card-actions .mk-wish {
  position: static; flex: 0 0 38px; width: 38px; height: 38px; border-radius: var(--nb-radius);
}
.mk-add-lg { width: auto; min-width: 220px; }
.mk-busy { opacity: .6; pointer-events: none; }

/* --------------------------------------------- Merkzettel-Herz der Karte --- */
.mk-card-media-wrap { position: relative; }
.mk-wish {
  position: absolute; top: 8px; left: 8px; z-index: 3;
  width: 32px; height: 32px; padding: 0; border: 1px solid var(--nb-line); border-radius: 50%;
  background: #fff; color: var(--nb-muted); cursor: pointer; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: color .15s ease, border-color .15s ease, transform .15s ease;
}
.mk-wish i { font-size: 15px; }
.mk-wish:hover { color: #e0243b; border-color: #e0243b; }
.mk-wish-on { color: #e0243b; border-color: #e0243b; }
.mk-wish-on:hover { color: #b81e30; }
.mk-wish:active { transform: scale(.9); }

/* ------------------------------------------------ Abzeichen im Kopfteil --- */
.mk-badge-empty { display: none; }
.mk-badge-pop { animation: mk-badge-pop .35s ease; }
@keyframes mk-badge-pop {
  0% { transform: scale(1); }
  45% { transform: scale(1.45); }
  100% { transform: scale(1); }
}

/* ------------------------------------------------------------- Hinweise --- */
.mk-toasts {
  position: fixed; z-index: 90; right: 16px; bottom: 16px; top: auto;
  display: flex; flex-direction: column; gap: 8px; pointer-events: none;
}
.mk-toast {
  display: flex; align-items: center; gap: 8px; max-width: 340px;
  background: var(--nb-ink); color: #fff; border-left: 4px solid var(--nb-orange);
  border-radius: var(--nb-radius); padding: 10px 14px; font-size: 13px; line-height: 1.35;
  box-shadow: 0 10px 24px rgba(0,0,0,.18); animation: mk-toast-in .2s ease;
}
.mk-toast i { color: var(--nb-orange); font-size: 16px; }
.mk-toast-error { border-left-color: #e0243b; }
.mk-toast-error i { color: #e0243b; }
.mk-toast-out { opacity: 0; transform: translateX(12px); transition: opacity .4s ease, transform .4s ease; }
@keyframes mk-toast-in { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
@media (max-width: 560px) { .mk-toasts { left: 12px; right: 12px; bottom: 12px; } .mk-toast { max-width: none; } }

.mk-btn-orange {
  background: var(--nb-orange); border: 0; color: #fff; border-radius: var(--nb-radius); font-weight: 700;
}
.mk-btn-orange:hover { background: var(--nb-accent); color: #fff; }
.mk-btn-ghost { background: #fff; border: 1px solid var(--nb-line); color: var(--nb-ink); border-radius: var(--nb-radius); }
.mk-btn-ghost:hover { border-color: var(--nb-orange); color: var(--nb-orange); background: #fff; }
.mk-btn-block { width: 100%; }

/* ------------------------------------------------------------ banners --- */
.mk-banner-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 767px) { .mk-banner-duo { grid-template-columns: 1fr; } }
.mk-banner { display: block; border-radius: var(--nb-radius); overflow: hidden; }
.mk-banner img { width: 100%; height: auto; display: block; }
.mk-banner-wide { display: block; }

/* --------------------------------------------------------- categories --- */
.mk-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 767px) { .mk-cat-grid { grid-template-columns: repeat(3, 1fr); } }
.mk-cat-tile { display: block; text-align: center; }
.mk-cat-media {
  display: block; position: relative; background: #fff; border: 1px solid var(--nb-line);
  border-radius: var(--nb-radius); padding: 10px; transition: border-color .15s ease, box-shadow .15s ease;
}
.mk-cat-media::before, .mk-cat-media::after {
  content: ""; position: absolute; width: 16px; height: 16px; border: 2px solid var(--nb-orange);
}
.mk-cat-media::before { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.mk-cat-media::after { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }
.mk-cat-tile:hover .mk-cat-media { border-color: var(--nb-orange); box-shadow: 0 8px 18px rgba(0,0,0,.10); }
.mk-cat-media img { width: 100%; height: 140px; object-fit: contain; display: block; }
.mk-cat-label { display: block; margin-top: 8px; color: var(--nb-orange); font-weight: 700; font-size: 14px; }

/* ------------------------------------------------------------------ faq --- */
.mk-faq-list { display: grid; gap: 8px; }
.mk-faq-item { background: #fff; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-faq-item[open] { border-color: var(--nb-orange); }
.mk-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 15px; color: var(--nb-ink);
}
.mk-faq-q::-webkit-details-marker { display: none; }
.mk-faq-q:hover { color: var(--nb-orange); }
.mk-faq-ico { flex: 0 0 auto; color: var(--nb-orange); font-size: 14px; transition: transform .2s ease; }
.mk-faq-item[open] .mk-faq-ico { transform: rotate(180deg); }
.mk-faq-a { padding: 0 16px 14px; }
.mk-faq-a p { color: #444; line-height: 1.7; font-size: 14px; margin: 0; }

/* ------------------------------------------------------- seo / reviews --- */
.mk-seo { background: var(--nb-surface); }
.mk-seo p { color: #444; line-height: 1.7; margin-bottom: 12px; max-width: 95ch; }
.mk-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 767px) { .mk-rev-grid { grid-template-columns: 1fr; } }
.mk-rev { background: #fff; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-rev p { font-size: 14px; color: #444; line-height: 1.6; }
.mk-rev-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.mk-rev-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0,0,0,.06); color: var(--nb-ink); font-size: 17px;
}
.mk-rev-meta { font-size: 13px; font-weight: 700; color: var(--nb-ink); }

/* --------------------------------------------------------------- trust -- */
.mk-trust { background: var(--nb-surface); border-top: 1px solid var(--nb-line); padding-block: 22px 14px; }
.mk-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 767px) { .mk-trust-grid { grid-template-columns: repeat(2, 1fr); } }
.mk-trust-item { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; }
.mk-trust-item i { font-size: 24px; color: var(--nb-orange); }
.mk-pay-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.mk-pay {
  border: 1px solid var(--nb-line); background: #fff; color: var(--nb-muted);
  font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: var(--nb-radius);
}

/* -------------------------------------------------------------- footer -- */
.mk-footer { background: var(--nb-footer); color: #e8e2de; }
.mk-foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr 1.2fr; gap: 24px; padding-block: 36px; }
@media (max-width: 1023px) { .mk-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .mk-foot-grid { grid-template-columns: 1fr; } }
.mk-foot-title { color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; }
.mk-foot-title-2 { margin-top: 22px; }
.mk-foot-list li, .mk-foot-contact li { font-size: 13px; line-height: 1.9; color: #d5cdc8; }
.mk-foot-list a:hover { color: var(--nb-orange); }
.mk-foot-contact li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 6px; line-height: 1.5; }
.mk-foot-contact i { color: var(--nb-orange); margin-top: 2px; }
.mk-foot-contact a:hover { color: var(--nb-orange); }
.mk-social { display: flex; flex-wrap: wrap; gap: 8px; }
.mk-social a {
  width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--nb-radius); background: rgba(255,255,255,.08); color: #fff; font-size: 16px;
}
.mk-social a:hover { background: var(--nb-orange); }
.mk-newsletter { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.mk-news-note { font-size: 12px; line-height: 1.5; color: #bcb2ac; margin: 0; }
.mk-news-row { display: flex; flex-wrap: nowrap; gap: 0; align-items: stretch; }
.mk-news-input {
  flex: 1 1 auto; min-width: 0; height: 42px; padding: 0 12px; box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.14); border-right: 0;
  border-radius: var(--nb-radius) 0 0 var(--nb-radius);
  background: #fff; color: var(--nb-ink); font-size: 13px; line-height: 42px; outline: none;
  position: relative; z-index: 1;
}
.mk-news-input::placeholder { color: #9b9490; }
.mk-news-input:focus { border-color: var(--nb-orange); box-shadow: none; }
.mk-news-input-err, .mk-news-input-err:focus { border-color: #e05a3c; box-shadow: none; }
.mk-news-btn {
  flex: 0 0 auto; height: 42px; min-height: 42px; padding: 0 18px; white-space: nowrap;
  border-radius: 0 var(--nb-radius) var(--nb-radius) 0;
}
.mk-news-msg { font-size: 12px; line-height: 1.5; margin: 0; }
.mk-news-msg-ok { color: #7fd18f; }
.mk-news-msg-err { color: #ffa892; }
.mk-foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 14px; font-size: 12px; color: #bcb2ac; }

/* -------------------------------------------------------------- drawer -- */
.mk-drawer-panel { width: 300px; max-width: 84vw; min-height: 100%; background: #fff; }
.mk-drawer-head { display: flex; align-items: center; justify-content: space-between; background: #000; padding: 10px 12px; }
.mk-drawer-head img { height: 38px; width: auto; }
.mk-drawer-head .btn { color: #fff; }
.mk-drawer-menu { padding: 6px 8px; }
.mk-drawer-menu li > a { font-size: 14px; font-weight: 600; border-radius: var(--nb-radius); }
.mk-drawer-menu li > a:hover { background: var(--nb-surface); color: var(--nb-orange); }
.mk-drawer-menu-sec { border-top: 1px solid var(--nb-line); }
.mk-drawer-menu-sec li > a { font-weight: 400; color: var(--nb-muted); }

/* ------------------------------------------------------- inner layouts -- */
.mk-crumb { padding-block: 10px; background: #fff; }
/* Brotkrumen: auf allen Seiten gleiche Hoehe, gleicher Abstand, Haus zuerst. */
.mk-crumb-nav { padding: 0; min-height: 24px; }
.mk-crumb-nav > ul { display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; gap: 0; list-style: none; }
.mk-crumb-nav > ul > li { display: flex; align-items: center; font-size: 13px; line-height: 24px; color: var(--nb-muted); }
.mk-crumb-nav > ul > li + li::before { content: "/"; margin: 0 8px; color: var(--nb-line); transform: none; border: 0; width: auto; height: auto; opacity: 1; }
.mk-crumb-nav > ul > li > a { color: var(--nb-muted); text-decoration: none; }
.mk-crumb-nav > ul > li > a:hover { color: var(--nb-orange); }
.mk-crumb-nav > ul > li:last-child { color: var(--nb-ink); font-weight: 600; }
.mk-crumb-home { display: inline-flex; align-items: center; color: var(--nb-muted); }
.mk-crumb-home i { font-size: 15px; line-height: 1; }
.mk-listing { display: grid; grid-template-columns: 250px 1fr; gap: 22px; align-items: start; }
@media (max-width: 1023px) { .mk-listing { grid-template-columns: 1fr; } }
.mk-filters { background: var(--nb-surface); border: 1px solid var(--nb-line); border-radius: var(--nb-radius); padding: 16px; }
.mk-filter-group { margin-bottom: 18px; }
.mk-filter-group h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--nb-muted); margin-bottom: 6px; }
.mk-filter-list { padding: 0; }
.mk-filter-list .label { justify-content: flex-start; gap: 8px; padding: 4px 0; font-size: 14px; }
.mk-filter-note { font-size: 12px; color: var(--nb-muted); margin-top: 6px; }
.mk-range { --range-shdw: var(--nb-orange); }
.mk-listing-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.mk-select { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); height: 40px; min-height: 40px; font-size: 14px; }
.mk-pagination { margin-top: 22px; display: flex; justify-content: center; }

.mk-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 1023px) { .mk-pdp { grid-template-columns: 1fr; } }
.mk-pdp-main { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); padding: 24px; background: #fff; }
.mk-pdp-main img { width: 100%; height: 380px; object-fit: contain; }
.mk-pdp-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.mk-pdp-thumbs img { width: 80px; height: 80px; object-fit: contain; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); padding: 4px; cursor: pointer; }
.mk-pdp-thumbs img:hover { border-color: var(--nb-orange); }
.mk-pdp-title { margin-bottom: 8px; }
.mk-stock { color: #4CAF50; font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.mk-qty { display: flex; align-items: flex-end; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.mk-qty label { font-size: 13px; font-weight: 700; align-self: center; }
.mk-qty-input { width: 84px; height: 42px; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-pdp-usp { border-top: 1px solid var(--nb-line); padding-top: 14px; }
.mk-pdp-usp li { display: flex; gap: 10px; align-items: center; font-size: 14px; padding-block: 6px; }
.mk-pdp-usp i { color: var(--nb-orange); font-size: 18px; }
.mk-prose p { line-height: 1.7; color: #444; margin-bottom: 12px; max-width: 90ch; }
.mk-prose a { color: var(--nb-orange); text-decoration: none; font-weight: 600; }
/* PDP-Block "Formas de pago y entrega": saubere Umbrueche, keine Unterstreichung. */
.mk-ship-note p { max-width: 72ch; margin-bottom: 0; text-wrap: pretty; hyphens: none; }
.mk-ship-note a { font-weight: 600; white-space: nowrap; }
@media (max-width: 340px) {
  .mk-ship-note a { white-space: normal; }
}
.mk-table { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-table th { background: var(--nb-surface); font-size: 13px; width: 240px; }
.mk-legal-table { margin-top: 18px; max-width: 720px; }
.mk-faq { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); margin-bottom: 8px; background: #fff; }
.mk-faq .collapse-title { font-weight: 700; font-size: 15px; }

.mk-cart { display: grid; grid-template-columns: 1fr 340px; gap: 22px; align-items: start; }
@media (max-width: 1023px) { .mk-cart { grid-template-columns: 1fr; } }
.mk-cart-table { background: #fff; }
.mk-cart-prod { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.mk-cart-prod img { width: 70px; height: 70px; object-fit: contain; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-cart-sum { font-weight: 800; color: var(--nb-orange); }
.mk-summary { background: var(--nb-surface); border: 1px solid var(--nb-line); border-radius: var(--nb-radius); padding: 18px; position: sticky; top: 12px; }
.mk-sum-row { display: flex; justify-content: space-between; font-size: 14px; padding-block: 7px; border-bottom: 1px dashed var(--nb-line); }
.mk-sum-total { font-size: 18px; font-weight: 800; color: var(--nb-orange); border-bottom: 0; margin-bottom: 12px; }

.mk-form { display: flex; flex-direction: column; gap: 12px; }
.mk-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px) { .mk-form-grid { grid-template-columns: 1fr; } }
.mk-col-2 { grid-column: 1 / -1; }
.mk-input { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); background: #fff; height: 42px; font-size: 14px; }
textarea.mk-input { height: auto; }
.mk-input:focus { outline: none; border-color: var(--nb-line); }
.mk-pay-choice { display: grid; gap: 4px; }
.mk-pay-choice .label { justify-content: flex-start; gap: 10px; font-size: 14px; }
.mk-terms { justify-content: flex-start; gap: 10px; font-size: 13px; align-items: flex-start; }
.mk-terms a { color: var(--nb-orange); text-decoration: none; }
.mk-link-sm { font-size: 13px; color: var(--nb-orange); }

.mk-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.mk-auth-single { grid-template-columns: minmax(0, 720px); justify-content: center; }
@media (max-width: 767px) { .mk-auth { grid-template-columns: 1fr; } }
.mk-auth-card { background: #fff; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
.mk-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
@media (max-width: 767px) { .mk-contact { grid-template-columns: 1fr; } }
.mk-contact-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; padding-block: 7px; border-bottom: 1px solid var(--nb-line); }
.mk-contact-list i { color: var(--nb-orange); font-size: 18px; }
.mk-contact-list a:hover { color: var(--nb-orange); }

.mk-empty { text-align: center; padding-block: 34px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.mk-empty > i { font-size: 46px; color: var(--nb-orange); }
.mk-ok { color: #4CAF50 !important; font-size: 60px !important; }

/* ------------------------------------------------- sticky header wrap --- */
.mk-headwrap { position: sticky; top: 0; z-index: 70; }
.drawer, .drawer-content { overflow: visible; }
.mk-headwrap .mk-topbar,
.mk-headwrap .mk-header,
.mk-headwrap .mk-subnav { transition: height .2s ease, min-height .2s ease, opacity .2s ease; }
.mk-headwrap.mk-stuck { box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.mk-headwrap.mk-stuck .mk-topbar { height: 0; overflow: hidden; opacity: 0; }
.mk-headwrap.mk-stuck .mk-topbar-inner { height: 0; }
.mk-headwrap.mk-stuck .mk-header-bar { height: 76px; }
.mk-headwrap.mk-stuck .mk-logo img { height: 46px; width: auto; }
.mk-headwrap.mk-stuck .mk-subnav-inner { height: 44px; }
@media (max-width: 1023px) {
  .mk-headwrap.mk-stuck .mk-header-bar { height: auto; padding-block: 6px; }
}

/* -------------------------------------------------------- cookie bar ---- */
body.mk-cookie-open { overflow: hidden; }
.mk-cookie[hidden] { display: none; }
.mk-cookie { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 16px; }
.mk-cookie-backdrop { position: absolute; inset: 0; background: rgba(20,14,8,.62); backdrop-filter: blur(2px); }
.mk-cookie-dialog {
  position: relative; width: 100%; max-width: 1000px; max-height: 88vh; overflow-y: auto;
  background: #fff; color: var(--nb-ink); border-radius: 10px; border-top: 4px solid var(--nb-orange);
  box-shadow: 0 26px 60px rgba(0,0,0,.38); padding: 26px 28px 20px;
  animation: mk-cookie-in .22s ease-out;
}
@keyframes mk-cookie-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.mk-cookie-x {
  position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%;
  border: 0; background: transparent; color: var(--nb-muted); cursor: pointer; font-size: 14px;
}
.mk-cookie-x:hover { background: var(--nb-surface); color: var(--nb-ink); }
.mk-cookie-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.mk-cookie-badge {
  width: 46px; height: 46px; border-radius: 8px; background: #000; color: var(--nb-orange);
  display: inline-flex; align-items: center; justify-content: center; font-size: 22px; flex: 0 0 auto;
}
.mk-cookie-head h2 { font-size: 24px; font-weight: 800; margin: 0; }
.mk-cookie-body { display: grid; grid-template-columns: 1.15fr 1fr .8fr; gap: 26px; align-items: start; }
.mk-cookie-text p { font-size: 13.5px; line-height: 1.55; color: #4a4a4a; margin: 0 0 12px; }
.mk-cookie-text a { color: var(--nb-orange); font-weight: 600; }
.mk-cookie-uses h3 { font-size: 13.5px; font-weight: 700; margin: 0 0 10px; }
.mk-cookie-uses ul { list-style: none; margin: 0; padding: 0; }
.mk-cookie-uses li { position: relative; padding-left: 16px; font-size: 13.5px; line-height: 1.5; color: #4a4a4a; margin-bottom: 8px; }
.mk-cookie-uses li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--nb-orange); }
.mk-cookie-actions { display: flex; flex-direction: column; gap: 10px; }
.mk-cookie-actions .btn { height: 46px; min-height: 46px; border-radius: 999px; font-size: 14px; font-weight: 700; }
.mk-cookie-accept { background: var(--nb-orange); border-color: var(--nb-orange); color: #fff; }
.mk-cookie-accept:hover { background: var(--nb-accent); border-color: var(--nb-accent); color: #fff; }
.mk-cookie-reject { background: #fff; border: 1px solid #000; color: #000; }
.mk-cookie-reject:hover { background: #000; color: #fff; }
.mk-cookie-custom { background: none; border: 0; font-size: 14px; font-weight: 700; color: var(--nb-ink); cursor: pointer; padding: 4px; }
.mk-cookie-custom:hover { color: var(--nb-orange); }
.mk-cookie-prefs {
  margin-top: 20px; border-top: 1px solid var(--nb-line); padding-top: 16px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px;
}
.mk-cookie-prefs[hidden] { display: none; }
.mk-cookie-pref { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.mk-cookie-check { width: 20px; height: 20px; margin-top: 2px; flex: 0 0 auto; --chkbg: var(--nb-orange); }
.mk-cookie-pref strong { display: block; font-size: 13.5px; }
.mk-cookie-pref em { display: block; font-style: normal; font-size: 12.5px; color: var(--nb-muted); line-height: 1.45; }
.mk-cookie-save {
  grid-column: 1 / -1; justify-self: start; height: 42px; min-height: 42px; border-radius: 999px;
  background: #000; border-color: #000; color: #fff; font-weight: 700; padding-inline: 26px;
}
.mk-cookie-save:hover { background: var(--nb-orange); border-color: var(--nb-orange); color: #fff; }
.mk-cookie-foot { margin-top: 18px; border-top: 1px solid var(--nb-line); padding-top: 14px; display: flex; gap: 24px; flex-wrap: wrap; }
.mk-cookie-foot a { font-size: 13px; font-weight: 700; color: var(--nb-ink); }
.mk-cookie-foot a:hover { color: var(--nb-orange); }
.mk-foot-bottom a[data-nb-consent-reopen] { color: #fff; text-decoration: none; }
.mk-foot-bottom a[data-nb-consent-reopen]:hover { color: var(--nb-orange); }
@media (max-width: 1023px) {
  .mk-cookie-body { grid-template-columns: 1fr 1fr; }
  .mk-cookie-actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .mk-cookie-actions .btn { flex: 1 1 200px; }
}
@media (max-width: 640px) {
  .mk-cookie-dialog { padding: 22px 18px 16px; }
  .mk-cookie-body { grid-template-columns: 1fr; gap: 18px; }
  .mk-cookie-actions { flex-direction: column; }
  .mk-cookie-prefs { grid-template-columns: 1fr; }
  .mk-cookie-head h2 { font-size: 20px; }
}

a { text-decoration: none; }
/* Keine Unterstreichung, auch nicht beim Hover (Tailwind-Preflight/DaisyUI/UA ueberschreiben). */
a, a:link, a:visited, a:hover, a:focus, a:active,
.mk-prose a, .mk-terms a, .mk-filter-clear, .mk-foot-bottom a[data-nb-consent-reopen],
u, ins, abbr[title] { text-decoration: none !important; }
/* Keine Schraegschrift: Hervorhebungen aus den Redaktionstexten kommen als
   <em>/<i>/<cite> und wurden kursiv gesetzt. Die Betonung bleibt, die
   schraege Schrift geht. Zeichen (<i class="bi ...">) sind davon nicht betroffen. */
em, cite, dfn, var, address, i:not([class*="bi-"]) { font-style: normal; }
.mk-prose em, .mk-prose cite, .mk-prose i:not([class*="bi-"]) { font-weight: 600; }
:focus-visible { outline: 2px solid var(--nb-orange); outline-offset: 2px; }

/* --- Lane information/account --- */
.mk-alert { border-radius: var(--nb-radius); padding: 10px 12px; font-size: 14px; margin-bottom: 12px; }
.mk-alert-ok { background: #f2f9f2; border: 1px solid #cfe6cf; color: #2c6b2c; }
.mk-alert-error { background: #fdf3f3; border: 1px solid #f0cccc; color: #a02222; }
.invalid-feedback { display: none; font-size: 12px; color: #a02222; margin-top: 4px; }
.invalid-feedback.d-block, .is-invalid ~ .invalid-feedback { display: block; }
.mk-form select.mk-input { height: 44px; }
.mk-wish-actions { margin-top: 18px; }
#wishlist table { width: 100%; border-collapse: collapse; font-size: 14px; }
#wishlist table th, #wishlist table td { border-bottom: 1px solid var(--nb-line); padding: 10px; text-align: left; vertical-align: middle; }
#wishlist img { border: 1px solid var(--nb-line); border-radius: var(--nb-radius); }
/* --- lane checkout-cart: Warenkorb + Kasse --- */
.mk-cart-qty-form { display: flex; align-items: center; gap: 6px; }
.mk-cart-table td { vertical-align: middle; font-size: 13px; }
.mk-cart-table .btn-ghost { color: var(--nb-muted); }
.mk-cart-table .btn-ghost:hover { color: var(--nb-orange); background: transparent; }
.mk-cart-prod a { display: block; }
.mk-cart-prod small { display: block; color: var(--nb-muted); font-size: 11px; }
.mk-cart-empty { padding: 40px 0; }
.mk-cart-empty p { color: var(--nb-muted); font-size: 14px; margin-bottom: 18px; }
.mk-checkout-step { border-bottom: 1px solid var(--nb-line); padding-bottom: 14px; margin-bottom: 6px; }
.mk-checkout-step:last-of-type { border-bottom: 0; }
.mk-checkout-step legend, .mk-checkout-step h2, .mk-checkout-step h3 { font-size: 15px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.mk-checkout-step label { font-size: 13px; font-weight: 700; display: block; margin-bottom: 4px; }
.mk-checkout-step .form-control, .mk-checkout-step input[type=text], .mk-checkout-step input[type=email], .mk-checkout-step input[type=password], .mk-checkout-step input[type=tel], .mk-checkout-step select, .mk-checkout-step textarea {
  width: 100%; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); background: #fff; height: 42px; font-size: 14px; padding: 0 10px; margin-bottom: 10px;
}
.mk-checkout-step textarea { height: auto; padding: 8px 10px; }
/* Pfeil der Auswahlfelder klebte am rechten Rand (nativer Pfeil sitzt im
   padding-right von 10px). Eigener Chevron + Platz rechts. */
.mk-checkout-step select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  padding-right: 32px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
}
.mk-checkout-step select::-ms-expand { display: none; }
.mk-checkout-step .form-check, .mk-checkout-step .form-check-label { display: flex; align-items: center; gap: 8px; font-weight: 400; }
/* Radios/casillas claros (Crear cuenta / Comprar sin registrarse, envio, pago).
   Se dibujan a mano (appearance:none): los controles nativos salen grises/oscuros
   cuando el sistema esta en modo oscuro, aunque se fuerce color-scheme. */
.mk-checkout-step input[type=radio], .mk-checkout-step input[type=checkbox] {
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  color-scheme: light; accent-color: var(--nb-orange);
  width: 16px; height: 16px; min-height: 0; flex: 0 0 16px; margin: 0; padding: 0;
  display: inline-block; vertical-align: middle; cursor: pointer; position: relative;
  background-color: #fff !important; background-image: none; background-repeat: no-repeat;
  background-position: center; border: 1px solid #b5b5b5; box-shadow: none;
}
.mk-checkout-step input[type=radio] { border-radius: 50%; }
.mk-checkout-step input[type=checkbox] { border-radius: 3px; }
.mk-checkout-step input[type=radio]:hover, .mk-checkout-step input[type=checkbox]:hover { border-color: var(--nb-orange); }
.mk-checkout-step input[type=radio]:checked {
  border-color: var(--nb-orange);
  background-image: radial-gradient(circle at center, var(--nb-orange) 0 4px, #fff 5px);
}
.mk-checkout-step input[type=checkbox]:checked {
  border-color: var(--nb-orange); background-color: var(--nb-orange) !important; background-size: 12px 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
}
.mk-checkout-step input[type=radio]:disabled, .mk-checkout-step input[type=checkbox]:disabled { opacity: .5; cursor: default; }
.mk-checkout-step .btn, .mk-checkout-step button[type=submit] {
  background: var(--nb-orange); border: 0; color: #fff; border-radius: var(--nb-radius); height: 40px; min-height: 40px; font-weight: 800; font-size: 13px; padding: 0 18px;
}
.mk-checkout-step .btn:hover { background: var(--nb-accent); color: #fff; }
.mk-checkout-step .table { font-size: 13px; }
.mk-checkout-form { gap: 16px; }
.mk-confirm .table-responsive { display: none; }
.mk-confirm .btn, .mk-confirm button, .mk-confirm a.btn {
  display: block; width: 100%; text-align: center; background: var(--nb-orange); border: 0; color: #fff; border-radius: var(--nb-radius); height: 44px; min-height: 44px; line-height: 44px; font-weight: 800; font-size: 14px; padding: 0;
}
.mk-confirm .btn:hover { background: var(--nb-accent); color: #fff; }
/* "Confirmar pedido": DaisyUI aplica a .btn la animacion button-pop (escala) en
   cada click/focus y el boton da un salto. Aqui se anula por completo. */
.mk-confirm .btn,
.mk-confirm .btn:hover,
.mk-confirm .btn:focus,
.mk-confirm .btn:focus-visible,
.mk-confirm .btn:active,
.mk-confirm .btn:active:hover,
.mk-confirm .btn:active:focus,
.mk-confirm button,
.mk-confirm button:hover,
.mk-confirm button:focus,
.mk-confirm button:active {
  animation: none !important; transform: none !important; scale: 1 !important;
  transition: background-color .15s ease, color .15s ease;
}
.mk-confirm .text-end, .mk-confirm .row, .mk-confirm .col { margin: 0; padding: 0; }
.mk-qty-apply { display: none; }
/* Warenkorb: Mengensteller - [n] + in einer Linie. */
.mk-qty-box { display: inline-flex; align-items: center; height: 36px; border: 1px solid var(--nb-line); border-radius: var(--nb-radius); background: #fff; overflow: hidden; }
.mk-qty-box .mk-qty-step {
  width: 32px; height: 100%; border: 0; background: transparent; color: var(--nb-ink, #1a1a1a);
  font-size: 16px; font-weight: 800; line-height: 1; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center;
}
.mk-qty-box .mk-qty-step:hover:not(:disabled) { background: var(--nb-orange); color: #fff; }
.mk-qty-box .mk-qty-step:disabled { color: var(--nb-line); cursor: default; }
.mk-qty-box .mk-qty-num {
  width: 40px; height: 100%; border: 0; border-left: 1px solid var(--nb-line); border-right: 1px solid var(--nb-line);
  text-align: center; font-size: 13px; font-weight: 700; background: #fff; padding: 0; border-radius: 0; -moz-appearance: textfield;
}
.mk-qty-box .mk-qty-num:focus { outline: 0; }
.mk-qty-box .mk-qty-num::-webkit-outer-spin-button,
.mk-qty-box .mk-qty-num::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.mk-checkout-step .row-cols-md-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
@media (max-width: 640px) { .mk-checkout-step .row-cols-md-2 { grid-template-columns: 1fr; } }
.mk-checkout-step .d-none { display: none; }
.mk-checkout-step .invalid-feedback { color: #d32f2f; font-size: 12px; font-weight: 400; }
/* ------------------------------------------- Suchvorschlaege (Kopf) ----- */
.mk-search-wrap { position: relative; width: 100%; max-width: 620px; }
.mk-suggest[hidden] { display: none; }
.mk-suggest {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 120;
  background: #fff; color: var(--nb-ink); border: 1px solid var(--nb-line);
  border-radius: 6px; box-shadow: 0 10px 26px rgba(0,0,0,.18);
  max-height: calc(100vh - 150px); overflow: hidden; text-align: left;
  display: flex; flex-direction: column;
  scrollbar-width: none; -ms-overflow-style: none;
}
.mk-suggest[hidden] { display: none; }
.mk-suggest::-webkit-scrollbar { width: 0; height: 0; display: none; }
.mk-suggest-list { flex: 1 1 auto; min-height: 0; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.mk-suggest-list::-webkit-scrollbar { width: 0; height: 0; display: none; }
.mk-suggest-item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-bottom: 1px solid var(--nb-line); color: var(--nb-ink); }
.mk-suggest-list .mk-suggest-item:last-child { border-bottom: 0; }
.mk-suggest-item:hover { background: var(--nb-surface); color: var(--nb-orange); }
.mk-suggest-item img { width: 48px; height: 48px; object-fit: contain; flex: 0 0 48px; }
.mk-suggest-name { flex: 1 1 auto; min-width: 0; font-size: 13px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-suggest-price { flex: 0 0 auto; font-size: 13px; font-weight: 700; color: var(--nb-orange); white-space: nowrap; }
.mk-suggest-price s { color: var(--nb-muted); font-weight: 400; font-size: 11px; }
.mk-suggest-all { display: block; flex: 0 0 auto; text-align: center; padding: 9px 10px; font-size: 13px; font-weight: 700; background: var(--nb-surface); color: var(--nb-ink); border-top: 1px solid var(--nb-line); }
.mk-suggest-all:hover { color: var(--nb-orange); }
.mk-suggest-empty { padding: 14px 12px; font-size: 13px; color: var(--nb-muted); text-align: center; }

/* -------------------------------------- Schublade links statt rechts ---- */
.mk-drawer-left .drawer-side > .mk-drawer-panel { justify-self: start; }

/* ---- Kein Fokus-Rahmen auf Formularfeldern (global) ---- */
input,
select,
textarea,
.input,
.select,
.textarea,
.checkbox,
.radio,
.toggle,
.range,
.file-input,
[contenteditable="true"] {
  outline: none !important;
  outline-offset: 0 !important;
}
input:focus, input:focus-visible, input:focus-within,
select:focus, select:focus-visible, select:focus-within,
textarea:focus, textarea:focus-visible, textarea:focus-within,
.input:focus, .input:focus-visible, .input:focus-within,
.select:focus, .select:focus-visible, .select:focus-within,
.textarea:focus, .textarea:focus-visible, .textarea:focus-within,
.checkbox:focus, .checkbox:focus-visible,
.radio:focus, .radio:focus-visible,
.toggle:focus, .toggle:focus-visible,
.range:focus, .range:focus-visible,
.file-input:focus, .file-input:focus-within,
.join:focus-within, .label:focus-within,
[contenteditable="true"]:focus, [contenteditable="true"]:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
/* Kein Farbwechsel des Rahmens beim Fokus (daisyUI setzt sonst #777). */
input:focus, input:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible,
.input:focus, .input:focus-within,
.select:focus, .select:focus-within,
.textarea:focus, .textarea:focus-within,
.file-input:focus, .file-input:focus-within {
  border-color: var(--nb-line) !important;
}
.mk-news-input-err:focus { border-color: #e05a3c !important; }
.mk-search-input:focus { border-color: transparent !important; }
