/*
 * Shop Content Blocks — Frontend styles
 * Clean, conversion-gericht design. Geen generiek banner-gevoel.
 * Vergelijkbaar met Coolblue / Bol.com product-highlight stijl.
 */

/* ══════════════════════════════════════════════════════════════════════════
   CPG — Product Grid & Newest Grid
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --cpg-accent:   #ff6a34;
    --cpg-accent2:  #e55520;
    --cpg-text:     #5b5b5a;
    --cpg-title:    #1e1e1d;
    --cpg-bg:       #f5f5f4;
    --cpg-white:    #ffffff;
    --cpg-border:   #e4e4e3;
    --cpg-radius:   10px;
    --cpg-shadow:   0 2px 12px rgba(0,0,0,0.06);
    --cpg-shadow-h: 0 8px 28px rgba(255,106,52,0.15);
}

.gtk-payment-klarna {
    display: inline-flex;
    min-width: 92px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    color: #0b051d;
    background: #ffb3c7;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
}

.gtk-delivery-badges {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.gtk-delivery-badge-item {
    overflow: hidden;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    background: #fff;
}

.gtk-delivery-badge-item .scb-ds-badge {
    margin: 0;
    border-radius: 0;
}

.gtk-delivery-badge-explanation {
    margin: 0;
    padding: 13px 16px 15px;
    color: #526071;
    font-size: 14px;
    line-height: 1.55;
}

/* Wrap & toolbar */
.cpg-wrap { width: 100%; font-family: inherit; color: var(--cpg-text); }
.cpg-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 12px; flex-wrap: wrap; }
.cpg-count { font-size: 13px; color: var(--cpg-text); opacity: .7; }
.cpg-sort-wrap { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.cpg-sort-wrap label { color: var(--cpg-text); opacity: .8; white-space: nowrap; }
.cpg-sort-wrap select { border: 1px solid var(--cpg-border); border-radius: 6px; padding: 7px 12px; font-size: 13px; color: var(--cpg-title); background: var(--cpg-white); cursor: pointer; outline: none; }
.cpg-sort-wrap select:focus { border-color: var(--cpg-accent); }

/* Grid */
.cpg-grid { display: grid; gap: 22px; list-style: none; margin: 0; padding: 0; }
.cpg-cols-2 { grid-template-columns: repeat(2, 1fr); }
.cpg-cols-3 { grid-template-columns: repeat(3, 1fr); }
.cpg-cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .cpg-cols-3, .cpg-cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) {
    .cpg-cols-2, .cpg-cols-3, .cpg-cols-4 { grid-template-columns: 1fr; }
    .cpg-toolbar { flex-direction: column; align-items: flex-start; }
}

/* Kaart */
.cpg-card { background: var(--cpg-white); border-radius: var(--cpg-radius); overflow: hidden; display: flex; flex-direction: column; border: 1.5px solid var(--cpg-border); box-shadow: var(--cpg-shadow); transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease; }
.cpg-card:hover { box-shadow: var(--cpg-shadow-h); border-color: var(--cpg-accent); transform: translateY(-3px); }
.cpg-img-link { display: block; position: relative; overflow: hidden; background: var(--cpg-bg); aspect-ratio: 4/3; width: 100%; }
.cpg-img-link .cpg-img, .cpg-img-link img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.cpg-card:hover .cpg-img-link img { transform: scale(1.04); }
.cpg-badge { position: absolute; top: 12px; right: 12px; background: var(--cpg-accent); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 5px; letter-spacing: .8px; text-transform: uppercase; z-index: 2; }
.cpg-badge--tip { background: #0f1923; }
.cpg-body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.cpg-title { font-size: 14.5px; font-weight: 700; color: var(--cpg-title); text-decoration: none; line-height: 1.4; margin-bottom: 10px; display: block; }
.cpg-title:hover { color: var(--cpg-accent); }
.cpg-bullets { list-style: none; margin: 0 0 14px; padding: 0; flex: 1; }
.cpg-bullets li { font-size: 12.5px; color: var(--cpg-text); padding: 3px 0 3px 14px; position: relative; line-height: 1.4; }
.cpg-bullets li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--cpg-accent); flex-shrink: 0; }
.cpg-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--cpg-border); }
.cpg-price-block { display: flex; flex-direction: column; }
.cpg-price .woocommerce-Price-amount.amount { font-size: 19px; font-weight: 800; color: var(--cpg-accent); line-height: 1; }
.cpg-price del .woocommerce-Price-amount.amount { font-size: 12px; font-weight: 400; color: #bbb; }
.cpg-price ins { text-decoration: none; }
.cpg-exbtw { font-size: 10px; color: #aaa; margin-top: 2px; }
.cpg-btn { background: var(--cpg-accent); color: #fff !important; border: none; border-radius: 7px; padding: 9px 16px; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: none !important; white-space: nowrap; transition: background .2s, transform .15s; display: inline-flex; align-items: center; flex-shrink: 0; }
.cpg-btn:hover { background: var(--cpg-accent2); transform: scale(1.03); }
.cpg-btn.added::before { content: "✓ "; }
.cpg-no-results { color: var(--cpg-text); padding: 20px 0; }

/* Paginering */
.cpg-pagination { display: flex; align-items: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.cpg-page-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 38px; height: 38px; padding: 0 10px !important; border-radius: 7px !important; border: 1.5px solid var(--cpg-border) !important; background: var(--cpg-white) !important; color: var(--cpg-title) !important; font-size: 13px !important; font-weight: 600 !important; text-decoration: none !important; transition: all .18s; box-shadow: none !important; text-shadow: none !important; outline: none !important; }
.cpg-page-btn:hover, .cpg-page-btn.active { background: var(--cpg-accent) !important; border-color: var(--cpg-accent) !important; color: #fff !important; box-shadow: none !important; text-shadow: none !important; }
.cpg-page-btn:focus { outline: none !important; box-shadow: none !important; }
.cpg-page-dots { color: var(--cpg-text); opacity: .5; font-size: 14px; padding: 0 4px; }
.cpg-prev, .cpg-next { padding: 0 14px !important; }

/* Newest grid sectietitel */
.ch-pg-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #1e1e1d; margin: 0 0 28px; line-height: 1.2; }

/* ══════════════════════════════════════════════════════════════════════════
   CPF — Product Filter Sidebar
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --cpf-accent:  #ff6a34;
    --cpf-accent2: #e55520;
    --cpf-text:    #5b5b5a;
    --cpf-title:   #1e1e1d;
    --cpf-border:  #e4e4e3;
    --cpf-bg:      #ffffff;
    --cpf-radius:  8px;
}

.cpg-filter-sidebar { font-family: inherit; color: var(--cpf-text); width: 100%; }
.cpf-section { border-bottom: 1px solid var(--cpf-border); padding: 0; }
.cpf-section-head { width: 100% !important; display: flex !important; align-items: center; justify-content: space-between; background: none !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; padding: 16px 0 !important; cursor: pointer; font-size: 15px !important; font-weight: 700; color: var(--cpf-title) !important; text-align: left; text-transform: none !important; letter-spacing: 0 !important; }
.cpf-section-head:hover, .cpf-section-head:focus { color: var(--cpf-title) !important; background: none !important; outline: none; }
.cpf-chevron { stroke: currentColor; fill: none; stroke-width: 2; transition: transform .2s; flex-shrink: 0; }
.cpf-section.closed .cpf-chevron { transform: rotate(-90deg); }
.cpf-section-body { padding-bottom: 18px; }
.cpf-section.closed .cpf-section-body { display: none; }
.cpf-cat-group { margin-bottom: 16px; }
.cpf-cat-group:last-child { margin-bottom: 0; }
.cpf-cat-parent { display: block; font-size: 11px; font-weight: 700; color: var(--cpf-title); text-transform: uppercase; letter-spacing: .07em; text-decoration: none; margin-bottom: 6px; padding-bottom: 5px; border-bottom: 1.5px solid var(--cpf-border); }
.cpf-cat-parent:hover { color: var(--cpf-accent); }
.cpf-price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.cpf-price-field { display: flex; align-items: center; gap: 5px; border: 1px solid var(--cpf-border); border-radius: 6px; padding: 6px 10px; flex: 1; background: #fff; }
.cpf-price-field span { font-size: 13px; color: var(--cpf-text); opacity: .7; }
.cpf-price-field input { border: none; outline: none; width: 100%; font-size: 14px; color: var(--cpf-title); font-weight: 600; background: transparent; -moz-appearance: textfield; }
.cpf-price-field input::-webkit-outer-spin-button, .cpf-price-field input::-webkit-inner-spin-button { -webkit-appearance: none; }
.cpf-price-sep { font-size: 13px; color: var(--cpf-text); opacity: .5; }
#cpf-slider { margin: 8px 4px 14px; height: 4px; }
.noUi-target { background: #e4e4e3; border: none; box-shadow: none; border-radius: 4px; }
.noUi-connect { background: var(--cpf-accent); }
.noUi-handle { width: 18px !important; height: 18px !important; top: -7px !important; right: -9px !important; border-radius: 50%; background: var(--cpf-accent); border: 2px solid #fff; box-shadow: 0 1px 6px rgba(255,106,52,.4); cursor: pointer; }
.noUi-handle::before, .noUi-handle::after { display: none; }
.cpf-price-footer { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 10px; }
.cpf-price-count { display: block; font-size: 12px; color: var(--cpf-text); opacity: .7; min-height: 18px; }
.cpf-ok-btn { background: var(--cpf-accent) !important; color: #fff !important; border: none !important; border-radius: 6px !important; padding: 10px 18px !important; font-size: 13px !important; font-weight: 700; cursor: pointer; transition: background .2s; box-shadow: none !important; text-transform: none !important; letter-spacing: 0 !important; width: 100% !important; }
.cpf-ok-btn:hover { background: var(--cpf-accent2) !important; }
.cpf-attr-search { width: 100%; border: 1px solid var(--cpf-border); border-radius: 6px; padding: 8px 12px; font-size: 13px; color: var(--cpf-text); outline: none; margin-bottom: 10px; box-sizing: border-box; }
.cpf-attr-search:focus { border-color: var(--cpf-accent); }
.cpf-checklist { list-style: none !important; margin: 0; padding: 0; }
.cpf-sub-list { list-style: none !important; margin: 0; padding: 0 0 0 18px; }
.cpf-check-item { margin: 0; }
.cpf-check-item.cpf-hidden { display: none; }
.cpf-check-item label { display: flex; align-items: center; gap: 9px; padding: 5px 0; cursor: pointer; font-size: 13.5px; color: var(--cpf-text); }
.cpf-check-item label:hover { color: var(--cpf-title); }

/* Custom checkbox — geen lelijke browser-squares */
.cpf-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    min-width: 17px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    background: #fff;
    transition: border-color .15s, background .15s;
    vertical-align: middle;
}
.cpf-checkbox:hover { border-color: var(--cpf-accent, #ff6a34); }
.cpf-checkbox:checked {
    background: var(--cpf-accent, #ff6a34) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1.5 5 4.5 8 10.5 2' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 11px 9px;
    border-color: var(--cpf-accent, #ff6a34);
}

.cpf-check-label { flex: 1; }
.cpf-check-count { font-size: 12px; color: var(--cpf-text); opacity: .5; }
.cpf-show-more { background: none !important; border: none !important; box-shadow: none !important; color: var(--cpf-accent) !important; font-size: 13px; font-weight: 600; cursor: pointer; padding: 6px 0 0 !important; display: inline-flex !important; align-items: center; gap: 4px; width: auto !important; text-transform: none !important; border-radius: 0 !important; letter-spacing: 0 !important; min-height: unset !important; line-height: 1.4 !important; }
.cpf-show-more:hover { color: var(--cpf-accent2) !important; background: none !important; }
.cpf-reset-btn { margin-top: 20px; background: none !important; border: 1.5px solid var(--cpf-border) !important; border-radius: 6px !important; padding: 8px 16px !important; font-size: 13px !important; color: var(--cpf-text) !important; cursor: pointer; width: 100% !important; box-shadow: none !important; text-transform: none !important; letter-spacing: 0 !important; }
.cpf-reset-btn:hover, .cpf-reset-btn:focus { background: none !important; border-color: var(--cpf-border) !important; color: var(--cpf-text) !important; outline: none; }
.cpg-wrap.cpg-loading { opacity: .4; pointer-events: none; transition: opacity .2s; }

/* ── CSS custom properties ─────────────────────────────────────────────── */
/* Ingesteld via wp_head vanuit admin-instellingen. Hieronder zijn de fallbacks. */

:root {
    --scb-accent:        #0072c0;
    --scb-btn:           #0072c0;
    --scb-btn-hover:     #005fa3;
    --scb-badge:         #e63329;
    --scb-card-bg:       #ffffff;
    --scb-weekly-accent: #e68a00;
    --scb-weekly-btn:    #e68a00;

    /* Niet instelbaar via admin, wel aanpasbaar via thema-CSS */
    --scb-text:          #1a1a1a;
    --scb-text-muted:    #555555;
    --scb-border:        #e8e8e8;
    --scb-radius:        10px;
    --scb-shadow:        0 2px 12px rgba(0, 0, 0, .07);
}

/* ── Offer block basis ─────────────────────────────────────────────────── */

.offer-block {
    position: relative;
    background: var(--scb-card-bg);
    border: 1px solid var(--scb-border);
    border-radius: var(--scb-radius);
    overflow: hidden;
    box-shadow: var(--scb-shadow);
    font-family: inherit;
    color: var(--scb-text);
}

/* ── Layout: left (standaard) — afbeelding links, content rechts ───────── */

.offer-block--left {
    display: grid;
    grid-template-columns: minmax(200px, 300px) 1fr;
}

/* ── Layout: top — afbeelding bovenin, content eronder ─────────────────── */

.offer-block--top {
    display: flex;
    flex-direction: column;
}

.offer-block--top .offer-block__image-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.offer-block--top .offer-block__image {
    padding: 20px 32px;
}

/* ── Layout: split — 50/50 ─────────────────────────────────────────────── */

.offer-block--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.offer-block--split .offer-block__image-wrap {
    aspect-ratio: auto;
    min-height: 260px;
}

/* ── Afbeelding ────────────────────────────────────────────────────────── */

.offer-block__image-wrap {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
    text-decoration: none;
}

.offer-block__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
    display: block;
    transition: transform .3s ease;
}

.offer-block:hover .offer-block__image {
    transform: scale(1.04);
}

/* ── Badge ─────────────────────────────────────────────────────────────── */

.offer-block__badge {
    position: absolute;
    top: 13px;
    left: 13px;
    background: var(--scb-badge);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: .4px;
    text-transform: uppercase;
    pointer-events: none;
}

/* ── Content ───────────────────────────────────────────────────────────── */

.offer-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 30px;
    gap: 11px;
    min-width: 0;
}

/* Label (Maandaanbieding / Weekaanbieding) */

.offer-block__label {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--scb-accent);
    background: #e8f3fb; /* fallback — werkt ook zonder color-mix */
    background: color-mix(in srgb, var(--scb-accent) 13%, white);
    padding: 4px 9px;
    border-radius: 4px;
    width: fit-content;
    line-height: 1.2;
}

.offer-block--weekly .offer-block__label {
    color: var(--scb-weekly-accent);
    background: #fef2e0;
    background: color-mix(in srgb, var(--scb-weekly-accent) 13%, white);
}

/* Titel */

.offer-block__title {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--scb-text);
}

.offer-block__title a {
    color: inherit;
    text-decoration: none;
    transition: color .15s ease;
}

.offer-block__title a:hover {
    color: var(--scb-accent);
    text-decoration: none;
}

/* Omschrijving */

.offer-block__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--scb-text-muted);
}

/* Prijs */

.offer-block__price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
}

