/* =====================================================================
   TestYourParfum Duftsammlung — v5.1.8
   Ein Design-System: Weiß · Anthrazit #1C1C1A · Gold #C8951C
   Folgt den Blocksy-Theme-Variablen (Inter Fließtext, Montserrat
   Überschriften) · flach · 4/8px Radius · ruhige Flächen
   ===================================================================== */

.typ-collection-wrap {
    --typ-gold: #C8951C;
    --typ-gold-dark: #A87B12;
    --typ-gold-soft: #FBF3E0;
    --typ-ink: #1C1C1A;
    --typ-muted: #6B6B66;
    --typ-slate: #8A9AAB;
    --typ-slate-soft: #EEF1F4;
    --typ-cta-text: #241A02;
    --typ-rating-empty: #E2E0DC;
    --typ-danger: #B23A2E;
    --typ-line: #E7E8EA;
    --typ-line-strong: #E7E8EA;
    --typ-soft: #F7F6F4;
    --typ-success: #2E7D32;
    --typ-success-soft: #EAF5EE;
    --typ-radius: 8px;
    --typ-radius-sm: 4px;
    --typ-font-body: var(--theme-font-family, Inter, "Helvetica Neue", Arial, sans-serif);
    --typ-font-heading: Montserrat, var(--theme-font-family, Inter, sans-serif);
    width: 100%;
    color: var(--typ-ink);
    font-family: var(--typ-font-body);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}

/* Het HTML hidden-attribuut moet altijd winnen van component-displays.
   Zonder deze regel bleven gefilterde flex/grid-kaarten zichtbaar. */
.typ-collection-wrap [hidden] { display: none !important; }

.typ-collection-wrap *,
.typ-collection-wrap *::before,
.typ-collection-wrap *::after { box-sizing: border-box; }

.typ-collection-wrap button,
.typ-collection-wrap input,
.typ-collection-wrap select {
    font-family: inherit;
    font-size: 13px;
}

.typ-collection-wrap h2,
.typ-collection-wrap h3,
.typ-collection-wrap h4 {
    margin: 0;
    color: var(--typ-ink);
    font-family: var(--typ-font-heading);
    font-weight: 600;
    letter-spacing: 0;
}

.typ-collection-wrap h2 { font-size: 26px; line-height: 1.2; }
.typ-collection-wrap h3 { font-size: 18px; line-height: 1.3; }
.typ-collection-wrap h4 { font-size: 14px; line-height: 1.3; }

.typ-eyebrow {
    margin: 0 0 6px;
    color: var(--typ-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.typ-muted-text {
    margin: 0;
    color: var(--typ-muted);
    font-size: 13px;
}

.typ-ic { width: 20px; height: 20px; display: block; }
.typ-ic path, .typ-ic circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Blocksy-Originalicons (Einkaufstasche, Herz) sind Füll-Icons */
.typ-ic-fill path {
    fill: currentColor;
    stroke: none;
}

/* Herz: Füllung nur im aktiven Zustand sichtbar (wie bei Blocksy) */
.typ-favorite-toggle:not(.is-active) .ct-heart-fill { display: none; }

/* ---------------------------------------------------------------- */
/* Login / Fehler                                                    */
/* ---------------------------------------------------------------- */
.typ-collection-login,
.typ-collection-error {
    padding: 16px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
    color: var(--typ-ink);
}

/* ---------------------------------------------------------------- */
/* Tab-Navigation (Kollektion / Statistiken)                         */
/* ---------------------------------------------------------------- */
.typ-view-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: min(480px, 100%);
    margin: 0 auto 22px;
    padding: 4px;
    border: 1px solid var(--typ-line);
    border-radius: 6px;
    background: var(--typ-soft);
}

.typ-view-switch button {
    appearance: none;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: var(--typ-radius-sm);
    background: transparent;
    color: var(--typ-ink);
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.typ-view-switch button.is-active {
    background: var(--typ-ink);
    color: #fff;
}

.typ-tab-panel { display: none; }
.typ-tab-panel.is-active { display: block; animation: typ-fade .2s ease; }

@keyframes typ-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes typ-pop-anim {
    0% { transform: scale(1); }
    45% { transform: scale(1.35); }
    100% { transform: scale(1); }
}

.typ-pop { animation: typ-pop-anim .3s ease; }

/* ---------------------------------------------------------------- */
/* Kopf der Kollektion + Filter                                      */
/* ---------------------------------------------------------------- */
.typ-collection-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.typ-collection-list-head h2 { font-size: 24px; }

.typ-lead {
    max-width: 560px;
    margin: 6px 0 0;
    color: var(--typ-muted);
    font-size: 13px;
    line-height: 1.5;
}

.typ-filter-toggle {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid var(--typ-ink);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.typ-filter-toggle:hover {
    background: var(--typ-ink);
    color: #fff;
}

.typ-toolbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    align-items: end;
    gap: 10px;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-toolbar.typ-toolbar-collapsed { display: none; }
.typ-toolbar.is-open { display: grid; }

.typ-toolbar label {
    display: grid;
    gap: 5px;
    margin: 0;
    color: var(--typ-muted);
    font-size: 12px;
    font-weight: 500;
}

.typ-toolbar .typ-search-label { grid-column: span 2; }

.typ-toolbar input,
.typ-toolbar select {
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
}

.typ-toolbar input:focus,
.typ-toolbar select:focus {
    border-color: var(--typ-ink);
    outline: none;
}

.typ-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 13px;
    border-radius: var(--typ-radius-sm);
    background: var(--typ-soft);
    color: var(--typ-muted);
    white-space: nowrap;
}

.typ-notes-filter {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 14px 12px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius-sm);
}

.typ-notes-filter summary {
    padding: 2px 0;
    color: var(--typ-muted);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}

.typ-notes-filter-body {
    padding-top: 10px;
}

.typ-note-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 132px;
    overflow: auto;
}

.typ-note-options label {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.typ-note-options input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.typ-note-options label:hover { border-color: var(--typ-ink); }

.typ-note-options label.is-checked,
.typ-note-options label:has(input:checked) {
    border-color: var(--typ-ink);
    background: var(--typ-ink);
    color: #fff;
}

/* ---------------------------------------------------------------- */
/* Duftsammlung-Leiste: Zahlen als Schnellfilter + Fortschritt           */
/* ---------------------------------------------------------------- */
.typ-pass-strip {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-pass-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.typ-pass-stats button {
    appearance: none;
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius-sm);
    background: var(--typ-soft);
    color: var(--typ-ink);
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.typ-pass-stats button:hover { border-color: var(--typ-line-strong); }

.typ-pass-stats button.is-active {
    border-color: var(--typ-ink);
    background: var(--typ-ink);
    color: #fff;
}

.typ-pass-stats strong {
    font-family: var(--typ-font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
}

.typ-pass-stats span {
    color: var(--typ-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.typ-pass-stats button.is-active span { color: rgba(255, 255, 255, .72); }

.typ-pass-stats.has-points { grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* Punkte-Chip — dezenter Goldakzent, führt zu den Prämien */
.typ-points-chip {
    position: relative;
    border-color: var(--typ-gold) !important;
    background: var(--typ-gold-soft) !important;
}

.typ-points-chip strong { color: var(--typ-gold-dark); }
.typ-points-chip span { color: var(--typ-gold-dark); }
.typ-points-chip:hover { background: #F7ECD4 !important; }

@media (max-width: 720px) {
    .typ-pass-stats,
    .typ-pass-stats.has-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* =====================================================================
   v5.0 — staging release: duidelijkere status, compact mobiel account,
   native filter-sheet en één rustige, koel-neutrale oppervlaktekleur.
   ===================================================================== */
.typ-collection-wrap {
    --typ-surface: #F7F6F4;
    --typ-surface-soft: #F7F6F4;
}

.typ-toolbar,
.typ-notes-filter,
.typ-collection-map-body,
.typ-onboarding,
.typ-reward-panel,
.typ-stat-card,
.typ-cart-rewards-summary {
    background: var(--typ-surface) !important;
}

.typ-filter-sheet-header,
.typ-filter-sheet-footer { display: none; }

.typ-active-filters {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    margin: -5px 0 16px;
    padding: 1px 0 4px;
    scrollbar-width: none;
}
.typ-active-filters[hidden] { display: none !important; }
.typ-active-filters::-webkit-scrollbar { display: none; }
.typ-filter-chip {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 10px !important;
    border: 1px solid var(--typ-line-strong) !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: var(--typ-ink) !important;
    font-size: 12px !important;
    font-weight: 550 !important;
}
.typ-filter-chip-clear { display: none; }
.typ-note-search-label { display: block; margin: 0 0 10px; }
.typ-note-search-label input { width: 100%; background: #fff !important; }

/* Punten zijn een bestemming/beloning en geen catalogusfilter. */
.typ-points-summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    width: calc(100% - 30px);
    min-height: 46px;
    margin: 13px 15px 15px;
    padding: 10px 12px !important;
    border: 1px solid var(--typ-line) !important;
    border-radius: 4px !important;
    background: var(--typ-surface-soft) !important;
    color: var(--typ-ink) !important;
    text-align: left;
}
.typ-points-summary span { color: var(--typ-muted); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.typ-points-summary strong { font-size: 13px; font-weight: 650; }
.typ-points-summary i { font-size: 17px; font-style: normal; }

/* Refined Pokédex: herkenbaar gesloten, zonder “niet leverbaar”-indruk. */
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img,
.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) contrast(.97) !important;
    opacity: .82 !important;
}
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(.72) contrast(.98) !important;
    opacity: .9 !important;
}
.typ-card-body { min-height: 142px; }
.typ-card h3 { min-height: 2.64em; }
.typ-rate-action {
    min-height: 32px !important;
    margin-top: auto !important;
    padding: 5px 7px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--typ-ink) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
}
.typ-rate-action small { color: var(--typ-muted); font-size: inherit; font-weight: 500; }
.typ-rating.is-collapsed { display: none !important; }

.typ-account-menu-toggle { display: none; }

@media (max-width: 720px) {
    body.typ-filter-sheet-open { overflow: hidden; }

    /* Accountmenu neemt niet langer het eerste mobiele scherm over. */
    .woocommerce-account .typ-account-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
        margin: 0 0 18px;
        padding: 10px 13px !important;
        border: 1px solid var(--typ-line) !important;
        border-radius: 4px !important;
        background: #fff !important;
        color: var(--typ-ink) !important;
        font-size: 15px !important;
        font-weight: 650 !important;
        text-align: left;
    }
    .typ-account-menu-toggle i { font-size: 17px; font-style: normal; transition: transform .18s ease; }
    .typ-account-menu-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
    .woocommerce-account.typ-mobile-account-nav-ready .woocommerce-MyAccount-navigation { display: none !important; width: 100% !important; margin: -10px 0 20px !important; }
    .woocommerce-account.typ-mobile-account-nav-ready .woocommerce-MyAccount-navigation.is-mobile-open { display: block !important; }

    .typ-collection-list-head .typ-lead { display: none; }
    .typ-collection-list-head { margin-bottom: 12px; }
    .typ-collection-search-row { position: relative; z-index: 2; margin-bottom: 14px; }

    /* Volledig mobiel filterpaneel met vaste acties. */
    .typ-toolbar,
    .typ-toolbar.typ-toolbar-collapsed {
        position: fixed !important;
        z-index: 100001 !important;
        inset: 0 !important;
        display: none !important;
        overflow-y: auto;
        grid-template-columns: 1fr !important;
        align-content: start;
        gap: 15px;
        margin: 0 !important;
        padding: 64px 16px 94px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: var(--typ-surface-soft) !important;
    }
    .typ-toolbar.is-open { display: grid !important; }
    .typ-filter-sheet-header {
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        padding: 10px 16px;
        border-bottom: 1px solid var(--typ-line);
        background: rgba(247, 246, 244, .96);
        backdrop-filter: blur(14px);
    }
    .typ-filter-sheet-header strong { font-size: 17px; }
    .typ-filter-sheet-header button {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: var(--typ-ink) !important;
        font-size: 27px !important;
        line-height: 1 !important;
    }
    .typ-toolbar > label > span,
    .typ-notes-filter summary { color: var(--typ-ink); font-size: 15px; font-weight: 650; }
    .typ-toolbar select,
    .typ-toolbar input { min-height: 48px !important; border-radius: 4px !important; font-size: 15px !important; }
    .typ-notes-filter { padding: 13px !important; border-radius: 4px !important; }
    .typ-note-options { max-height: none !important; }
    .typ-filter-count { display: none !important; }
    .typ-filter-sheet-footer {
        position: fixed;
        z-index: 2;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 9px;
        padding: 12px 16px max(12px, env(safe-area-inset-bottom));
        border-top: 1px solid var(--typ-line);
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(14px);
    }
    .typ-filter-sheet-footer button { min-height: 48px !important; border-radius: 4px !important; font-size: 15px !important; }
    .typ-filter-sheet-footer .typ-reset-filters { border: 1px solid var(--typ-line-strong) !important; background: #fff !important; color: var(--typ-ink) !important; }
    .typ-filter-sheet-footer .typ-filter-results { border-color: var(--typ-ink) !important; background: var(--typ-ink) !important; color: #fff !important; }

    .typ-pass-stats,
    .typ-pass-stats.has-points,
    .typ-pass-stats:not(.has-points) { grid-template-columns: repeat(4, minmax(76px, 1fr)); overflow-x: auto; }
    .typ-pass-stats button { min-width: 76px; min-height: 50px; }
    .typ-pass-strip .typ-collection-progress-head { align-items: flex-start; }
    .typ-pass-strip .typ-collection-progress-head > span { max-width: 44%; text-align: right; }
    .typ-points-summary { width: calc(100% - 20px); margin-inline: 10px; }

    .typ-card-body { min-height: 136px; }
    .typ-rate-action { font-size: 11px !important; }
}

.typ-collection-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.typ-collection-progress-head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: 600;
}

.typ-collection-progress-head > span {
    color: var(--typ-muted);
    font-weight: 600;
}

.typ-level-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: var(--typ-soft);
    color: var(--typ-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.typ-level-hint {
    margin: 8px 0 0;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-progress-bar {
    overflow: hidden;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #EDEBE6;
}

.typ-progress-bar i,
.typ-progress-bar u {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--typ-ink);
    transition: width .4s ease;
}

/* ---------------------------------------------------------------- */
/* Onboarding (nur bei 0 Entdeckungen)                               */
/* ---------------------------------------------------------------- */
.typ-onboarding {
    margin: 0 0 16px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-onboarding h3 { margin-bottom: 14px; }

.typ-onboarding-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.typ-onboarding-steps li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.typ-onboarding-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--typ-ink);
    color: #fff;
    font-family: var(--typ-font-heading);
    font-size: 13px;
    font-weight: 600;
}

.typ-onboarding-steps span {
    display: block;
    color: var(--typ-muted);
    font-size: 12px;
    line-height: 1.5;
}

.typ-onboarding-steps span strong {
    display: block;
    margin-bottom: 2px;
    color: var(--typ-ink);
    font-size: 13px;
    font-weight: 600;
}

/* ---------------------------------------------------------------- */
/* Produkt-Grid + Karten                                             */
/* ---------------------------------------------------------------- */
.typ-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.typ-grid { transition: opacity .2s ease; }
.typ-grid.is-loading { opacity: .45; pointer-events: none; }

/* Neue Karten gleiten sanft herein, leicht versetzt */
.typ-grid > .typ-card { animation: typ-fade-up .28s ease both; }
.typ-grid > .typ-card:nth-child(2) { animation-delay: .03s; }
.typ-grid > .typ-card:nth-child(3) { animation-delay: .06s; }
.typ-grid > .typ-card:nth-child(4) { animation-delay: .09s; }
.typ-grid > .typ-card:nth-child(5) { animation-delay: .12s; }
.typ-grid > .typ-card:nth-child(6) { animation-delay: .15s; }
.typ-grid > .typ-card:nth-child(7) { animation-delay: .18s; }
.typ-grid > .typ-card:nth-child(8) { animation-delay: .21s; }
.typ-grid > .typ-card:nth-child(9) { animation-delay: .24s; }
.typ-grid > .typ-card:nth-child(10) { animation-delay: .27s; }

.typ-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
    color: var(--typ-muted);
}

.typ-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.typ-card:hover {
    transform: translateY(-2px);
    border-color: var(--typ-line-strong);
    box-shadow: 0 8px 24px rgba(28, 28, 26, .08);
}

.typ-card-image-area { position: relative; }

.typ-image-link { display: block; color: inherit; }

.typ-image-frame {
    display: block;
    aspect-ratio: 1 / 1;
    background: var(--typ-soft);
}

.typ-image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter .2s ease, opacity .2s ease;
}

/* Silhouette für noch nicht entdeckte Parfums — der Sammel-Reiz */
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img {
    filter: grayscale(1) contrast(.96);
    opacity: .5;
}

.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img { opacity: .75; }

.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(.35);
    opacity: .82;
}

.typ-card.is-wishlisted:not(.is-owned):hover .typ-image-frame img {
    filter: none;
    opacity: 1;
}

.typ-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    padding: 4px 8px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius-sm);
    background: rgba(255, 255, 255, .94);
    color: var(--typ-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typ-card.is-wishlisted:not(.is-owned) .typ-card-badge {
    background: rgba(255, 255, 255, .94);
    border-color: var(--typ-line-strong);
    color: var(--typ-ink);
}

/* Warenkorb-Button auf gesperrten Karten */
.typ-card-buy-box {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
}

.typ-open-cart-modal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: var(--typ-radius-sm);
    background: var(--typ-gold);
    color: #000;
    cursor: pointer;
    transition: background .15s ease;
}

.typ-open-cart-modal:hover { background: var(--typ-gold-dark); }
.typ-open-cart-modal .typ-ic { width: 16px; height: 16px; }

.typ-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px 12px;
}

.typ-card h3 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

.typ-card h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--typ-ink);
    text-decoration: none;
}

.typ-card h3 a:hover { text-decoration: underline; }

.typ-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px 8px;
    margin-top: auto;
    min-height: 26px;
}

.typ-card.is-locked .typ-card-actions { justify-content: flex-end; }

/* Sterne — immer sichtbar, gold */
.typ-rating { display: flex; align-items: center; gap: 0; }

