  :root {
    --mbkwl-ink: #28231f;
    --mbkwl-muted: #746b61;
    --mbkwl-paper: #fcfbf8;
    --mbkwl-card: #fff;
    --mbkwl-line: rgba(112, 84, 56, .16);
    --mbkwl-gold: #9b784b;
    --mbkwl-gold-deep: #6f5537;
    --mbkwl-sand: #f2ece3;
    --mbkwl-sage: #e9eee8;
    --mbkwl-plum: #6f5537;
    --mbkwl-rose: #eee6da;
    --mbkwl-mint: #e9eee8;
    --mbkwl-shadow: 0 18px 46px rgba(63, 48, 33, .08);
    --mbkwl-radius: 20px;
  }

  .mbkwl-space,
  .mbkwl-quick {
    color: var(--mbkwl-ink);
    font-family: inherit;
  }

  .mbkwl-space * { box-sizing: border-box; }

  .mbkwl-space {
    margin: 0 auto;
    max-width: 1440px;
    padding: clamp(12px, 2.5vw, 36px) clamp(12px, 3vw, 48px) 36px;
  }

  .mbkwl-private-root { min-height: 0; transition: opacity .16s ease; }
  .mbkwl-space[aria-busy="true"] .mbkwl-private-root { min-height: 660px; opacity: .72; pointer-events: none; }
  .mbkwl-loading { display: grid; gap: 22px; }
  .mbkwl-loading__hero,
  .mbkwl-loading__notice,
  .mbkwl-loading__tabs,
  .mbkwl-loading__panel {
    background: linear-gradient(100deg,#f8f4ee 20%,#fff 38%,#f8f4ee 56%);
    background-size: 220% 100%;
    border: 1px solid var(--mbkwl-line);
    overflow: hidden;
    position: relative;
  }
  .mbkwl-loading__hero { border-radius: clamp(22px,3vw,34px); display: grid; gap: 14px; min-height: 240px; padding: clamp(30px,4vw,52px); }
  .mbkwl-loading__hero > span { background: rgba(155,120,75,.12); border-radius: 999px; display: block; height: 14px; max-width: 540px; }
  .mbkwl-loading__hero > span:first-child { height: 48px; max-width: 420px; }
  .mbkwl-loading__hero > span:nth-child(2) { max-width: 580px; }
  .mbkwl-loading__hero > span:nth-child(3) { max-width: 440px; }
  .mbkwl-loading__hero > div { display: flex; gap: 12px; margin-top: 8px; }
  .mbkwl-loading__hero i { background: rgba(255,255,255,.78); border: 1px solid var(--mbkwl-line); border-radius: 14px; display: block; height: 62px; width: 104px; }
  .mbkwl-loading__notice { border-radius: 20px; height: 84px; }
  .mbkwl-loading__tabs { border-radius: 20px; display: flex; gap: 5px; height: 60px; padding: 6px; }
  .mbkwl-loading__tabs i { background: rgba(155,120,75,.1); border-radius: 14px; display: block; height: 46px; width: 150px; }
  .mbkwl-loading__panel { background: #fff; border-radius: var(--mbkwl-radius); min-height: 230px; padding: 28px; }
  .mbkwl-loading__panel span { background: var(--mbkwl-sand); border-radius: 999px; display: block; height: 32px; width: min(260px,70%); }
  .mbkwl-loading__panel div { background: linear-gradient(100deg,var(--mbkwl-sand),#fff,var(--mbkwl-sand)); border-radius: 18px; height: 110px; margin-top: 24px; }
  .mbkwl-loading > * { animation: mbkwl-shimmer 1.25s linear infinite; }
  .mbkwl-notice--error { align-items: center; margin: 0; min-height: 120px; }

  body#module-marabikawishlist-space .page-header,
  body#module-marabikawishlist-index .page-header,
  body#module-marabikawishlist-dna .page-header,
  body#module-marabikawishlist-share .page-header { display: none !important; margin: 0 !important; }
  body#module-marabikawishlist-space #content > .mbkwl-space,
  body#module-marabikawishlist-index #content > .mbkwl-space,
  body#module-marabikawishlist-dna #content > .mbkwl-space,
  body#module-marabikawishlist-share #content > .mbkwl-space { margin-bottom: 0 !important; margin-top: 0 !important; padding-top: 8px; }

  .mbkwl-space a { color: inherit; }

  .mbkwl-eyebrow {
    color: var(--mbkwl-gold);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .19em;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .mbkwl-hero {
    background:
      radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .9), transparent 24%),
      linear-gradient(125deg, #fcfbf8 0%, #f5efe6 58%, #e7dac8 100%);
    border: 1px solid rgba(142, 108, 68, .2);
    border-radius: clamp(22px, 3vw, 34px);
    box-shadow: 0 24px 64px rgba(88, 65, 39, .11);
    color: var(--mbkwl-ink);
    min-height: 240px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 52px);
    position: relative;
  }

  .mbkwl-hero::after {
    border: 1px solid rgba(126, 93, 55, .2);
    border-radius: 50%;
    content: "";
    height: min(47vw, 560px);
    position: absolute;
    right: -9%;
    top: -52%;
    width: min(47vw, 560px);
  }

  .mbkwl-hero__glow {
    background: radial-gradient(circle, rgba(255,255,255,.9), rgba(222,205,180,.08) 68%);
    border-radius: 50%;
    filter: blur(2px);
    height: 320px;
    position: absolute;
    right: 4%;
    top: 8%;
    width: 320px;
  }

  .mbkwl-hero__content { max-width: 720px; position: relative; z-index: 1; }
  .mbkwl-hero .mbkwl-eyebrow { color: var(--mbkwl-gold-deep); }

  .mbkwl-hero h1 {
    color: var(--mbkwl-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 6vw, 74px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: .96;
    margin: 0 0 20px;
  }

  .mbkwl-hero p { color: var(--mbkwl-muted); font-size: clamp(15px, 1.8vw, 18px); line-height: 1.6; margin: 0; max-width: 590px; }

  .mbkwl-hero__stats {
    display: flex;
    gap: 12px;
    margin-top: 28px;
  }

  .mbkwl-hero__stats div {
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(126,93,55,.16);
    border-radius: 14px;
    display: grid;
    min-width: 104px;
    padding: 13px 18px;
  }

  .mbkwl-hero__stats strong { color: var(--mbkwl-ink); font-size: 22px; line-height: 1; }
  .mbkwl-hero__stats span { color: var(--mbkwl-muted); font-size: 10px; margin-top: 7px; text-transform: uppercase; }

  .mbkwl-notice {
    align-items: center;
    background: #fff;
    border: 1px solid var(--mbkwl-line);
    border-radius: 20px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin: 22px 0;
    padding: 18px 22px;
  }

  .mbkwl-notice p { color: var(--mbkwl-muted); line-height: 1.55; margin: 5px 0 0; }
  .mbkwl-notice--success { background: #edf6ef; border-color: #c8dfcd; color: #22592f; }
  .mbkwl-notice--guest { background: linear-gradient(100deg, #f5efe6, #fff); }

  .mbkwl-tabs {
    align-items: center;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--mbkwl-line);
    border-radius: 20px;
    display: flex;
    gap: 5px;
    margin: 28px 0;
    padding: 6px;
    position: sticky;
    top: 8px;
    z-index: 20;
  }

  .mbkwl-tabs button,
  .mbkwl-list-tabs button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 14px;
    color: var(--mbkwl-muted);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 46px;
    padding: 10px 20px;
  }

  .mbkwl-tabs button span,
  .mbkwl-list-tabs button span { background: rgba(0,0,0,.06); border-radius: 20px; font-size: 11px; margin-left: 5px; padding: 3px 7px; }
  .mbkwl-tabs button.is-active { background: var(--mbkwl-ink); color: #fff; }
  .mbkwl-tabs button:disabled { cursor: not-allowed; opacity: .45; }

  .mbkwl-panel { animation: mbkwl-rise .35s ease both; }
  .mbkwl-panel[hidden] { display: none !important; }

  .mbkwl-panel__head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 34px 0 24px;
  }

  .mbkwl-panel__head .mbkwl-eyebrow { margin-bottom: 5px; }
  .mbkwl-panel__head h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 48px); font-weight: 400; letter-spacing: -.03em; margin: 0; }
  .mbkwl-panel__actions { display: flex; flex-wrap: wrap; gap: 8px; }
  .mbkwl-panel__more { position: relative; }
  .mbkwl-panel__more > summary { list-style: none; min-width: 52px; padding-inline: 15px; }
  .mbkwl-panel__more > summary::-webkit-details-marker { display: none; }
  .mbkwl-panel__more[open] > .mbkwl-panel__actions { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 18px; box-shadow: var(--mbkwl-shadow); justify-content: flex-end; padding: 12px; position: absolute; right: 0; top: calc(100% + 8px); width: min(92vw,540px); z-index: 12; }

  .mbkwl-button,
  .mbkwl-action {
    align-items: center;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .mbkwl-button:hover,
  .mbkwl-action:hover { transform: translateY(-1px); }
  .mbkwl-button:disabled, .mbkwl-action:disabled { cursor: not-allowed; opacity: .5; transform: none; }
  .mbkwl-button--primary { background: var(--mbkwl-ink); box-shadow: 0 10px 24px rgba(40,35,31,.15); color: #fff !important; }
  .mbkwl-button--quiet { background: #fff; border-color: var(--mbkwl-line); color: var(--mbkwl-ink); }
  .mbkwl-button--mini { background: var(--mbkwl-ink); color: #fff; min-height: 36px; padding: 8px 14px; }

  .mbkwl-list-tabs { display: flex; gap: 6px; margin: 0 0 20px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .mbkwl-list-tabs button { background: #f3f0eb; flex: 0 0 auto; min-height: 44px; padding: 8px 16px; }
  .mbkwl-list-tabs button.is-active { background: var(--mbkwl-gold-deep); color: #fff; }

  .mbkwl-grid {
    display: grid;
    gap: clamp(14px, 2vw, 24px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mbkwl-card {
    background: var(--mbkwl-card);
    border: 1px solid var(--mbkwl-line);
    border-radius: var(--mbkwl-radius);
    box-shadow: 0 8px 32px rgba(38,29,22,.04);
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: box-shadow .22s ease, transform .22s ease;
  }

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

  .mbkwl-card__image {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #f8f5f0, #efe8df);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .mbkwl-card__image img { height: 86%; mix-blend-mode: multiply; object-fit: contain; transition: transform .35s ease; width: 86%; }
  .mbkwl-image-placeholder { align-items: center; color: var(--mbkwl-gold); display: inline-flex; font: 400 42px/1 Georgia,serif; justify-content: center; min-height: 96px; min-width: 96px; }
  .mbkwl-card--unavailable .mbkwl-card__image { filter: saturate(.45); }
  .mbkwl-card:hover .mbkwl-card__image img { transform: scale(1.025); }
  .mbkwl-chip { backdrop-filter: blur(9px); background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.85); border-radius: 999px; bottom: 12px; font-size: 11px; font-weight: 800; left: 12px; padding: 7px 11px; position: absolute; }
  .mbkwl-card__body { min-width: 0; padding: 18px; }
  .mbkwl-card__brand { color: var(--mbkwl-gold); display: block; font-size: 10px; font-weight: 900; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
  .mbkwl-card h3 { font-size: 16px; line-height: 1.38; margin: 0 0 10px; min-height: 44px; overflow-wrap: anywhere; }
  .mbkwl-card h3 a { text-decoration: none; }
  .mbkwl-card__price { display: block; font-size: 15px; margin-bottom: 14px; }
  .mbkwl-card__actions { align-items: center; display: flex; gap: 8px; justify-content: space-between; margin-top: 14px; }
  .mbkwl-card__actions .mbkwl-button { flex: 1; min-height: 44px; padding: 8px 12px; }

  .mbkwl-icon-button {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid var(--mbkwl-line);
    border-radius: 50%;
    color: var(--mbkwl-ink);
    cursor: pointer;
    display: inline-flex;
    font: 400 22px/1 inherit;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .mbkwl-card__note { border-top: 1px solid var(--mbkwl-line); margin-top: 14px; padding-top: 12px; }
  .mbkwl-card__note summary { align-items: center; color: var(--mbkwl-muted); cursor: pointer; display: flex; font-size: 12px; font-weight: 800; min-height: 44px; }
  .mbkwl-card__note textarea { background: #f8f6f2; border: 1px solid var(--mbkwl-line); border-radius: 12px; font: inherit; font-size: 13px; line-height: 1.45; margin-top: 10px; min-height: 85px; padding: 11px; resize: vertical; width: 100%; }
  .mbkwl-card__note-actions { display: flex; gap: 8px; margin-top: 8px; }
  .mbkwl-card__note-actions select { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 10px; flex: 1; font: inherit; font-size: 12px; min-width: 0; padding: 8px; }

  .mbkwl-empty { align-items: center; background: linear-gradient(145deg, #fff, #f7f3ed); border: 1px dashed rgba(126,93,55,.28); border-radius: 26px; display: flex; flex-direction: column; justify-content: center; min-height: 320px; padding: 44px 20px; text-align: center; }
  .mbkwl-empty__orb { align-items: center; background: var(--mbkwl-sand); border: 1px solid rgba(126,93,55,.15); border-radius: 50%; color: var(--mbkwl-gold-deep); display: flex; font: 400 38px/1 Georgia,serif; height: 82px; justify-content: center; margin-bottom: 20px; width: 82px; }
  .mbkwl-empty h3 { font-family: Georgia,serif; font-size: clamp(28px,4vw,42px); font-weight: 400; letter-spacing: -.025em; margin: 0 0 12px; }
  .mbkwl-empty p { color: var(--mbkwl-muted); line-height: 1.6; margin: 0 auto 24px; max-width: 570px; }

  .mbkwl-switch { align-items: center; color: var(--mbkwl-muted); cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 9px; min-height: 44px; }
  .mbkwl-switch input { accent-color: var(--mbkwl-plum); height: 18px; width: 18px; }

  .mbkwl-compare-scroll { -webkit-overflow-scrolling: touch; border: 1px solid var(--mbkwl-line); border-radius: 24px; overscroll-behavior-inline: contain; overflow: auto; scrollbar-color: #b99a73 #f4eee6; scrollbar-width: thin; }
  .mbkwl-compare-table { background: #fff; border-collapse: separate; border-spacing: 0; min-width: 100%; table-layout: fixed; width: max-content; }
  .mbkwl-compare-table th:first-child { min-width: 150px; width: 150px; }
  .mbkwl-compare-table th:not(:first-child),
  .mbkwl-compare-table td { min-width: 220px; width: 220px; }
  .mbkwl-compare-table th:first-child { background: #fffdf9; left: 0; position: sticky; z-index: 2; }
  .mbkwl-compare-table thead th:first-child { z-index: 3; }
  .mbkwl-compare-table th,
  .mbkwl-compare-table td { border-bottom: 1px solid var(--mbkwl-line); border-right: 1px solid var(--mbkwl-line); padding: 16px; text-align: left; vertical-align: top; }
  .mbkwl-compare-table tr:last-child th,
  .mbkwl-compare-table tr:last-child td { border-bottom: 0; }
  .mbkwl-compare-table th:first-child { background: #f8f5f1; color: var(--mbkwl-muted); font-size: 12px; font-weight: 800; position: sticky; left: 0; width: 170px; z-index: 2; }
  .mbkwl-compare-table thead th:not(:first-child) { min-width: 210px; text-align: center; }
  .mbkwl-compare-table thead img { display: block; height: 130px; margin: 0 auto 10px; object-fit: contain; width: 130px; }
  .mbkwl-compare-table thead span { color: var(--mbkwl-gold); display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .mbkwl-compare-table thead a { display: block; font-size: 14px; margin-top: 5px; text-decoration: none; }
  .mbkwl-compare-table thead button { background: none; border: 0; color: var(--mbkwl-muted); cursor: pointer; font-size: 11px; margin-top: 9px; min-height: 44px; padding: 8px 10px; text-decoration: underline; }
  .mbkwl-compare-table tr.is-same { display: none; }

  .mbkwl-dna-hero { align-items: center; background: radial-gradient(circle at 88% 10%,rgba(183,145,98,.17),transparent 31%),linear-gradient(135deg,#fffefa 0%,#fbf5ec 58%,#f1e3d1 100%); border: 1px solid #dfc7a9; border-radius: 26px; box-shadow: 0 18px 46px rgba(73,52,31,.08); color: var(--mbkwl-ink); display: grid; gap: clamp(20px,3vw,34px); grid-template-columns: auto minmax(0,1fr) auto; margin-top: 30px; overflow: hidden; padding: clamp(26px,4vw,44px); position: relative; }
  .mbkwl-dna-hero::before { border: 1px solid rgba(173,128,76,.18); border-radius: 50%; content: ''; height: 260px; pointer-events: none; position: absolute; right: -116px; top: -152px; width: 260px; }
  .mbkwl-dna-hero::after { background: linear-gradient(90deg,transparent,rgba(172,127,76,.32),transparent); bottom: 0; content: ''; height: 1px; left: 8%; position: absolute; width: 84%; }
  .mbkwl-dna-hero > * { position: relative; z-index: 1; }
  .mbkwl-dna-hero .mbkwl-eyebrow { color: #967044; }
  .mbkwl-dna-hero h2 { color: var(--mbkwl-ink); font-family: Georgia,serif; font-size: clamp(32px,4.4vw,50px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; margin: 4px 0 11px; }
  .mbkwl-dna-hero p { color: #6e655c; font-size: 15px; line-height: 1.62; margin: 0; max-width: 650px; }
  .mbkwl-dna-hero__mark { align-items: center; background: rgba(255,255,255,.78); border: 1px solid #b79062; border-radius: 50%; box-shadow: inset 0 0 0 7px #f9efe2,0 10px 26px rgba(106,73,39,.1); display: flex; height: 92px; justify-content: center; width: 92px; }
  .mbkwl-dna-hero__mark svg { fill: none; height: 52px; stroke: #987044; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 52px; }
  .mbkwl-dna-hero__mark circle { fill: #fffaf3; }
  .mbkwl-confidence { background: rgba(255,255,255,.72); border: 1px solid #e1cdb4; border-radius: 16px; box-shadow: 0 8px 22px rgba(76,52,28,.06); display: grid; min-width: 180px; padding: 15px 18px; }
  .mbkwl-confidence span { color: #967044; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
  .mbkwl-confidence strong { color: var(--mbkwl-ink); font-size: 13px; margin-top: 6px; }
  .mbkwl-dna-source { align-items: center; background: #fffaf3; border: 1px solid #ead8c2; border-radius: 0 0 16px 16px; border-top: 0; color: var(--mbkwl-muted); display: grid; font-size: 12px; gap: 9px; line-height: 1.5; margin: 0 28px; padding: 14px 18px; text-align: center; }
  .mbkwl-dna-source > strong { color: var(--mbkwl-ink); font-size: 12px; }
  .mbkwl-dna-source > small { color: #7b7167; display: block; font-size: 10px; line-height: 1.45; }
  .mbkwl-dna-source__chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
  .mbkwl-dna-source__chips span { background: #fff; border: 1px solid #e8d8c5; border-radius: 999px; color: #675c50; padding: 5px 9px; }
  .mbkwl-dna-source__chips b { color: var(--mbkwl-ink); margin-left: 3px; }

  .mbkwl-dna-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .mbkwl-dna-card { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 24px; padding: clamp(20px,3vw,34px); }
  .mbkwl-dna-card h3 { font-family: Georgia,serif; font-size: 26px; font-weight: 400; margin: 0 0 24px; }
  .mbkwl-meter { margin-top: 17px; }
  .mbkwl-meter > div { display: flex; font-size: 13px; justify-content: space-between; margin-bottom: 7px; }
  .mbkwl-meter progress { appearance: none; background: #eee9e3; border: 0; border-radius: 10px; height: 9px; overflow: hidden; width: 100%; }
  .mbkwl-meter progress::-webkit-progress-bar { background: #eee9e3; }
  .mbkwl-meter progress::-webkit-progress-value { background: linear-gradient(90deg,var(--mbkwl-gold-deep),#c59a62); border-radius: 10px; }
  .mbkwl-meter progress::-moz-progress-bar { background: linear-gradient(90deg,var(--mbkwl-gold-deep),#c59a62); border-radius: 10px; }
  .mbkwl-note-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
  .mbkwl-note-cloud span { background: #f3eee8; border-radius: 999px; font-size: 13px; padding: 9px 13px; }
  .mbkwl-note-cloud small { color: var(--mbkwl-muted); margin-left: 4px; }

  .mbkwl-settings { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 22px; margin-top: 22px; padding: 18px 22px; }
  .mbkwl-settings > summary { cursor: pointer; font-weight: 800; }
  .mbkwl-settings form { border-top: 1px solid var(--mbkwl-line); margin-top: 15px; padding-top: 18px; }
  .mbkwl-settings__selects { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin: 18px 0; }
  .mbkwl-settings__selects label { color: var(--mbkwl-muted); display: grid; font-size: 12px; font-weight: 800; gap: 7px; }
  .mbkwl-settings__selects select { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 12px; font: inherit; min-height: 45px; padding: 9px 12px; }
  .mbkwl-privacy { background: #f3f6f3; border-radius: 15px; margin-top: 18px; padding: 16px; }
  .mbkwl-privacy p { color: var(--mbkwl-muted); line-height: 1.55; margin: 5px 0 0; }

  .mbkwl-recommendations { margin-top: 40px; }
  .mbkwl-recommendation-row { display: grid; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .mbkwl-recommendation-row article { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 20px; overflow: hidden; }
  .mbkwl-recommendation-row a { display: grid; padding: 14px; text-decoration: none; }
  .mbkwl-recommendation-row img { background: #f5f1ec; border-radius: 14px; height: auto; object-fit: contain; width: 100%; }
  .mbkwl-recommendation-row span { color: var(--mbkwl-gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; margin-top: 12px; text-transform: uppercase; }
  .mbkwl-recommendation-row strong { font-size: 13px; line-height: 1.4; margin-top: 4px; }
  .mbkwl-recommendation-row small { color: var(--mbkwl-muted); font-size: 11px; margin-top: 8px; }
  .mbkwl-recommendation-row em { align-self: start; background: #f5eadb; border: 1px solid #ddc4a4; border-radius: 999px; color: #76532f; font-size: 10px; font-style: normal; font-weight: 800; justify-self: start; margin-top: 10px; padding: 5px 8px; }
  .mbkwl-recommendation-feedback { border-top: 1px solid var(--mbkwl-line); display: grid; grid-template-columns: 1fr 1fr; }
  .mbkwl-recommendation-feedback button { appearance: none; background: #fff; border: 0; color: #6b625a; cursor: pointer; font: inherit; font-size: 10px; min-height: 44px; padding: 8px; }
  .mbkwl-recommendation-feedback button + button { border-left: 1px solid var(--mbkwl-line); }
  .mbkwl-recommendation-feedback button:hover, .mbkwl-recommendation-feedback button:focus-visible { background: #f8efe4; color: var(--mbkwl-ink); outline: 0; }
  .mbkwl-recommendation-feedback button:disabled { cursor: wait; opacity: .55; }

  .mbkwl-product-actions { display: grid; gap: 8px; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 12px 0 0; width: 100%; }
  .mbkwl-compare-coach { background: linear-gradient(100deg,var(--mbkwl-sand),#fff); margin: 18px 0 24px; }
  .mbkwl-compare-coach__action { align-items: center; display: flex; gap: 12px; }
  .mbkwl-compare-coach__action > span { color: var(--mbkwl-muted); font-size: 12px; font-weight: 800; white-space: nowrap; }
  .mbkwl-action { background: #fff; border-color: rgba(111,85,55,.26); border-radius: 12px; box-shadow: none; color: var(--mbkwl-ink); }
  .mbkwl-action:hover { background: var(--mbkwl-sand); border-color: rgba(111,85,55,.42); box-shadow: none; }
  .mbkwl-action svg { fill: none; height: 19px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 19px; }
  .mbkwl-action > span { display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .mbkwl-action.is-active { background: var(--mbkwl-ink); border-color: var(--mbkwl-ink); color: #fff; }
  .mbkwl-action.is-loading { cursor: progress; opacity: .62; }

  .mbkwl-mini-actions { display: flex; gap: 6px; left: 8px; position: absolute; top: 8px; z-index: 5; }
  .mbkwl-has-mini-actions { position: relative !important; }
  .mbkwl-mini-button { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 50%; box-shadow: none; color: var(--mbkwl-ink); cursor: pointer; display: flex; height: 44px; justify-content: center; padding: 0; position: relative; width: 44px; }
  .mbkwl-mini-button::before, .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions .m-product-card__quick::before { background: rgba(255,255,255,.96); border: 1px solid rgba(50,40,30,.14); border-radius: inherit; content: ""; inset: 2px; position: absolute; }
  .mbkwl-mini-button svg { fill: none; height: 18px; position: relative; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 18px; z-index: 1; }
  .mbkwl-mini-button.is-active { background: transparent; color: #fff; }
  .mbkwl-mini-button.is-active::before { background: var(--mbkwl-ink); border-color: var(--mbkwl-ink); }
  .mbkwl-mini-button.is-loading { opacity: .55; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__body { grid-template-rows: minmax(14px,auto) minmax(40px,auto) minmax(18px,auto) 44px minmax(22px,auto) minmax(24px,auto) minmax(50px,auto) minmax(44px,auto) !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card__media > .m-product-card__quick { visibility: hidden; }
  .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions { align-items: center; gap: clamp(2px,1vw,6px); grid-row: 4 !important; margin: 0; min-height: 44px; order: 4 !important; position: static; }
  .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-button { box-shadow: none; flex: 0 1 44px; min-width: 0; width: 44px; }
  .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions .m-product-card__quick { align-items: center; background: transparent !important; border: 0 !important; border-radius: 50%; box-shadow: none !important; display: flex !important; flex: 0 1 44px; height: 44px !important; inset: auto !important; justify-content: center; min-width: 0 !important; padding: 0; position: relative !important; visibility: visible; width: 44px !important; }
  .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions .m-product-card__quick > span { font-size: 22px; font-weight: 500; line-height: 1; position: relative; transform: translateY(-1px); z-index: 1; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__chips { grid-column: 1 !important; grid-row: 5 !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__rating { grid-column: 1 !important; grid-row: 5 !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card.mbkwl-card-has-rating .m-product-card__chips { display: none !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__commerce-line { grid-row: 6 !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__price { grid-row: 7 !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card .m-product-card__actions { grid-row: 8 !important; }
  :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card__quick { height: 44px !important; min-height: 44px !important; min-width: 44px !important; width: 44px !important; }
  @media (hover:none),(pointer:coarse) { :is(body#category,body#search,body#manufacturer,body#supplier,body#prices-drop,body#new-products,body#best-sales) #js-product-list .m-product-card__cta:hover { background: #171513 !important; border-color: #171513 !important; } }

  /* Homepage cards reserve the action row before lazy JS enhancement, so the
     controls appear without shifting visible content or delaying first input. */
  body#index .m-product-card .m-product-card__body { grid-template-rows: minmax(14px,auto) minmax(40px,auto) minmax(18px,auto) 44px minmax(22px,auto) minmax(24px,auto) minmax(50px,auto) minmax(44px,auto) !important; }
  body#index .m-product-card .m-product-card__chips { grid-column: 1 !important; grid-row: 5 !important; }
  body#index .m-product-card .m-product-card__rating { grid-column: 1 !important; grid-row: 5 !important; }
  body#index .m-product-card:has(.m-product-card__rating:not([hidden])) .m-product-card__chips,
  body#index .m-product-card.mbkwl-card-has-rating .m-product-card__chips { display: none !important; }
  body#index .m-product-card .m-product-card__commerce-line { grid-row: 6 !important; }
  body#index .m-product-card .m-product-card__price { grid-row: 7 !important; }
  body#index .m-product-card .m-product-card__actions { grid-row: 8 !important; }
  body#index .m-product-card__quick { height: 44px !important; min-height: 44px !important; min-width: 44px !important; width: 44px !important; }
  @media (hover:none),(pointer:coarse) { body#index .m-product-card__cta:hover { background: #171513 !important; border-color: #171513 !important; } }

  /* Two-column 320–374px home cards are 132–159px wide. Let the utility row
     use the card's horizontal padding while preserving three 44px targets. */
  @media (max-width: 374px) {
    body#index .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions {
      gap: 0;
      justify-content: space-between;
      margin-inline: -11px;
      width: calc(100% + 22px);
    }
  }

  .mbkwl-nav { align-items: center; background: transparent; display: flex; flex: 0 0 44px; height: 44px; margin: 0 4px 0 0; min-width: 44px; visibility: visible; width: 44px; }
  .mbkwl-nav__button { align-items: center; appearance: none; background-color: transparent; border: 1px solid transparent; border-radius: 50%; box-shadow: none; box-sizing: border-box; color: var(--mbkwl-ink); cursor: pointer; display: inline-flex; height: 44px; justify-content: center; opacity: 1; padding: 0; position: relative; text-decoration: none; transition: background-color .18s ease,color .18s ease; width: 44px; }
  .mbkwl-nav__button:hover { background: rgba(111,85,55,.07); border-color: transparent; box-shadow: none; color: var(--mbkwl-ink); transform: none; }
  .mbkwl-nav__button svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 25px; }
  .mbkwl-nav__count { align-items: center; background: var(--mbkwl-gold-deep); border: 2px solid #fff; border-radius: 999px; box-sizing: border-box; color: #fff; display: flex; font-size: 9px; font-weight: 900; height: 18px; justify-content: center; min-width: 18px; padding: 0 3px; position: absolute; right: 0; top: 0; }
  .mbkwl-nav__count[hidden] { display: none !important; }

  body#product .product-add-to-cart .mbkwl-product-actions,
  body#product .product-actions .mbkwl-product-actions {
    flex: 1 0 100% !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body#product .product-add-to-cart .product-quantity {
    flex-wrap: wrap !important;
  }

  body#product .product-add-to-cart .product-quantity > .add {
    flex: 1 0 100% !important;
    width: 100% !important;
  }

  body#product .product-add-to-cart .product-quantity > .add .add-to-cart {
    width: 100% !important;
  }

  body#product .mbkwl-product-actions > button.mbkwl-action {
    border-radius: 12px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    height: 44px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    width: 100% !important;
  }

  .mbkwl-quick[hidden], .mbkwl-toast[hidden] { display: none !important; }
  .mbkwl-quick { inset: 0; position: fixed; z-index: 10050; }
  .mbkwl-quick__backdrop { background: rgba(20,16,18,.42); inset: 0; position: absolute; }
  .mbkwl-quick__panel { animation: mbkwl-slide .32s cubic-bezier(.22,.8,.28,1) both; background: var(--mbkwl-paper); border-radius: 30px 0 0 30px; bottom: 0; box-shadow: -24px 0 60px rgba(20,15,18,.18); max-width: 440px; padding: 44px 34px; position: absolute; right: 0; top: 0; width: min(92vw,440px); }
  .mbkwl-quick__panel h2 { font-family: Georgia,serif; font-size: 42px; font-weight: 400; letter-spacing: -.035em; line-height: 1.02; margin: 0 0 14px; }
  .mbkwl-quick__panel > p { color: var(--mbkwl-muted); line-height: 1.6; }
  .mbkwl-quick__close { position: absolute; right: 20px; top: 20px; }
  .mbkwl-quick__metrics { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin: 28px 0; }
  .mbkwl-quick__metrics div { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 18px; display: grid; padding: 18px; }
  .mbkwl-quick__metrics strong { font: 400 32px/1 Georgia,serif; }
  .mbkwl-quick__metrics span { color: var(--mbkwl-muted); font-size: 11px; margin-top: 8px; text-transform: uppercase; }
  .mbkwl-quick__privacy { font-size: 11px; margin-top: 18px; }

  .mbkwl-toast { background: var(--mbkwl-ink); border-radius: 999px; bottom: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.2); color: #fff; font-size: 13px; font-weight: 700; left: 50%; max-width: min(90vw,520px); padding: 13px 20px; position: fixed; transform: translateX(-50%); z-index: 10100; }
  .mbkwl-toast.is-error { background: #8c2737; }
  .mbkwl-dialog { background: var(--mbkwl-paper); border: 0; border-radius: 24px; box-shadow: 0 28px 80px rgba(24,18,21,.28); color: var(--mbkwl-ink); max-width: min(92vw,480px); padding: 0; width: 100%; }
  .mbkwl-dialog::backdrop { backdrop-filter: blur(5px); background: rgba(23,17,20,.5); }
  .mbkwl-dialog form { padding: 30px; }
  .mbkwl-dialog h3 { font: 400 30px/1.1 Georgia,serif; margin: 0 0 22px; }
  .mbkwl-dialog label { color: var(--mbkwl-muted); display: grid; font-size: 12px; font-weight: 800; gap: 8px; }
  .mbkwl-dialog input { background: #fff; border: 1px solid var(--mbkwl-line); border-radius: 13px; color: var(--mbkwl-ink); font: inherit; min-height: 48px; padding: 10px 13px; width: 100%; }
  .mbkwl-dialog__actions { display: flex; gap: 9px; justify-content: flex-end; margin-top: 24px; }
  .mbkwl-account-link svg { fill: none; height: 28px; margin-right: 8px; stroke: currentColor; stroke-width: 1.7; vertical-align: middle; width: 28px; }
  .mbkwl-shared-note { border-left: 2px solid var(--mbkwl-rose); color: var(--mbkwl-muted); font: italic 14px/1.55 Georgia,serif; margin: 12px 0 0; padding-left: 10px; }

  .mbkwl-space button:focus-visible,
  .mbkwl-space a:focus-visible,
  .mbkwl-quick button:focus-visible,
  .mbkwl-quick a:focus-visible,
  .mbkwl-mini-button:focus-visible,
  .mbkwl-nav__button:focus-visible { outline: 3px solid #d3a863; outline-offset: 3px; }

  @keyframes mbkwl-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes mbkwl-slide { from { transform: translateX(100%); } to { transform: translateX(0); } }
  @keyframes mbkwl-shimmer { to { background-position: -120% 0; } }

  @media (max-width: 1100px) {
    .mbkwl-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .mbkwl-dna-hero { grid-template-columns: auto 1fr; }
    .mbkwl-confidence { grid-column: 1 / -1; }
  }

  @media (min-width: 1024px) {
    html body #header .header-wide .mbk-hrow > .mbk-hrow__actions {
      flex: 0 0 120px !important;
      min-width: 120px !important;
      width: 120px !important;
    }
    #header .mbkwl-nav { flex-basis: 58px; height: 58px; width: 58px; }
    #header .mbkwl-nav__button { height: 58px; width: 58px; }
    #header .mbkwl-nav__button svg { height: 26px; width: 26px; }
    #header .mbkwl-nav__count { right: -2px; top: -2px; }
  }

  @media (min-width: 768px) and (max-width: 1023.98px) {
    #header .mbk-hrow { gap: 14px !important; }
    #header .mbk-hrow__logo {
      flex: 1 1 auto !important;
      max-width: 285px !important;
      min-width: 0 !important;
      width: auto !important;
    }
    #header .mbk-hrow__logo img,
    #header .mbk-hrow__logo svg { height: auto !important; max-width: 100% !important; width: 100% !important; }
    #header .mbk-hrow__actions { flex: 0 0 auto !important; margin-left: auto !important; width: auto !important; }
  }

  @media (max-width: 760px) {
    #header .mbk-hrow > .mbk-hrow__logo {
      flex: 1 1 0 !important;
      max-width: none !important;
      min-width: 0 !important;
      width: auto !important;
    }
    #header .mbk-hrow__logo > a { display: block; max-width: 100%; min-width: 0; }
    #header .mbk-hrow__logo img,
    #header .mbk-hrow__logo svg { height: auto !important; max-width: 100% !important; width: 100% !important; }
    #header .mbk-hrow > .mbk-hrow__actions {
      flex: 0 0 auto !important;
      margin-left: auto !important;
      min-width: 0 !important;
      width: auto !important;
    }
    #header .mbkwl-nav { margin-right: 4px; }
    #header .mbkwl-nav__button { background-color: transparent; }
    .mbkwl-space { padding-inline: 10px; }
    .mbkwl-space[aria-busy="true"] .mbkwl-private-root { min-height: 620px; }
    .mbkwl-loading { gap: 14px; }
    .mbkwl-loading__hero { min-height: 286px; padding: 25px 20px; }
    .mbkwl-loading__hero > span:first-child { height: 74px; width: 72%; }
    .mbkwl-loading__hero > div { gap: 6px; }
    .mbkwl-loading__hero i { height: 62px; min-width: 0; width: 31%; }
    .mbkwl-loading__notice { height: 126px; }
    .mbkwl-loading__tabs { height: 58px; }
    .mbkwl-loading__tabs i { height: 44px; width: 33.333%; }
    .mbkwl-loading__panel { min-height: 190px; padding: 22px; }
    .mbkwl-hero { min-height: 0; padding: 25px 20px; }
    .mbkwl-hero::after { height: 240px; right: -40%; top: -35%; width: 240px; }
    .mbkwl-hero__glow { height: 210px; right: -22%; top: 10%; width: 210px; }
    .mbkwl-hero h1 { font-size: clamp(34px,11vw,46px); margin-bottom: 12px; }
    .mbkwl-hero p { font-size: 14px; line-height: 1.48; }
    .mbkwl-hero__stats { gap: 6px; margin-top: 20px; }
    .mbkwl-hero__stats div { min-width: 0; padding: 10px; }
    .mbkwl-hero__stats strong { font-size: 19px; }
    .mbkwl-notice { align-items: stretch; flex-direction: column; gap: 12px; margin: 14px 0; padding: 15px 17px; }
    .mbkwl-notice p { font-size: 13px; line-height: 1.45; }
    .mbkwl-notice .mbkwl-button { min-height: 44px; padding-block: 10px; }
    .mbkwl-empty { min-height: 240px; padding-block: 32px; }
    .mbkwl-tabs { display: grid; gap: 4px; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 16px 0 20px; padding: 4px; position: sticky; }
    .mbkwl-tabs button { font-size: 11px; line-height: 1.18; min-height: 50px; min-width: 0; overflow-wrap: anywhere; padding: 7px 5px; }
    .mbkwl-tabs button span { display: inline-flex; margin-left: 3px; padding: 2px 5px; }
    .mbkwl-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mbkwl-panel__head { align-items: flex-start; flex-direction: column; margin: 22px 0 16px; }
    .mbkwl-panel__head h2 { font-size: 32px; }
    .mbkwl-panel__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .mbkwl-panel__more { align-self: flex-end; }
    .mbkwl-panel__more[open] > .mbkwl-panel__actions { grid-template-columns: 1fr; width: min(88vw,360px); }
    .mbkwl-compare-coach__action { align-items: stretch; flex-direction: column; width: 100%; }
    .mbkwl-panel__actions .mbkwl-button { min-height: 44px; padding: 9px 10px; }
    .mbkwl-list-tabs button { min-height: 44px; }
    .mbkwl-dna-hero { gap: 18px; grid-template-columns: 1fr; padding: 28px 22px; text-align: center; }
    .mbkwl-dna-hero__mark { margin: auto; }
    .mbkwl-dna-hero p { font-size: 14px; }
    .mbkwl-confidence { justify-self: stretch; min-width: 0; text-align: left; }
    .mbkwl-dna-source { margin-inline: 14px; }
    .mbkwl-dna-grid, .mbkwl-settings__selects { grid-template-columns: 1fr; }
    .mbkwl-recommendation-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mbkwl-mini-actions { flex-direction: column; gap: 4px; }
    .m-product-card.mbkwl-has-inline-actions .mbkwl-mini-actions { flex-direction: row; gap: 6px; }
    .mbkwl-compare-table th:first-child { min-width: 118px; width: 118px; }
    .mbkwl-compare-table th:not(:first-child),
    .mbkwl-compare-table td { min-width: 196px; width: 196px; }
    .mbkwl-compare-table th, .mbkwl-compare-table td { padding: 12px; }
    .mbkwl-compare-table thead img { height: 96px; width: 96px; }
    .mbkwl-compare-table thead button { min-height: 44px; padding: 8px 10px; }
  }

  @media (max-width: 460px) {
    .mbkwl-grid { grid-template-columns: 1fr; }
    .mbkwl-card { display: grid; grid-template-columns: minmax(112px,38%) minmax(0,1fr); }
    .mbkwl-card__image { aspect-ratio: auto; height: 100%; min-height: 230px; min-width: 0; width: 100%; }
    .mbkwl-card__image img { height: auto; max-height: 78%; max-width: 90%; width: 90%; }
    .mbkwl-card__body { padding: 14px 54px 14px 14px; }
    .mbkwl-card h3 { min-height: 0; }
    .mbkwl-card__actions { align-items: stretch; flex-direction: column; }
    .mbkwl-card__actions .mbkwl-icon-button { height: 44px; position: absolute; right: 8px; top: 8px; width: 44px; }
    .mbkwl-card__actions .mbkwl-button { min-width: 0; white-space: normal; width: 100%; }
    .mbkwl-card__note-actions { align-items: stretch; flex-direction: column; }
    .mbkwl-card__note-actions select, .mbkwl-card__note-actions .mbkwl-button { min-height: 44px; width: 100%; }
    .mbkwl-dialog__actions { align-items: stretch; flex-direction: column-reverse; }
    .mbkwl-dialog__actions .mbkwl-button { width: 100%; }
    .mbkwl-quick__panel { border-radius: 24px 24px 0 0; left: 0; max-width: none; padding: 38px 24px; top: 12vh; width: 100%; }
    body#product .product-add-to-cart .mbkwl-product-actions,
    body#product .product-actions .mbkwl-product-actions { grid-template-columns: 1fr !important; }
  }

  body#category .wishlist-button-add,
  body#search .wishlist-button-add,
  body#manufacturer .wishlist-button-add,
  body#supplier .wishlist-button-add,
  body#prices-drop .wishlist-button-add,
  body#new-products .wishlist-button-add,
  body#best-sales .wishlist-button-add,
  body#index .wishlist-button-add { display: none !important; }

  @media (prefers-reduced-motion: reduce) {
    .mbkwl-panel, .mbkwl-quick__panel { animation: none; }
    .mbkwl-loading > * { animation: none; }
    .mbkwl-card, .mbkwl-button, .mbkwl-action, .mbkwl-card__image img { transition: none; }
  }