.offer-block__price-old {
    font-size: 13.5px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    font-style: normal;
}

.offer-block__price-new {
    font-size: 26px;
    font-weight: 800;
    color: var(--scb-badge);
    text-decoration: none;
    line-height: 1;
    font-style: normal;
}

.offer-block__price-regular {
    font-size: 26px;
    font-weight: 800;
    color: var(--scb-text);
    line-height: 1;
}

/* WooCommerce price wrapper normaliseren */
.offer-block__price-new .woocommerce-Price-amount,
.offer-block__price-regular .woocommerce-Price-amount,
.offer-block__price-old .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.offer-block__price-new .woocommerce-Price-currencySymbol,
.offer-block__price-regular .woocommerce-Price-currencySymbol {
    font-size: 0.65em;
    vertical-align: super;
    font-weight: inherit;
}

/* CTA knop */

.offer-block__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    background: var(--scb-btn);
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1;
    transition: background .18s ease, transform .12s ease;
    width: fit-content;
    margin-top: 4px;
    border: none;
    cursor: pointer;
}

.offer-block__btn:hover {
    background: var(--scb-btn-hover);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.offer-block--weekly .offer-block__btn {
    background: var(--scb-weekly-btn);
}

.offer-block--weekly .offer-block__btn:hover {
    filter: brightness(.88);
}

/* ── In-row variant: gelijke hoogte, knop onderaan ─────────────────────── */

.offer-block--in-row {
    height: 100%;
}

.offer-block--in-row.offer-block--top,
.offer-block--in-row.offer-block--left,
.offer-block--in-row.offer-block--split {
    display: flex;
    flex-direction: column;
}

.offer-block--in-row .offer-block__image-wrap {
    flex-shrink: 0;
}

.offer-block--in-row .offer-block__content {
    flex: 1;
    justify-content: flex-start;
}

/* Omschrijving groeit → duwt prijs + knop omlaag */
.offer-block--in-row .offer-block__description {
    flex: 1;
}

.offer-block--in-row .offer-block__price {
    margin-top: auto;
    padding-top: 8px;
}

.offer-block--in-row .offer-block__btn {
    margin-top: 12px;
    align-self: flex-start;
}

/* ── Offers row ─────────────────────────────────────────────────────────── */

.offers-row {
    display: grid;
    gap: 22px;
    align-items: stretch;
}

.offers-row--two-col {
    grid-template-columns: 1fr 1fr;
}

.offers-row--one-col {
    grid-template-columns: 1fr;
}

/* ── Hero Slider ────────────────────────────────────────────────────────── */

.scb-slider {
    width: 100%;
    overflow: hidden;
}

.scb-slide {
    line-height: 0;
    position: relative;
}

.scb-slide__link {
    display: block;
    line-height: 0;
    position: relative;
}

.scb-slide__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.scb-slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 44px;
    background: linear-gradient(to top, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, .12) 60%, transparent 100%);
    line-height: 1.3;
}

.scb-slide__title {
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    line-height: 1.2;
}

.scb-slide__subtitle {
    margin: 0 0 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.scb-slide__btn {
    display: inline-block;
    background: #fff;
    color: #1a1a1a;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 1;
    transition: background .15s ease;
}

.scb-slide__link:hover .scb-slide__btn {
    background: #f0f0f0;
}

.scb-slider .swiper-button-next,
.scb-slider .swiper-button-prev {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.scb-slider .swiper-pagination-bullet-active {
    background: #fff;
}

/* ══════════════════════════════════════════════════════════════════════════
   Hero Banner — 2-koloms layout (links: tekst, rechts: product)
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --hb-accent:    #ff6a34;
    --hb-accent2:   #e55520;
    --hb-navy:      #1a3a5c;
    --hb-badge-bg:  #ff6a34;
    --hb-left-bg:   #1a3a5c;
    --hb-h-compact: 320px;
    --hb-h-normal:  420px;
    --hb-h-tall:    520px;
}

/* Wrapper — position: relative zodat pijlknoppen correct gepositioneerd zijn */
.scb-hero-wrap {
    position: relative;
    width: 100%;
}

.scb-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: inherit;
    margin-top: 28px;
    margin-bottom: 32px;
    border-radius: 14px;
}

/* Hoogte-varianten */
.scb-hero--compact { height: var(--hb-h-compact); }
.scb-hero--normal  { height: var(--hb-h-normal);  }
.scb-hero--tall    { height: var(--hb-h-tall);    }

/* Swiper wrapper vult volledige hoogte */
.scb-hero .swiper-wrapper {
    height: 100%;
}

/* ── Slide — 2-koloms flex ────────────────────────────────────────────────── */

.scb-hero__slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* Links: tekst overlay — transparant zodat de foto eronder zichtbaar is */
.scb-hero__left {
    flex: 0 0 52%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 52px 60px;
    min-width: 0;
    position: relative;
    z-index: 2;
}

/* Rechts: full-bleed achtergrondafbeelding voor de gehele slide */
.scb-hero__right {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #1a3a5c;
}

.scb-hero__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ── Product card — rechtsonder in het afbeeldingsvlak ───────────────────── */

.scb-hero__product-card {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .14);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    max-width: 230px;
    min-width: 170px;
    transition: transform .2s ease, box-shadow .2s ease;
    z-index: 3;
    overflow: hidden;
}

.scb-hero__product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
}

.scb-hero__product-card-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--hb-accent, #ff6a34);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 0 0 6px 0;
    line-height: 1.4;
    z-index: 4;
}

.scb-hero__product-card-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
    background: #f5f5f5;
}

.scb-hero__product-card-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1;
}

.scb-hero__product-card-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--hb-accent, #ff6a34);
    line-height: 1.3;
}

.scb-hero__product-card-title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scb-hero__product-card-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--hb-accent, #ff6a34);
    line-height: 1.2;
}

.scb-hero__product-card-price .woocommerce-Price-amount { font-size: inherit; font-weight: inherit; color: inherit; }
.scb-hero__product-card-price del .woocommerce-Price-amount { font-size: 11px; font-weight: 400; color: #aaa; }
.scb-hero__product-card-price ins { text-decoration: none; }

/* ── Tekst-elementen ──────────────────────────────────────────────────────── */

/* Label / eyebrow */
.scb-hero__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--hb-accent);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 106, 52, .55);
    backdrop-filter: blur(4px);
    padding: 4px 11px;
    border-radius: 20px;
    width: fit-content;
    line-height: 1.4;
}

/* Titel */
.scb-hero__title {
    margin: 0;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    letter-spacing: -.3px;
}

/* Subtitel */
.scb-hero__subtitle {
    margin: 0;
    font-size: clamp(13px, 1.4vw, 15px);
    color: rgba(255, 255, 255, .82);
    line-height: 1.6;
    max-width: 380px;
}

/* Bullets */
.scb-hero__bullets {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.scb-hero__bullets li {
    font-size: 13px;
    color: rgba(255, 255, 255, .88);
    padding-left: 20px;
    position: relative;
    line-height: 1.45;
}

.scb-hero__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ff6a34' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* CTA-knop */
.scb-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--hb-accent);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 11px 24px;
    border-radius: 6px;
    line-height: 1;
    width: fit-content;
    margin-top: 4px;
    transition: background .18s ease, transform .12s ease, box-shadow .18s ease;
    box-shadow: 0 4px 14px rgba(255, 106, 52, .35);
}

.scb-hero__btn:hover {
    background: var(--hb-accent2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 106, 52, .45);
}

/* Badge rechtsboven in het rechtervlak */
.scb-hero__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    background: var(--hb-badge-bg);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 3px 12px rgba(255, 106, 52, .4);
    max-width: 120px;
    word-break: break-word;
}

/* ── Navigatie — onder de hero, rechts uitgelijnd ─────────────────────────── */

.scb-hero__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 10px 4px 0;
}

.scb-hero__arrow {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: 10;
    background: #f0f0ef !important;
    border: 1.5px solid #e0e0de !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    min-width: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1e1e1d !important;
    cursor: pointer !important;
    transition: background .15s ease, border-color .15s ease !important;
    padding: 0 !important;
    flex-shrink: 0;
    box-shadow: none !important;
    text-transform: none !important;
}

.scb-hero__arrow::after { display: none; }

.scb-hero__arrow:hover {
    background: #e0e0de !important;
    border-color: #ccc !important;
    color: #1e1e1d !important;
}

.scb-hero__dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.scb-hero__dots .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: background .2s, transform .2s;
}

.scb-hero__dots .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3);
}

/* ── Responsive Hero Banner ───────────────────────────────────────────────── */

@media (max-width: 900px) {
    .scb-hero--tall    { height: var(--hb-h-normal); }
    .scb-hero__left    { flex: 0 0 58%; padding: 36px 40px; gap: 12px; }
    .scb-hero__badge   { top: 12px; right: 12px; font-size: 11px; padding: 6px 10px; }
    .scb-hero__product-card { max-width: 200px; padding: 10px 12px; }
    .scb-hero__product-card-img { width: 44px; height: 44px; }
}

@media (max-width: 640px) {
    .scb-hero              { margin-top: 20px; margin-bottom: 24px; }
    .scb-hero--normal  { height: auto; min-height: 560px; }
    .scb-hero--compact { height: auto; min-height: 480px; }
    .scb-hero--tall    { height: auto; min-height: 640px; }

    /* Op mobiel: echte stapeling in plaats van tekst-over-foto — niets
       overlapt meer iets anders. Foto krijgt een vast aandeel bovenaan,
       tekst krijgt de rest (met eigen scroll als een slide veel content
       heeft), productkaart sluit onderaan af. */
    .scb-hero__slide {
        flex-direction: column;
        align-items: stretch;
    }

    .scb-hero__right {
        position: relative;
        flex: 0 0 220px;
        min-height: 0;
    }

    .scb-hero__left {
        position: static;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        justify-content: center;
        gap: 10px;
        padding: 20px 22px;
        overflow-y: auto;
        background: var(--hb-navy, #1a3a5c);
    }

    .scb-hero__title   { font-size: 20px; }
    .scb-hero__subtitle { font-size: 13px; }
    .scb-hero__bullets { gap: 6px; }
    .scb-hero__btn     { font-size: 13.5px; padding: 10px 20px; }
    .scb-hero__badge   { top: 10px; right: 10px; font-size: 10px; padding: 5px 9px; max-width: 80px; }
    .scb-hero__arrow   { width: 34px; height: 34px; }

    /* Productkaart: gewone flow-blok onderaan de kolom, geen overlay meer */
    .scb-hero__product-card {
        position: static;
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        min-width: 0;
        border-radius: 0;
        box-shadow: 0 -2px 14px rgba(0, 0, 0, .1);
        padding: 12px 16px;
        gap: 10px;
    }
    .scb-hero__product-card-img { width: 40px; height: 40px; }
}

@media (max-width: 400px) {
    .scb-hero__left { padding: 22px 18px 26px; }
    .scb-hero__title { font-size: 19px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   Vakantie Popup
   ══════════════════════════════════════════════════════════════════════════ */

.scb-vp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 35, .65);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.scb-vp-overlay.scb-vp-visible {
    opacity: 1;
    pointer-events: auto;
}

.scb-vp-overlay.scb-vp-hiding {
    opacity: 0;
    pointer-events: none;
}

/* Wrapper: banner + witte body als geheel */
.scb-vp-wrap {
    max-width: 460px;
    width: 100%;
    transform: translateY(12px) scale(.97);
    transition: transform .28s ease;
}

.scb-vp-overlay.scb-vp-visible .scb-vp-wrap {
    transform: translateY(0) scale(1);
}

/* Banner: afbeelding met titel overlaid op het donkere deel.
   Transparante bovenkant laat de overlay-achtergrond zien → logo "zweeft". */
.scb-vp-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: transparent;
}

.scb-vp-banner-img {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: top center;
}

/* Titel + sluitknop op het donkere deel van de afbeelding */
.scb-vp-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Witte popup-body */
.scb-vp-modal {
    background: #fff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}

.scb-vp-icon {
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
}

.scb-vp-title {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    flex: 1;
    padding-right: 28px;
    text-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.scb-vp-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, .15) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    min-width: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, .85) !important;
    cursor: pointer;
    transition: background .15s ease;
    padding: 0 !important;
    line-height: 1 !important;
    flex-shrink: 0;
}

.scb-vp-close:hover {
    background: rgba(255, 255, 255, .28) !important;
    color: #fff !important;
}

/* Body */
.scb-vp-body {
    padding: 22px 24px 24px;
}

.scb-vp-message {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.65;
    color: #2d3a46;
}

.scb-vp-note {
    margin: 0 0 20px;
    font-size: 13px;
    color: #6b7a8a;
    line-height: 1.55;
    padding: 10px 14px;
    background: #f0f5f9;
    border-left: 3px solid #1a3a5c;
    border-radius: 0 5px 5px 0;
}

.scb-vp-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.scb-vp-btn {
    display: inline-flex;
    align-items: center;
    background: #ff6a34;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background .18s ease, transform .12s ease;
    line-height: 1;
}

.scb-vp-btn:hover {
    background: #e55520;
    transform: translateY(-1px);
}

.scb-vp-dismiss {
    background: none;
    border: 1.5px solid #dce3ec;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    color: #5a6a7a;
    cursor: pointer;
    font-weight: 500;
    transition: background .15s ease, border-color .15s ease;
}

.scb-vp-dismiss:hover {
    background: #f4f7fa;
    border-color: #b0bec8;
}