.typ-star {
    appearance: none;
    padding: 1px 2px;
    border: 0;
    background: transparent;
    color: #E2E0DC;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color .12s ease, transform .12s ease;
}

.typ-star:hover,
.typ-star.is-active { color: var(--typ-gold); }
.typ-star:hover { transform: scale(1.15); }

.typ-rating:hover .typ-star { color: var(--typ-gold); }
.typ-rating .typ-star:hover ~ .typ-star { color: #E2E0DC; }

.typ-rating-msg {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.typ-favorite-toggle {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #C9C7C1;
    cursor: pointer;
    transition: color .15s ease, transform .12s ease;
}

.typ-favorite-toggle:hover { color: var(--typ-gold); transform: scale(1.1); }
.typ-favorite-toggle.is-active { color: var(--typ-gold); }
.typ-favorite-toggle .typ-ic { width: 17px; height: 17px; }

/* Einladung zur öffentlichen Rezension (nach Sternebewertung) */
.typ-review-nudge {
    appearance: none;
    margin-top: 8px;
    padding: 7px 10px;
    border: 1px dashed var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: transparent;
    color: var(--typ-muted);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease;
}

.typ-review-nudge:hover {
    border-color: var(--typ-ink);
    color: var(--typ-ink);
}

/* ---------------------------------------------------------------- */
/* Statistiken: Hero + Duftsammlung-Karte                                */
/* ---------------------------------------------------------------- */
.typ-collection-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: stretch;
    gap: 20px;
    margin-bottom: 16px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-hero-copy p:not(.typ-eyebrow) {
    max-width: 640px;
    margin: 8px 0 0;
    color: var(--typ-muted);
    font-size: 14px;
}

.typ-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.typ-soft-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid var(--typ-ink);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.typ-soft-button:hover {
    background: var(--typ-ink);
    color: #fff;
    text-decoration: none;
}

.typ-pass-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
    padding: 20px;
    border: 1px solid var(--typ-ink);
    border-radius: var(--typ-radius);
    background: var(--typ-ink);
    color: #fff;
}

.typ-pass-label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 9px;
    border-radius: var(--typ-radius-sm);
    background: rgba(255, 255, 255, .12);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.typ-pass-level {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 9px;
    border-radius: var(--typ-radius-sm);
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.typ-pass-card strong {
    display: block;
    margin-bottom: 2px;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.03em;
}

.typ-pass-card span:not(.typ-pass-label):not(.typ-pass-level) {
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
}

.typ-pass-card .typ-progress-bar {
    margin-top: 12px;
    background: rgba(255, 255, 255, .18);
}

.typ-pass-next {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
}

.typ-pass-card .typ-progress-bar i { background: #fff; }

/* ---------------------------------------------------------------- */
/* Treuepunkte                                                       */
/* ---------------------------------------------------------------- */
.typ-reward-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(150px, 200px) minmax(300px, 1.4fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-reward-copy h3 { margin-bottom: 6px; }

.typ-reward-copy p:not(.typ-eyebrow) {
    margin: 0;
    color: var(--typ-muted);
    font-size: 13px;
}

.typ-reward-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 14px 16px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-reward-score span,
.typ-reward-score small {
    display: block;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-reward-score strong {
    display: block;
    margin: 6px 0 4px;
    color: var(--typ-ink);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.typ-reward-tiers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.typ-reward-tier {
    padding: 10px 12px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-reward-tier.is-available { border-color: var(--typ-gold); background: #fff; }

.typ-reward-tier-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.typ-reward-tier-head > span {
    color: var(--typ-ink);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.typ-reward-tier-bottom { margin-top: 8px; }

.typ-redeem-button {
    flex: 0 0 auto;
    min-width: 92px;
    padding: 8px 12px;
    border: 1px solid var(--typ-ink);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.typ-redeem-button:hover:not(:disabled) { background: var(--typ-ink); color: #fff; }
.typ-redeem-button:disabled { opacity: .45; cursor: not-allowed; }

.typ-reward-tier.is-available .typ-redeem-button {
    border-color: var(--typ-gold);
    background: var(--typ-gold);
    color: #000;
}

.typ-reward-tier.is-available .typ-redeem-button:hover:not(:disabled) {
    background: var(--typ-gold-dark);
    border-color: var(--typ-gold-dark);
    color: #000;
}

.typ-reward-message {
    margin: 4px 0 0;
    color: var(--typ-success);
    font-size: 13px;
    font-weight: 500;
}

.typ-reward-message:empty { display: none; }

.typ-redeem-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--typ-ink);
    border-radius: 4px;
    background: var(--typ-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.typ-redeem-link:hover { border-color: #000; background: #000; color: #fff; }

.typ-points-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
    align-items: center;
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: var(--typ-shadow-sm);
}

.typ-points-summary strong { display: block; color: var(--typ-ink); font-size: 20px; }
.typ-points-summary p:not(.typ-eyebrow) { margin: 4px 0 0; color: var(--typ-muted); }
.typ-points-summary .typ-progress-bar,
.typ-points-summary > small { grid-column: 1 / -1; }
.typ-points-summary > small { color: var(--typ-muted); }
.typ-reward-note,
.typ-reward-active {
    margin: 12px 0 0;
    padding: 10px 12px;
    border-left: 3px solid var(--typ-gold);
    border-radius: 0 4px 4px 0;
    background: var(--typ-gold-soft);
    color: var(--typ-ink);
}

/* ---------------------------------------------------------------- */
/* Warenkorb-Booster: Gratis-Versand + fehlende Parfums              */
/* ---------------------------------------------------------------- */
.typ-cart-boost {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-cart-boost-head strong {
    display: block;
    font-family: var(--typ-font-heading);
    font-size: 17px;
    font-weight: 600;
    color: var(--typ-ink);
}

.typ-cart-boost-head span {
    display: block;
    margin: 2px 0 10px;
    color: var(--typ-muted);
    font-size: 13px;
}

.typ-cart-boost-label {
    margin: 12px 0 8px;
    color: var(--typ-muted);
    font-size: 12px;
    font-weight: 500;
}

.typ-cart-boost-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.typ-cart-boost-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius-sm);
    background: #fff;
}

.typ-cart-boost-thumb {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: var(--typ-radius-sm);
    background: var(--typ-soft);
}

.typ-cart-boost-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.typ-cart-boost-info {
    flex: 1 1 auto;
    min-width: 0;
}

.typ-cart-boost-info > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}

.typ-cart-boost-info > a:hover { text-decoration: underline; }

.typ-cart-boost-info > span {
    display: block;
    margin-top: 3px;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-cart-boost-info em {
    display: block;
    color: var(--typ-gold-dark);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

/* Kaufbutton hier inline statt absolut positioniert wie auf der Karte */
.typ-cart-boost-item .typ-card-buy-box {
    position: static;
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .typ-cart-boost-items { grid-template-columns: 1fr; }
    .typ-points-summary { grid-template-columns: 1fr; }
    .typ-points-summary .typ-gold-cta { width: 100%; }
}

/* ---------------------------------------------------------------- */
/* Warenkorb: Punkte einlösen (Shortcode [typ_cart_rewards])         */
/* ---------------------------------------------------------------- */
.typ-cart-rewards {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-cart-rewards-head strong {
    display: block;
    margin-top: 2px;
    font-family: var(--typ-font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--typ-ink);
}

.typ-cart-rewards-head span { display: block; margin-top: 3px; color: var(--typ-muted); font-size: 12px; }

.typ-cart-rewards-tiers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.typ-cart-rewards-tiers .typ-redeem-button {
    min-width: auto;
    border-color: var(--typ-gold);
    background: var(--typ-gold);
    color: #000;
}

.typ-cart-rewards-tiers .typ-redeem-button:hover:not(:disabled) {
    background: var(--typ-gold-dark);
    border-color: var(--typ-gold-dark);
    color: #000;
}

.typ-cart-rewards .typ-reward-message { margin-top: 10px; }

/* ---------------------------------------------------------------- */
/* Statistik-Karten + Panels                                         */
/* ---------------------------------------------------------------- */
.typ-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.typ-stat-card {
    padding: 16px 18px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-stat-card span,
.typ-stat-card small {
    display: block;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-stat-card strong {
    display: block;
    margin: 6px 0 2px;
    color: var(--typ-ink);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.typ-app-panels {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 12px;
    margin-bottom: 16px;
}

.typ-panel,
.typ-collection-section {
    padding: 18px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.typ-expand-toggle {
    flex: 0 0 auto;
    padding: 7px 12px;
    border: 1px solid var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color .15s ease;
}

.typ-expand-toggle:hover { border-color: var(--typ-ink); }

.typ-panel:not(.is-expanded) .typ-extra-row { display: none; }

.typ-profile-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.typ-top-list {
    padding: 12px 14px;
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-top-list h4 { margin-bottom: 8px; }

.typ-top-list p { margin: 0; color: var(--typ-muted); font-size: 13px; }

.typ-top-list span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    border-top: 1px solid var(--typ-line);
    font-size: 13px;
}

.typ-top-list span:first-of-type { border-top: 0; }

.typ-top-list b { font-weight: 500; }

.typ-top-list em {
    min-width: 26px;
    padding: 2px 7px;
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.typ-near-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.typ-near-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 12px;
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
    color: var(--typ-ink);
    text-decoration: none;
    transition: background .15s ease;
}

.typ-near-item:hover { background: #F0EFEC; text-decoration: none; }

.typ-near-item b { display: block; font-weight: 500; }

.typ-near-item small {
    display: block;
    margin-top: 2px;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-near-item em {
    align-self: start;
    padding: 4px 8px;
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-style: normal;
    font-weight: 600;
}

.typ-near-item i {
    grid-column: 1 / -1;
    display: block;
    overflow: hidden;
    height: 6px;
    border-radius: 999px;
    background: #EDEBE6;
}

.typ-near-item i u {
    display: block;
    height: 100%;
    background: var(--typ-ink);
}

/* ---------------------------------------------------------------- */
/* Sammlungen (Marken / Duftnoten)                                   */
/* ---------------------------------------------------------------- */
.typ-sammlung-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin: 16px 0 14px;
    padding: 4px;
    border: 1px solid var(--typ-line);
    border-radius: 6px;
    background: var(--typ-soft);
}

.typ-sammlung-tabs button {
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: var(--typ-radius-sm);
    background: transparent;
    color: var(--typ-ink);
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.typ-sammlung-tabs button.is-active {
    background: var(--typ-ink);
    color: #fff;
}

.typ-sammlung-panel { display: none; }
.typ-sammlung-panel.is-active { display: block; }

.typ-section-head { margin-bottom: 14px; }

.typ-collection-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.typ-collection-card {
    padding: 14px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
    transition: border-color .15s ease;
}

.typ-collection-card:hover { border-color: var(--typ-line-strong); }
.typ-collection-card.is-open { grid-column: 1 / -1; border-color: var(--typ-ink); }

.typ-collection-card-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.typ-collection-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.typ-collection-card-top strong {
    color: var(--typ-ink);
    font-size: 16px;
    font-weight: 600;
}

.typ-pill {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: var(--typ-radius-sm);
    background: var(--typ-soft);
    color: var(--typ-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.typ-pill.is-complete {
    background: var(--typ-success-soft);
    color: var(--typ-success);
}

.typ-collection-card-title {
    display: block;
    margin: 0 0 4px;
    color: var(--typ-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.typ-collection-card-sub {
    display: block;
    margin-bottom: 10px;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-collection-card small {
    display: block;
    margin-top: 8px;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-group-loading {
    margin-left: 8px;
    color: var(--typ-muted);
    font-size: 12px;
    font-weight: 400;
}

.typ-group-loading[hidden] { display: none; }

.typ-group-products {
    position: relative;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-group-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-ink);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.typ-group-products-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 32px;
    margin-bottom: 14px;
    padding-right: 40px;
}

.typ-group-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.typ-group-filter-tabs button {
    padding: 8px 14px;
    border: 1px solid var(--typ-line-strong);
    border-radius: var(--typ-radius-sm);
    background: #fff;
    color: var(--typ-muted);
    font-weight: 500;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.typ-group-filter-tabs button.is-active {
    background: var(--typ-ink);
    border-color: var(--typ-ink);
    color: #fff;
}

.typ-group-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

/* ---------------------------------------------------------------- */
/* Warenkorb-Modal                                                   */
/* ---------------------------------------------------------------- */
.typ-cart-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-family: var(--theme-font-family, Inter, "Helvetica Neue", Arial, sans-serif);
}

.typ-cart-modal[hidden] { display: none; }
.typ-modal-open { overflow: hidden; }

.typ-cart-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 28, 26, .48);
}

.typ-cart-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 22px;
    border: 1px solid var(--typ-line-strong, #D8D8D4);
    border-radius: 8px;
    background: #fff;
    color: #1C1C1A;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.typ-cart-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #D8D8D4;
    border-radius: 4px;
    background: #fff;
    color: #1C1C1A;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.typ-cart-modal-dialog h3 {
    margin: 0 40px 14px 0;
    font-family: Montserrat, var(--theme-font-family, Inter, sans-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.typ-cart-modal-image {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 16px;
    object-fit: contain;
}

.typ-cart-modal-form { display: grid; gap: 12px; }

/* Rezensions-Modal (teilt sich das Grundgerüst mit dem Warenkorb-Modal) */
.typ-review-modal .typ-muted-text { margin: 0 0 12px; }

.typ-review-form { display: grid; gap: 12px; }

.typ-review-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #D8D8D4;
    border-radius: 4px;
    background: #fff;
    color: #1C1C1A;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    resize: vertical;
}

.typ-review-form textarea:focus { border-color: #1C1C1A; outline: none; }

.typ-review-form button[type="submit"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--theme-palette-color-1, #C8951C);
    border-radius: 4px;
    background: var(--theme-palette-color-1, #C8951C);
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}

.typ-review-form button[type="submit"]:hover {
    background: var(--typ-gold-dark, #A87B12);
    border-color: var(--typ-gold-dark, #A87B12);
}

.typ-review-form button[type="submit"]:disabled { opacity: .5; cursor: not-allowed; }

.typ-cart-modal-form label {
    display: grid;
    gap: 5px;
    color: #6B6B66;
    font-size: 12px;
    font-weight: 500;
}

.typ-size-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    min-height: 42px;
    padding: 8px 34px 8px 12px;
    border: 1px solid #D8D8D4;
    border-radius: 4px;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, transparent 50%, #1C1C1A 50%),
        linear-gradient(135deg, #1C1C1A 50%, transparent 50%);
    background-position: calc(100% - 17px) 52%, calc(100% - 12px) 52%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    color: #1C1C1A;
    font-weight: 500;
    cursor: pointer;
}

.typ-size-select:focus { border-color: #1C1C1A; outline: none; }

.typ-qty-control {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    overflow: hidden;
    border: 1px solid #D8D8D4;
    border-radius: 4px;
    background: #fff;
}

.typ-qty-control button {
    min-height: 42px;
    border: 0;
    background: #F7F6F4;
    color: #1C1C1A;
    font-size: 18px;
    cursor: pointer;
}

.typ-qty-control input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-left: 1px solid #D8D8D4;
    border-right: 1px solid #D8D8D4;
    border-radius: 0;
    background: #fff;
    color: #1C1C1A;
    font-weight: 500;
    text-align: center;
}

.typ-qty-control input::-webkit-outer-spin-button,
.typ-qty-control input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.typ-modal-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 2px;
    border-top: 1px solid #E7E8EA;
    color: #6B6B66;
    font-size: 14px;
}

.typ-modal-price {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.typ-modal-price del { color: #9B9B96; font-weight: 400; }
.typ-modal-price strong { color: #1C1C1A; font-weight: 600; }

.typ-cart-modal-form > button[type="submit"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--theme-palette-color-1, #C8951C);
    border-radius: 4px;
    background: var(--theme-palette-color-1, #C8951C);
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}

.typ-cart-modal-form > button[type="submit"]:hover {
    background: var(--typ-gold-dark, #A87B12);
    border-color: var(--typ-gold-dark, #A87B12);
}

/* ---------------------------------------------------------------- */
/* Danke-Seite: Duftsammlung-Banner                                      */
/* ---------------------------------------------------------------- */
.typ-thankyou { margin: 24px 0; }

.typ-thankyou-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(22px, 4vw, 56px);
    align-items: center;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: var(--typ-soft);
}

.typ-thankyou-copy h3 { margin: 0 0 6px; font-size: 22px; }

.typ-thankyou-copy .typ-collection-progress-head { margin: 14px 0 8px; }

.typ-gold-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    border: 1px solid var(--typ-gold);
    border-radius: var(--typ-radius-sm);
    background: var(--typ-gold);
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease;
}

.typ-gold-cta:hover {
    background: var(--typ-gold-dark);
    border-color: var(--typ-gold-dark);
    color: #000;
    text-decoration: none;
}

.typ-thankyou-copy .typ-gold-cta { margin-top: 14px; }

.typ-thankyou-thumbs {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: min-content;
    max-width: 574px;
}

.typ-thankyou-thumb {
    display: block;
    flex: 0 0 clamp(104px, 8vw, 136px);
    width: clamp(104px, 8vw, 136px);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--typ-line);
    border-radius: var(--typ-radius);
    background: #fff;
}

.typ-thankyou-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 720px) {
    .typ-thankyou-banner { grid-template-columns: 1fr; }
    .typ-thankyou-thumbs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .typ-thankyou-thumbs::-webkit-scrollbar { display: none; }
    .typ-thankyou-thumb { flex-basis: 82px; width: 82px; }
}

/* ---------------------------------------------------------------- */
/* Toast — kurze Bestätigung unten in der Mitte                      */
/* ---------------------------------------------------------------- */
.typ-toast {
    position: fixed;
    left: 50%;
    bottom: 26px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100vw - 32px);
    padding: 11px 18px;
    border-radius: 6px;
    background: var(--theme-palette-color-2, #1C1C1A);
    color: #fff;
    font-family: var(--theme-font-family, Inter, "Helvetica Neue", Arial, sans-serif);
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
    opacity: 0;
    transform: translate(-50%, 8px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

.typ-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.typ-toast::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--theme-palette-color-1, #C8951C);
}

/* ---------------------------------------------------------------- */
/* Responsive                                                        */
/* ---------------------------------------------------------------- */
@media (max-width: 1280px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .typ-toolbar { grid-template-columns: repeat(3, minmax(140px, 1fr)); }
}

@media (max-width: 980px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .typ-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-toolbar .typ-search-label { grid-column: 1 / -1; }
    .typ-collection-hero,
    .typ-reward-panel,
    .typ-app-panels { grid-template-columns: 1fr; }
    .typ-stats-grid,
    .typ-collection-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-profile-columns { grid-template-columns: 1fr; }
    .typ-pass-card { min-height: 160px; }
}

@media (max-width: 720px) {
    .typ-collection-list-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .typ-toolbar { grid-template-columns: 1fr; }
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-onboarding-steps { grid-template-columns: 1fr; }
    .typ-pass-stats strong { font-size: 17px; }
    .typ-pass-stats span { font-size: 10px; }
}

@media (max-width: 480px) {
    .typ-stats-grid,
    .typ-collection-cards { grid-template-columns: 1fr; }
    .typ-view-switch button { padding: 10px 8px; font-size: 13px; }
    .typ-card h3 a { -webkit-line-clamp: 3; }
    .typ-star { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .typ-collection-wrap *,
    .typ-collection-wrap *::before,
    .typ-collection-wrap *::after,
    .typ-toast {
        transition: none !important;
        animation: none !important;
    }
}

/* v5.0.3 — expliciete privacykeuze voor persoonlijke geurnotities. */
.typ-review-visibility {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.typ-review-visibility legend {
    margin-bottom: 7px;
    color: var(--typ-ink);
    font-size: 14px;
    font-weight: 700;
}

.typ-review-visibility label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--typ-line);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.typ-review-visibility label:has(input:checked) {
    border-color: var(--typ-slate);
    background: var(--typ-soft);
}

.typ-review-visibility input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--typ-ink);
}

.typ-review-visibility span,
.typ-review-visibility strong,
.typ-review-visibility small {
    display: block;
}

.typ-review-visibility strong {
    color: var(--typ-ink);
    font-size: 14px;
}

.typ-review-visibility small {
    margin-top: 3px;
    color: var(--typ-muted);
    font-size: 12px;
    line-height: 1.45;
}

.typ-review-form textarea[readonly] {
    background: var(--typ-soft);
    color: var(--typ-ink);
}

.typ-review-public-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--typ-ink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
}

@media (max-width: 560px) {
    .typ-review-visibility label {
        padding: 11px;
    }
}

/* ================================================================
   v4.8.3 — collectiegevoel, Blocksy-sterren en dashboard-Duftpass
   ================================================================ */
.typ-collection-search-row {
    align-items: stretch;
}

.typ-collection-search-row .typ-search-label,
.typ-filter-actions {
    min-height: 52px;
}

.typ-collection-search-row .typ-search-label {
    display: flex;
}

.typ-collection-search-row .typ-search,
.typ-filter-actions .typ-filter-toggle {
    box-sizing: border-box;
    height: 52px;
    min-height: 52px;
    margin: 0;
}

.typ-filter-actions {
    align-self: stretch;
}

.typ-filter-actions .typ-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.typ-grid,
.typ-group-product-grid {
    align-items: stretch;
}

.typ-card {
    height: 100%;
}

.typ-card-image-area,
.typ-image-frame {
    background: #fff !important;
}

.typ-image-frame {
    aspect-ratio: 4 / 5;
}

.typ-image-frame img {
    padding: 4px;
}

.typ-card-body {
    flex: 1 1 auto;
    min-height: 94px;
}

/* Blocksy/WooCommerce gebruikt het star-iconfont met kleine en grote S. */
.typ-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E2E0DC;
    font-size: 15px;
    line-height: 1;
}

.typ-star-glyph::before {
    content: "\73";
    font-family: star, WooCommerce, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: never;
}

.typ-star.is-active .typ-star-glyph::before {
    content: "\53";
}

.typ-star.is-active,
.typ-star:hover {
    color: var(--typ-gold);
}

.typ-dashboard-pass {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 24px;
    align-items: center;
    margin: 28px 0 0;
    padding: 22px 24px;
    border: 1px solid #D8D8D4;
    border-radius: 4px;
    background: #F7F6F4;
    color: #1C1C1A;
}

.typ-dashboard-pass-copy {
    min-width: 0;
}

.typ-dashboard-pass-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #6B6B66;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.typ-dashboard-pass h2 {
    margin: 0 0 5px;
    color: #1C1C1A;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.2;
}

.typ-dashboard-pass p {
    margin: 0;
    color: #6B6B66;
    font-size: 14px;
}

.typ-dashboard-pass-link {
    color: #1C1C1A;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #C8951C;
    text-underline-offset: 5px;
    white-space: nowrap;
}

.typ-dashboard-pass-link:hover {
    color: #9F7414;
}

.typ-dashboard-pass-progress {
    grid-column: 1 / -1;
    height: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: #E7E8EA;
}

.typ-dashboard-pass-progress > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #C8951C;
}

@media (max-width: 720px) {
    .typ-collection-search-row .typ-search-label,
    .typ-filter-actions,
    .typ-collection-search-row .typ-search,
    .typ-filter-actions .typ-filter-toggle {
        min-height: 48px;
        height: 48px;
    }

    .typ-filter-actions {
        justify-content: flex-end;
    }

    .typ-image-frame {
        aspect-ratio: 4 / 5;
    }

    .typ-image-frame img {
        padding: 2px;
    }

    .typ-dashboard-pass {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .typ-dashboard-pass-link {
        justify-self: start;
    }
}

/* Reviewstatus blijft na opslaan direct zichtbaar en aanklikbaar. */
.typ-review-state {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    margin-top: 5px;
    padding: 3px 7px;
    border: 1px solid var(--typ-line);
    border-radius: 999px;
    background: var(--typ-soft);
    color: var(--typ-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.typ-review-state.is-private {
    border-color: var(--typ-slate);
    background: var(--typ-slate-soft);
    color: var(--typ-ink);
}

.typ-review-state.is-public {
    border-color: #B7D8C0;
    background: var(--typ-success-soft);
    color: var(--typ-success);
}

.typ-review-state.is-pending {
    border-color: #E4D2A4;
    background: var(--typ-gold-soft);
    color: var(--typ-gold-dark);
}

.typ-review-length-hint {
    margin: -4px 0 4px;
    color: var(--typ-muted);
    font-size: 13px;
    line-height: 1.4;
}

/* =====================================================================
   4.0 — rustige, zelfverklarende collectie-interface
   ===================================================================== */
.typ-collection-wrap {
    --typ-radius: 4px;
    --typ-radius-sm: 4px;
    --typ-soft: #F7F6F4;
    --typ-line: #e7e8ea;
    --typ-line-strong: #d8d8d4;
    --typ-shadow-sm: 0 2px 8px rgba(28, 28, 26, .05);
    --typ-shadow-md: 0 12px 36px rgba(28, 28, 26, .16);
    font-family: var(--typ-font-body);
    font-size: 14px;
    letter-spacing: 0;
}

.typ-collection-wrap h2,
.typ-collection-wrap h3,
.typ-collection-wrap h4,
.typ-pass-stats strong,
.typ-pass-card strong {
    font-family: var(--typ-font-heading);
    letter-spacing: 0;
}

.typ-collection-wrap h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 600; }
.typ-collection-wrap h3 { font-weight: 600; }
.typ-eyebrow { color: var(--typ-muted); letter-spacing: .14em; }
.typ-lead { max-width: 680px; color: var(--typ-muted); font-size: 14px; }

.typ-view-switch {
    position: sticky;
    top: 12px;
    z-index: 40;
    width: min(560px, calc(100% - 24px));
    margin-bottom: 34px;
    padding: 4px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: var(--typ-soft);
    box-shadow: none;
}

.typ-view-switch button {
    min-height: 44px;
    border-radius: 4px;
    color: var(--typ-ink);
    font-size: 14px;
    font-weight: 600;
}

.typ-view-switch button.is-active {
    background: #fff;
    color: var(--typ-ink);
    box-shadow: 0 1px 4px rgba(28, 28, 26, .08);
}

.typ-collection-list-head {
    align-items: center;
    margin-bottom: 22px;
    padding: clamp(4px, 2vw, 14px) 2px;
}

.typ-filter-toggle,
.typ-reset-filters,
.typ-load-more {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--typ-ink);
    font-weight: 600;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease;
}

.typ-filter-toggle:hover,
.typ-reset-filters:hover,
.typ-load-more:hover {
    background: var(--typ-soft);
    border-color: var(--typ-ink);
    color: var(--typ-ink);
    box-shadow: none;
}

.typ-toolbar {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
    padding: 18px;
    border-color: var(--typ-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: var(--typ-shadow-sm);
}

.typ-toolbar label { color: #6e6e73; }
.typ-toolbar input,
.typ-toolbar select {
    min-height: 46px;
    border-color: transparent;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

.typ-toolbar input:focus,
.typ-toolbar select:focus,
.typ-review-form textarea:focus,
.typ-size-select:focus {
    border-color: var(--typ-gold);
    outline: 3px solid rgba(200, 149, 28, .18);
    outline-offset: 1px;
}

.typ-filter-count {
    min-height: 44px;
    border-radius: 4px;
    background: var(--typ-soft);
}

.typ-reset-filters { align-self: end; font-size: 13px; }
.typ-notes-filter { border-radius: 4px; background: #fafafa; }
.typ-note-options label { min-height: 36px; border-radius: 4px; }

.typ-pass-strip {
    margin-bottom: 24px;
    padding: clamp(16px, 3vw, 24px);
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: var(--typ-soft);
    color: var(--typ-ink);
    box-shadow: var(--typ-shadow-sm);
}

.typ-pass-stats button {
    min-height: 68px;
    border-color: var(--typ-line);
    border-radius: 4px;
    background: #fff;
    color: var(--typ-ink);
}

.typ-pass-stats button:hover { border-color: var(--typ-slate); background: var(--typ-slate-soft); }
.typ-pass-stats button.is-active {
    border-color: var(--typ-gold);
    background: #fff;
    color: var(--typ-ink);
    box-shadow: inset 0 3px 0 var(--typ-gold);
}
.typ-pass-stats button:not(.is-active) span,
.typ-pass-stats button.is-active span { color: var(--typ-muted); }
.typ-pass-strip .typ-collection-progress-head > span,
.typ-pass-strip .typ-level-hint { color: var(--typ-muted); }
.typ-pass-strip .typ-level-pill { border-color: var(--typ-line-strong); background: #fff; color: var(--typ-ink); }
.typ-pass-strip > .typ-progress-bar { background: var(--typ-line); }
.typ-pass-strip > .typ-progress-bar i { background: var(--typ-gold); }

.typ-points-chip {
    border-color: var(--typ-slate) !important;
    background: var(--typ-slate-soft) !important;
}
.typ-points-chip strong,
.typ-points-chip span { color: var(--typ-ink); }

.typ-onboarding,
.typ-collection-hero,
.typ-panel,
.typ-collection-section,
.typ-reward-panel,
.typ-stat-card {
    border-color: var(--typ-line);
    border-radius: 4px;
    box-shadow: var(--typ-shadow-sm);
}

.typ-grid,
.typ-group-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.typ-card {
    contain: layout paint;
    content-visibility: auto;
    contain-intrinsic-size: 0 360px;
    border-color: var(--typ-line);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .02);
}

.typ-card:hover {
    transform: translateY(-1px);
    border-color: var(--typ-slate);
    box-shadow: 0 4px 14px rgba(28, 28, 26, .08);
}

.typ-image-frame { background: var(--typ-soft); }
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img { filter: grayscale(1); opacity: .42; }
.typ-card-badge {
    top: 10px;
    left: 10px;
    padding: 5px 9px;
    border: 0;
    border-radius: 4px;
    background: rgba(255,255,255,.88);
    color: var(--typ-ink);
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.typ-card-badge.is-owned { background: rgba(28,28,26,.9); color: #fff; }

.typ-card-body { gap: 10px; padding: 13px 14px 14px; }
.typ-card-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    color: var(--typ-muted);
    font-size: 11px;
}
.typ-card-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.typ-card-meta strong { flex: 0 0 auto; color: var(--typ-ink); font-size: 12px; font-weight: 650; }
.typ-card h3 { font-size: 14px; font-weight: 620; }
.typ-card-rating-row { min-height: 32px; }

.typ-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    min-height: 44px;
}
.typ-card.is-locked .typ-card-actions { justify-content: stretch; }
.typ-card-buy-box.has-label { position: static; min-width: 0; }
.typ-card-buy-box.has-label .typ-open-cart-modal {
    width: 100%;
    min-width: 0;
    height: 44px;
    gap: 7px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}
.typ-card-buy-box.is-compact .typ-open-cart-modal { width: 40px; height: 40px; border-radius: 4px; }
.typ-favorite-toggle { width: 44px; height: 44px; border-radius: 4px; background: var(--typ-soft); color: var(--typ-slate); }
.typ-favorite-toggle:hover { background: var(--typ-slate-soft); color: var(--typ-ink); }
.typ-favorite-toggle.is-active { background: var(--typ-gold-soft); color: var(--typ-gold-dark); }
.typ-favorite-toggle .typ-ic { width: 19px; height: 19px; }

.typ-rating { gap: 1px; }
.typ-star { width: 30px; height: 30px; padding: 0; border-radius: 4px; color: var(--typ-rating-empty); font-size: 18px; }
.typ-star:focus-visible { background: var(--typ-gold-soft); }
.typ-review-nudge { min-height: 40px; border-style: solid; border-radius: 4px; }

.typ-load-more-wrap {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 28px 0 4px;
    color: var(--typ-muted);
    font-size: 13px;
}
.typ-load-more-wrap p { margin: 0; }
.typ-load-more { min-width: 220px; }

.typ-reward-panel { grid-template-columns: minmax(0, .9fr) minmax(170px, 220px) minmax(300px, 1.3fr); }
.typ-coupon-wallet { grid-column: 1 / -1; padding-top: 16px; border-top: 1px solid var(--typ-line); }
.typ-coupon-wallet-head { margin-bottom: 10px; }
.typ-coupon-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.typ-coupon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: var(--typ-soft);
}
.typ-coupon-item span { min-width: 0; }
.typ-coupon-item strong,
.typ-coupon-item small { display: block; }
.typ-coupon-item strong { overflow: hidden; color: var(--typ-ink); text-overflow: ellipsis; white-space: nowrap; }
.typ-coupon-item small { color: #6e6e73; }
.typ-coupon-item button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    border: 0;
    border-radius: 4px;
    background: var(--typ-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.typ-coupon-item em { color: var(--typ-muted); font-size: 12px; font-style: normal; }

.typ-cart-modal-backdrop { background: rgba(0, 0, 0, .42); }
.typ-cart-modal-dialog {
    width: min(440px, 100%);
    padding: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: var(--typ-shadow-md);
}
.typ-cart-modal-close { width: 40px; height: 40px; border: 0; border-radius: 4px; background: var(--typ-soft); }
.typ-modal-message { min-height: 0; margin: 0; color: #b42318; font-size: 13px; }
.typ-modal-message:empty { display: none; }
.typ-review-form textarea[aria-invalid="true"] { border-color: var(--typ-danger); }
.typ-review-status { color: var(--typ-success); font-size: 12px; font-weight: 600; }
.typ-cart-modal-form > button[type="submit"]:disabled { opacity: .45; cursor: not-allowed; }

/* Goud is gereserveerd voor de commerciële hoofdactie. De zwarte tekst volgt
   dezelfde hoog-contrastbehandeling als de productpagina. */
.typ-open-cart-modal,
.typ-gold-cta,
.typ-cart-modal-form > button[type="submit"] {
    border-color: var(--typ-gold);
    background: var(--typ-gold);
    color: var(--typ-cta-text);
}

.typ-open-cart-modal:hover,
.typ-gold-cta:hover,
.typ-cart-modal-form > button[type="submit"]:hover {
    border-color: var(--typ-gold-dark);
    background: var(--typ-gold-dark);
    color: var(--typ-cta-text);
}

/* Niet-commerciële acties blijven rustig antraciet. */
.typ-reward-tier.is-available .typ-redeem-button,
.typ-cart-rewards-tiers .typ-redeem-button,
.typ-review-form button[type="submit"] {
    border-color: var(--typ-ink);
    background: var(--typ-ink);
    color: #fff;
}

.typ-reward-tier.is-available .typ-redeem-button:hover:not(:disabled),
.typ-cart-rewards-tiers .typ-redeem-button:hover:not(:disabled),
.typ-review-form button[type="submit"]:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

/* Mijn account: collectie is de hoofdroute; Downloads wordt server-side
   verborgen wanneer de klant niets kan downloaden. */
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    border-radius: 4px;
    transition: background-color .16s ease, color .16s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { background: #F7F6F4; color: #1C1C1A; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    border-left: 3px solid #C8951C;
    background: #FBF3E0;
    color: #1C1C1A;
}

.typ-collection-wrap button:focus-visible,
.typ-collection-wrap a:focus-visible,
.typ-collection-wrap input:focus-visible,
.typ-collection-wrap select:focus-visible,
.typ-collection-wrap textarea:focus-visible {
    outline: 3px solid rgba(200, 149, 28, .42);
    outline-offset: 3px;
}

@media (max-width: 980px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .typ-reward-panel { grid-template-columns: 1fr; }
    .typ-coupon-wallet { grid-column: 1; }
}

@media (max-width: 720px) {
    .typ-view-switch { top: 8px; margin-bottom: 24px; }
    .typ-collection-list-head { align-items: flex-start; }
    .typ-filter-toggle { width: 100%; }
    .typ-toolbar { grid-template-columns: 1fr; padding: 14px; border-radius: 4px; }
    .typ-toolbar .typ-search-label { grid-column: auto; }
    .typ-reset-filters { width: 100%; }
    .typ-pass-strip { border-radius: 4px; }
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .typ-card-body { padding: 10px; }
    .typ-card-meta { display: grid; gap: 2px; }
    .typ-card-actions { grid-template-columns: minmax(0, 1fr) 40px; gap: 6px; }
    .typ-favorite-toggle { width: 40px; height: 44px; }
    .typ-card-buy-box.has-label .typ-open-cart-modal { padding: 0 8px; font-size: 11px; }
    .typ-card-buy-box.has-label .typ-open-cart-modal .typ-ic { display: none; }
    .typ-star { width: 26px; height: 28px; font-size: 16px; }
    .typ-coupon-list { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: 1fr; }
    .typ-card-buy-box.has-label .typ-open-cart-modal .typ-ic { display: block; }
}

/* =====================================================================
   4.3 — Video-audit refinement
   Geen knoppenmuur, geen zwevende navigatie over de kaarten en geen donkere
   dashboard-tegel. De productfoto blijft het belangrijkste verzamelobject.
   ===================================================================== */
.typ-view-switch {
    position: static;
    top: auto;
    z-index: auto;
    margin-bottom: 26px;
}

.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img {
    filter: saturate(.76) contrast(.98);
    opacity: .86;
}

.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: none;
    opacity: 1;
}

.typ-card-image-actions {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    gap: 6px;
}

.typ-card-image-actions .typ-card-buy-box,
.typ-card-image-actions .typ-favorite-toggle {
    position: static;
}

.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(216, 216, 212, .96);
    border-radius: 4px;
    background: rgba(255, 255, 255, .94);
    color: var(--typ-ink);
    box-shadow: 0 2px 8px rgba(28, 28, 26, .08);
    backdrop-filter: blur(8px);
}

.typ-card-image-actions .typ-open-cart-modal:hover,
.typ-card-image-actions .typ-favorite-toggle:hover {
    border-color: var(--typ-slate);
    background: #fff;
    color: var(--typ-ink);
    transform: none;
}

.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-color: var(--typ-slate);
    background: var(--typ-slate-soft);
    color: #60788f;
}

.typ-card-image-actions .typ-ic { width: 17px; height: 17px; }
.typ-card-body { padding-bottom: 13px; }
.typ-card-rating-row { min-height: 28px; }

/* Profiel: één rustige informatiestroom in plaats van vak-in-vak-in-vak. */
.typ-collection-hero {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
    gap: 24px;
    margin-bottom: 0;
    padding: 4px 0 22px;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.typ-hero-actions { margin-top: 12px; }
.typ-soft-button {
    min-height: 34px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: var(--typ-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.typ-soft-button:hover { background: transparent; color: var(--typ-slate); }

.typ-pass-card {
    min-height: 0;
    padding: 14px 0 4px 18px;
    border: 0;
    border-left: 2px solid var(--typ-gold);
    border-radius: 0;
    background: transparent;
    color: var(--typ-ink);
}
.typ-pass-label,
.typ-pass-level {
    position: static;
    align-self: flex-start;
    padding: 0;
    background: transparent;
    color: var(--typ-muted);
}
.typ-pass-level { margin: 3px 0 12px; }
.typ-pass-card strong { margin-top: 4px; color: var(--typ-ink); font-size: 34px; }
.typ-pass-card span:not(.typ-pass-label):not(.typ-pass-level),
.typ-pass-next { color: var(--typ-muted); }
.typ-pass-card .typ-progress-bar { height: 4px; background: var(--typ-line); }
.typ-pass-card .typ-progress-bar i { background: var(--typ-gold); }

.typ-reward-panel,
.typ-reward-panel.typ-reward-panel-expanded {
    grid-template-columns: minmax(220px, 1fr) minmax(150px, .45fr) minmax(260px, .9fr);
    gap: 20px;
    margin: 0;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-reward-score {
    padding: 0 20px;
    border: 0;
    border-left: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-reward-tier { padding: 0; border: 0; background: transparent; }

.typ-stats-grid {
    gap: 0;
    margin: 0 0 22px;
    border-bottom: 1px solid var(--typ-line);
}
.typ-stat-card {
    padding: 18px 16px;
    border: 0;
    border-right: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-stat-card:first-child { padding-left: 0; }
.typ-stat-card:last-child { border-right: 0; }
.typ-stat-card strong { font-size: 26px; }

.typ-app-panels { grid-template-columns: 1fr; gap: 0; }
.typ-panel {
    padding: 0 0 22px;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    box-shadow: none;
}
.typ-profile-columns { gap: 0; }
.typ-top-list {
    padding: 12px 18px;
    border-right: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-top-list:first-child { padding-left: 0; }
.typ-top-list:last-child { border-right: 0; }
.typ-top-list em { background: var(--typ-soft); }
.typ-expand-toggle { border: 0; padding-inline: 0; text-decoration: underline; text-underline-offset: 3px; }

/* Cart Blocks: het ene nuttige puntenelement hoort in de samenvatting. */
.typ-cart-rewards-slot { margin: 14px 0; }
.typ-cart-rewards-slot.typ-collection-wrap { width: 100%; }
.typ-cart-rewards {
    margin: 0;
    padding: 14px 0;
    border: 0;
    border-top: 1px solid var(--typ-line);
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-cart-rewards-head strong { font-size: 17px; }
.typ-cart-rewards .typ-progress-bar { height: 4px; }

@media (max-width: 980px) {
    .typ-reward-panel,
    .typ-reward-panel.typ-reward-panel-expanded { grid-template-columns: 1fr; }
    .typ-reward-score { padding: 14px 0; border-left: 0; border-top: 1px solid var(--typ-line); }
}

@media (max-width: 720px) {
    .typ-view-switch { margin-bottom: 20px; }
    .typ-collection-hero { grid-template-columns: 1fr; }
    .typ-pass-card { padding-left: 14px; }
    .typ-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-stat-card:nth-child(2) { border-right: 0; }
    .typ-stat-card:nth-child(n + 3) { border-top: 1px solid var(--typ-line); }
    .typ-profile-columns { grid-template-columns: 1fr; }
    .typ-top-list,
    .typ-top-list:first-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--typ-line); }
    .typ-top-list:last-child { border-bottom: 0; }
    .typ-card-image-actions { right: 8px; bottom: 8px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle { width: 36px; height: 36px; }
}

/* =====================================================================
   4.4 — Thank-you moment + gastaccount
   Eerst bevestigen, dan belonen; alle administratieve details blijven erna
   beschikbaar. De mijlpaal motiveert meer dan een laag totaalpercentage.
   ===================================================================== */
.typ-thankyou {
    margin: 18px 0 24px;
}

.typ-thankyou-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(24px, 4vw, 48px);
    padding: clamp(20px, 3vw, 28px);
    border-color: var(--typ-line);
    background: #fff;
}

.typ-thankyou-copy { max-width: 720px; }
.typ-thankyou-copy h3 {
    margin-bottom: 5px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.15;
}
.typ-thankyou-copy > .typ-muted-text { margin: 0; font-size: 14px; }
.typ-thankyou-copy .typ-collection-progress-head {
    justify-content: flex-start;
    gap: 12px;
    margin: 16px 0 8px;
}
.typ-thankyou-copy .typ-collection-progress-head > span {
    color: var(--typ-muted);
    font-size: 13px;
}
.typ-thankyou-copy .typ-level-pill {
    border-color: var(--typ-line-strong);
    background: var(--typ-soft);
    color: var(--typ-ink);
}
.typ-thankyou-copy .typ-progress-bar {
    width: min(430px, 100%);
    height: 4px;
    margin: 0;
    background: var(--typ-line);
}
.typ-thankyou-copy .typ-progress-bar i { background: var(--typ-gold); }

.typ-thankyou .typ-reward-note {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 13px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--typ-ink);
    font-size: 13px;
}
.typ-thankyou .typ-reward-note::before {
    content: '+';
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--typ-gold-soft);
    color: var(--typ-gold-dark);
    font-weight: 700;
}

.typ-guest-pass-note {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--typ-muted);
    font-size: 12px;
    line-height: 1.5;
}

.typ-thankyou-link {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    color: var(--typ-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: var(--typ-line-strong);
    text-underline-offset: 4px;
}
.typ-thankyou-link:hover { color: var(--typ-slate); text-decoration-color: currentColor; }

.typ-thankyou-thumbs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 76px);
    gap: 8px;
    width: auto;
    max-width: none;
}
.typ-thankyou-thumb {
    width: 76px;
    flex: none;
    aspect-ratio: 1;
    border-color: var(--typ-line);
    background: var(--typ-soft);
}
.typ-thankyou-more {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 7px;
    border-radius: 4px;
    background: rgba(28, 28, 26, .9);
    color: #fff;
    font-size: 11px;
    font-weight: 650;
}

@media (max-width: 720px) {
    .typ-thankyou-banner { grid-template-columns: 1fr; gap: 18px; }
    .typ-thankyou-thumbs {
        grid-template-columns: repeat(4, minmax(54px, 1fr));
        gap: 7px;
        width: 100%;
        overflow: visible;
    }
    .typ-thankyou-thumb,
    .typ-thankyou-thumbs .typ-thankyou-thumb {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
    }
}

/* =====================================================================
   4.2 — Calm Collection
   Goud blijft alleen een klein voortgangsaccent en de definitieve koopactie
   in de modal. Kaarten en snelkeuzes voelen als content, niet als knoppenmuur.
   ===================================================================== */
.typ-pass-strip {
    padding: 18px;
    background: #fff;
    box-shadow: none;
}

.typ-pass-stats,
.typ-pass-stats.has-points {
    display: flex;
    gap: 0;
    margin: 0 0 18px;
    overflow-x: auto;
    border-bottom: 1px solid var(--typ-line);
    scrollbar-width: none;
}

.typ-pass-stats::-webkit-scrollbar { display: none; }

.typ-pass-stats button,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    flex: 1 0 116px;
    min-height: 0;
    padding: 4px 12px 12px;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--typ-ink);
    box-shadow: none;
    text-align: left;
}

.typ-pass-stats button:hover {
    border-bottom-color: var(--typ-line-strong) !important;
    background: transparent !important;
}

.typ-pass-stats button.is-active {
    border-bottom-color: var(--typ-ink) !important;
}

.typ-pass-stats .typ-points-chip { border-bottom-color: var(--typ-slate) !important; }
.typ-pass-stats strong { font-size: 18px; }
.typ-pass-stats span {
    color: var(--typ-muted) !important;
    font-size: 10px;
    letter-spacing: .055em;
}

.typ-pass-strip > .typ-progress-bar { height: 4px; }
.typ-pass-strip > .typ-progress-bar i { background: var(--typ-gold); }

.typ-card {
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.typ-card:hover {
    transform: none;
    border-color: var(--typ-line-strong);
    box-shadow: 0 6px 20px rgba(28, 28, 26, .06);
}

.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img {
    filter: grayscale(.88);
    opacity: .58;
}

.typ-card-body { gap: 8px; }
.typ-card h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.6em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.typ-card-actions {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 4px;
    min-height: 38px;
    border-top: 1px solid var(--typ-line);
}

.typ-card-buy-box.has-label .typ-open-cart-modal {
    justify-content: flex-start;
    width: auto;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 600;
}

.typ-card-buy-box.has-label .typ-open-cart-modal .typ-ic {
    width: 15px;
    height: 15px;
    color: var(--typ-slate);
}

.typ-card-buy-box.has-label .typ-open-cart-modal:hover {
    border: 0;
    background: transparent;
    color: var(--typ-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.typ-favorite-toggle,
.typ-favorite-toggle:hover,
.typ-favorite-toggle.is-active {
    width: 36px;
    height: 38px;
    border: 0;
    background: transparent;
    color: var(--typ-slate);
    transform: none;
}

.typ-favorite-toggle.is-active { color: #60788f; }
.typ-favorite-toggle:hover { color: var(--typ-ink); }

.typ-review-nudge {
    justify-self: start;
    min-height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--typ-muted);
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.typ-review-nudge:hover { background: transparent; color: var(--typ-ink); }

.typ-reward-tier.is-available {
    border-color: var(--typ-line-strong);
    background: #fff;
}

.typ-points-summary,
.typ-reward-panel,
.typ-cart-rewards,
.typ-cart-boost {
    box-shadow: none;
}

.typ-reward-note,
.typ-reward-active {
    border-left-width: 2px;
    background: #fbfaf7;
}

.typ-cart-boost .typ-open-cart-modal {
    border: 1px solid var(--typ-line-strong);
    background: #fff;
    color: var(--typ-ink);
}

.typ-cart-boost .typ-open-cart-modal:hover {
    border-color: var(--typ-ink);
    background: var(--typ-soft);
    color: var(--typ-ink);
}

.typ-onboarding .typ-gold-cta,
.typ-thankyou .typ-gold-cta {
    border-color: var(--typ-ink);
    background: var(--typ-ink);
    color: #fff;
}

.typ-onboarding .typ-gold-cta:hover,
.typ-thankyou .typ-gold-cta:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.typ-toolbar input:focus,
.typ-toolbar select:focus,
.typ-review-form textarea:focus,
.typ-size-select:focus {
    border-color: var(--typ-slate);
    outline-color: rgba(138, 154, 171, .22);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    border-left-color: var(--typ-slate, #8A9AAB);
    background: #EEF1F4;
}

.typ-collection-wrap button:focus-visible,
.typ-collection-wrap a:focus-visible,
.typ-collection-wrap input:focus-visible,
.typ-collection-wrap select:focus-visible,
.typ-collection-wrap textarea:focus-visible {
    outline-color: rgba(96, 120, 143, .42);
}

@media (min-width: 1500px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .typ-pass-strip { padding: 14px; }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip { flex-basis: 102px; padding-inline: 8px; }
    .typ-card-actions { grid-template-columns: minmax(0, 1fr) 34px; }
    .typ-favorite-toggle { width: 34px; }
    .typ-card-buy-box.has-label .typ-open-cart-modal { padding: 0; font-size: 11px; }
    .typ-card-buy-box.has-label .typ-open-cart-modal .typ-ic { display: block; }
}

/* =====================================================================
   4.5 — Collect-first UX
   De collectie verklaart zichzelf vóór de bediening. Kaarten volgen het
   rustige winkelraster; punten blijven een ondersteunend loyaliteitssignaal.
   ===================================================================== */
.typ-collection-list-head {
    margin: 0 0 18px;
    padding: 2px 0 0;
}

.typ-collection-list-head > div { max-width: 820px; }
.typ-collection-list-head h2 { margin-bottom: 8px; }
.typ-collection-list-head .typ-lead { max-width: 760px; margin-bottom: 0; }

.typ-collection-how {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    color: var(--typ-muted);
    font-size: 12px;
}
.typ-collection-how li { display: inline-flex; align-items: center; gap: 7px; }
.typ-collection-how li span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--typ-ink);
    font-size: 13px;
}

.typ-collection-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin: 0 0 12px;
}
.typ-collection-search-row .typ-search-label { display: block; }
.typ-collection-search-row .typ-search {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--typ-ink);
    font-size: 14px;
}
.typ-collection-search-row .typ-search:focus {
    border-color: var(--typ-slate);
    outline: 3px solid rgba(138, 154, 171, .18);
    outline-offset: 1px;
}
.typ-collection-search-row .typ-filter-toggle {
    min-width: 142px;
    min-height: 48px;
}

.typ-toolbar {
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    margin: 0 0 16px;
    box-shadow: none;
}
.typ-toolbar .typ-search-label { grid-column: auto; }

.typ-pass-strip {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.typ-pass-stats,
.typ-pass-stats.has-points {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 16px;
    overflow: hidden;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
}
.typ-pass-stats button,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    min-height: 62px;
    padding: 11px 13px;
    border: 0 !important;
    border-right: 1px solid var(--typ-line) !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    text-align: left;
}
.typ-pass-stats button:last-child { border-right: 0 !important; }
.typ-pass-stats button:hover { background: var(--typ-soft) !important; }
.typ-pass-stats button.is-active {
    border-bottom-color: var(--typ-ink) !important;
    background: var(--typ-soft) !important;
}
.typ-pass-stats .typ-points-chip { border-bottom-color: var(--typ-slate) !important; }
.typ-pass-stats strong { font-size: 19px; }
.typ-pass-stats span { color: var(--typ-muted) !important; font-size: 10px; letter-spacing: .045em; }
.typ-pass-strip .typ-collection-progress-head { margin-bottom: 8px; }
.typ-pass-strip .typ-collection-progress-head > span { color: var(--typ-muted); font-size: 12px; }
.typ-pass-strip .typ-level-hint { margin: 8px 0 0; font-size: 11px; }

.typ-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.typ-group-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.typ-card {
    contain-intrinsic-size: 0 520px;
    border-color: var(--typ-line);
    background: #fff;
    box-shadow: none;
}
.typ-card:hover {
    transform: none;
    border-color: var(--typ-line-strong);
    box-shadow: 0 8px 24px rgba(28, 28, 26, .055);
}
.typ-image-frame { aspect-ratio: 1 / 1; background: var(--typ-soft); }
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img,
.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) contrast(.95);
    opacity: .42;
}
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img { filter: grayscale(1) contrast(.95); opacity: .42; }
.typ-card-badge,
.typ-card-badge.is-owned {
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(216, 216, 212, .96);
    background: rgba(255, 255, 255, .94);
    color: var(--typ-ink);
    box-shadow: 0 2px 8px rgba(28, 28, 26, .06);
    backdrop-filter: blur(8px);
}
.typ-card-badge.is-owned::before { content: '✓ '; color: var(--typ-slate); }
.typ-card-body {
    min-height: 132px;
    gap: 9px;
    padding: 15px 16px 16px;
}
.typ-card h3 { min-height: 2.65em; font-size: 16px; line-height: 1.32; font-weight: 620; }
.typ-card-meta { font-size: 12px; }
.typ-card-meta strong { font-size: 13px; }
.typ-card-rating-row { margin-top: auto; }
.typ-card-image-actions { right: 12px; bottom: 12px; }
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active { width: 42px; height: 42px; }

.typ-reward-panel,
.typ-reward-panel.typ-reward-panel-expanded {
    grid-template-columns: minmax(260px, 1.15fr) minmax(150px, .45fr) minmax(260px, .85fr);
}
.typ-reward-copy h3 { margin-bottom: 7px; }
.typ-reward-copy p:last-child { max-width: 610px; color: var(--typ-muted); }

@media (min-width: 1500px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .typ-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .typ-reward-panel,
    .typ-reward-panel.typ-reward-panel-expanded { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .typ-collection-how { display: grid; gap: 8px; }
    .typ-collection-search-row { grid-template-columns: 1fr; }
    .typ-collection-search-row .typ-filter-toggle { width: 100%; }
    .typ-toolbar { grid-template-columns: 1fr; }
    .typ-pass-strip { padding: 0 0 17px; }
    .typ-pass-stats,
    .typ-pass-stats.has-points {
        display: flex;
        margin-bottom: 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip { flex: 0 0 118px; }
    .typ-pass-stats::-webkit-scrollbar { display: none; }
    .typ-pass-strip .typ-collection-progress-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .typ-grid,
    .typ-group-product-grid { gap: 10px; }
    .typ-card-body { min-height: 116px; padding: 11px; }
    .typ-card h3 { font-size: 13px; }
    .typ-card-meta { display: grid; gap: 2px; font-size: 10px; }
    .typ-card-meta strong { font-size: 11px; }
    .typ-card-badge,
    .typ-card-badge.is-owned { top: 8px; left: 8px; max-width: calc(100% - 70px); font-size: 9px; }
    .typ-card-image-actions { right: 8px; bottom: 8px; gap: 5px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active { width: 36px; height: 36px; }
}

/* 4.6 — rustige activatiebonus en transparante winkelwagenprognose. */
.typ-review-bonus-note,
.typ-reward-activation-note,
.typ-cart-earn-preview,
.typ-cart-guest-note {
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: var(--typ-soft);
    color: var(--typ-ink);
    font-size: 12px;
    line-height: 1.55;
}

.typ-review-bonus-note,
.typ-reward-activation-note {
    border-left: 2px solid var(--typ-gold);
    background: #fbfaf7;
}

.typ-cart-earn-preview { font-weight: 600; }
.typ-cart-guest-note { color: var(--typ-muted); }
.typ-cart-rewards > .typ-progress-bar { margin-top: 12px; }

/* =====================================================================
   4.7 — Collection-first restoration
   Ontbrekende geuren zijn weer duidelijke grijze verzamelobjecten, de
   Kollektionsordner staan in de hoofdweergave en de kaarten zijn compacter.
   ===================================================================== */
.typ-collection-map {
    margin: 22px 0 26px;
    padding: 18px;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
}

.typ-collection-map-head h3 { margin: 2px 0 5px; font-size: 19px; }
.typ-collection-map-head p:last-child { margin: 0; color: var(--typ-muted); font-size: 12px; }
.typ-collection-map .typ-sammlung-tabs { width: min(420px, 100%); margin: 16px 0 14px; }
.typ-collection-map .typ-collection-section {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.typ-collection-map .typ-section-head { display: none; }
.typ-collection-map .typ-collection-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.typ-collection-map:not(.is-expanded) .typ-sammlung-panel.is-active .typ-collection-card:nth-child(n + 9) { display: none; }
.typ-collection-map-toggle {
    min-height: 38px;
    margin-top: 12px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid var(--typ-line-strong);
    border-radius: 0;
    background: transparent;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 600;
}
.typ-collection-map-toggle:hover { border-bottom-color: var(--typ-ink); background: transparent; color: var(--typ-ink); }

/* Vier compacte verzamelkaarten op een normale desktop. */
.typ-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.typ-group-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.typ-card { contain-intrinsic-size: 0 390px; }
.typ-image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--typ-soft);
}
.typ-image-frame img {
    object-fit: contain;
    transform: scale(1.055);
    transform-origin: center;
}

/* De oude productbeelden bevatten aan beide zijkanten een automatisch
   kleurvlak. Een rustige witte maskering maakt alle kaarten één collectie,
   zonder de flacon zelf te vervormen. */
.typ-image-frame::before,
.typ-image-frame::after {
    position: absolute;
    inset-block: 0;
    z-index: 1;
    width: 8%;
    background: #fff;
    content: '';
    pointer-events: none;
}
.typ-image-frame::before { left: 0; }
.typ-image-frame::after { right: 0; }

/* De kleurstroken in bronafbeeldingen worden door de lichte crop veel
   rustiger. Alleen werkelijk ontdekte parfums blijven volledig in kleur. */
.typ-card.is-owned .typ-image-frame img { filter: none !important; opacity: 1 !important; }
.typ-card.is-locked .typ-image-frame img,
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(1) contrast(.95) !important;
    opacity: .42 !important;
}
.typ-card.is-locked:hover .typ-image-frame img,
.typ-card.is-wishlisted:not(.is-owned):hover .typ-image-frame img {
    filter: grayscale(1) contrast(.97) !important;
    opacity: .58 !important;
}
.typ-card-body { min-height: 116px; padding: 12px 13px 13px; }
.typ-card h3 { min-height: 2.6em; font-size: 14px; }
.typ-card-badge,
.typ-card-badge.is-owned { top: 9px; left: 9px; z-index: 2; padding: 5px 8px; font-size: 9px; }
.typ-card-image-actions { right: 9px; bottom: 9px; }
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active { width: 36px; height: 36px; }

@media (max-width: 1180px) and (min-width: 981px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .typ-collection-map .typ-collection-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
    .typ-collection-map { padding: 14px; }
    .typ-collection-map:not(.is-expanded) .typ-sammlung-panel.is-active .typ-collection-card:nth-child(n + 5) { display: none; }
}

/* =====================================================================
   4.8 — Quiet luxury
   Eén duidelijke verzamelweergave. Navigatie, voortgang en hulpmiddelen
   blijven compact; parfums krijgen de meeste visuele ruimte. Goud wordt
   uitsluitend gebruikt voor verdiende voortgang en de echte beloning.
   ===================================================================== */
.typ-collection-wrap {
    --typ-gold: #C8951C;
    --typ-gold-dark: #A87B12;
    --typ-soft: #F8F8F7;
    --typ-line: #E7E7E4;
    --typ-line-strong: #D7D7D2;
    --typ-radius: 4px;
}

/* Rustige teksttabs in plaats van een zwaar zwart segment. */
.typ-view-switch {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-view-switch button {
    min-height: 44px;
    padding: 0 0 11px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--typ-muted);
    font-size: 13px;
    font-weight: 600;
}
.typ-view-switch button:hover { color: var(--typ-ink); }
.typ-view-switch button.is-active {
    border-bottom-color: var(--typ-ink);
    background: transparent;
    color: var(--typ-ink);
}

.typ-collection-list-head { margin: 0 0 18px; padding: 0; }
.typ-collection-list-head > div { max-width: 720px; }
.typ-collection-list-head h2 {
    margin: 0 0 7px;
    font-size: clamp(25px, 2.5vw, 31px);
    line-height: 1.18;
}
.typ-collection-list-head .typ-lead {
    max-width: 680px;
    margin: 0;
    color: var(--typ-muted);
    font-size: 14px;
}

/* Zoeken is primair; de uitgebreide filters zijn een rustige tekstactie. */
.typ-collection-search-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0 0 14px;
}
.typ-collection-search-row .typ-search {
    min-height: 44px;
    padding: 9px 13px;
    border-color: var(--typ-line-strong);
    background: #fff;
    font-size: 13px;
}
.typ-collection-search-row .typ-filter-toggle {
    min-width: 92px;
    min-height: 44px;
    padding: 8px 12px;
    border-color: var(--typ-line-strong);
    background: #fff;
    font-size: 12px;
}
.typ-collection-search-row .typ-filter-toggle:hover {
    border-color: var(--typ-ink);
    background: #fff;
    color: var(--typ-ink);
}
.typ-toolbar {
    margin-bottom: 14px;
    padding: 12px;
    border-color: var(--typ-line);
    background: var(--typ-soft);
}

/* Eén voortgangslijn met kleine filterchips, geen dashboard met vijf vakken. */
.typ-pass-strip {
    margin: 0 0 14px;
    padding: 13px 0 16px;
    border: 0;
    border-top: 1px solid var(--typ-line);
    border-bottom: 1px solid var(--typ-line);
    background: transparent;
}
.typ-pass-stats,
.typ-pass-stats.has-points {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 15px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.typ-pass-stats button,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid var(--typ-line) !important;
    border-radius: 999px;
    background: #fff !important;
    color: var(--typ-ink);
    text-align: left;
}
.typ-pass-stats button:hover {
    border-color: var(--typ-line-strong) !important;
    background: var(--typ-soft) !important;
}
.typ-pass-stats button.is-active {
    border-color: var(--typ-ink) !important;
    background: var(--typ-ink) !important;
    color: #fff;
}
.typ-pass-stats .typ-points-chip {
    margin-left: auto;
    border-color: #C7D0D9 !important;
    background: #F4F6F8 !important;
}
.typ-pass-stats strong { font-size: 12px; line-height: 1; }
.typ-pass-stats span {
    color: inherit !important;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .015em;
    text-transform: none;
}
.typ-pass-stats button.is-active span { color: inherit !important; }
.typ-pass-strip .typ-collection-progress-head {
    align-items: center;
    margin: 0 0 8px;
}
.typ-pass-strip .typ-collection-progress-head strong { font-size: 13px; }
.typ-pass-strip .typ-collection-progress-head > span { font-size: 11px; }
.typ-pass-strip .typ-level-pill {
    margin-left: 6px;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 9px;
}
.typ-pass-strip > .typ-progress-bar { height: 3px; }
.typ-pass-strip > .typ-progress-bar i { background: var(--typ-gold); }

/* Sammlungen blijven vindbaar, maar staan standaard als één compacte rij. */
.typ-collection-map {
    margin: 0 0 22px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
}
.typ-collection-map > summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 52px;
    padding: 10px 14px;
    cursor: pointer;
    list-style: none;
}
.typ-collection-map > summary::-webkit-details-marker { display: none; }
.typ-collection-map > summary::after {
    width: 8px;
    height: 8px;
    margin-left: 18px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: '';
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
}
.typ-collection-map[open] > summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.typ-collection-map > summary span {
    color: var(--typ-ink);
    font-family: var(--typ-font-heading);
    font-size: 13px;
    font-weight: 600;
}
.typ-collection-map > summary small {
    grid-column: 1;
    margin-top: 1px;
    color: var(--typ-muted);
    font-size: 11px;
}
.typ-collection-map-body {
    padding: 14px;
    border-top: 1px solid var(--typ-line);
}
.typ-collection-map .typ-sammlung-tabs {
    width: min(360px, 100%);
    margin: 0 0 12px;
}
.typ-collection-map .typ-collection-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.typ-collection-map:not(.is-expanded) .typ-sammlung-panel.is-active .typ-collection-card:nth-child(n + 5) { display: none; }
.typ-collection-map-toggle { margin-top: 10px; }

/* Producten zijn de hoofdinhoud: vier compacte kaarten, nooit uitgerekt. */
.typ-grid,
.typ-group-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}
.typ-card {
    align-self: start;
    height: auto;
    contain-intrinsic-size: 0 360px;
    border-color: var(--typ-line);
    border-radius: 4px;
    box-shadow: none;
}
.typ-card:hover {
    border-color: var(--typ-line-strong);
    box-shadow: 0 7px 22px rgba(28, 28, 26, .045);
}
.typ-image-frame {
    aspect-ratio: 1 / 1;
    background: #FAFAF9;
}
.typ-image-frame img { transform: scale(1.07); }
.typ-image-frame::before,
.typ-image-frame::after { width: 12.5%; background: #fff; }
.typ-card.is-owned .typ-image-frame img { filter: none !important; opacity: 1 !important; }
.typ-card.is-locked .typ-image-frame img,
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(1) contrast(.96) !important;
    opacity: .46 !important;
}
.typ-card.is-locked:hover .typ-image-frame img,
.typ-card.is-wishlisted:not(.is-owned):hover .typ-image-frame img { opacity: .58 !important; }
.typ-card-badge,
.typ-card-badge.is-owned {
    top: 9px;
    left: 9px;
    z-index: 2;
    padding: 4px 7px;
    border-color: rgba(215, 215, 210, .9);
    border-radius: 3px;
    background: rgba(255, 255, 255, .94);
    box-shadow: none;
    font-size: 9px;
    letter-spacing: .02em;
}
.typ-card-body {
    min-height: 0;
    gap: 6px;
    padding: 11px 12px 12px;
}
.typ-card h3 {
    min-height: 2.55em;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 600;
}
.typ-card-meta { font-size: 11px; }
.typ-card-meta strong { font-size: 12px; }
.typ-card-image-actions { right: 8px; bottom: 8px; gap: 5px; }
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(215, 215, 210, .95);
    border-radius: 4px;
    background: rgba(255, 255, 255, .94);
    color: var(--typ-ink);
    box-shadow: 0 2px 8px rgba(28, 28, 26, .04);
}
.typ-card-image-actions .typ-favorite-toggle.is-active { color: #60788F; }
.typ-card-rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    margin-top: 4px;
}
.typ-star {
    width: 18px;
    height: 20px;
    padding: 0;
    font-size: 14px;
}
.typ-rating-msg { flex: 0 1 auto; font-size: 9px; }
.typ-review-nudge {
    flex: 0 0 auto;
    min-height: 20px;
    margin: 0 0 0 auto;
    font-size: 10px;
    white-space: nowrap;
}

/* Warenkorb: dezelfde rustige accordionhiërarchie als coupon/giftcard. */
.typ-cart-rewards-slot { margin: 0; }
.typ-cart-rewards-slot.typ-collection-wrap { width: 100%; }
.typ-cart-rewards {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--typ-line);
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: transparent;
}
.typ-cart-rewards > summary {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 11px;
    min-height: 62px;
    padding: 10px 0;
    cursor: pointer;
    list-style: none;
}
.typ-cart-rewards > summary::-webkit-details-marker { display: none; }
.typ-duftpass-icon {
    width: 22px;
    height: 22px;
    color: var(--typ-ink);
}
.typ-duftpass-icon circle,
.typ-duftpass-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.typ-cart-rewards-label { min-width: 0; }
.typ-cart-rewards-label strong {
    display: block;
    color: var(--typ-ink);
    font-family: var(--typ-font-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.typ-cart-rewards-label small {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: var(--typ-muted);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.typ-cart-rewards-chevron {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
}
.typ-cart-rewards[open] .typ-cart-rewards-chevron { transform: rotate(225deg) translate(-2px, -2px); }
.typ-cart-rewards-body {
    padding: 0 0 15px 35px;
    animation: typ-fade .16s ease;
}
.typ-cart-earn-preview,
.typ-cart-guest-note {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--typ-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
}
.typ-cart-rewards-body > .typ-progress-bar { height: 3px; margin: 9px 0 7px; }
.typ-cart-rewards-body .typ-muted-text { font-size: 11px; }
.typ-cart-rewards-tiers { margin-top: 8px; }
.typ-cart-rewards-tiers .typ-redeem-button {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 4px;
    background: var(--typ-gold);
    color: #1C1C1A;
    font-size: 12px;
    font-weight: 650;
}
.typ-reward-active {
    margin: 3px 0 0;
    padding: 9px 11px;
    border-left: 2px solid var(--typ-gold);
    background: #FBFAF7;
    font-size: 11px;
}
.typ-cart-rewards .typ-reward-message { min-height: 0; margin: 7px 0 0; font-size: 11px; }

@media (max-width: 1180px) and (min-width: 981px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .typ-collection-map .typ-collection-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .typ-view-switch { margin-bottom: 22px; }
    .typ-collection-list-head h2 { font-size: 24px; }
    .typ-collection-list-head .typ-lead { font-size: 13px; }
    .typ-collection-search-row { grid-template-columns: minmax(0, 1fr) auto; }
    .typ-collection-search-row .typ-filter-toggle { width: auto; min-width: 78px; }
    .typ-pass-stats,
    .typ-pass-stats.has-points {
        flex-wrap: nowrap;
        margin-bottom: 13px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip { flex: 0 0 auto; min-height: 31px; }
    .typ-pass-stats .typ-points-chip { margin-left: 0; }
    .typ-pass-strip .typ-collection-progress-head { align-items: flex-start; flex-direction: column; gap: 4px; }
    .typ-collection-map-body { padding: 11px; }
    .typ-card-body { min-height: 0; padding: 9px 10px 10px; }
    .typ-card h3 { min-height: 2.5em; font-size: 12px; }
    .typ-card-meta { display: grid; gap: 1px; font-size: 9px; }
    .typ-card-meta strong { font-size: 10px; }
    .typ-card-badge,
    .typ-card-badge.is-owned { top: 6px; left: 6px; font-size: 8px; }
    .typ-card-image-actions { right: 6px; bottom: 6px; gap: 4px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active { width: 32px; height: 32px; }
    .typ-star { font-size: 12px; }
    .typ-cart-rewards-body { padding-left: 33px; }
}

/* ================================================================
   v4.8.1 — stijlgids + live-shop productkaart-alignment
   ================================================================ */
.typ-collection-wrap {
    --typ-ink: #1C1C1A;
    --typ-muted: #6B6B66;
    --typ-slate: #8A9AAB;
    --typ-gold: #C8951C;
    --typ-soft: #F7F6F4;
    --typ-line: #E7E8EA;
    --typ-line-strong: #D8D8D4;
    --typ-radius: 4px;
}

/* Zoek- en filteracties volgen de rechthoekige 4px-vormtaal. */
.typ-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.typ-reset-filters-quick[hidden] { display: none !important; }
.typ-reset-filters-quick {
    min-height: 44px;
    padding: 0 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
}
.typ-reset-filters-quick:hover {
    background: transparent;
    color: var(--typ-gold-dark);
}
.typ-collection-search-row .typ-filter-toggle {
    min-width: 94px;
    border-color: var(--typ-ink);
    border-radius: 4px;
    color: var(--typ-ink);
}

/* Statusfilters als compact segment, niet als losse ronde pillen. */
.typ-pass-stats,
.typ-pass-stats.has-points {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 0 16px;
    overflow: hidden;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
}
.typ-pass-stats:not(.has-points) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.typ-pass-stats button,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: baseline;
    gap: 7px;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 9px 10px;
    border: 0 !important;
    border-right: 1px solid var(--typ-line) !important;
    border-radius: 0;
    background: #fff !important;
    color: var(--typ-ink);
    box-shadow: none;
    text-align: center;
}
.typ-pass-stats button:last-child { border-right: 0 !important; }
.typ-pass-stats button:hover {
    background: var(--typ-soft) !important;
    color: var(--typ-ink);
}
.typ-pass-stats button.is-active {
    background: var(--typ-soft) !important;
    color: var(--typ-ink);
    box-shadow: inset 0 -2px 0 var(--typ-gold);
}
.typ-pass-stats .typ-points-chip {
    border-color: var(--typ-line) !important;
    background: #fff !important;
}
.typ-pass-stats strong {
    font-size: 15px;
    font-weight: 600;
}
.typ-pass-stats span,
.typ-pass-stats button.is-active span {
    color: var(--typ-muted) !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

/* De kaart volgt de live shop: beeld en typografie dragen de compositie. */
.typ-grid,
.typ-group-product-grid { gap: 18px; }
.typ-card,
.typ-card:hover {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}
.typ-card-image-area {
    overflow: hidden;
    border-radius: 4px;
    background: var(--typ-soft);
}
.typ-image-frame {
    aspect-ratio: 3 / 4;
    border-radius: 4px;
    background: var(--typ-soft);
}
.typ-image-frame img {
    object-fit: cover;
    transform: none;
}
.typ-image-frame::before,
.typ-image-frame::after { display: none; }
.typ-card-body {
    align-items: center;
    gap: 8px;
    padding: 13px 4px 20px;
    text-align: center;
}
.typ-card h3 {
    min-height: 3.9em;
    margin: 0;
    font-family: var(--typ-font-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}
.typ-card h3 a {
    -webkit-line-clamp: 3;
    color: var(--typ-ink);
    text-decoration: none;
}
.typ-card h3 a:hover { color: var(--typ-ink); text-decoration: none; }
.typ-card-price {
    color: var(--typ-ink);
    font-family: var(--typ-font-body);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}
.typ-card-price .woocommerce-Price-amount { color: inherit; }

/* Koop- en wishlistactie zijn exact even groot en delen één basislijn. */
.typ-card-image-actions {
    right: 12px;
    bottom: 12px;
    gap: 8px;
}
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    box-sizing: border-box;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
    color: var(--typ-ink);
    box-shadow: 0 2px 7px rgba(28, 28, 26, .05);
}
.typ-card-image-actions .typ-open-cart-modal:hover,
.typ-card-image-actions .typ-favorite-toggle:hover {
    border-color: var(--typ-ink);
    background: #fff;
    color: var(--typ-ink);
}
.typ-card-image-actions .typ-ic { width: 20px; height: 20px; }
.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-color: var(--typ-slate);
    color: var(--typ-slate);
}

/* Reviewactie krijgt een eigen regel; geen afgekapte tekst naast de sterren. */
.typ-card-rating-row {
    display: grid;
    justify-items: center;
    gap: 5px;
    width: 100%;
    min-height: 0;
    margin-top: 4px;
}
.typ-rating { justify-content: center; }
.typ-star {
    width: 22px;
    height: 24px;
    padding: 0;
    color: #E2E0DC;
    font-size: 17px;
}
.typ-star.is-active { color: var(--typ-gold); }
.typ-rating-msg { min-height: 0; font-size: 10px; }
.typ-review-nudge {
    justify-self: center;
    align-self: center;
    max-width: 100%;
    min-height: 28px;
    margin: 0;
    padding: 2px 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--typ-ink);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
    white-space: normal;
}
.typ-review-nudge:hover { background: transparent; color: var(--typ-gold-dark); }

@media (max-width: 720px) {
    .typ-collection-search-row { grid-template-columns: minmax(0, 1fr); }
    .typ-filter-actions { justify-content: flex-end; }
    .typ-reset-filters-quick { margin-right: auto; }
    .typ-pass-stats,
    .typ-pass-stats.has-points,
    .typ-pass-stats:not(.has-points) {
        display: grid;
        grid-auto-columns: minmax(92px, 1fr);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip {
        min-height: 44px;
        padding: 8px;
    }
    .typ-card-body { padding: 10px 2px 16px; }
    .typ-card h3 { min-height: 4.05em; font-size: 15px; }
    .typ-card-price { font-size: 14px; }
    .typ-card-image-actions { right: 8px; bottom: 8px; gap: 6px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active {
        flex-basis: 40px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        min-height: 40px;
    }
    .typ-card-image-actions .typ-ic { width: 19px; height: 19px; }
}

/* ================================================================
   v4.8.2 — compacte collectiekaarten + rustige witte beeldvlakken
   ================================================================ */
.typ-grid,
.typ-group-product-grid {
    gap: 14px;
}

.typ-card,
.typ-card:hover {
    overflow: hidden;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.typ-card:hover {
    border-color: var(--typ-line-strong);
}

.typ-card-image-area,
.typ-image-frame {
    border-radius: 0;
    background: #fff;
}

.typ-card-image-area {
    border-bottom: 1px solid var(--typ-line);
}

.typ-image-frame {
    aspect-ratio: 1 / 1;
}

.typ-image-frame img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    object-position: center;
}

.typ-card-body {
    align-items: center;
    gap: 5px;
    min-height: 112px;
    padding: 10px 10px 12px;
}

.typ-card h3 {
    min-height: 2.7em;
    font-size: 15px;
    line-height: 1.35;
}

.typ-card h3 a {
    -webkit-line-clamp: 2;
}

.typ-card-price {
    font-size: 14px;
    line-height: 1.45;
}

.typ-card-image-actions {
    right: 9px;
    bottom: 9px;
    gap: 6px;
}

.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
}

.typ-card-image-actions .typ-ic {
    width: 18px;
    height: 18px;
}

.typ-card-badge {
    top: 9px;
    left: 9px;
    min-height: 28px;
    padding: 5px 8px;
    font-size: 10px;
}

.typ-card-rating-row {
    gap: 2px;
    margin-top: 2px;
}

.typ-star {
    width: 20px;
    height: 21px;
    font-size: 15px;
}

.typ-review-nudge {
    min-height: 24px;
    padding: 0 4px;
    font-size: 11px;
}

.typ-blocksy-event-source[hidden] {
    display: none !important;
}

.typ-cart-modal-form > button[type="submit"].is-loading {
    cursor: wait;
    opacity: .72;
}

@media (max-width: 720px) {
    .typ-grid,
    .typ-group-product-grid { gap: 10px; }
    .typ-image-frame img { padding: 5px; }
    .typ-card-body {
        min-height: 102px;
        padding: 8px 7px 10px;
    }
    .typ-card h3 {
        min-height: 2.7em;
        font-size: 13px;
    }
    .typ-card-price { font-size: 13px; }
    .typ-card-image-actions { right: 6px; bottom: 6px; gap: 5px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active {
        flex-basis: 38px;
        width: 38px;
        min-width: 38px;
        max-width: 38px;
        height: 38px;
        min-height: 38px;
    }
}

/* v4.8.3 final cascade: keep these decisions after legacy layers. */
.typ-collection-search-row { align-items: stretch; }
.typ-collection-search-row .typ-search-label,
.typ-filter-actions { min-height: 52px; }
.typ-collection-search-row .typ-search-label { display: flex; }
.typ-collection-search-row .typ-search,
.typ-filter-actions .typ-filter-toggle {
    box-sizing: border-box;
    height: 52px;
    min-height: 52px;
    margin: 0;
}
.typ-filter-actions {
    align-self: stretch;
    align-items: center;
}
.typ-filter-actions .typ-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.typ-grid,
.typ-group-product-grid { align-items: stretch; }
.typ-card { height: 100%; }
.typ-card-image-area,
.typ-image-frame { background: #fff !important; }
.typ-image-frame { aspect-ratio: 4 / 5; }
.typ-image-frame img { padding: 4px; }
.typ-card-body {
    flex: 1 1 auto;
    min-height: 94px;
}
.typ-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E2E0DC;
    font-size: 15px;
    line-height: 1;
}
.typ-star-glyph::before {
    content: "\73";
    font-family: star, WooCommerce, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: never;
}
.typ-star.is-active .typ-star-glyph::before { content: "\53"; }
.typ-star.is-active,
.typ-star:hover { color: var(--typ-gold); }

@media (max-width: 720px) {
    .typ-collection-search-row .typ-search-label,
    .typ-filter-actions,
    .typ-collection-search-row .typ-search,
    .typ-filter-actions .typ-filter-toggle {
        min-height: 48px;
        height: 48px;
    }
    .typ-filter-actions { justify-content: flex-end; }
    .typ-image-frame { aspect-ratio: 4 / 5; }
    .typ-image-frame img { padding: 2px; }
}

/* ================================================================
   v4.8.4 — rustige stijlgidskleuren + verfijnde verzamelkaarten
   ================================================================ */
.typ-collection-wrap {
    --typ-soft: #F7F6F4;
    --typ-slate-soft: #F7F6F4;
    --typ-line: #E7E8EA;
    --typ-line-strong: #D8D8D4;
    --typ-slate: #8A9AAB;
}

/* Zachte vlakken: geen beige of blauwgrijze systeemkleuren meer. */
.typ-dashboard-pass {
    border-color: #E7E8EA;
    border-radius: 8px;
    background: #F7F6F4;
}
.typ-dashboard-pass-progress,
.typ-pass-strip > .typ-progress-bar,
.typ-pass-card .typ-progress-bar {
    background: #E7E8EA;
}
.typ-toolbar,
.typ-notes-filter,
.typ-collection-map,
.typ-onboarding,
.typ-reward-panel,
.typ-stat-card,
.typ-cart-rewards-summary {
    background: #F7F6F4;
}
.typ-pass-stats button:hover,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    background: #F7F6F4 !important;
}

/* Het witte albumkaartje draagt de compositie; status blijft subtiel. */
.typ-card,
.typ-card:hover {
    overflow: hidden;
    border: 1px solid #E7E8EA;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transform: none;
}
.typ-card.is-owned,
.typ-card.is-owned:hover {
    border-color: #8A9AAB;
}
.typ-card-image-area {
    overflow: hidden;
    border-bottom: 1px solid #E7E8EA;
    border-radius: 7px 7px 0 0;
    background: #F7F6F4 !important;
}
.typ-image-frame {
    border-radius: 0;
    background: #F7F6F4 !important;
}
.typ-image-frame::before,
.typ-image-frame::after {
    display: block;
    width: 5%;
    background: #F7F6F4;
}
.typ-image-frame img {
    padding: 3px;
}

.typ-card-body {
    align-items: center;
    gap: 5px;
    min-height: 124px;
    padding: 13px 12px 15px;
    text-align: center;
}
.typ-card-brand {
    max-width: 100%;
    overflow: hidden;
    color: #6B6B66;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.typ-card h3 {
    min-height: 2.7em;
    font-size: 16px;
    line-height: 1.35;
}
.typ-card h3 a {
    -webkit-line-clamp: 2;
}
.typ-card-rating-row {
    margin-top: auto;
}

.typ-card-badge,
.typ-card-badge.is-owned {
    min-height: 27px;
    padding: 5px 9px;
    border: 1px solid #E7E8EA;
    border-radius: 5px;
    background: #F7F6F4;
    color: #1C1C1A;
    box-shadow: none;
    font-size: 10px;
}
.typ-card-badge.is-owned {
    border-color: #8A9AAB;
    background: #8A9AAB;
    color: #fff;
}
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-radius: 6px;
    box-shadow: none;
}
.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-color: #8A9AAB;
    background: #F7F6F4;
    color: #8A9AAB;
}
.typ-star { color: #E2E0DC; }
.typ-star.is-active { color: #C8951C; }
.typ-review-nudge {
    color: #1C1C1A;
    text-decoration-color: #C8951C;
}

@media (max-width: 720px) {
    .typ-card-body {
        min-height: 132px;
        padding: 11px 9px 13px;
    }
    .typ-card-brand { font-size: 11px; }
    .typ-card h3 {
        min-height: 4.05em;
        font-size: 15px;
        line-height: 1.35;
    }
    .typ-card h3 a { -webkit-line-clamp: 3; }
    .typ-card-badge,
    .typ-card-badge.is-owned { font-size: 10px; }
}

/* ================================================================
   v4.8.5 — mobiele rust, robuuste iconen en onverkorte statussen
   ================================================================ */
.typ-star-glyph { display: none !important; }
.typ-star-icon {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
    pointer-events: none;
}
.typ-star {
    width: 20px;
    min-width: 20px;
    height: 24px;
    padding: 0;
}

.typ-card-badge,
.typ-card-badge.is-owned {
    max-width: calc(100% - 16px);
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

@media (max-width: 720px) {
    /* Zoeken en Filter horen bij elkaar; geen verdwaalde knop of lege rij. */
    .typ-collection-search-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }
    .typ-filter-actions {
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
    }
    .typ-collection-search-row .typ-filter-toggle {
        width: auto;
        min-width: 76px;
        padding-inline: 12px;
    }
    .typ-reset-filters-quick {
        flex: 0 0 auto;
        margin: 0;
        padding-inline: 2px;
        font-size: 11px;
    }

    /* Vier collectie-filters in een leesbare 2×2-matrix; punten vormen
       een rustige volledige rij. Niets verdwijnt buiten beeld. */
    .typ-pass-stats,
    .typ-pass-stats.has-points,
    .typ-pass-stats:not(.has-points) {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
    }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip {
        min-width: 0;
        min-height: 42px;
        padding: 7px 8px;
        border-right: 1px solid #E7E8EA !important;
        border-bottom: 1px solid #E7E8EA !important;
    }
    .typ-pass-stats button:nth-child(2n) {
        border-right: 0 !important;
    }
    .typ-pass-stats button.is-active {
        border-bottom-color: #C8951C !important;
    }
    .typ-pass-stats .typ-points-chip {
        grid-column: 1 / -1;
        border-right: 0 !important;
        border-bottom: 2px solid #8A9AAB !important;
    }
    .typ-pass-stats:not(.has-points) button:nth-last-child(-n + 2) {
        border-bottom: 0 !important;
    }
    .typ-pass-stats strong { font-size: 13px; }
    .typ-pass-stats span { font-size: 10px; }

    /* Twee regels zijn voldoende in het albumraster; de merkregel bewaart
       herkenning en voorkomt lange, lege kaarten. */
    .typ-card-body {
        min-height: 116px;
        padding: 11px 9px 13px;
    }
    .typ-card h3 {
        min-height: 2.7em;
        font-size: 15px;
        line-height: 1.35;
    }
    .typ-card h3 a { -webkit-line-clamp: 2; }
    .typ-card-badge,
    .typ-card-badge.is-owned {
        top: 7px;
        left: 7px;
        max-width: calc(100% - 14px);
        font-size: 9px;
    }
}

/* v4.8.6 — Blocksy-specifieke laatste responsieve borging. */
.typ-collection-search-row .typ-search-label,
.typ-collection-search-row .typ-search,
.typ-filter-actions,
.typ-filter-actions .typ-filter-toggle {
    box-sizing: border-box !important;
}
.typ-card h3 { font-size: 16px !important; }

@media (max-width: 720px) {
    .typ-collection-search-row .typ-search-label,
    .typ-collection-search-row .typ-search,
    .typ-filter-actions,
    .typ-filter-actions .typ-filter-toggle {
        min-height: 48px !important;
        height: 48px !important;
    }
    .typ-card h3 { font-size: 15px !important; }
}

/* ================================================================
   v4.9.0 — finale album-UX volgens de Testyourparfum-stijlgids
   Rust als luxe, één primaire handeling en goud alleen als feedback.
   ================================================================ */
.typ-collection-wrap {
    --typ-ink: #1C1C1A;
    --typ-muted: #6B6B66;
    --typ-gold: #C8951C;
    --typ-slate: #8A9AAB;
    --typ-soft: #F7F6F4;
    --typ-topbar: #F7F6F4;
    --typ-line: #E7E8EA;
    --typ-line-strong: #D8D8D4;
    color: var(--typ-ink);
}

.typ-collection-list-head { margin-bottom: 18px; }
.typ-collection-list-head h2 {
    margin-bottom: 7px;
    color: var(--typ-ink);
    font-family: Montserrat, sans-serif;
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.2;
}
.typ-collection-list-head .typ-lead {
    max-width: 760px;
    margin: 0;
    color: var(--typ-muted);
    font-size: 15px;
    line-height: 1.55;
}
.typ-view-switch {
    gap: 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--typ-line);
    background: transparent;
}
.typ-view-switch button {
    min-height: 44px;
    padding: 0 1px 11px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--typ-muted);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.typ-view-switch button.is-active {
    border-bottom-color: var(--typ-ink);
    background: transparent;
    color: var(--typ-ink);
    box-shadow: none;
}

.typ-collection-search-row { gap: 8px; margin-bottom: 16px; }
.typ-collection-search-row .typ-search,
.typ-filter-actions .typ-filter-toggle {
    min-height: 48px !important;
    height: 48px !important;
    border: 1px solid var(--typ-line-strong) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 15px;
}
.typ-collection-search-row .typ-search { padding-inline: 15px; color: var(--typ-ink); }
.typ-collection-search-row .typ-search::placeholder { color: #9A9A94; }
.typ-collection-search-row .typ-search:focus,
.typ-filter-actions .typ-filter-toggle:focus-visible {
    border-color: var(--typ-ink) !important;
    outline: 2px solid transparent;
}
.typ-filter-actions .typ-filter-toggle {
    min-width: 88px;
    padding-inline: 16px;
    color: var(--typ-ink) !important;
    font-weight: 600;
}
.typ-filter-actions .typ-filter-toggle:hover {
    border-color: var(--typ-ink) !important;
    background: var(--typ-soft) !important;
}
.typ-reset-filters-quick {
    color: var(--typ-ink) !important;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
}

.typ-pass-strip {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 0 14px;
    border: 1px solid var(--typ-line);
    border-radius: 8px;
    background: #fff;
}
.typ-pass-stats,
.typ-pass-stats.has-points,
.typ-pass-stats:not(.has-points) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    overflow: hidden;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 0;
    background: #fff;
}
.typ-pass-stats:not(.has-points) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.typ-pass-stats button,
.typ-pass-stats button.is-active,
.typ-pass-stats .typ-points-chip {
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 8px;
    border: 0 !important;
    border-right: 1px solid var(--typ-line) !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    background: #fff !important;
    color: var(--typ-muted) !important;
    white-space: nowrap;
}
.typ-pass-stats button.is-active {
    border-bottom-color: var(--typ-gold) !important;
    color: var(--typ-ink) !important;
}
.typ-pass-stats button:hover { background: var(--typ-soft) !important; }
.typ-pass-stats .typ-points-chip {
    border-right: 0 !important;
    border-bottom-color: var(--typ-slate) !important;
    background: var(--typ-topbar) !important;
    color: var(--typ-ink) !important;
}
.typ-pass-stats strong { color: inherit; font-size: 13px; font-weight: 700; line-height: 1; }
.typ-pass-stats span,
.typ-pass-stats button.is-active span {
    color: inherit !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
}
.typ-pass-strip .typ-collection-progress-head { margin: 0; padding: 13px 15px 9px; }
.typ-pass-strip .typ-collection-progress-head strong { color: var(--typ-ink); font-size: 13px; }
.typ-pass-strip .typ-collection-progress-head > span { color: var(--typ-muted); font-size: 12px; }
.typ-pass-strip .typ-level-pill {
    margin-left: 7px;
    border-color: var(--typ-line-strong);
    border-radius: 4px;
    background: #fff;
}
.typ-pass-strip > .typ-progress-bar {
    width: calc(100% - 30px);
    height: 4px;
    margin-inline: 15px;
    border-radius: 99px;
    background: var(--typ-line);
}
.typ-pass-strip > .typ-progress-bar i { border-radius: inherit; background: var(--typ-gold); }

.typ-collection-map {
    margin-bottom: 22px;
    border: 1px solid var(--typ-line);
    border-radius: 8px;
    background: #fff !important;
}
.typ-collection-map > summary { min-height: 64px; padding: 13px 17px; }
.typ-collection-map > summary span { color: var(--typ-ink); font-size: 14px; font-weight: 600; }
.typ-collection-map > summary small { margin-top: 2px; color: var(--typ-muted); font-size: 12px; }
.typ-collection-map-body { border-top: 1px solid var(--typ-line); background: var(--typ-soft); }

.typ-grid,
.typ-group-product-grid { gap: 12px; }
.typ-card,
.typ-card:hover {
    overflow: hidden;
    border: 1px solid var(--typ-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transform: none;
    transition: border-color .16s ease, background-color .16s ease;
}
.typ-card:hover { border-color: var(--typ-line-strong); }
.typ-card.is-owned,
.typ-card.is-owned:hover { border-color: var(--typ-slate); }
.typ-card-image-area {
    overflow: hidden;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 7px 7px 0 0;
    background: var(--typ-soft) !important;
}
.typ-image-frame { aspect-ratio: 3 / 4; background: var(--typ-soft) !important; }
.typ-image-frame::before,
.typ-image-frame::after { width: 4%; background: var(--typ-soft) !important; }
.typ-image-frame img { padding: 4px; transition: opacity .18s ease, filter .18s ease; }
.typ-card.is-locked .typ-image-frame img { filter: grayscale(1); opacity: .48; }
.typ-card.is-owned .typ-image-frame img,
.typ-card.is-wishlisted .typ-image-frame img { filter: none; opacity: 1; }
.typ-card-body {
    align-items: center;
    gap: 5px;
    min-height: 118px;
    padding: 12px 12px 14px;
    text-align: center;
}
.typ-card-brand {
    color: var(--typ-muted);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}
.typ-card h3,
.typ-card h3 a {
    color: var(--typ-ink);
    font-family: Montserrat, sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.01em;
}
.typ-card h3 { min-height: 2.7em; margin: 0; }
.typ-card h3 a { -webkit-line-clamp: 2; text-decoration: none; }
.typ-card-badge,
.typ-card-badge.is-owned {
    top: 9px;
    left: 9px;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid var(--typ-slate);
    border-radius: 4px;
    background: rgba(255, 255, 255, .94);
    color: var(--typ-slate);
    box-shadow: none;
    backdrop-filter: blur(7px);
}
.typ-card-badge.is-owned { background: var(--typ-slate); color: #fff; }
.typ-card-image-actions { right: 8px; bottom: 8px; gap: 6px; }
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
    color: var(--typ-ink);
    box-shadow: none;
    backdrop-filter: blur(7px);
}
.typ-card-image-actions .typ-open-cart-modal:hover,
.typ-card-image-actions .typ-favorite-toggle:hover { border-color: var(--typ-ink); background: #fff; }
.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-color: var(--typ-slate);
    background: var(--typ-topbar);
    color: var(--typ-slate);
}
.typ-card-image-actions .typ-ic { width: 18px; height: 18px; }
.typ-card-rating-row { width: 100%; margin-top: auto; }
.typ-rating { justify-content: center; }
.typ-star { width: 21px; min-width: 21px; height: 25px; color: #E2E0DC; }
.typ-star-icon { width: 16px; height: 16px; }
.typ-star.is-active,
.typ-star:hover { color: var(--typ-gold); }
.typ-review-nudge {
    margin-top: 3px;
    color: var(--typ-ink) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 4px;
}

.typ-dashboard-pass,
.typ-pass-card,
.typ-cart-rewards,
.typ-points-summary { border-color: #E7E8EA; border-radius: 8px; }
.typ-dashboard-pass { background: #F7F6F4 !important; }
.typ-dashboard-pass-link {
    color: #1C1C1A !important;
    text-decoration: underline;
    text-decoration-color: #C8951C;
    text-underline-offset: 5px;
}

.typ-collection-wrap button:focus-visible,
.typ-collection-wrap a:focus-visible,
.typ-collection-wrap input:focus-visible,
.typ-collection-wrap select:focus-visible,
.typ-collection-wrap summary:focus-visible {
    outline: 2px solid var(--typ-slate);
    outline-offset: 2px;
}

@media (max-width: 720px) {
    .typ-view-switch { margin-bottom: 21px; }
    .typ-collection-list-head { margin-bottom: 15px; }
    .typ-collection-list-head h2 { font-size: 22px; }
    .typ-collection-list-head .typ-lead { font-size: 15px; line-height: 1.5; }
    .typ-collection-search-row { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
    .typ-filter-actions .typ-filter-toggle { min-width: 76px; padding-inline: 12px; }
    .typ-pass-stats,
    .typ-pass-stats.has-points,
    .typ-pass-stats:not(.has-points) { grid-template-columns: repeat(4, minmax(0, 1fr)) auto; }
    .typ-pass-stats:not(.has-points) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .typ-pass-stats button,
    .typ-pass-stats button.is-active,
    .typ-pass-stats .typ-points-chip { min-height: 44px; padding-inline: 4px; }
    .typ-pass-stats button:nth-child(2n) { border-right: 1px solid var(--typ-line) !important; }
    .typ-pass-stats .typ-points-chip {
        grid-column: auto;
        border-right: 0 !important;
    }
    .typ-pass-strip .typ-collection-progress-head { flex-direction: row; align-items: center; gap: 8px; }
    .typ-grid,
    .typ-group-product-grid { gap: 10px; }
    .typ-image-frame { aspect-ratio: 3 / 4; }
    .typ-card-body { min-height: 112px; padding: 10px 8px 12px; }
    .typ-card-brand { font-size: 11px; }
    .typ-card h3,
    .typ-card h3 a { font-size: 15px !important; line-height: 1.35; }
    .typ-card h3 { min-height: 2.7em; }
    .typ-card h3 a { -webkit-line-clamp: 2; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        min-height: 48px;
    }
}

@media (max-width: 389px) {
    .typ-pass-stats,
    .typ-pass-stats.has-points,
    .typ-pass-stats:not(.has-points) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .typ-pass-stats .typ-points-chip { grid-column: 1 / -1; border-right: 0 !important; }
    .typ-pass-stats button:nth-child(2n) { border-right: 0 !important; }
    .typ-pass-strip .typ-collection-progress-head { flex-direction: column; align-items: flex-start; }
    .typ-review-nudge { overflow: hidden; max-width: 100%; font-size: 0; white-space: nowrap; }
    .typ-review-nudge::after { content: "Rezension"; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
    .typ-card,
    .typ-image-frame img,
    .typ-card button,
    .typ-card a { transition: none !important; }
}

/* v4.9.1 — koelere, neutralere paneelvlakken. Grote achtergronden gebruiken
   #F7F6F4; wit blijft gereserveerd voor velden, knoppen en albumkaarten. */
.typ-toolbar,
.typ-notes-filter,
.typ-collection-map-body,
.typ-onboarding,
.typ-reward-panel,
.typ-stat-card,
.typ-cart-rewards-summary {
    background: #F7F6F4 !important;
}
.typ-toolbar select,
.typ-toolbar input,
.typ-note-options label,
.typ-collection-map .typ-sammlung-tabs,
.typ-collection-map .typ-collection-card {
    background: #FFFFFF !important;
}

/* v4.9.2 — native WooCommerce Blocks-cart en strakker albumraster. */
.typ-cart-rewards {
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-radius: 0;
    background: transparent;
}
.typ-cart-rewards > summary {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    min-height: 0;
    padding: 0;
}
.typ-cart-rewards-chevron {
    width: 24px;
    height: 24px;
    border: 0;
    fill: currentColor;
    transform: none;
    transition: transform .18s ease;
}
.typ-cart-rewards-chevron path { fill: currentColor; }
.typ-cart-rewards[open] .typ-cart-rewards-chevron {
    transform: rotate(180deg);
}
.typ-cart-rewards-body {
    padding: 14px 0 0 35px;
}

.typ-card {
    align-self: stretch;
    height: auto;
}
.typ-card.is-locked .typ-image-frame img {
    filter: grayscale(1) !important;
    opacity: .58 !important;
}

.typ-card.is-owned .typ-image-frame img {
    filter: none !important;
    opacity: 1 !important;
}
.typ-card-rating-row {
    display: flex;
    min-height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}
.typ-card-rating-row .typ-rating { min-height: 22px; }
.typ-card-rating-row .typ-star { height: 22px; }
.typ-card-rating-row .typ-review-nudge { margin-top: 0; }

/* v4.9.4 — exact uitlijning en minder renderwerk bij lange collecties. */
.typ-collection-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 12px;
}
.typ-collection-search-row .typ-search-label,
.typ-collection-search-row .typ-filter-actions {
    min-height: 52px;
    height: 52px;
    margin: 0;
}
.typ-collection-search-row .typ-search-label,
.typ-collection-search-row .typ-filter-actions,
.typ-filter-actions .typ-filter-toggle {
    display: flex;
    align-items: stretch;
}
.typ-collection-search-row .typ-search,
.typ-filter-actions .typ-filter-toggle {
    box-sizing: border-box;
    min-height: 52px !important;
    height: 52px !important;
    margin: 0 !important;
}
.typ-filter-actions .typ-filter-toggle {
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.typ-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
}

@media (max-width: 560px) {
    .typ-collection-search-row { gap: 8px; }
    .typ-collection-search-row .typ-filter-actions { width: auto; }
    .typ-filter-actions .typ-filter-toggle { min-width: 76px; padding-inline: 12px; }
}

/* =====================================================================
   v4.9.5 — Definitieve albumkaarten
   De sterkste onderdelen uit de eerdere varianten, als één rustige laag:
   vier kaarten, geen shopprijs, 5:6-flaconcanvas, één statusaccent en overal
   dezelfde kaarthoogte. Goud blijft uitsluitend voor rating en voortgang.
   ===================================================================== */
.typ-grid,
.typ-group-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 14px;
}

.typ-card,
.typ-card:hover,
.typ-card.is-owned,
.typ-card.is-owned:hover {
    align-self: stretch;
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--typ-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    transform: none;
}
.typ-card:hover { border-color: #D5D7DA; }

.typ-card-image-area {
    overflow: hidden;
    border-bottom: 1px solid var(--typ-line);
    border-radius: 7px 7px 0 0;
    background: #fff !important;
}
.typ-image-frame {
    aspect-ratio: 5 / 6;
    background: #fff !important;
}
.typ-image-frame::before,
.typ-image-frame::after {
    width: 7%;
    background: #fff !important;
}
.typ-image-frame img {
    padding: 0;
    clip-path: inset(4px 0);
    transform: scale(1.055);
    transition: opacity .18s ease, filter .18s ease;
}
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img,
.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) contrast(.96) !important;
    opacity: .46 !important;
}
.typ-card.is-owned .typ-image-frame img {
    filter: none !important;
    opacity: 1 !important;
}
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(1) contrast(.98) !important;
    opacity: .66 !important;
}

/* De badge is het enige ontdekte-accent; geen dubbele blauwe kaartrand. */
.typ-card-badge,
.typ-card-badge.is-owned {
    top: 10px;
    left: 10px;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid var(--typ-slate);
    border-radius: 4px;
    background: rgba(255, 255, 255, .95);
    color: var(--typ-slate);
    box-shadow: none;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .01em;
}
.typ-card-badge.is-owned {
    background: var(--typ-slate);
    color: #fff;
}
.typ-card-badge.is-owned::before { content: none; }

.typ-card-image-actions { right: 9px; bottom: 9px; gap: 6px; }
.typ-card-image-actions .typ-open-cart-modal,
.typ-card-image-actions .typ-favorite-toggle,
.typ-card-image-actions .typ-favorite-toggle:hover,
.typ-card-image-actions .typ-favorite-toggle.is-active {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    border: 1px solid var(--typ-line-strong);
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
    color: var(--typ-ink);
    box-shadow: none;
}
.typ-card-image-actions .typ-open-cart-modal:hover,
.typ-card-image-actions .typ-favorite-toggle:hover {
    border-color: var(--typ-ink);
    background: #fff;
}
.typ-card-image-actions .typ-favorite-toggle.is-active {
    border-color: var(--typ-slate);
    background: var(--typ-slate-soft);
    color: var(--typ-slate);
}

.typ-card-body {
    align-items: center;
    min-height: 136px;
    gap: 6px;
    padding: 12px 12px 13px;
    text-align: center;
}
.typ-card-brand {
    color: var(--typ-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}
.typ-card h3,
.typ-card h3 a {
    color: var(--typ-ink);
    font-family: var(--typ-font-heading);
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -.01em;
}
.typ-card h3 { min-height: 2.64em; margin: 0; }
.typ-card h3 a { -webkit-line-clamp: 2; text-decoration: none; }

.typ-card-rating-row {
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    gap: 0;
}
.typ-card-rating-row .typ-rating { min-height: 20px; }
.typ-card-rating-row .typ-star {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.typ-card-rating-row .typ-star-icon { width: 15px; height: 15px; }
.typ-review-nudge {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.25;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .typ-grid,
    .typ-group-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .typ-grid,
    .typ-group-product-grid { gap: 10px; }
    .typ-image-frame { aspect-ratio: 5 / 6; }
    .typ-card-body { min-height: 128px; padding: 10px 8px 11px; }
    .typ-card-brand { font-size: 11px; }
    .typ-card h3,
    .typ-card h3 a { font-size: 15px !important; line-height: 1.3; }
    .typ-card-badge,
    .typ-card-badge.is-owned { top: 8px; left: 8px; min-height: 24px; font-size: 9px; }
    .typ-card-image-actions { right: 8px; bottom: 8px; gap: 5px; }
    .typ-card-image-actions .typ-open-cart-modal,
    .typ-card-image-actions .typ-favorite-toggle,
    .typ-card-image-actions .typ-favorite-toggle:hover,
    .typ-card-image-actions .typ-favorite-toggle.is-active {
        width: 44px;
        min-width: 44px;
        max-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}

/* v5 cascade lock — dit blok moet bewust als laatste blijven staan. */
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img,
.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) contrast(.97) !important;
    opacity: .82 !important;
}
.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img {
    filter: grayscale(.72) contrast(.98) !important;
    opacity: .9 !important;
}
.typ-card-body { min-height: 142px; }
.typ-rating.is-collapsed { display: none !important; }
.typ-grid[aria-busy="true"] {
    opacity: .58;
    pointer-events: none;
    transition: opacity .14s ease;
}

@media (max-width: 720px) {
    .typ-collection-wrap { font-size: 15px; }
    .woocommerce-account.typ-mobile-account-nav-ready .woocommerce-MyAccount-navigation { display: none !important; }
    .woocommerce-account.typ-mobile-account-nav-ready .woocommerce-MyAccount-navigation.is-mobile-open { display: block !important; }
    .typ-toolbar,
    .typ-toolbar.typ-toolbar-collapsed { display: none !important; }
    .typ-toolbar.is-open { display: grid !important; }
    .typ-card-body { min-height: 136px; }
}

/* v5.0.1 — witte hoofdvlakken, compacte puntenbestemming en betrouwbare
   geselecteerde filterstatus. #F7F6F4 blijft alleen een subtiel steunvlak;
   #E7E8EA is de lijnkleur. */
.typ-toolbar,
.typ-toolbar.typ-toolbar-collapsed,
.typ-toolbar.is-open,
.typ-notes-filter,
.typ-notes-filter-body,
.typ-filter-sheet-footer {
    background: #FFFFFF !important;
}

.typ-note-options label.is-checked,
.typ-note-options label:has(input:checked) {
    border-color: #1C1C1A !important;
    background: #1C1C1A !important;
    color: #FFFFFF !important;
}

.typ-pass-strip > .typ-points-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    min-height: 36px;
    margin: 10px 15px 14px auto;
    padding: 7px 10px !important;
    border: 1px solid #E7E8EA !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    color: #1C1C1A !important;
    box-shadow: none !important;
    text-align: center;
}
.typ-pass-strip > .typ-points-chip:hover {
    border-color: #8A9AAB !important;
    background: #F7F6F4 !important;
}
.typ-pass-strip > .typ-points-chip span,
.typ-pass-strip > .typ-points-chip strong {
    color: inherit !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.typ-pass-strip > .typ-points-chip i {
    color: #8A9AAB;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
}

.typ-rate-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.typ-rate-action .typ-star-icon {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linejoin: round;
}

@media (max-width: 720px) {
    .typ-pass-strip > .typ-points-chip {
        min-height: 34px;
        margin: 9px 10px 12px auto;
        padding: 6px 9px !important;
    }
    .typ-toolbar,
    .typ-toolbar.typ-toolbar-collapsed,
    .typ-toolbar.is-open {
        background: #FFFFFF !important;
    }
}

/* v5.0.3 cascade lock: toon op kleine schermen de echte reviewactie. */
@media (max-width: 389px) {
    .typ-review-nudge {
        overflow: visible;
        font-size: 11px;
        white-space: normal;
    }

    .typ-review-nudge::after {
        content: none;
    }
}

/* v5.0.12 — transparante puntenhistorie en live winkelwagenstatus. */
.typ-view-switch.has-history {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(720px, 100%);
}

.typ-points-history {
    max-width: 920px;
    margin: 0 auto;
}

.typ-points-history-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 16px;
}

.typ-points-history-head h2 {
    margin: 2px 0 8px;
}

.typ-points-history-head p:last-child {
    max-width: 620px;
    margin: 0;
    color: var(--typ-muted);
}

.typ-points-history-balance {
    min-width: 170px;
    padding: 14px 16px;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
    text-align: right;
}

.typ-points-history-balance span,
.typ-points-history-balance small {
    display: block;
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-points-history-balance strong {
    display: block;
    margin: 2px 0;
    color: var(--typ-ink);
    font-size: 28px;
    line-height: 1;
}

.typ-points-history > .typ-progress-bar {
    margin-bottom: 18px;
}

.typ-points-debt-note {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #e4d2a4;
    border-radius: 4px;
    background: var(--typ-gold-soft);
    color: var(--typ-ink);
    font-size: 13px;
}

.typ-points-history-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--typ-line);
    border-radius: 4px;
    background: #fff;
    list-style: none;
}

.typ-points-history-list li {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 68px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--typ-line);
}

.typ-points-history-list li:last-child {
    border-bottom: 0;
}

.typ-points-history-list time {
    color: var(--typ-muted);
    font-size: 12px;
}

.typ-points-history-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.typ-points-history-copy strong {
    color: var(--typ-ink);
    font-size: 14px;
}

.typ-points-history-copy a,
.typ-points-history-copy small {
    overflow: hidden;
    color: var(--typ-muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.typ-points-history-copy a {
    text-decoration: underline;
    text-decoration-color: var(--typ-gold);
    text-underline-offset: 3px;
}

.typ-points-history-list li > b {
    min-width: 48px;
    font-size: 15px;
    text-align: right;
}

.typ-points-history-list li > b.is-positive {
    color: var(--typ-success);
}

.typ-points-history-list li > b.is-negative {
    color: #9f4038;
}

@media (max-width: 720px) {
    .typ-reset-filters-quick { display: none !important; }
    .typ-active-filters {
        flex-wrap: wrap;
        align-items: center;
        overflow: visible;
    }
    .typ-filter-chip-clear {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        margin-left: auto;
        padding-inline: 2px !important;
        border: 0 !important;
        background: transparent !important;
        text-decoration: underline;
        text-decoration-color: var(--typ-gold);
        text-underline-offset: 4px;
    }
    .typ-view-switch.has-history {
        width: 100%;
    }

    .typ-view-switch.has-history button {
        padding-inline: 6px;
        font-size: 12px;
    }

    .typ-points-history-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .typ-points-history-balance {
        width: 100%;
        text-align: left;
    }

    .typ-points-history-list li {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 5px 12px;
    }

    .typ-points-history-list time {
        grid-column: 1 / -1;
    }
}

/* v5.0.18 — duidelijk verzameleffect zonder verkoopinformatie te verbergen.
   Alleen de productfoto verandert: merk, titel en acties behouden volledig
   contrast. Een gemerkte geur blijft iets zichtbaarder dan een open geur. */
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame,
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame::before,
.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame::after {
    background: #F2F2F1 !important;
}

.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img {
    filter: grayscale(1) saturate(0) contrast(.92) brightness(.97) !important;
    opacity: .6 !important;
}

.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) saturate(0) contrast(.95) brightness(.99) !important;
    opacity: .72 !important;
}

.typ-card.is-wishlisted:not(.is-owned) .typ-image-frame img,
.typ-card.is-wishlisted:not(.is-owned):hover .typ-image-frame img {
    filter: grayscale(.84) saturate(.28) contrast(.96) !important;
    opacity: .82 !important;
}

.typ-card.is-owned .typ-card-image-area {
    box-shadow: inset 0 -2px 0 rgba(200, 149, 28, .55);
}

@media (prefers-reduced-motion: reduce) {
    .typ-card .typ-image-frame img {
        transition: none;
    }
}

/* v5.0.20 — rustige, eenmalige reveal voor een werkelijk nieuwe ontdekking. */
.typ-card.is-new-discovery {
    z-index: 1;
    animation: typ-discovery-card 3.6s cubic-bezier(.2, .8, .2, 1) var(--typ-discovery-delay, 0ms) both;
}

.typ-card.is-new-discovery .typ-image-frame img {
    animation: typ-discovery-image 3s cubic-bezier(.2, .8, .2, 1) var(--typ-discovery-delay, 0ms) both;
}

.typ-discovery-reveal {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(200, 149, 28, .55);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: var(--typ-ink);
    box-shadow: 0 10px 28px rgba(28, 28, 26, .16);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: typ-discovery-label 3.4s ease var(--typ-discovery-delay, 0ms) both;
}

@keyframes typ-discovery-card {
    0% { border-color: var(--typ-line); box-shadow: 0 0 0 0 rgba(200, 149, 28, 0); }
    24%, 72% { border-color: var(--typ-gold); box-shadow: 0 0 0 5px rgba(200, 149, 28, .14); }
    100% { border-color: var(--typ-slate); box-shadow: 0 0 0 0 rgba(200, 149, 28, 0); }
}

@keyframes typ-discovery-image {
    0%, 12% { filter: grayscale(1) contrast(.92); opacity: .58; transform: scale(1.025); }
    48%, 78% { filter: grayscale(.2) contrast(1.04); opacity: 1; transform: scale(1.075); }
    100% { filter: none; opacity: 1; transform: scale(1.055); }
}

@keyframes typ-discovery-label {
    0%, 12% { opacity: 0; transform: translate(-50%, -44%) scale(.92); }
    24%, 78% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -56%) scale(.98); }
}

@media (prefers-reduced-motion: reduce) {
    .typ-card.is-new-discovery,
    .typ-card.is-new-discovery .typ-image-frame img {
        animation: none;
    }
    .typ-discovery-reveal { display: none; }
}

/* v5.1.2 — dezelfde rustige collectiehiërarchie als de Duitse release. */
.typ-view-switch,
.typ-view-switch.has-history {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    box-sizing: border-box;
    width: min(700px, 100%);
    margin: 0 0 32px;
    padding: 6px;
    border: 1px solid #e7e8ea;
    border-radius: 8px !important;
    background: #f4f3f1;
}

.typ-view-switch button,
.typ-view-switch button.is-active {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #6b6b66 !important;
    box-shadow: none !important;
    line-height: 1.2;
    text-align: center;
}

.typ-view-switch button.is-active {
    background: #fff !important;
    color: #1c1c1a !important;
    box-shadow: 0 1px 5px rgba(28, 28, 26, .09) !important;
}

.typ-collection-list-head {
    margin-bottom: 22px;
    padding: clamp(22px, 3.2vw, 34px);
    border: 1px solid #e7e8ea;
    border-radius: 8px !important;
    background: linear-gradient(145deg, #fbfaf8 0%, #f4f2ee 100%);
}

.typ-collection-list-head .typ-eyebrow { margin: 0 0 8px; }
.typ-collection-list-head h2 {
    margin-bottom: 8px;
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -.025em;
}
.typ-collection-list-head .typ-lead {
    max-width: 720px;
    margin: 0;
    color: #6b6b66;
}

.typ-pass-strip {
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(28, 28, 26, .045);
}

.typ-pass-stats {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.typ-pass-strip > .typ-points-chip {
    flex-wrap: wrap;
    border-color: #dededb !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--typ-ink) !important;
    box-shadow: inset 3px 0 0 var(--typ-gold) !important;
}

.typ-pass-strip > .typ-points-chip:hover {
    border-color: var(--typ-gold) !important;
    background: #fbfaf8 !important;
}

.typ-pass-strip > .typ-points-chip small {
    flex-basis: 100%;
    color: #775912 !important;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
}

.typ-notes-filter-body { position: relative; }
.typ-note-options:not(.is-expanded):not(.is-searching) > label:nth-child(n+13) { display: none; }
.typ-note-options-toggle {
    display: inline-flex;
    min-height: 40px;
    margin-top: 14px;
    align-items: center;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #1c1c1a !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #c8951c;
    text-underline-offset: 4px;
}

.typ-note-match-hint {
    margin: 8px 0 0;
    color: #777772;
    font-size: 12px;
    line-height: 1.45;
}

.typ-toolbar,
.typ-notes-filter,
.typ-points-history-head,
.typ-points-history-balance,
.typ-points-history-list,
.typ-reward-panel,
.typ-reward-panel.typ-reward-panel-expanded,
.typ-points-summary {
    border-radius: 8px !important;
}

.typ-toolbar .typ-filter-count {
    grid-column: 1 / -1;
    justify-self: start;
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
}

.typ-toolbar .typ-notes-filter {
    margin-top: 4px;
    padding: 14px 16px 16px;
}

.typ-toolbar .typ-notes-filter summary { padding: 2px 0 4px; }

.typ-toolbar .typ-note-search-label {
    display: block;
    margin: 0 0 8px;
}

.typ-reward-panel,
.typ-reward-panel.typ-reward-panel-expanded,
.typ-points-summary {
    padding: clamp(22px, 3vw, 30px) !important;
    border: 1px solid var(--typ-line) !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(28, 28, 26, .055) !important;
}

.typ-reward-panel,
.typ-reward-panel.typ-reward-panel-expanded {
    gap: clamp(18px, 2.5vw, 28px) !important;
}

.typ-reward-copy { padding: 4px 0; }
.typ-reward-score {
    min-height: 132px;
    padding: 18px 20px !important;
    border: 1px solid var(--typ-line) !important;
    border-top: 3px solid var(--typ-gold) !important;
    border-radius: 8px !important;
    background: var(--typ-soft) !important;
    color: var(--typ-ink) !important;
}

.typ-reward-score span,
.typ-reward-score small { color: var(--typ-muted) !important; }
.typ-reward-score strong {
    color: var(--typ-ink) !important;
    font-size: clamp(34px, 4vw, 46px) !important;
    letter-spacing: -.035em;
}

.typ-reward-tier {
    padding: 14px 16px !important;
    border: 1px solid var(--typ-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.typ-reward-tier.is-available {
    border-color: var(--typ-gold) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(200, 149, 28, .12);
}

.typ-points-history {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-bottom: 30px;
}

.typ-points-history-head {
    align-items: center;
    margin-bottom: 18px;
    padding: clamp(24px, 3.5vw, 34px);
    border: 1px solid var(--typ-line);
    background: #fff;
    box-shadow: 0 10px 30px rgba(28, 28, 26, .055);
}

.typ-points-history-head .typ-eyebrow { color: #775912; }
.typ-points-history-balance {
    min-width: 205px;
    padding: 18px 20px !important;
    border: 1px solid var(--typ-line) !important;
    border-top: 3px solid var(--typ-gold) !important;
    background: var(--typ-soft) !important;
    box-shadow: none !important;
}

.typ-points-history-balance span,
.typ-points-history-balance small { color: var(--typ-muted) !important; }
.typ-points-history-balance strong {
    margin: 7px 0 5px;
    color: var(--typ-ink) !important;
    font-size: clamp(38px, 5vw, 52px);
    letter-spacing: -.045em;
}
.typ-points-history-balance em {
    display: block;
    margin-top: 5px;
    color: #775912 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.typ-points-history-progress {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
    align-items: stretch;
    padding-top: 20px;
    border-top: 1px solid var(--typ-line);
}

.typ-points-history-progress > div:first-child {
    display: grid;
    gap: 2px;
}
.typ-points-history-progress span { color: var(--typ-muted); font-size: 12px; }
.typ-points-history-progress strong { color: var(--typ-ink); font-size: 14px; }
.typ-points-history-progress .typ-progress-bar {
    width: 100%;
    height: 7px;
    margin: 0;
}

.typ-points-history-list {
    box-shadow: 0 8px 26px rgba(28, 28, 26, .04);
}

.typ-points-history-list li {
    min-height: 74px;
    padding: 16px clamp(24px, 3.5vw, 34px);
    border-radius: 0;
    background: #fff;
    transition: background .15s ease;
}

.typ-points-history-list li:hover { background: #fbfaf8; }
.typ-points-history-list li.is-order,
.typ-points-history-list li.is-review,
.typ-points-history-list li.is-starter,
.typ-points-history-list li.is-restored { border-left: 3px solid var(--typ-gold); }
.typ-points-history-list li.is-refund,
.typ-points-history-list li.is-redemption { border-left: 3px solid var(--typ-slate); }
.typ-progress-bar { background: #dededb !important; }
.typ-progress-bar i { background: var(--typ-gold) !important; }

.typ-card {
    border-radius: 10px !important;
    overflow: hidden;
}

.typ-card.is-locked:not(.is-wishlisted) .typ-image-frame img,
.typ-card.is-locked:not(.is-wishlisted):hover .typ-image-frame img {
    filter: grayscale(1) saturate(0) contrast(.9) !important;
    opacity: .40 !important;
}

@media (max-width: 1100px) {
    .typ-points-history-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        align-items: stretch;
    }

    .typ-points-history-balance {
        width: 100%;
        min-width: 0;
        text-align: left;
    }
}

@media (max-width: 720px) {
    .typ-view-switch,
    .typ-view-switch.has-history {
        gap: 4px;
        margin-bottom: 24px;
        padding: 4px;
    }

    .typ-view-switch button,
    .typ-view-switch button.is-active {
        min-height: 40px;
        padding: 8px 4px !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

    .typ-collection-list-head { padding: 22px 20px; }
    .typ-collection-list-head h2 { font-size: 26px; }
    .typ-pass-strip > .typ-points-chip {
        min-height: 34px;
        margin: 9px 10px 12px auto;
        padding: 6px 9px !important;
    }

    .typ-toolbar .typ-notes-filter {
        margin-top: 2px;
        padding: 14px !important;
    }

    .typ-toolbar .typ-note-search-label { margin-bottom: 8px; }
    .typ-reward-panel,
    .typ-reward-panel.typ-reward-panel-expanded,
    .typ-points-summary { padding: 20px !important; }
    .typ-reward-score { min-height: 0; padding: 16px 18px !important; }
    .typ-reward-tier { padding: 14px !important; }
    .typ-points-history-head { padding: 20px 18px; }
    .typ-points-history-balance { padding: 16px 18px !important; }
    .typ-points-history-progress { padding-top: 18px; }
    .typ-points-history-list li { padding: 15px 16px; }
}

@media (max-width: 339px) {
    .typ-filter-sheet-footer { grid-template-columns: 1fr !important; }
    .typ-filter-sheet-footer button { width: 100%; }
}

/* v5.1.6 — iOS-veilige reviewervaring. Safari zoomt invoervelden kleiner
   dan 16px automatisch in. Op touchscreens blijft de uitleg eerst zichtbaar
   en gedraagt de reviewmodal zich als een rustige, zelfstandig scrollende
   mobiele sheet met ruimte voor home-indicator en schermtoetsenbord. */
@media (max-width: 720px), (pointer: coarse) {
    .typ-review-modal {
        align-items: flex-end;
        padding: 8px 8px max(8px, env(safe-area-inset-bottom));
    }

    .typ-review-modal .typ-cart-modal-dialog {
        width: 100%;
        max-width: 560px;
        max-height: calc(100dvh - 16px - env(safe-area-inset-bottom));
        padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
        border: 1px solid var(--typ-line);
        border-radius: 14px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .typ-review-modal .typ-cart-modal-dialog h3 {
        margin-right: 48px;
        font-size: 20px;
        line-height: 1.25;
    }

    .typ-review-modal .typ-cart-modal-close {
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
    }

    .typ-review-modal .typ-review-form {
        gap: 14px;
    }

    .typ-review-modal .typ-review-visibility {
        gap: 9px;
        margin-bottom: 2px;
    }

    .typ-review-modal .typ-review-visibility label {
        min-height: 64px;
        padding: 12px;
    }

    .typ-review-modal .typ-review-form textarea {
        min-height: 132px;
        padding: 12px 13px;
        font-size: 16px !important;
        line-height: 1.45;
    }

    .typ-review-modal .typ-review-form button[type="submit"] {
        min-height: 48px;
        font-size: 15px;
    }
}

/* v5.1.7 — percentages in de merk-/Duftnotenkaart volgen op mobiel één
   optische binnenlijn. De vaste cijferbreedte voorkomt dat 7%, 42% en 100%
   ten opzichte van elkaar verspringen. */
@media (max-width: 720px) {
    .typ-collection-map .typ-collection-card {
        min-width: 0;
        padding: 13px 12px;
    }

    .typ-collection-map .typ-collection-card-trigger {
        min-width: 0;
        padding-inline: 2px;
    }

    .typ-collection-map .typ-collection-card-top {
        gap: 8px;
        margin-bottom: 9px;
    }

    .typ-collection-map .typ-collection-card-top strong {
        flex: 0 0 auto;
        min-width: 42px;
        padding-right: 2px;
        font-size: 15px;
        font-variant-numeric: tabular-nums;
        line-height: 24px;
        text-align: right;
    }

    .typ-collection-map .typ-collection-card-title,
    .typ-collection-map .typ-collection-card-sub {
        padding-inline: 2px;
    }

    .typ-collection-map .typ-collection-card .typ-progress-bar {
        width: calc(100% - 4px);
        margin-inline: 2px;
    }
}

/* v5.1.8 — voorkom iOS-viewportzoom en horizontale pagina-overflow na een
   zoek- of filterrequest. Safari vergroot velden onder 16px bij focus. Het
   dynamisch vervangen raster en alle kaarten blijven daarnaast expliciet
   binnen de beschikbare accountkolom. Horizontaal scrollende filterchips
   behouden hun eigen, lokale scrollebalk. */
@media (max-width: 720px) {
    .typ-collection-wrap,
    .typ-collection-wrap [data-typ-panel],
    .typ-collection-wrap .typ-grid,
    .typ-collection-wrap .typ-group-product-grid,
    .typ-collection-wrap .typ-card,
    .typ-collection-wrap .typ-card-image-area,
    .typ-collection-wrap .typ-card-body {
        min-width: 0;
        max-width: 100%;
    }

    .typ-collection-wrap .typ-grid,
    .typ-collection-wrap .typ-group-product-grid {
        width: 100%;
    }

    .typ-collection-wrap .typ-search,
    .typ-collection-wrap .typ-toolbar input,
    .typ-collection-wrap .typ-toolbar select,
    .typ-collection-wrap .typ-note-search {
        font-size: 16px !important;
    }

    .typ-collection-wrap .typ-card-brand,
    .typ-collection-wrap .typ-card h3,
    .typ-collection-wrap .typ-card h3 a {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .typ-collection-wrap .typ-active-filters {
        max-width: 100%;
        overscroll-behavior-x: contain;
    }
}