/* ══════════════════════════════════════════════════════════════════════════
   Nieuwsbrief / Korting Popup — gebruikt dezelfde .scb-vp-banner structuur
   als de vakantie-popup (zelfde foto, titel over het donkere onderste vlak)
   ══════════════════════════════════════════════════════════════════════════ */

.scb-dp-form-wrap {
    margin-top: 16px;
}

#scb-dp-overlay .scb-dp-form-wrap button,
#scb-dp-overlay .scb-dp-form-wrap input[type="submit"],
#scb-dp-overlay .scb-dp-form-wrap .ff-btn-submit,
#scb-dp-overlay .scb-dp-form-wrap .fluentform .ff-btn-submit {
    background: #f45a1e !important;
    border-color: #f45a1e !important;
    color: #fff !important;
    box-shadow: none !important;
}

#scb-dp-overlay .scb-dp-form-wrap button:hover,
#scb-dp-overlay .scb-dp-form-wrap input[type="submit"]:hover,
#scb-dp-overlay .scb-dp-form-wrap .ff-btn-submit:hover,
#scb-dp-overlay .scb-dp-form-wrap .fluentform .ff-btn-submit:hover {
    background: #d94b16 !important;
    border-color: #d94b16 !important;
    color: #fff !important;
}

/* Body scroll lock */
body.scb-vp-open {
    overflow: hidden;
}

/* ── Responsive Popup ────────────────────────────────────────────────────── */

@media (max-width: 480px) {
    .scb-vp-banner        { border-radius: 10px 10px 0 0; }
    .scb-vp-modal         { border-radius: 0 0 10px 10px; }
    .scb-vp-banner-content { padding: 12px 16px; }
    .scb-vp-icon          { font-size: 24px; }
    .scb-vp-title         { font-size: 16px; }
    .scb-vp-body          { padding: 18px 20px 20px; }
    .scb-vp-footer        { flex-direction: column; align-items: stretch; }
    .scb-vp-btn, .scb-vp-dismiss { text-align: center; justify-content: center; }
}

/* ── Lege staat notice ──────────────────────────────────────────────────── */

.scb-notice {
    padding: 12px 16px;
    background: #fff8e1;
    border-left: 3px solid #f0b429;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
    margin: 8px 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   Assortiment Mega Menu  [assortiment_menu]
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --am-accent: #FF6B35;
}

.scb-am-wrap {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

/* Alleen in open toestand boven de rest uit torenen — in rust hoort deze
   knop niet over de mobiele site-navigatie (hamburgermenu) heen te vallen. */
.scb-am-wrap.scb-am-open {
    z-index: 100005;
}

/* Alleen relevant op mobiel (bottom-sheet) — op desktop verborgen totdat
   de mobiele media query ze weer nodig heeft. !important zodat dit ook
   wint als .scb-am-drilled per ongeluk (bv. door verse-navigatie-state)
   op een breed scherm blijft hangen. */
.scb-am-back,
.scb-am-close {
    display: none !important;
}

/* ── Trigger knop ──────────────────────────────────────────────────────────── */

.scb-am-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--am-accent, #FF6B35);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 13px 22px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background .18s ease;
    user-select: none;
    white-space: nowrap;
}

.scb-am-btn:hover { background: #e85d28; }

.scb-am-chevron {
    transition: transform .22s ease;
    flex-shrink: 0;
}

.scb-am-wrap.scb-am-open .scb-am-chevron {
    transform: rotate(180deg);
}

/* ── Dropdown ──────────────────────────────────────────────────────────────── */

.scb-am-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0,0,0,.14);
    border-top: 3px solid var(--am-accent, #FF6B35);
    z-index: 100002;
    min-width: 220px;
}

.scb-am-wrap.scb-am-open .scb-am-dropdown {
    display: flex;
}

/* ── Categorieënlijst (links) ──────────────────────────────────────────────── */

.scb-am-cats {
    width: 240px;
    min-width: 240px;
    border-right: 1px solid #eee;
    padding: 8px 0;
    background: #fff;
    list-style: none;
    margin: 0;
}

.scb-am-cats li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: background .14s, color .14s;
    white-space: nowrap;
    gap: 8px;
}

.scb-am-cats li a:hover,
.scb-am-cats li.scb-am-active > a {
    background: #FFF4EF;
    color: var(--am-accent, #FF6B35);
}

.scb-am-cats li.scb-am-active > a {
    font-weight: 700;
    border-left: 3px solid var(--am-accent, #FF6B35);
    padding-left: 15px;
}

.scb-am-cats li.scb-am-view-all > a {
    margin: 0 8px 8px;
    padding: 10px 12px;
    border: 1px solid #e4ebf2;
    border-radius: 6px;
    background: #f8fafc;
    color: #10243a;
    font-weight: 800;
}

.scb-am-cats li.scb-am-view-all > a::after {
    content: "→";
    color: var(--am-accent, #FF6B35);
}

.scb-am-cats li.scb-am-view-all > a:hover {
    border-color: var(--am-accent, #FF6B35);
    background: #fff;
    color: var(--am-accent, #FF6B35);
}

.scb-am-arrow {
    color: #ccc;
    flex-shrink: 0;
    transition: color .14s;
}

.scb-am-cats li a:hover .scb-am-arrow,
.scb-am-cats li.scb-am-active .scb-am-arrow {
    color: var(--am-accent, #FF6B35);
}

.scb-am-cats li.scb-am-leaf .scb-am-arrow { display: none; }

/* ── Sub-panels (rechts) ───────────────────────────────────────────────────── */

.scb-am-panel {
    display: none;
    padding: 22px 28px;
    min-width: 300px;
    max-width: 640px;
    flex-wrap: wrap;
    gap: 28px;
    align-content: flex-start;
}

.scb-am-panel.scb-am-panel--visible { display: flex; }

.scb-am-group { min-width: 150px; }

.scb-am-group h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 9px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--am-accent, #FF6B35);
}

.scb-am-group h4 a {
    color: inherit;
    text-decoration: none;
}

.scb-am-group h4 a:hover { color: var(--am-accent, #FF6B35); }

.scb-am-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scb-am-group ul li a {
    display: block;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    padding: 4px 0;
    line-height: 1.5;
    transition: color .14s, padding-left .12s;
}

.scb-am-group ul li a:hover {
    color: var(--am-accent, #FF6B35);
    padding-left: 4px;
}

/* ── Skeleton loader ───────────────────────────────────────────────────────── */

.scb-am-skeleton {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    width: 240px;
}

.scb-am-skeleton li {
    padding: 11px 18px;
}

.scb-am-skeleton span {
    display: inline-block;
    height: 13px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: scb-shimmer 1.2s infinite;
}

@keyframes scb-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Error state ───────────────────────────────────────────────────────────── */

.scb-am-error {
    padding: 14px 18px;
    font-size: 13px;
    color: #c0392b;
    margin: 0;
}

/* ── Overlay (klik buiten = sluit) ─────────────────────────────────────────── */

.scb-am-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(10, 20, 35, 0);
    transition: background .22s ease;
}

.scb-am-overlay.scb-am-overlay--visible {
    background: rgba(10, 20, 35, .45);
}

.scb-am-overlay.scb-am-overlay--visible { display: block; }

/* ── Responsive ────────────────────────────────────────────────────────────── */

@media (max-width: 640px) {
    .scb-am-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        border-radius: 10px;
        font-size: 13px;
    }

    .scb-am-dropdown {
        flex-direction: column;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        position: fixed;
        top: auto;
        max-height: 82vh;
        overflow-y: auto;
        border-top: none;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, .18);
        -webkit-overflow-scrolling: touch;
    }

    .scb-am-dropdown::before {
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        margin: 12px auto 6px;
        border-radius: 999px;
        background: #e0e0e0;
    }

    /* Altijd zichtbare sluitknop — zonder deze was het op de root-lijst
       (nog niet ingezoomd op een subcategorie) niet duidelijk hoe je het
       menu weer dichtklikt. */
    .scb-am-close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 14px;
        right: 16px;
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #8ca0b3;
        cursor: pointer;
        padding: 0;
        z-index: 2;
        transition: color .15s ease;
    }

    .scb-am-close:hover { color: #24445f; }
    .scb-am-close svg { width: 16px; height: 16px; }

    .scb-am-cats {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 4px 0 8px;
    }
    .scb-am-cats li a { padding: 13px 20px; }

    .scb-am-panel {
        display: none !important;
        min-width: unset;
        width: 100%;
        max-width: 100%;
        padding: 4px 20px 24px;
        flex-direction: column;
    }

    .scb-am-panel .scb-am-group h4 {
        display: none;
    }

    /* ── Terugknop + drill-down: op mobiel vervangt het subpanel de
       categorieënlijst volledig i.p.v. eronder te worden toegevoegd. ── */
    .scb-am-back {
        display: none;
        box-sizing: border-box;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 14px 20px;
        border: none;
        background: #1a3a5c;
        font-family: inherit;
        cursor: pointer;
        text-align: left;
    }

    .scb-am-back svg {
        display: block;
        flex: 0 0 auto;
        width: 9px;
        height: 15px;
        color: #fff;
    }

    .scb-am-back-label {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        font-size: 15px;
        font-weight: 750;
        color: #fff;
    }

    .scb-am-dropdown.scb-am-drilled .scb-am-back {
        display: flex !important;
    }

    .scb-am-dropdown.scb-am-drilled .scb-am-cats {
        display: none;
    }

    .scb-am-dropdown.scb-am-drilled .scb-am-panel.scb-am-panel--visible {
        display: flex !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   WebsUp Categorieen Sectie  [websup_categorieen_sectie]
   ══════════════════════════════════════════════════════════════════════════ */

.wpcs {
    --wpcs-orange: #ff6a34;
    --wpcs-blue: #244E73;
    width: 100%;
    font-family: inherit;
    margin: 0;
}

.wpcs__title {
    margin: 0 0 22px;
    color: #1e1e1d;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.wpcs__title::after {
    content: ".";
    color: var(--wpcs-orange);
}

.wpcs__rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.wpcs-card {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 1.34 / 1;
    overflow: hidden;
    background: #eef0f2;
    color: #fff;
    text-decoration: none !important;
    box-shadow: none;
    isolation: isolate;
}

.wpcs-card:focus-visible {
    outline: 3px solid var(--wpcs-blue);
    outline-offset: 3px;
}

.wpcs-card__media,
.wpcs-card__image,
.wpcs-card__fallback {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.wpcs-card__image {
    object-fit: cover;
    object-position: center;
    transition: transform .28s ease;
}

.wpcs-card__fallback {
    background:
        linear-gradient(135deg, rgba(36, 78, 115, .12), rgba(36, 78, 115, .26)),
        linear-gradient(135deg, #d9dee5 0%, #aeb8c4 100%);
}

.wpcs-card:hover .wpcs-card__image {
    transform: scale(1.045);
}

.wpcs-card::before {
    content: "";
    position: absolute;
    left: -5%;
    right: -3%;
    bottom: -4%;
    height: 27%;
    z-index: 1;
    background: var(--wpcs-orange);
    border-top-right-radius: 18px;
    transform: skewY(-3deg);
    transform-origin: 100% 0;
}

.wpcs-card::after {
    content: none;
}

.wpcs-card__label {
    position: absolute;
    right: 16px;
    bottom: 10px;
    z-index: 2;
    max-width: calc(100% - 28px);
    color: #fff;
    font-size: clamp(11px, .86vw, 14px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

@media (max-width: 1100px) {
    .wpcs__rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .wpcs {
        overflow: visible;
    }

    .wpcs__title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .wpcs__rail {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: visible;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 4px;
        padding: 4px 4px 12px;
        margin: -4px -4px 0;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .wpcs-card {
        flex: 0 0 min(80vw, 300px);
        scroll-snap-align: start;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   Categorie Sidebar Menu  [categorie_menu]
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --cm-accent: #FF6B35;
}

.scb-cm {
    font-family: inherit;
    background: #fff;
    width: 100%;
}

.scb-cm__title {
    font-size: 28px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 14px;
    line-height: 1.2;
}

/* Lijst */

.scb-cm-root {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scb-cm-root > li {
    border-top: 1px solid #e0e0e0;
}

.scb-cm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scb-cm-row a {
    flex: 1;
    display: block;
    padding: 13px 4px;
    font-size: 15px;
    font-weight: 400;
    color: #2272c3;
    text-decoration: none;
    transition: color .14s, padding-left .14s;
    line-height: 1.4;
}

.scb-cm-row a:hover {
    color: var(--cm-accent, #FF6B35);
    padding-left: 6px;
}

/* Toggle knop */

.scb-cm-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    padding: 8px 6px !important;
    color: #aaa !important;
    display: flex !important;
    align-items: center;
    transition: color .14s, transform .2s;
    flex-shrink: 0;
    width: auto !important;
    min-width: unset !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.scb-cm-toggle:hover { color: var(--cm-accent, #FF6B35) !important; background: none !important; }

.scb-cm-toggle--open {
    transform: rotate(180deg);
    color: #2272c3 !important;
}

/* Sub-lijst */

.scb-cm-sub {
    list-style: none;
    margin: 0 0 4px 4px;
    padding: 0 0 4px 12px;
    border-left: 2px solid #e8f0fb;
}

.scb-cm-sub li a {
    display: block;
    padding: 8px 4px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: color .14s, padding-left .14s;
}

.scb-cm-sub li a:hover {
    color: var(--cm-accent, #FF6B35);
    padding-left: 6px;
}

/* Skeleton */

.scb-cm-skeleton {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scb-cm-skeleton li {
    border-top: 1px solid #e0e0e0;
    padding: 13px 4px;
}

.scb-cm-skeleton span {
    display: inline-block;
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: scb-shimmer 1.2s infinite;
}

.scb-cm-error {
    font-size: 13px;
    color: #c0392b;
    padding: 8px 4px;
    margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   Categorie Slider  [categorie_slider]
   ══════════════════════════════════════════════════════════════════════════ */

:root {
    --cs-accent: #FF6B35;
}

.scb-cs-wrap {
    font-family: inherit;
    width: 100%;
}

.scb-cs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 16px;
}

.scb-cs-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.2;
}

.scb-cs-dot-accent {
    color: var(--cs-accent, #FF6B35);
}

/* We render the dot as a span.scb-cs-dot from PHP */
.scb-cs-dot-punct {
    color: var(--cs-accent, #FF6B35);
}

.scb-cs-wrap .scb-cs-dot {
    color: var(--cs-accent, #FF6B35);
}

.scb-cs-nav {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.scb-cs-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--cs-accent, #FF6B35);
    background: var(--cs-accent, #FF6B35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s ease, border-color .18s ease, opacity .18s ease;
    padding: 0;
    flex-shrink: 0;
}

.scb-cs-btn:hover:not(:disabled) {
    background: #e85d28;
    border-color: #e85d28;
}

.scb-cs-btn:disabled {
    opacity: .38;
    cursor: not-allowed;
}

/* Viewport + track */

.scb-cs-viewport {
    overflow: hidden;
    width: 100%;
}

.scb-cs-track {
    display: flex;
    gap: 20px;
    transition: transform .42s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
}

/* Kaart */

.scb-cs-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 0;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: block;
    background: #1a2a3a;
    aspect-ratio: 3 / 4;
    box-shadow: 0 4px 20px rgba(0,0,0,.10);
    transition: transform .28s ease, box-shadow .28s ease;
    isolation: isolate;
}

.scb-cs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 44px rgba(0,0,0,.18);
}

/* Oranje balk onderaan bij hover */
.scb-cs-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--cs-accent, #FF6B35);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.scb-cs-card:hover::after { transform: scaleX(1); }

.scb-cs-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease;
}

.scb-cs-card:hover .scb-cs-card__img {
    transform: scale(1.05);
}

.scb-cs-card__placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #244f72 100%);
}

.scb-cs-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 30%,
        rgba(0,0,0,.14) 55%,
        rgba(15,30,50,.90) 100%
    );
}

.scb-cs-card__content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 20px 18px 18px;
}

.scb-cs-card__label {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--cs-accent, #FF6B35);
    margin-bottom: 5px;
}

.scb-cs-card__name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 10px;
}

.scb-cs-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,.62);
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s, gap .2s;
}

.scb-cs-card:hover .scb-cs-card__cta {
    color: var(--cs-accent, #FF6B35);
    gap: 10px;
}

/* Dots */

.scb-cs-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.scb-cs-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background .2s, width .2s, border-radius .2s;
    border: none;
    padding: 0;
}

.scb-cs-dot--active {
    background: var(--cs-accent, #FF6B35);
    width: 22px;
    border-radius: 4px;
}

/* Skeleton */

.scb-cs-skeleton {
    flex: 0 0 calc(25% - 15px);
    aspect-ratio: 3 / 4;
    border-radius: 7px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: scb-shimmer 1.2s infinite;
}

.scb-cs-error {
    font-size: 13px;
    color: #c0392b;
    padding: 8px 0;
    margin: 0;
}

/* Responsive */

@media (max-width: 900px) {
    .scb-cs-card,
    .scb-cs-skeleton { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 540px) {
    .scb-cs-card,
    .scb-cs-skeleton { flex: 0 0 85%; }
    .scb-cs-card__name { font-size: 18px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   CPF — Mobile Filter Drawer (Bol.com-stijl)
   ══════════════════════════════════════════════════════════════════════════ */

/* Floating filter knop — alleen zichtbaar op mobiel */
.cpf-fab {
    display: none !important; /* verborgen op desktop */
    position: fixed;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 9000;
    background: var(--cpf-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 18px rgba(255, 106, 52, .42);
    transition: background .18s ease, transform .12s ease, box-shadow .18s ease;
    white-space: nowrap;
    min-width: 140px;
    justify-content: center;
}

.cpf-fab:hover {
    background: var(--cpf-accent2);
    box-shadow: 0 6px 24px rgba(255, 106, 52, .55);
    transform: translateX(-50%) translateY(-2px);
}

.cpf-fab__count {
    background: #fff;
    color: var(--cpf-accent);
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Backdrop */
.cpf-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 35, .55);
    backdrop-filter: blur(2px);
    z-index: 9001;
    opacity: 0;
    transition: opacity .25s ease;
}

.cpf-backdrop--visible {
    opacity: 1;
}

/* Drawer container — op desktop gewoon de normale sidebar, op mobiel slide-up */
.cpf-drawer {
    /* Desktop: geen speciale behandeling */
}

.cpf-drawer__header {
    display: none; /* verborgen op desktop */
}

.cpf-drawer__footer {
    display: none; /* verborgen op desktop */
}

/* Body lock */
body.cpf-body-lock {
    overflow: hidden;
}

/* ── Desktop: zorg dat sticky Elementor-kolom de footer niet overlapt ──────── */

/* De .cpf-drawer zelf is op desktop nooit fixed/sticky vanuit de plugin.
   Als Elementor de kolom sticky maakt, zorgt onderstaande JS (sticky-stop)
   voor het stoppen boven de footer. */
.cpf-drawer {
    /* Geen position hier — Elementor beheert dit op desktop */
}

/* ── Mobile stijlen ───────────────────────────────────────────────────────── */

@media (max-width: 768px) {

    /* Toon de floating knop op mobiel */
    .cpf-fab { display: inline-flex !important; }

    /* Verberg de Filteren-knop zolang het assortiment-menu open staat, zodat
       ze niet over elkaar heen liggen en het duidelijk blijft welk paneel
       actief is. */
    body.scb-am-menu-open .cpf-fab { display: none !important; }

    /* Verberg de backdrop tenzij actief */
    .cpf-backdrop { display: block; pointer-events: none; }
    .cpf-backdrop--visible { pointer-events: auto; }

    /* Drawer gedraagt zich als bottom-sheet — ALLEEN op mobiel fixed */
    .cpf-drawer {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        z-index: 9002;
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -8px 40px rgba(0, 0, 0, .18);
        max-height: 85vh;
        display: flex;
        flex-direction: column;
        transform: translateY(100%);
        transition: transform .30s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        width: 100% !important;
    }

    .cpf-drawer--open {
        transform: translateY(0);
    }

    /* Drawer header */
    .cpf-drawer__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px 14px;
        border-bottom: 1px solid var(--cpf-border);
        flex-shrink: 0;
    }

    /* Drag-indicator streepje bovenaan */
    .cpf-drawer__header::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 36px;
        height: 4px;
        background: #d0d5db;
        border-radius: 2px;
    }

    .cpf-drawer__title {
        font-size: 15px;
        font-weight: 700;
        color: var(--cpf-title);
    }

    .cpf-drawer__close {
        background: #f0f3f7;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--cpf-text);
        cursor: pointer;
        padding: 0;
        transition: background .15s ease;
    }

    .cpf-drawer__close:hover { background: #e2e8f0; }

    /* Scrollbaar content area */
    .cpg-filter-sidebar {
        overflow-y: auto;
        flex: 1;
        padding: 0 20px 8px;
        -webkit-overflow-scrolling: touch;
    }

    /* Footer met toepassen-knop */
    .cpf-drawer__footer {
        display: block;
        padding: 14px 20px;
        border-top: 1px solid var(--cpf-border);
        flex-shrink: 0;
        background: #fff;
    }

    .cpf-drawer__apply {
        width: 100%;
        background: var(--cpf-accent);
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 13px 20px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: background .18s ease;
    }

    .cpf-drawer__apply:hover { background: var(--cpf-accent2); }

    /* Reset-knop wat compacter in drawer */
    .cpf-reset-btn {
        margin-top: 12px !important;
    }

    /* Meer padding onder de filters zodat de FAB er niet overheen staat */
    .cpg-wrap {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 780px) {
    .offers-row--two-col {
        grid-template-columns: 1fr;
    }

    /* In een row worden kaarten gestacked, knop hoeft niet meer onderaan */
    .offer-block--in-row .offer-block__description {
        flex: 0 0 auto;
    }

    .offer-block--in-row .offer-block__price {
        margin-top: 8px;
        padding-top: 0;
    }
}

@media (max-width: 620px) {
    /* left en split worden gestacked op mobiel */
    .offer-block--left,
    .offer-block--split {
        display: flex;
        flex-direction: column;
    }

    .offer-block__image-wrap {
        aspect-ratio: 4 / 3 !important;
        width: 100%;
    }

    .offer-block__content {
        padding: 18px 20px;
    }

    .offer-block__title {
        font-size: 17px;
    }

    .offer-block__price-new,
    .offer-block__price-regular {
        font-size: 22px;
    }

    .offer-block__btn {
        width: 100%;
        text-align: center;
    }

    .scb-slide__overlay {
        padding: 16px 20px;
    }

    .scb-slide__title {
        font-size: 19px;
    }

    .scb-slide__subtitle {
        font-size: 13px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   Good To Know — [good_to_know] shortcode
   ══════════════════════════════════════════════════════════════════════════ */

.gtk-wrap {
    font-family: inherit;
    background: #fff;
    border: 1.5px solid #e4e4e3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    margin: 24px 0;
}

/* !important: een site-brede theme-regel kleurt elke kale <button> oranje
   (display:inline-block; background:#F45A1E) — dit is nu een <button> voor
   de inklap-toggle en moet daaraan ontsnappen. */
.gtk-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    padding: 24px 28px 20px !important;
    border: none !important;
    border-bottom: 1.5px solid transparent !important;
    background: transparent !important;
    color: inherit !important;
    font-family: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.gtk-wrap.gtk-open .gtk-header {
    border-bottom-color: #e4e4e3 !important;
}

.gtk-header:hover,
.gtk-header:focus {
    background: #fafafa !important;
}

.gtk-header-text {
    min-width: 0;
}

.gtk-chevron {
    flex-shrink: 0;
    color: #8a8a88;
    transition: transform .2s ease;
}

.gtk-wrap.gtk-open .gtk-chevron {
    transform: rotate(180deg);
}

.gtk-body {
    display: none;
}

.gtk-wrap.gtk-open .gtk-body {
    display: block;
}

.gtk-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #ff6a34;
    margin-bottom: 8px;
}

/* Zelfde titel-stijl als .scb-product-info__title hieronder, zodat de twee
   secties als één consistent geheel ogen. */
.gtk-header h2 {
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    color: #10243a;
    margin: 0 0 8px;
    line-height: 1.25;
}

.gtk-header p,
.gtk-subtitle p {
    font-size: 15px;
    color: #4a5b6b;
    margin: 0 0 8px;
    line-height: 1.6;
}

.gtk-subtitle p:last-child {
    margin-bottom: 0;
}

.gtk-tabs {
    display: flex;
    border-bottom: 1.5px solid #e4e4e3;
    background: #f9f9f8;
}

.gtk-tab {
    flex: 1;
    padding: 14px 16px;
    background: transparent;
    border: none;
    border-right: 1.5px solid #e4e4e3;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background .18s ease, color .18s ease;
    line-height: 1.3;
    color: #1e1e1d;
    outline: none;
}

.gtk-tab:last-child {
    border-right: none;
}

.gtk-tab strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 3px;
}

.gtk-tab span {
    display: block;
    font-size: 12.5px;
    color: #888;
    transition: color .18s ease;
}

.gtk-tab:hover {
    background: #fff4f0;
    color: #ff6a34;
}

.gtk-tab:hover span {
    color: #e55520;
}

.gtk-tab.active {
    background: #ff6a34;
    color: #fff;
}

.gtk-tab.active strong {
    color: #fff;
}

.gtk-tab.active span {
    color: rgba(255,255,255,.75);
}

.gtk-panels {
    padding: 24px 28px;
}

.gtk-panel {
    display: none;
}

.gtk-panel.active {
    display: block;
}

.gtk-panel h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1d;
    margin: 0 0 10px;
}

.gtk-panel p {
    font-size: 15px;
    color: #4a5b6b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.gtk-payment-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}

.gtk-payment-img {
    width: 128px !important;
    height: 58px !important;
    max-width: 128px !important;
    padding: 8px 12px;
    object-fit: contain;
    box-sizing: border-box;
    border: 1px solid #e3e7ec;
    background: #fff;
    display: block;
    border-radius: 8px;
    flex-shrink: 0;
}

.gtk-payment-klarna {
    width: 92px;
    height: 40px;
    min-width: 92px;
    min-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e7ec;
}

.gtk-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    background: #ff6a34;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background .18s ease;
}

.gtk-btn:hover {
    background: #e55520;
    color: #fff;
}

/* Levertijden tiers inside gtk-panel */
.gtk-delivery-tiers {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.gtk-delivery-tier {
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 4px solid;
}

.gtk-delivery-tier--green {
    background: #f0fdf4;
    border-left-color: #22c55e;
}

.gtk-delivery-tier--orange {
    background: #fff7ed;
    border-left-color: #ff6a34;
}

.gtk-delivery-tier--red {
    background: #fef2f2;
    border-left-color: #ef4444;
}

.gtk-delivery-tier-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e1e1d;
    margin: 0 0 2px;
}

.gtk-delivery-tier-sub {
    font-size: 12px;
    font-weight: 600;
    color: #5b5b5a;
    margin: 0 0 4px;
}

.gtk-delivery-tier-text {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .gtk-tabs { flex-direction: column; }
    .gtk-tab { border-right: none; border-bottom: 1.5px solid #e4e4e3; }
    .gtk-tab:last-child { border-bottom: none; }
    .gtk-header, .gtk-panels { padding: 20px 22px !important; }
    .gtk-header h2 { font-size: 20px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   Delivery Status — [delivery_status] shortcode & product page badge
   ══════════════════════════════════════════════════════════════════════════ */

.scb-ds-badge {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 12px 0;
    font-family: inherit;
}

.scb-ds-badge--in {
    background: #f0fdf4;
    color: #15803d;
    border: 1.5px solid #bbf7d0;
}

.scb-ds-badge--low,
.scb-ds-badge--backorder {
    background: #fff7ed;
    color: #c2410c;
    border: 1.5px solid #fed7aa;
}

.scb-ds-badge--out {
    background: #fef2f2;
    color: #b91c1c;
    border: 1.5px solid #fecaca;
}

.scb-ds-badge-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.scb-ds-badge-icon svg {
    width: 20px;
    height: 20px;
}

.scb-ds-badge-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.scb-ds-badge-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.scb-ds-badge-sub {
    font-size: 13px;
    font-weight: 400;
    opacity: .85;
    line-height: 1.4;
}

/* Compact pill (product cards) */
.scb-ds-pill {
    display: inline-flex;
    align-items: center;
    align-self: flex-start; /* voorkomt uitrekken in flex-kolom container */
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.scb-ds-pill--in                        { background: #dcfce7; color: #15803d; }
.scb-ds-pill--low, .scb-ds-pill--backorder { background: #ffedd5; color: #c2410c; }
.scb-ds-pill--out                       { background: #fee2e2; color: #b91c1c; }

.scb-ds-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.ch-desc-preview {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: max-height .28s ease;
}

.ch-desc-preview::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 86px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%);
    pointer-events: none;
}

.ch-desc-preview.is-open {
    max-height: none;
}

.ch-desc-preview.is-open::after {
    display: none;
}

.ch-desc-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border: 1px solid #ff6a34 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #ff6a34 !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    cursor: pointer;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.ch-desc-toggle:hover {
    background: #fff4ef !important;
}

.woocommerce-account .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 18px 54px;
    color: #10243a;
}

.woocommerce-account .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 260px;
    position: sticky;
    top: 92px;
    align-self: flex-start;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(16,36,58,.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #24445f;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: background .16s ease, color .16s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #f15a24;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16,36,58,.07);
    padding: 26px;
}

.ch-account-hero {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin: 0 0 20px;
    padding: 22px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #092b49, #174c72);
    color: #fff;
}

.ch-account-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #ffb08f;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ch-account-hero h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
}

.ch-account-hero p {
    margin: 0;
    max-width: 560px;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.55;
}

.ch-account-hero__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    background: #f15a24;
    color: #fff !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
}

.single-product .websup-price-suffix,
.single-product .ppp-btw {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef6fb;
    color: #24445f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
}

.single-product .ppp-btw {
    margin: 6px 0 0;
}

/* Single product Elementor template polish */
.single-product .elementor-widget-woocommerce-breadcrumb {
    max-width: 1180px;
    margin: 0 auto 18px;
}

.single-product .woocommerce-breadcrumb {
    color: #60758a !important;
    font-size: 13px !important;
    font-weight: 650;
}

.single-product .woocommerce-breadcrumb a {
    color: #f15a24 !important;
    text-decoration: none !important;
}

.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
    opacity: 1 !important;
    width: 100% !important;
    padding: 20px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(16,36,58,.06);
}

.single-product .woocommerce-product-gallery__wrapper {
    border-radius: 8px;
    background: #fff;
}

.single-product .woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.single-product .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.single-product .woocommerce-product-gallery__image img {
    width: 100% !important;
    max-height: 440px;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
}

.single-product .woocommerce-product-gallery__image:hover img {
    transform: none !important;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 18px !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: #f4f7fa !important;
    box-shadow: 0 8px 20px rgba(16,36,58,.12);
}

.single-product .flex-control-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

.single-product .flex-control-nav li {
    width: auto !important;
    margin: 0 !important;
    list-style: none;
}

.single-product .flex-control-nav img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 8px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #fff;
    opacity: .55;
    transition: border-color .16s ease, opacity .16s ease, box-shadow .16s ease;
}

.single-product .flex-control-nav img.flex-active,
.single-product .flex-control-nav img:hover {
    opacity: 1;
    border-color: #f15a24;
    box-shadow: 0 8px 20px rgba(241,90,36,.13);
}

.single-product .elementor-widget-woocommerce-product-title .product_title {
    color: #10243a !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    margin: 0 0 14px !important;
}

.single-product .cpg-bullets--detail {
    display: grid;
    gap: 8px;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

.single-product .cpg-bullets--detail li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 !important;
    color: #24445f;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.single-product .cpg-bullets--detail li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #e7f8ed;
    color: #16a34a;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 17px;
}

.single-product .elementor-widget-woocommerce-product-price .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px !important;
    color: #f15a24 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.single-product .elementor-widget-woocommerce-product-price .price .amount {
    color: #f15a24 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.single-product .elementor-widget-woocommerce-product-price .price::after {
    content: "incl. BTW";
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef6fb;
    color: #24445f;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .stock {
    display: none !important;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart {
    display: flex !important;
    align-items: stretch;
    gap: 14px;
    margin-top: 18px;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .quantity {
    margin: 0 !important;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .qty {
    width: 62px !important;
    height: 52px !important;
    border: 1px solid #b9c6d3 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #10243a !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    text-align: center;
    box-shadow: none !important;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
    min-width: 260px;
    height: 52px !important;
    border-radius: 6px !important;
    background: #f15a24 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(241,90,36,.22) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.single-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button::before {
    content: "🛒";
    margin-right: 8px;
    font-size: 15px;
}

.single-product .gtk-wrap {
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16,36,58,.07);
}

.single-product .gtk-header {
    padding: 28px 32px 24px !important;
}

.single-product .gtk-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .gtk-tab {
    min-height: 58px;
    padding: 12px 14px;
}

.single-product .gtk-panels {
    padding: 24px 32px;
}

@media (max-width: 760px) {
    .single-product .woocommerce-product-gallery__image a {
        min-height: 300px;
    }
    .single-product .elementor-widget-woocommerce-product-add-to-cart form.cart {
        flex-wrap: wrap;
    }
    .single-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
        min-width: 0;
        width: calc(100% - 76px);
    }
}

.ch-account-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 22px;
}

.ch-account-card {
    display: flex;
    flex-direction: column;
    min-height: 132px;
    padding: 18px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #10243a !important;
    text-decoration: none !important;
}

.ch-account-card__label {
    color: #f15a24;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ch-account-card strong {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.25;
}

.ch-account-card small {
    margin-top: auto;
    color: #60758a;
    font-size: 13px;
    line-height: 1.4;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    margin-top: 0;
}

.woocommerce-account table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e3e9ef !important;
    border-radius: 8px;
}

.woocommerce-account table.shop_table th {
    background: #f4f7fa;
    color: #10243a;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.woocommerce-account table.shop_table td,
.woocommerce-account table.shop_table th {
    padding: 14px 16px !important;
    border-color: #e8edf2 !important;
}

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button {
    border-radius: 6px !important;
    background: #f15a24 !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 850 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
    min-height: 44px;
    border: 1px solid #d8e1ea !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
    border-color: #f15a24 !important;
    outline: none !important;
}

.woocommerce-account fieldset {
    margin-top: 22px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    padding: 18px;
}

.woocommerce-account fieldset legend {
    padding: 0 8px;
    color: #10243a;
    font-weight: 850;
}

.woocommerce-account .woocommerce-Address {
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    padding: 18px;
    background: #f8fafc;
}

.woocommerce-account .woocommerce-Address-title h2 {
    font-size: 18px;
}

.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 520px;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
    margin-top: 0;
    color: #10243a;
}

@media (max-width: 860px) {
    .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
        grid-template-columns: 1fr;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        width: auto;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ch-account-hero,
    .ch-account-cards {
        grid-template-columns: 1fr;
    }
    .ch-account-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   CH-PROMO — Victron Energy + Montage sectie
   ══════════════════════════════════════════════════════════════════════════ */

.ch-promo {
    width: 100%;
    padding: 36px 0 20px;
    font-family: inherit;
}

.ch-promo__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 100%;
}

/* Kaart basis — row layout: content links, beeld rechts */
.ch-promo__card {
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

/* Victron kaart — donkerblauw */
.ch-promo__card--victron {
    background: #0b2d4e;
    color: #fff;
}

/* Montage kaart — lichtgrijs */
.ch-promo__card--montage {
    background: #f5f5f4;
    color: #1e1e1d;
    border: 1.5px solid #e4e4e3;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

/* Tekstzijde */
.ch-promo__card-content {
    flex: 1;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

/* Beeldzijde — 40% van de kaartbreedte */
.ch-promo__card-img {
    width: 40%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    align-self: stretch;
}
.ch-promo__card-img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
}

/* Victron product: cover vult de volle ruimte, transparante achtergrond smelt met donkerblauw */
.ch-promo__card-img--contain img {
    object-fit: cover !important;
    object-position: center center !important;
}

/* Montage foto: cover crop */
.ch-promo__card-img--cover img {
    object-fit: cover !important;
    object-position: center top !important;
}

/* Victron logo */
.ch-promo__logo {
    width: 150px;
    height: auto;
    flex-shrink: 0;
}
.ch-promo__logo svg,
.ch-promo__logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

/* Montage wrench icon */
.ch-promo__icon {
    width: 46px;
    height: 46px;
    background: #fff5f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6a34;
    flex-shrink: 0;
}
.ch-promo__icon svg {
    width: 24px;
    height: 24px;
}

/* Titels */
.ch-promo__card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: inherit;
}
.ch-promo__card--victron .ch-promo__card-title { color: #ffffff; }
.ch-promo__card--montage .ch-promo__card-title { color: #1e1e1d; }

/* Beschrijving */
.ch-promo__card-text {
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}
.ch-promo__card--victron .ch-promo__card-text { color: rgba(255,255,255,0.82); }
.ch-promo__card--montage .ch-promo__card-text { color: #555; }

/* Bullets */
.ch-promo__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.ch-promo__bullets li {
    font-size: 13px;
    padding-left: 19px;
    position: relative;
    line-height: 1.5;
}
.ch-promo__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    background: #ff6a34;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
}
.ch-promo__card--victron .ch-promo__bullets li { color: rgba(255,255,255,0.82); }

/* CTA knoppen — !important om thema-oranje te overriden */
.ch-promo__btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 11px 20px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer !important;
    transition: background .2s, color .2s, border-color .2s, transform .15s !important;
    align-self: flex-start !important;
    margin-top: auto !important;
    width: auto !important;
    min-width: unset !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    border: 2px solid transparent !important;
}
.ch-promo__btn--light {
    background: #ff6a34 !important;
    color: #fff !important;
    border-color: #ff6a34 !important;
}
.ch-promo__btn--light:hover {
    background: #e55520 !important;
    border-color: #e55520 !important;
    transform: translateY(-1px) !important;
}
.ch-promo__btn--outline {
    background: transparent !important;
    color: #ff6a34 !important;
    border-color: #ff6a34 !important;
}
.ch-promo__btn--outline:hover {
    background: #ff6a34 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

/* Responsive */
@media (max-width: 960px) and (min-width: 769px) {
    .ch-promo__card-img { width: 36%; }
}
@media (max-width: 768px) {
    .ch-promo__grid { grid-template-columns: 1fr; gap: 18px; }
    .ch-promo__card {
        flex-direction: column-reverse;
        min-height: 0;
    }
    .ch-promo__card-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        align-self: auto;
    }
    .ch-promo__card-content { padding: 22px 20px 24px; }
}
@media (max-width: 420px) {
    .ch-promo__card-img { aspect-ratio: 4 / 3; }
    .ch-promo__card-content { padding: 20px 16px 22px; gap: 10px; }
}

.scb-ds-cart-delivery {
    display: block;
    margin-top: 4px;
    color: #5f6f5f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
}

.wc-block-components-product-details__levertijd {
    margin-top: 5px !important;
    color: #5f6f5f !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}

.wc-block-components-product-details__levertijd .wc-block-components-product-details__name {
    color: #2f7d4b !important;
    font-weight: 700 !important;
}

.wc-block-components-product-details__levertijd .wc-block-components-product-details__value {
    color: #5f6f5f !important;
}

.ch-contact-form .ff-message-success,
.ch-contact-form .fluentform .ff-message-success {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 14px;
    margin: 18px 0 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(47, 125, 75, .22) !important;
    border-left: 5px solid #2f7d4b !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f6fff8 0%, #eef9f1 100%) !important;
    color: #173d25 !important;
    box-shadow: 0 14px 34px rgba(24, 61, 37, .12) !important;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.ch-contact-form .ff-message-success::before,
.ch-contact-form .fluentform .ff-message-success::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2f7d4b;
    box-shadow: inset 0 0 0 8px rgba(255,255,255,.16);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
}

.ch-contact-form .ff-message-success p,
.ch-contact-form .fluentform .ff-message-success p {
    margin: 0 !important;
    color: inherit !important;
}

.ch-contact-form .ff-message-success strong,
.ch-contact-form .fluentform .ff-message-success strong {
    display: block;
    margin-bottom: 2px;
    color: #102e1b;
    font-size: 16px;
    font-weight: 800;
}

.ch-contact-form .ff-errors-in-stack {
    margin-top: 14px !important;
}

.ch-contact-form .ff-errors-in-stack .error,
.ch-contact-form .fluentform .text-danger {
    border-radius: 8px;
    background: #fff4f0;
    color: #9f321b !important;
    border: 1px solid rgba(159, 50, 27, .18);
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 480px) {
    .ch-contact-form .ff-message-success,
    .ch-contact-form .fluentform .ff-message-success {
        grid-template-columns: 38px 1fr;
        gap: 12px;
        padding: 16px !important;
        font-size: 14px;
    }

    .ch-contact-form .ff-message-success::before,
    .ch-contact-form .fluentform .ff-message-success::before {
        width: 38px;
        height: 38px;
        background-size: 19px 19px;
    }
}

/* Shop archive polish */
.woocommerce.archive .cpg-wrap {
    --cpg-border: #e8edf2;
    --cpg-radius: 10px;
    --cpg-shadow: 0 10px 28px rgba(18, 43, 64, .06);
    --cpg-shadow-h: 0 16px 36px rgba(18, 43, 64, .12);
}

.woocommerce.archive .cpg-toolbar {
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce.archive .cpg-count {
    color: #7b8793;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
}

.woocommerce.archive .cpg-sort-wrap {
    color: #7b8793;
    font-size: 13px;
    font-weight: 600;
}

.woocommerce.archive .cpg-sort-wrap select {
    min-height: 38px;
    border-color: #dde5ec;
    border-radius: 8px;
    padding: 8px 34px 8px 13px;
    color: #243746;
    background-color: #fff;
}

.woocommerce.archive .cpg-grid {
    gap: 24px;
}

.woocommerce.archive .cpg-card {
    border: 1px solid #e8edf2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(18, 43, 64, .055);
    overflow: hidden;
}

.woocommerce.archive .cpg-card:hover {
    border-color: rgba(255, 106, 52, .35);
    box-shadow: 0 18px 44px rgba(18, 43, 64, .12);
    transform: translateY(-3px);
}

.woocommerce.archive .cpg-img-link {
    aspect-ratio: 1.34 / 1;
    background: #fff;
    padding: 20px 18px 8px;
}

.woocommerce.archive .cpg-img-link .cpg-img,
.woocommerce.archive .cpg-img-link img {
    object-fit: contain;
}

.woocommerce.archive .cpg-card:hover .cpg-img-link img {
    transform: scale(1.035);
}

.woocommerce.archive .cpg-body {
    padding: 14px 18px 18px;
}

.woocommerce.archive .cpg-title {
    min-height: 42px;
    margin-bottom: 8px;
    color: #1f2933;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.32;
}

.woocommerce.archive .cpg-bullets {
    margin-bottom: 10px;
}

.woocommerce.archive .cpg-bullets li {
    color: #52606d;
    font-size: 12px;
    line-height: 1.35;
}

.woocommerce.archive .cpg-bullets li::before {
    top: 8px;
    width: 4px;
    height: 4px;
    background: #ff4f1f;
}

.woocommerce.archive .scb-ds-pill {
    align-self: flex-start;
    margin: 2px 0 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff0df;
    color: #9a4c10;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
}

.woocommerce.archive .scb-ds-pill .scb-ds-dot {
    background: #ff6a34;
}

.woocommerce.archive .scb-ds-pill--in {
    background: #dcfce7;
    color: #15803d;
}

.woocommerce.archive .scb-ds-pill--in .scb-ds-dot {
    background: #15803d;
}

.woocommerce.archive .cpg-footer {
    border-top: 0;
    padding-top: 4px;
    gap: 12px;
}

.woocommerce.archive .cpg-price .woocommerce-Price-amount.amount {
    color: #ff4f1f;
    font-size: 18px;
    font-weight: 850;
}

.woocommerce.archive .cpg-exbtw {
    color: #8b98a5;
    font-size: 10.5px;
}

.woocommerce.archive .cpg-btn {
    min-height: 38px;
    border-radius: 7px;
    padding: 10px 14px;
    background: #ff4f1f;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(255, 79, 31, .18);
}

.woocommerce.archive .cpg-btn:hover {
    background: #e94315;
    transform: translateY(-1px);
}

.woocommerce.archive .cpg-filter-sidebar {
    padding: 18px 18px 20px;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(18, 43, 64, .055);
}

.woocommerce.archive .cpf-section-head {
    min-height: 42px;
    padding: 10px 0 !important;
    color: #1f2933 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.woocommerce.archive .cpf-check-item label {
    padding: 5px 0;
    color: #52606d;
    font-size: 12.5px;
}

.woocommerce.archive .cpf-check-label strong {
    color: #1f2933;
}

.woocommerce.archive .cpf-check-count {
    color: #8b98a5;
    opacity: 1;
}

.woocommerce.archive .cpf-show-more {
    color: #ff4f1f !important;
    font-size: 12px;
    font-weight: 800;
}

.woocommerce.archive .cpf-price-field {
    border-color: #dde5ec;
    border-radius: 8px;
    padding: 8px 10px;
}

.woocommerce.archive .cpf-ok-btn {
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 12px;
    border-radius: 7px !important;
    background: #ff4f1f !important;
    font-weight: 800 !important;
}

@media (max-width: 900px) {
    .woocommerce.archive .cpg-img-link {
        padding: 18px 16px 6px;
    }

    .woocommerce.archive .cpg-title {
        min-height: 0;
    }
}

/* ── Archive Banner — categoriebanner bovenaan productarchieven ─────────── */

.scb-cat-banner {
    position: relative;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: var(--hb-left-bg, #1a3a5c);
    background-image: var(--scb-cat-bg, none);
    background-size: cover;
    background-position: center;
}

.scb-cat-banner__title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0;
}

.scb-cat-banner__dot {
    color: var(--scb-accent, #ff7a00);
}

.scb-cat-banner__desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .88);
    margin: 10px 0 0;
    max-width: 65ch;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scb-cat-banner__media {
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scb-cat-banner__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* ── Nieuwe banner-opbouw (category-banner.php): foto + gradient-overlay
   i.p.v. een vlak blauw vlak, plus een aanbiedingenstrook. ─────────────── */

.scb-cat-banner__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(16, 36, 58, .93) 0%, rgba(16, 36, 58, .82) 40%, rgba(16, 36, 58, .55) 100%);
}

.scb-cat-banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 36px;
    min-height: 168px;
}

.scb-cat-banner__copy {
    flex: 1;
    min-width: 0;
    max-width: 640px;
}

.scb-cat-banner__product {
    flex-shrink: 0;
    max-width: 180px;
    max-height: 140px;
    object-fit: contain;
}

.scb-cat-banner__offers {
    flex-shrink: 0;
    width: 300px;
    padding: 16px;
    background: rgba(255, 255, 255, .96);
    border-radius: 10px;
}

.scb-cat-banner__offers-label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cpf-accent, #f15a24);
}

.scb-cat-banner__offers ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.scb-cat-banner__offers a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 8px;
    text-decoration: none;
}

.scb-cat-banner__offers a:hover {
    background: #f4f7fa;
}

.scb-cat-banner__offer-img {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #eef2f6;
}

.scb-cat-banner__offer-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scb-cat-banner__offer-title {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.35;
    color: #24445f;
}

.scb-cat-banner__offer-price {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--cpf-accent, #f15a24);
}

@media (max-width: 767px) {
    .scb-cat-banner__content {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px;
        min-height: 0;
    }
    .scb-cat-banner__product {
        display: none;
    }
    .scb-cat-banner__offers {
        width: auto;
    }
}

/* De losse Elementor-titel boven de grid verbergen zodra de banner rendert,
   anders staat de categorienaam er twee keer. */
body.tax-product_cat:has(.scb-cat-banner) .elementor-element-5628f7f {
    display: none;
}

@media (max-width: 640px) {
    .scb-cat-banner {
        padding: 22px 20px;
    }
    .scb-cat-banner__media {
        display: none;
    }
}

/* ── Mijn account: layout-conflict met Woo core + Elementor Pro widget ────── */
/* Woo's float-layout (30/68%) en Elementor's widget-CSS (25/75%) overrulen de
   grid hierboven; deze regels neutraliseren beide zodat de grid het werk doet. */

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    grid-column: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    min-width: 0;
    grid-column: 2;
}

.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

/* Standaard Woo-begroeting verbergen: de hero eronder vertelt hetzelfde netter.
   Geen child-combinator: Elementor stopt er een extra wrapper-div tussen. */
.woocommerce-account .woocommerce-MyAccount-content p:has(+ .ch-account-hero),
.woocommerce-account .woocommerce-MyAccount-content p:has(+ p + .ch-account-hero) {
    display: none;
}

@media (max-width: 860px) {
    /* Zelfde zware selectors als de basis-overrides hierboven, anders verliest
       deze media query het op specificiteit en blijft content in kolom 2. */
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content,
    .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        grid-column: 1;
    }
}

/* ── Footer: horizontale scroll op mobiel voorkomen ──────────────────────── */
/* De copyrightregel (white-space: nowrap) in de Elementor footer-widget duwde
   de pagina breder dan de viewport op telefoons. */
@media (max-width: 767px) {
    .ch-footer-copy {
        white-space: normal !important;
    }
    .ch-footer-right,
    .ch-footer-legal,
    .ch-payment-icons {
        flex-wrap: wrap !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   Categorieën-panel (sidebar redesign, juli 2026)
   ══════════════════════════════════════════════════════════════════════════ */

.cpf-catpanel {
    padding: 2px 0 6px;
}

.cpf-catpanel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 2px 12px;
}

.cpf-catpanel__head > span {
    font-size: 17px;
    font-weight: 800;
    color: #10243a;
}

.cpf-catpanel__collapse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #d8e1ea;
    border-radius: 999px;
    background: #fff;
    color: #24445f;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.cpf-catpanel__search {
    position: relative;
    margin-bottom: 8px;
}

.cpf-catpanel__search svg {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 15px !important;
    height: 15px !important;
    color: #8ca0b3;
    pointer-events: none;
}

.cpf-catpanel__search input {
    width: 100% !important;
    min-height: 42px;
    padding: 0 12px 0 36px !important;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #10243a;
    outline: none;
}

.cpf-catpanel__search input:focus {
    border-color: var(--cpf-accent, #f15a24);
}

.cpf-cattree,
.cpf-cattree__sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cpf-cattree > .cpf-cattree__item {
    border-top: 1px solid #eef2f6;
}

.cpf-cattree > .cpf-cattree__item:first-child {
    border-top: 0;
}

.cpf-cattree__item--shop-all .cpf-catrow__main {
    font-weight: 800;
}

.cpf-cattree__item--shop-all .cpf-catrow__name,
.cpf-cattree__item--shop-all .cpf-catrow__icon {
    color: #10243a;
}

.cpf-cattree__item--shop-all .cpf-catrow__main:hover .cpf-catrow__name,
.cpf-cattree__item--shop-all .cpf-catrow__main:hover .cpf-catrow__icon {
    color: var(--cpf-accent, #f15a24);
}

.cpf-catrow {
    display: flex;
    align-items: center;
    gap: 2px;
}

.cpf-catrow__main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    padding: 11px 2px 11px 6px;
    cursor: pointer;
}

.cpf-catrow__main input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.cpf-catrow__icon {
    display: inline-flex;
    flex: 0 0 20px;
    justify-content: center;
    color: #24445f;
}

.cpf-catrow__name {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 650;
    color: #24445f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpf-catrow__count {
    flex-shrink: 0;
    font-size: 12.5px;
    color: #8ca0b3;
    font-variant-numeric: tabular-nums;
}

/* Aantal producten per categorie verbergen in de filter-sidebar op de
   archiefpagina — puur de naam volstaat daar. */
.cpg-filter-sidebar .cpf-catrow__count {
    display: none;
}

.cpf-catrow__chev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: none;
    color: #8ca0b3;
    cursor: pointer;
}

.cpf-catrow__chev:hover {
    background: #f1f5f9;
    color: #24445f;
}

.cpf-catrow__chev svg {
    transition: transform .18s ease;
}

.cpf-cattree__item.is-open > .cpf-catrow .cpf-catrow__chev svg {
    transform: rotate(90deg);
}

.cpf-catrow__chev--none {
    visibility: hidden;
    cursor: default;
}

.cpf-catrow.is-active {
    background: #fff4ef;
    box-shadow: inset 3px 0 0 var(--cpf-accent, #f15a24);
    border-radius: 0 6px 6px 0;
}

.cpf-catrow.is-active .cpf-catrow__name,
.cpf-catrow.is-active .cpf-catrow__icon {
    color: var(--cpf-accent, #f15a24);
}

.cpf-cattree__sub {
    display: none;
    padding: 0 0 6px 28px;
}

.cpf-cattree__item.is-open > .cpf-cattree__sub {
    display: block;
}

.cpf-cattree__sub .cpf-catrow__main {
    padding: 7px 2px 7px 4px;
}

.cpf-cattree__sub .cpf-catrow__name {
    font-size: 13.5px;
    font-weight: 550;
}

.cpf-catpanel__all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    margin-top: 10px;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #fff;
    color: #24445f;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.cpf-catpanel__all:hover {
    background: #f8fafc;
}

.cpf-catpanel__all svg {
    transition: transform .18s ease;
}

.cpf-catpanel__all.is-open svg {
    transform: rotate(180deg);
}

.cpf-catpanel:not(.show-all) .cpf-cattree > .cpf-hidden-root {
    display: none;
}

.cpf-catpanel.is-collapsed .cpf-catpanel__search,
.cpf-catpanel.is-collapsed .cpf-cattree,
.cpf-catpanel.is-collapsed .cpf-catpanel__all {
    display: none;
}

/* ══════════════════════════════════════════════════════════════════════════
   Productpagina: detail-bullets + variabel bestelblok (juli 2026)
   ══════════════════════════════════════════════════════════════════════════ */

/* Vinkje stond absolute over de tekst (basisregel .cpg-bullets li::before);
   in de flex-rij van de detailweergave moet hij gewoon in de flow staan. */
.single-product .cpg-bullets--detail li::before {
    position: static;
}

/* Bestelblok van variabele producten: gestapeld in plaats van naast elkaar */
.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart.variations_form {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
}

.single-product form.cart.variations_form table.variations {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    border: 0;
}

.single-product form.cart.variations_form .variations th.label {
    width: 90px;
    padding: 14px 4px 14px 0;
    border: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #60758a;
    white-space: nowrap;
}

.single-product form.cart.variations_form .variations td.value {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    vertical-align: middle;
    position: relative;
}

/* WooCommerce reserveert layout-ruimte voor deze link via visibility:hidden;
   position:absolute voorkomt dat die onzichtbare ruimte de rij opblaast. */
.single-product form.cart.variations_form .reset_variations {
    position: absolute !important;
    top: 100% !important;
    left: 16px !important;
    margin-top: 6px !important;
}

.single-product form.cart.variations_form .variations select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #d8e1ea;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    color: #10243a;
}

.single-product form.cart.variations_form .reset_variations {
    display: inline-block;
    margin-top: 6px;
    font-size: 12.5px;
    color: #60758a;
    text-decoration: underline;
}

.single-product form.cart.variations_form .single_variation_wrap {
    width: 100%;
}

.single-product .woocommerce-variation.single_variation {
    margin: 0 0 12px;
}

.single-product .woocommerce-variation-description p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #60758a;
}

.single-product .woocommerce-variation-price .price {
    font-size: 24px;
    font-weight: 800;
    color: #f15a24;
}

/* Dubbelop met de levertijdbadge boven het bestelblok */
.single-product .woocommerce-variation-availability {
    display: none;
}

.single-product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

/* ── Elementor-widget scb_category_banner (in ontwikkeling) ──────────────── */
/* Vangnet: zodra de widget op een pagina staat, verbergt de automatische
   plugin-banner zichzelf zodat er nooit twee banners tegelijk staan. */
body:has(.elementor-widget-scb_category_banner) .scb-cat-banner:not(.elementor-widget-scb_category_banner *) {
    display: none;
}

/* Leesbaarheid van de widget-varianten op de donkerblauwe achtergrond */
.elementor-widget-scb_category_banner .scb-cat-banner__subtitle {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.6;
}

.elementor-widget-scb_category_banner .scb-cat-banner__usps {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

/* Hotfix 2026-07-06: product detail stability */
.single-product .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button::before,
[id^="ppp-"] .single_add_to_cart_button::before {
    content: "" !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    margin-right: 9px !important;
    background: currentColor !important;
    vertical-align: -3px !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.98a2 2 0 0 0 1.95-1.57l1.35-6.43H5.12'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.98a2 2 0 0 0 1.95-1.57l1.35-6.43H5.12'/%3E%3C/svg%3E") !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
}

/* Alleen de voorraadregel verbergen (dubbel met de levertijdbadge);
   variatieprijs en -omschrijving moeten zichtbaar blijven bij pakketkeuze. */
.single-product .woocommerce-variation-availability {
    display: none !important;
}

.single-product form.cart .woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
}

.elementor-widget-scb_category_banner .scb-cat-banner__usps li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: rgba(255, 255, 255, .92);
    font-size: 14.5px;
    line-height: 1.5;
}

.cpf-catpanel__collapse,
.cpf-catpanel__collapse:focus {
    border: 0 !important;
}

.elementor-widget-scb_category_banner .scb-cat-banner__icon {
    color: #ffb38a;
    flex-shrink: 0;
}

.elementor-widget-scb_category_banner .scb-cat-banner__usps strong {
    color: #fff;
}

.elementor-widget-scb_category_banner .scb-cat-banner__usps small {
    color: rgba(255, 255, 255, .7);
}

.elementor-widget-scb_category_banner .scb-cat-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ── Sidebar-knoppen afschermen van globale button-styling ────────────────── */
/* Elementor-kit en site-brede custom CSS (button:hover { background:#F45A1E })
   kleuren elke kale <button> oranje; deze overrides houden de sidebar rustig. */

.cpf-catrow__chev,
.cpf-catrow__chev:focus {
    background: transparent !important;
    color: #8ca0b3 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cpf-catrow__chev:hover {
    background: #f1f5f9 !important;
    color: #24445f !important;
}

.cpf-catpanel__collapse,
.cpf-catpanel__collapse:focus {
    background: transparent !important;
    color: #24445f !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.cpf-catpanel__collapse:hover {
    background: transparent !important;
    color: #24445f !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.cpf-catpanel__all,
.cpf-catpanel__all:focus {
    background: #fff !important;
    color: #24445f !important;
    border: 1px solid #e3e9ef !important;
    box-shadow: none !important;
}

.cpf-catpanel__all:hover {
    background: #f8fafc !important;
    color: #24445f !important;
}

.cpf-section-head,
.cpf-section-head:hover,
.cpf-section-head:focus {
    background: transparent !important;
    color: #10243a !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cpf-show-more,
.cpf-show-more:focus {
    background: transparent !important;
    color: var(--cpf-accent, #f15a24) !important;
    border: 0 !important;
}

.cpf-show-more:hover {
    background: transparent !important;
    color: var(--cpf-accent2, #e55520) !important;
}

.cpf-reset-btn,
.cpf-reset-btn:focus {
    background: #fff !important;
    color: #60758a !important;
    border: 1px solid #e3e9ef !important;
}

.cpf-reset-btn:hover {
    background: #f8fafc !important;
    color: #24445f !important;
}

.cpf-drawer__close,
.cpf-drawer__close:hover,
.cpf-drawer__close:focus {
    background: transparent !important;
    color: #24445f !important;
    border: 0 !important;
}

/* ══════════════════════════════════════════════════════════════════════════
   Bedankpagina (order-received) + Woo notices + account-details (juli 2026)
   ══════════════════════════════════════════════════════════════════════════ */

.woocommerce-order {
    max-width: 860px;
    margin: 0 auto;
}

.ch-thankyou-hero {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 8px 0 4px;
}

.ch-thankyou-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 999px;
    background: #e7f8ed;
    color: #16a34a;
}

.ch-thankyou-title {
    margin: 0;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #10243a;
}

.ch-thankyou-title span {
    color: var(--cpf-accent, #f45a1e);
}

.woocommerce-thankyou-order-received {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5b6b;
    margin: 12px 0 18px;
}

.ch-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 28px;
}

.ch-thankyou-btn,
.ch-thankyou-btn:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid #e3e9ef !important;
    border-radius: 8px;
    background: #fff !important;
    color: #24445f !important;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none !important;
}

.ch-thankyou-btn:hover {
    background: #f8fafc !important;
}

.ch-thankyou-btn--primary,
.ch-thankyou-btn--primary:focus {
    /* --scb-accent, niet --scb-btn: die laatste staat in de Winkelmanager
       op blauw (#0072c0) terwijl de site oranje als actiekleur gebruikt. */
    background: var(--cpf-accent, #f45a1e) !important;
    border-color: var(--cpf-accent, #f45a1e) !important;
    color: #fff !important;
}

.ch-thankyou-btn--primary:hover {
    background: var(--cpf-accent, #f45a1e) !important;
    border-color: var(--cpf-accent, #f45a1e) !important;
    filter: brightness(.92);
}

ul.woocommerce-thankyou-order-details {
    list-style: none;
    margin: 0 0 24px !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

ul.woocommerce-thankyou-order-details li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid #e3e9ef !important;
    border-right: 1px solid #e3e9ef !important;
    border-radius: 8px;
    background: #f8fafc;
    float: none !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #60758a;
}

ul.woocommerce-thankyou-order-details li strong {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    color: #10243a;
}

.woocommerce-order table.shop_table {
    width: 100%;
    margin: 0 0 24px;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #e3e9ef !important;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-order table.shop_table th {
    background: #f4f7fa;
    color: #10243a;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: left;
}

.woocommerce-order table.shop_table td,
.woocommerce-order table.shop_table th {
    padding: 13px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #e8edf2 !important;
}

.woocommerce-order table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

.woocommerce-order .woocommerce-customer-details address,
.woocommerce-account .woocommerce-customer-details address {
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    font-style: normal;
    line-height: 1.7;
}

.woocommerce-order h2,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    font-size: 20px;
    color: #10243a;
    margin: 24px 0 12px;
}

/* ── WooCommerce notices in huisstijl ─────────────────────────────────────── */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top: 0 !important;
    border-radius: 8px;
    padding: 14px 18px !important;
    line-height: 1.55;
    list-style: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    display: none !important;
}

.woocommerce-message {
    border-left: 4px solid #16a34a !important;
    background: #f0faf4 !important;
    color: #14532d !important;
}

.woocommerce-info {
    border-left: 4px solid #244f72 !important;
    background: #f2f7fb !important;
    color: #1d3a56 !important;
}

.woocommerce-error {
    border-left: 4px solid #dc2626 !important;
    background: #fdf2f2 !important;
    color: #7f1d1d !important;
}

.woocommerce-error li {
    margin: 0 !important;
}

/* ── Account: Gegevens-formulier en bekijk-bestelling ─────────────────────── */

.woocommerce-account .woocommerce-MyAccount-content .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 650;
    color: #24445f;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
    margin-bottom: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row span em {
    display: block;
    margin-top: 5px;
    font-size: 12.5px;
    font-style: normal;
    color: #8ca0b3;
}

.woocommerce-account mark {
    background: #fff4ef;
    color: #c2410c;
    font-weight: 750;
    padding: 1px 6px;
    border-radius: 4px;
}

/* ── Categorieën-panel als navigatie (homepage) ───────────────────────────── */
.cpf-catpanel--nav {
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 12px;
    padding: 16px 16px 18px;
}

a.cpf-catrow__main,
a.cpf-catrow__main:hover,
a.cpf-catrow__main:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}

a.cpf-catrow__main:hover .cpf-catrow__name {
    color: var(--cpf-accent, #f15a24);
}

/* Account portal v2: WooCommerce + Elementor account pages */
.woocommerce-account {
    background: #f7fafc;
}

.woocommerce-account .site-main,
.woocommerce-account .entry-content,
.woocommerce-account .elementor-widget-woocommerce-my-account,
.woocommerce-account .elementor-widget-woocommerce-my-account .elementor-widget-container,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab {
    width: 100% !important;
    max-width: none !important;
}

.woocommerce-account .elementor-widget-woocommerce-my-account {
    display: block !important;
}

.woocommerce-account .woocommerce {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin: 42px auto 76px !important;
    padding: 0 !important;
    color: #0b2743;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: grid !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    grid-column: 1 !important;
    position: sticky;
    top: 104px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    grid-column: 2 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 12px !important;
    list-style: none !important;
    background: #ffffff !important;
    border: 1px solid #dbe6ef !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 46px rgba(12, 39, 65, .08) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    padding: 11px 13px !important;
    border-radius: 10px !important;
    color: #24445f !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: #c8d7e4;
    flex: 0 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: #fff1ea !important;
    color: #f15a24 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before {
    background: #f15a24;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #ffffff !important;
    border: 1px solid #dbe6ef !important;
    border-radius: 14px !important;
    box-shadow: 0 22px 58px rgba(12, 39, 65, .09) !important;
    padding: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-content-wrapper {
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
.woocommerce-account .woocommerce-MyAccount-content p:has(+ .ch-account-hero),
.woocommerce-account .woocommerce-MyAccount-content p:has(+ p + .ch-account-hero) {
    display: none !important;
}

.ch-account-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 22px !important;
    margin: 0 0 20px !important;
    padding: 30px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #08304f 0%, #174f75 100%) !important;
    color: #ffffff !important;
}

.ch-account-eyebrow {
    display: block !important;
    margin-bottom: 16px !important;
    color: #ffb08f !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

.ch-account-hero h2 {
    margin: 0 0 14px !important;
    color: #ffffff !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.ch-account-hero p {
    max-width: 620px !important;
    margin: 0 !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.ch-account-hero__link,
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ff5a24 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(255, 90, 36, .24) !important;
}

.ch-account-hero__link:hover,
.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover {
    background: #e84d1b !important;
    color: #ffffff !important;
}

.ch-account-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
}

.ch-account-card,
.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-column {
    display: block !important;
    min-height: 134px !important;
    padding: 20px !important;
    border: 1px solid #dfe9f2 !important;
    border-radius: 12px !important;
    background: #f8fbfd !important;
    color: #0b2743 !important;
    text-decoration: none !important;
}

.ch-account-card:hover {
    border-color: #ffb797 !important;
    background: #fff8f4 !important;
}

.ch-account-card__label {
    display: block !important;
    margin-bottom: 11px !important;
    color: #f15a24 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

.ch-account-card strong {
    display: block !important;
    margin-bottom: 9px !important;
    color: #0b2743 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
}

.ch-account-card small {
    display: block !important;
    color: #5c7287 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

/* Dashboard-overzicht heeft al eigen kaarten (hero + snelkoppelingen) —
   de buitenste witte kaart eromheen zou dat dubbelop maken. */
.woocommerce-account .woocommerce-MyAccount-content:has(.ch-account-hero) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.woocommerce-account table.shop_table {
    width: 100% !important;
    border: 1px solid #dfe9f2 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.woocommerce-account table.shop_table th {
    background: #f3f7fa !important;
    color: #24445f !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

.woocommerce-account table.shop_table td,
.woocommerce-account table.shop_table th {
    padding: 16px !important;
    border-color: #e7eef4 !important;
}

.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
    width: 100% !important;
    min-height: 46px !important;
    border: 1px solid #cbd9e6 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0b2743 !important;
    box-shadow: none !important;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
    border-color: #f15a24 !important;
    outline: 3px solid rgba(241, 90, 36, .14) !important;
}

.woocommerce-account fieldset {
    margin-top: 24px !important;
    padding: 22px !important;
    border: 1px solid #dfe9f2 !important;
    border-radius: 12px !important;
    background: #f8fbfd !important;
}

.woocommerce-account fieldset legend,
.woocommerce-account .woocommerce-Address-title h2 {
    color: #0b2743 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.woocommerce-account .woocommerce-notices-wrapper {
    grid-column: 1 / -1 !important;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    border-radius: 12px !important;
    box-shadow: 0 12px 30px rgba(12, 39, 65, .08) !important;
}

.woocommerce-account:not(.logged-in) .woocommerce {
    width: min(620px, calc(100% - 32px)) !important;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
    color: #0b2743 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}

@media (max-width: 980px) {
    .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content,
    .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        grid-column: 1 !important;
        position: static !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ch-account-hero,
    .ch-account-cards {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 620px) {
    .woocommerce-account .woocommerce {
        width: min(100% - 24px, 1240px) !important;
        margin-top: 24px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register,
    .ch-account-hero {
        padding: 20px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr !important;
    }

    .woocommerce-account table.shop_table,
    .woocommerce-account table.shop_table tbody,
    .woocommerce-account table.shop_table tr,
    .woocommerce-account table.shop_table td {
        display: block !important;
        width: 100% !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   Product info: beschrijving + voordelen + specificaties (juli 2026)
   ══════════════════════════════════════════════════════════════════════════ */

.scb-product-info {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 40px;
    max-width: 1180px;
    margin: 40px auto;
    padding: 36px 40px;
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(16, 36, 58, .06);
}

.scb-product-info__title {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    line-height: 1.25;
    color: #10243a;
}

.scb-product-info__accent {
    width: 44px;
    height: 4px;
    margin: 16px 0 20px;
    border-radius: 999px;
    background: var(--cpf-accent, #f15a24);
}

.scb-product-info__text {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5b6b;
    overflow: hidden;
}

.scb-product-info__text p {
    margin: 0 0 14px;
}

.scb-product-info__text p:last-child {
    margin-bottom: 0;
}

.scb-product-info__text.is-collapsed {
    max-height: 430px;
}

.scb-product-info__text.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
    pointer-events: none;
}

.scb-product-info__text.is-open {
    max-height: none;
}

.scb-product-info__toggle {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    appearance: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--cpf-accent, #f15a24) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
}

.scb-product-info__toggle[hidden] {
    display: none !important;
}

.scb-product-info__toggle:hover {
    background: transparent !important;
    color: var(--cpf-accent2, #e55520) !important;
}

.scb-product-info__benefits {
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid #eef2f6;
}

.scb-product-info__benefit-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.scb-product-info__benefit-head h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 750;
    color: #10243a;
}

.scb-product-info__benefit-icon,
.scb-product-info__spec-icon,
.scb-product-info__note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #fff4ef;
}

.scb-product-info__spec-icon::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--cpf-accent, #f15a24);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6a2 2 0 0 1 2 2v1h-10v-1a2 2 0 0 1 2-2z'/%3E%3Crect x='5' y='6' width='14' height='15' rx='2'/%3E%3Cline x1='8' y1='11' x2='16' y2='11'/%3E%3Cline x1='8' y1='15' x2='16' y2='15'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6a2 2 0 0 1 2 2v1h-10v-1a2 2 0 0 1 2-2z'/%3E%3Crect x='5' y='6' width='14' height='15' rx='2'/%3E%3Cline x1='8' y1='11' x2='16' y2='11'/%3E%3Cline x1='8' y1='15' x2='16' y2='15'/%3E%3C/svg%3E") center / contain no-repeat;
}

.scb-product-info__benefit-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--cpf-accent, #f15a24);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.scb-product-info__benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.scb-product-info__benefits li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #24445f;
}

.scb-product-info__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--cpf-accent, #f15a24);
}

.scb-product-info__side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scb-product-info__card {
    padding: 22px 24px;
    border: 1px solid #e3e9ef;
    border-radius: 12px;
    background: #f8fafc;
}

.scb-product-info__card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.scb-product-info__card-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 750;
    color: #10243a;
}

.scb-product-info__specs {
    margin: 0;
    display: grid;
    gap: 0;
}

.scb-product-info__specs > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #e8edf2;
}

.scb-product-info__specs > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.scb-product-info__specs dt {
    font-size: 13px;
    color: #60758a;
}

.scb-product-info__specs dd {
    margin: 0;
    font-size: 14px;
    font-weight: 650;
    color: #10243a;
    text-align: right;
}

.scb-product-info__note {
    display: flex;
    gap: 14px;
    padding: 20px 22px;
    border: 1px solid #ffd9c2;
    border-radius: 12px;
    background: #fff8f4;
}

.scb-product-info__note-icon::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--cpf-accent, #f15a24);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.scb-product-info__note h3 {
    margin: 0 0 4px;
    font-size: 14.5px;
    font-weight: 750;
    color: #10243a;
}

.scb-product-info__note p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #7a5340;
}

@media (max-width: 900px) {
    .scb-product-info {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 28px;
        margin: 28px auto;
    }
}

/* ── Samenvattingskolom productpagina: kaart die matcht met galerij + gtk ─── */
.scb-summary-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px 32px;
    background: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 36, 58, .06);
}

.scb-summary-card > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .scb-summary-card {
        padding: 22px 20px;
        gap: 14px;
    }
}

/* Zelfde leesbaarheid ongescoped, voor het geval de banner niet binnen
   .elementor-widget-scb_category_banner rendert (bv. via AJAX-swap). */
.scb-cat-banner__subtitle {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0;
    max-width: 60ch;
}

.scb-cat-banner__usps {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.scb-cat-banner__usps li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: rgba(255, 255, 255, .92);
    font-size: 14.5px;
    line-height: 1.5;
}

.scb-cat-banner__icon {
    color: #ffb38a;
    flex-shrink: 0;
}

.scb-cat-banner__usps strong {
    color: #fff;
}

.scb-cat-banner__usps small {
    display: block;
    color: rgba(255, 255, 255, .7);
}

/* Legal / compliance pages */
.scb-legal {
    --legal-ink: #17202a !important;
    --legal-muted: #4d5966 !important;
    --legal-line: #e2e6ea !important;
    --legal-accent: #ff6b35 !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 48px 20px 72px !important;
    color: var(--legal-ink) !important;
}
.scb-legal__hero {
    border-bottom: 1px solid var(--legal-line) !important;
    padding: 0 0 24px !important;
    margin: 0 0 32px !important;
}
.scb-legal__eyebrow {
    display: inline-block !important;
    color: var(--legal-accent) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}
.scb-legal__hero h1 {
    margin: 8px 0 12px !important;
    color: var(--legal-ink) !important;
    font-size: clamp(28px, 4vw, 38px) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}
.scb-legal__hero p {
    max-width: 640px !important;
    margin: 0 !important;
    color: var(--legal-muted) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}
.scb-legal__body {
    display: block !important;
}
.scb-legal__section {
    padding: 0 !important;
    margin: 0 0 36px !important;
}
.scb-legal__section h2 {
    margin: 0 0 12px !important;
    color: var(--legal-ink) !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}
.scb-legal__section p,
.scb-legal__section li {
    color: var(--legal-muted) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}
.scb-legal__section p { margin: 0 !important; }
.scb-legal__section ul { margin: 0 !important; padding-left: 20px !important; }
.scb-legal__section li + li { margin-top: 6px !important; }
.scb-legal__section a { color: var(--legal-accent) !important; font-weight: 600 !important; }
.scb-legal__button,
.scb-legal-form button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--legal-accent) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.scb-legal__button:hover,
.scb-legal-form button:hover { filter: brightness(.94) !important; }
.scb-legal__notice {
    margin-bottom: 20px !important;
    padding: 14px 16px !important;
    border: 1px solid #9cc9a8 !important;
    border-radius: 8px !important;
    background: #effaf2 !important;
    color: #245b34 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.scb-legal-form {
    display: grid !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 420px !important;
}
.scb-legal-form label {
    display: grid !important;
    gap: 7px !important;
    color: var(--legal-ink) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.scb-legal-form input,
.scb-legal-form textarea {
    width: 100% !important;
    border: 1px solid var(--legal-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--legal-ink) !important;
    padding: 12px 13px !important;
    font: inherit !important;
    font-size: 16px !important;
}
/* Plain tekstlinks, geen knop-pillen — past overal (checkout, account, footer). */
.scb-legal-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 18px !important;
}
.scb-legal-links a {
    color: #4d5966 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.scb-legal-links a:hover { color: #ff6b35 !important; text-decoration: underline !important; }
.scb-legal-links--compact a { font-size: 12px !important; }
.scb-checkout-legal,
.scb-account-legal,
.scb-product-legal,
.scb-gpsr {
    border: 1px solid #e2e6ea !important;
    border-radius: 12px !important;
    background: #f8f9fb !important;
    color: #17202a !important;
    padding: 18px !important;
    margin: 16px 0 !important;
}
.scb-checkout-legal strong,
.scb-product-legal strong,
.scb-account-legal h2,
.scb-gpsr h2 {
    display: block !important;
    margin: 0 0 6px !important;
    color: #17202a !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}
.scb-checkout-legal p,
.scb-product-legal p,
.scb-account-legal p {
    margin: 0 0 12px !important;
    color: #4d5966 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Order ontvangen - nette bevestigingspagina */
body.woocommerce-order-received .woocommerce {
    width: min(100%, 1060px) !important;
    margin: 0 auto !important;
    padding: 30px 24px 76px !important;
}

body.woocommerce-order-received .woocommerce-order {
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 330px !important;
    gap: 20px 28px !important;
    align-items: start !important;
}

body.woocommerce-order-received .woocommerce-order > .ch-thankyou-hero,
body.woocommerce-order-received .woocommerce-order > .woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order > ul.woocommerce-thankyou-order-details,
body.woocommerce-order-received .woocommerce-order > p,
body.woocommerce-order-received .woocommerce-order > .ch-thankyou-actions,
body.woocommerce-order-received .woocommerce-order > .scb-account-legal {
    grid-column: 1 / -1 !important;
}

body.woocommerce-order-received .ch-thankyou-hero {
    margin: 0 !important;
    padding: 24px 26px !important;
    border: 1px solid #d7f1df !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #f3fbf6 0%, #ffffff 100%) !important;
}

body.woocommerce-order-received .ch-thankyou-check {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
}

body.woocommerce-order-received .ch-thankyou-title {
    font-size: clamp(24px, 2.2vw, 32px) !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
    max-width: 760px !important;
    margin: -6px 0 0 !important;
    font-size: 15.5px !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
    min-height: 74px !important;
    background: #fff !important;
}

body.woocommerce-order-received .ch-thankyou-actions {
    margin: 2px 0 2px !important;
}

body.woocommerce-order-received .scb-account-legal {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 18px 20px !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
}

body.woocommerce-order-received .scb-account-legal h2 {
    margin: 0 0 3px !important;
    font-size: 17px !important;
}

body.woocommerce-order-received .scb-account-legal p {
    margin: 0 !important;
    font-size: 14px !important;
}

body.woocommerce-order-received .scb-account-legal .scb-legal__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border: 1px solid #d8e1ea !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #24445f !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    white-space: nowrap !important;
}

body.woocommerce-order-received .woocommerce-order-details {
    grid-column: 1 !important;
    min-width: 0 !important;
}

body.woocommerce-order-received .woocommerce-customer-details {
    grid-column: 2 !important;
    min-width: 0 !important;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
    margin-top: 0 !important;
}

body.woocommerce-order-received .woocommerce-order table.shop_table {
    background: #fff !important;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    background: #fff !important;
}

@media (max-width: 920px) {
    body.woocommerce-order-received .woocommerce {
        padding: 20px 14px 52px !important;
    }

    body.woocommerce-order-received .woocommerce-order {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-order-received .woocommerce-order-details,
    body.woocommerce-order-received .woocommerce-customer-details {
        grid-column: 1 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.woocommerce-order-received .scb-account-legal {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-order-received .scb-account-legal .scb-legal__button {
        width: 100% !important;
    }
}

.scb-legal .scb-legal__button,
.scb-legal .scb-legal__button:visited,
.scb-legal .scb-legal__button:hover,
.scb-legal .scb-legal__button:focus {
    color: #fff !important;
}

.single-product .stock.in-stock {
    color: #15803d !important;
    border-color: #15803d !important;
}
.scb-product-legal {
    display: grid !important;
    gap: 6px !important;
}
.scb-product-legal a {
    color: #ff6b35 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.scb-gpsr dl {
    display: grid !important;
    grid-template-columns: minmax(150px, 220px) 1fr !important;
    gap: 8px 14px !important;
    margin: 10px 0 0 !important;
}
.scb-gpsr dt {
    color: #17202a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.scb-gpsr dd {
    margin: 0 !important;
    color: #4d5966 !important;
    font-size: 14px !important;
}
@media (max-width: 760px) {
    .scb-gpsr dl { grid-template-columns: 1fr !important; }
}
/* CamperHulp product detail refresh - FTP live override */
.single-product [id^="ppp-"] {
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 1fr) !important;
    gap: 48px 64px !important;
    max-width: 1240px !important;
    margin: 24px auto !important;
    padding: 40px 44px !important;
    align-items: start !important;
    background: #fff !important;
    border: 1px solid #e4ebf2 !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 44px rgba(16, 36, 58, .06) !important;
}

.single-product [id^="ppp-"] .ppp-gallery {
    min-width: 0 !important;
}

.single-product [id^="ppp-"] .ppp-main-stage {
    aspect-ratio: 1 / 1 !important;
    background: #fbfcfd !important;
    border-color: #eef2f6 !important;
    box-shadow: none !important;
}

.single-product [id^="ppp-"] .ppp-main-img img {
    padding: 24px !important;
}

.single-product [id^="ppp-"] .ppp-thumb {
    border-color: #e4ebf2 !important;
    background: #fff !important;
}

.single-product [id^="ppp-"] .ppp-thumb:hover,
.single-product [id^="ppp-"] .ppp-thumb.active {
    border-color: #1f5b82 !important;
    background: #fff !important;
}

.single-product [id^="ppp-"] .ppp-details {
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    top: auto !important;
}

.single-product [id^="ppp-"] .ppp-title {
    font-size: clamp(26px, 2.6vw, 36px) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
}

.single-product [id^="ppp-"] .ppp-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 18px;
    border-radius: 999px;
    background: var(--cpf-accent, #f15a24);
}

.single-product [id^="ppp-"] .ppp-price-row {
    margin: 4px 0 !important;
}

.single-product [id^="ppp-"] .ppp-price-row .woocommerce-Price-amount.amount {
    font-size: 34px !important;
}

.single-product [id^="ppp-"] .ppp-btw {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 4px 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #60758a !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
}

.single-product [id^="ppp-"] .ppp-cart {
    margin: 4px 0 18px !important;
}

.single-product [id^="ppp-"] .qty {
    width: 64px !important;
    height: 54px !important;
}

.single-product [id^="ppp-"] button.single_add_to_cart_button,
.single-product [id^="ppp-"] .single_add_to_cart_button {
    height: 54px !important;
}

.single-product [id^="ppp-"] .ppp-cart::after {
    content: none !important;
    display: none !important;
}

.single-product [id^="ppp-"] .ppp-service-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 14px !important;
}

.single-product [id^="ppp-"] .ppp-service-strip span {
    min-height: 48px !important;
    padding: 10px 12px !important;
    background: #f7fafc !important;
    border: 1px solid #e7edf3 !important;
    color: #24445f !important;
    font-size: 14px !important;
}

.single-product [id^="ppp-"] .scb-product-legal {
    display: none !important;
}

.single-product [id^="ppp-"] .ppp-info-anchor {
    grid-column: 1 / -1 !important;
    scroll-margin-top: 24px !important;
}

.single-product [id^="ppp-"] .scb-product-info {
    max-width: none !important;
    margin: 0 !important;
    padding: 32px 0 0 !important;
    border: none !important;
    border-top: 1px solid #eef2f6 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr) !important;
    gap: 36px !important;
}

.single-product [id^="ppp-"] .scb-product-info__card,
.single-product [id^="ppp-"] .scb-product-info__note {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    background: #f8fafc !important;
}

.single-product [id^="ppp-"] .scb-product-info__note {
    border-left: 3px solid var(--cpf-accent, #f15a24) !important;
}

.single-product [id^="ppp-"] .gtk-wrap,
.single-product [id^="ppp-"] .scb-gpsr {
    border-radius: 10px !important;
    border-color: #e4ebf2 !important;
    box-shadow: none !important;
}

.single-product [id^="ppp-"] > .gtk-wrap {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    margin: 32px 0 0 !important;
}

@media (max-width: 820px) {
    .single-product [id^="ppp-"] {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 28px 20px !important;
        margin: 16px auto !important;
    }

    .single-product [id^="ppp-"] .ppp-details {
        position: static !important;
        padding: 0 !important;
    }

    .single-product [id^="ppp-"] .scb-product-info {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .single-product [id^="ppp-"] .ppp-title {
        font-size: 22px !important;
    }

    .single-product [id^="ppp-"] .ppp-price-row .woocommerce-Price-amount.amount {
        font-size: 28px !important;
    }
}

/* WebsUp categorieen sectie: forceer consistente cover-crops. */
.wpcs .wpcs-card {
    aspect-ratio: 1.34 / 1 !important;
    overflow: hidden !important;
}

.wpcs .wpcs-card__media {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #eef0f2 !important;
}

.wpcs .wpcs-card__media img,
.wpcs img.wpcs-card__image,
.wpcs .wpcs-card__image {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Visuele correctie categoriekaarten: cover behouden, label rustiger maken. */
.wpcs .wpcs__rail {
    gap: 18px !important;
}

.wpcs .wpcs-card {
    aspect-ratio: 16 / 10 !important;
    border-radius: 12px !important;
    background: #e9eef3 !important;
    box-shadow: 0 10px 26px rgba(16, 36, 58, .12) !important;
    transition: box-shadow .2s ease, transform .2s ease !important;
}

.wpcs .wpcs-card:hover {
    box-shadow: 0 14px 32px rgba(16, 36, 58, .18) !important;
    transform: translateY(-2px) !important;
}

.wpcs .wpcs-card::before {
    content: none !important;
}

.wpcs .wpcs-card::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 0 0 0 !important;
    height: 65% !important;
    z-index: 1 !important;
    background: linear-gradient(to top, rgba(6, 18, 32, .82) 0%, rgba(6, 18, 32, .38) 50%, rgba(6, 18, 32, 0) 100%) !important;
}

.wpcs .wpcs-card__label {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    max-width: none !important;
    color: #fff !important;
    font-size: clamp(13px, .9vw, 16px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .35) !important;
}

.wpcs .wpcs-card__label::before {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 3px !important;
    margin-bottom: 8px !important;
    background: var(--wpcs-orange, #ff6a34) !important;
    border-radius: 2px !important;
}

@media (max-width: 640px) {
    .wpcs .wpcs-card {
        flex-basis: min(80vw, 300px) !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   Afrekenen (WooCommerce Blocks checkout) — mobiele zijmarge
   ══════════════════════════════════════════════════════════════════════════ */

/* De Elementor-container rond de checkout-blocks heeft geen eigen
   zijpadding; op desktop valt dit niet op door de auto-center marge, maar
   op mobiel duwt niets de content meer van de randen af. */
@media (max-width: 780px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
}
