/*
Theme Name: Neve Child Vocalsz
Theme URI: https://vocalsz.nl
Description: Child theme van Neve voor Vocalsz. Bevat het sitebrede menu en de winkel-styling.
Author: Vocalsz
Template: neve
Version: 3.4.0
Text Domain: neve-child-vocalsz
*/

/* ================================================
   1. STANDAARD NEVE-HEADER VERBERGEN
   (de PHP verwijdert hem grotendeels al; dit vangt
    eventuele resten op)
   ================================================ */
.header-menu-sidebar,
.site-header .header-main,
#nv-primary-navigation {
    /* leeg gelaten - PHP regelt dit; hier kun je
       later eventueel extra opschoning toevoegen */
}


/* ================================================
   2. WINKEL IN VOCALSZ-STIJL
   Donkere achtergrond + oranje/paarse branding
   ================================================ */

/* Achtergrond van winkel- en productpagina's */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-shop,
body.single-product,
body.archive.tax-product_cat {
    background-color: #000000;
    color: #ffffff;
}

/* Algemene tekst binnen de winkel-content */
.woocommerce .site-content,
.woocommerce-page .site-content {
    color: #e7e7e7;
}

/* "Toont alle X resultaten" + sorteer-dropdown */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
    color: #ffffff;
}
.woocommerce .woocommerce-ordering select {
    background-color: #0d0d0f;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    padding: 6px 10px;
}

/* Productkaartjes */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #0d0d0f;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 16px;
    transition: transform .22s ease, box-shadow .22s ease;
}
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.55);
}

/* Productnaam */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff !important;
    font-weight: 600;
}

/* Prijs in oranje */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ff8a00 !important;
    font-weight: 700;
}

/* "Toevoegen aan winkelwagen" + ALLE WooCommerce-knoppen
   Dekt zowel de klassieke knoppen als de moderne blok-checkout
   (wc-block-...), de mini-cart en de winkelwagen-blokken. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .single_add_to_cart_button,
.woocommerce #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wc-block-components-button,
.wc-block-components-button.contained,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wc-block-mini-cart__footer-actions .wc-block-components-button {
    background: linear-gradient(135deg, #ff8a00, #ff5f00) !important;
    color: #111111 !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 14px 26px !important;
    transition: .25s ease !important;
    box-shadow: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-components-button:hover,
.wc-block-components-button.contained:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
    background: linear-gradient(135deg, #7c3aed, #5b21b6) !important;
    color: #ffffff !important;
}

/* Sommige blok-knoppen zetten de tekst in een los <span> -
   zorg dat die de knopkleur erft i.p.v. eigen grijs/wit */
.wc-block-components-button .wc-block-components-button__text,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    color: inherit !important;
}

/* De blok-knoppen niet over de volle breedte verplichten als
   WooCommerce dat afdwingt mag blijven; alleen de stijl telt. */
.wc-block-components-button:not(.is-loading) {
    opacity: 1 !important;
}

/* Zijbalk-widgets (Zoeken / Recent Posts etc.) */
.woocommerce .widget,
.woocommerce-page .widget,
body.woocommerce .nv-sidebar-wrap .widget {
    background-color: #0d0d0f;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    padding: 18px;
    color: #ffffff;
}
.woocommerce .widget a,
.woocommerce-page .widget a {
    color: #ffb15a;
}
.woocommerce .widget-title,
.woocommerce-page .widget-title {
    color: #ffffff;
}

/* Zoekveld in de winkel-zijbalk */
.woocommerce .widget input[type="text"],
.woocommerce .widget input[type="search"] {
    background-color: #000000;
    border: 1px solid rgba(255,255,255,.15);
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 10px;
}

/* Notices ("toegevoegd aan winkelwagen" etc.) - donkere kaart
   in de Vocalsz-stijl. Dekt zowel klassieke als blok-notices. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner,
.wc-block-store-notice {
    background-color: #131318 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-left: 4px solid #ff8a00 !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.45) !important;
    padding: 16px 22px !important;
}

/* "toegevoegd"-melding krijgt een groen-oranje accent;
   foutmeldingen een rood accent */
.woocommerce-message,
.wc-block-components-notice-banner.is-success {
    border-left-color: #ff8a00 !important;
}
.woocommerce-error,
.wc-block-components-notice-banner.is-error {
    border-left-color: #ff4d4d !important;
}
.woocommerce-info,
.wc-block-components-notice-banner.is-info {
    border-left-color: #7c3aed !important;
}

/* Tekst en links binnen de notice leesbaar houden */
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.wc-block-components-notice-banner a {
    color: #ffb15a !important;
}

/* Het ronde icoontje links in de blok-notice */
.wc-block-components-notice-banner > svg {
    fill: #ff8a00 !important;
}

/* De knop in de notice ("Bekijk winkelwagen") volgt de
   algemene knop-gradient - hij valt al onder a.button.
   Hier alleen iets compacter zodat hij in de balk past. */
.woocommerce-message .button,
.woocommerce-message a.button {
    padding: 10px 20px !important;
    font-size: .9rem !important;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    color: #ffb15a;
}


/* ================================================
   3. ENKELE PRODUCTPAGINA IN VOCALSZ-STIJL
   ================================================ */

/* --- Glow-effect achter de productafbeelding --- */
.single-product div.product .woocommerce-product-gallery {
    position: relative;
}
.single-product div.product .woocommerce-product-gallery::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: radial-gradient(
        circle at 50% 40%,
        rgba(255,138,0,.28),
        rgba(124,58,237,.18) 45%,
        transparent 70%
    );
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}
.single-product div.product .woocommerce-product-gallery__wrapper {
    position: relative;
    z-index: 1;
}

/* Productafbeelding: afgeronde hoeken + rand */
.single-product div.product .woocommerce-product-gallery img {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
}

/* --- Producttitel met gradient (zoals 'hoger niveau') --- */
.single-product div.product .product_title {
    background: linear-gradient(135deg, #ff8a00, #ff5f00 45%, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 800;
    line-height: 1.15;
}

/* --- Rechterkolom als verzorgde donkere kaart --- */
.single-product div.product .summary.entry-summary {
    background: #0d0d0f;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 22px;
    padding: 32px 30px;
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
}

/* Prijs groot en in oranje */
.single-product div.product .summary .price,
.single-product div.product .summary .price ins,
.single-product div.product .summary .price .amount {
    color: #ff8a00 !important;
    font-size: 1.9rem;
    font-weight: 800;
}

/* Korte beschrijving leesbaar */
.single-product div.product .summary .woocommerce-product-details__short-description,
.single-product div.product .summary .woocommerce-product-details__short-description p {
    color: #d8d8d8;
    line-height: 1.7;
}

/* Aantal-veld (quantity) */
.single-product div.product form.cart .quantity input.qty {
    background: #000000;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    padding: 10px;
}

/* Categorie-regel onderin de kaart */
.single-product div.product .product_meta {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 16px;
    margin-top: 20px;
    color: #9a9a9a;
    font-size: .9rem;
}
.single-product div.product .product_meta a {
    color: #ffb15a;
}

/* --- Tabs (Beschrijving / Beoordelingen) --- */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #9a9a9a;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #ff8a00;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: rgba(255,255,255,.08);
}
.woocommerce div.product .woocommerce-tabs .panel {
    color: #d8d8d8;
    line-height: 1.7;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #ffffff;
}

/* --- Checkmark-lijst: zie Customizer > Extra CSS
       (blok "VOCALSZ — VINKJES MET GLOW") --- */

/* --- Verwante producten ('Gerelateerde producten') --- */
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
    color: #ffffff;
}

/* Responsive: kaart iets compacter op mobiel */
@media (max-width: 768px) {
    .single-product div.product .summary.entry-summary {
        padding: 24px 20px;
    }
    .single-product div.product .product_title {
        font-size: 1.8rem;
    }
}


/* ================================================
   4. PRODUCTPAGINA ZONDER AFBEELDING — GECENTREERD
   Actief wanneer body de class 'vocalsz-no-product-image' heeft
   ================================================ */

/* De summary-kaart wordt de enige kolom: smal + gecentreerd */
.vocalsz-no-product-image div.product .summary.entry-summary {
    float: none !important;
    width: 100% !important;
    max-width: 760px;
    margin: 0 auto !important;
    text-align: center;
}

/* Glow-vlek achter de kaart (vervangt de glow van de afbeelding) */
.vocalsz-no-product-image div.product {
    position: relative;
}
.vocalsz-no-product-image div.product::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 340px;
    background: radial-gradient(
        ellipse at center,
        rgba(255,138,0,.30),
        rgba(124,58,237,.20) 45%,
        transparent 72%
    );
    filter: blur(50px);
    z-index: 0;
    pointer-events: none;
}
.vocalsz-no-product-image div.product .summary.entry-summary,
.vocalsz-no-product-image div.product .woocommerce-tabs {
    position: relative;
    z-index: 1;
}

/* Knop + aantal netjes gecentreerd onder elkaar uitlijnen */
.vocalsz-no-product-image div.product form.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Categorie-regel gecentreerd */
.vocalsz-no-product-image div.product .product_meta {
    text-align: center;
}

/* Tabs-blok ook gecentreerd onder de kaart */
.vocalsz-no-product-image div.product .woocommerce-tabs {
    max-width: 760px;
    margin: 40px auto 0;
}
.vocalsz-no-product-image div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

/* Korte beschrijving in de kaart gecentreerd */
.vocalsz-no-product-image div.product .summary .woocommerce-product-details__short-description {
    text-align: center;
}

/* Checkmark-lijst uitlijning: zie Customizer > Extra CSS */


/* ================================================
   5. WINKELWAGEN & AFREKENEN: BEDRAGEN WIT
   ================================================ */

/* Alle prijsbedragen wit op winkelwagen + afrekenen */
.woocommerce-cart .woocommerce .amount,
.woocommerce-cart .woocommerce .amount bdi,
.woocommerce-checkout .woocommerce .amount,
.woocommerce-checkout .woocommerce .amount bdi,
.woocommerce-cart .cart_totals .amount,
.woocommerce-checkout .order-total .amount {
    color: #ffffff !important;
}

/* Subtotaal / Totaal / Geschat totaal labels en regels */
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    color: #ffffff !important;
}

/* Eindtotaal accent in oranje (optioneel mooi accent) */
.woocommerce-cart .cart_totals .order-total .amount,
.woocommerce-checkout .order-total .amount {
    color: #ff8a00 !important;
    font-weight: 800;
}

/* Productnaam in het besteloverzicht wit i.p.v. paars */
.woocommerce-cart td.product-name a,
.woocommerce-checkout .product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    color: #ffffff !important;
}


/* ================================================
   6. AFREKENPAGINA: BREDER + GEEN PLACEHOLDER-PLAATJES
   ================================================ */

/* --- Product-afbeeldingen volledig weg uit besteloverzicht --- */
/* Dekt cart, checkout, mini-cart en alle placeholder-varianten */
.woocommerce-checkout .product-thumbnail,
.woocommerce-checkout td.product-thumbnail,
.woocommerce-checkout .product-thumbnail img,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-thumbnail,
.woocommerce-checkout .cart_item img,
.woocommerce-cart .product-thumbnail,
.woocommerce-cart td.product-thumbnail,
.woocommerce-cart .product-thumbnail img,
.woocommerce .woocommerce-checkout-review-order-table img,
.woocommerce-checkout-review-order img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
img.woocommerce-placeholder,
.attachment-woocommerce_thumbnail,
.wp-post-image {
    display: none !important;
}

/* De hele thumbnail-CEL op nul: geen breedte, padding of restruimte.
   Dit haalt ook het lege grijze containertje weg. */
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-thumbnail,
.woocommerce-checkout .cart_item .product-thumbnail,
.woocommerce-cart .cart_item .product-thumbnail,
.woocommerce-checkout-review-order .product-thumbnail {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Wat WooCommerce ook in dat lege blok stopt: onzichtbaar */
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-thumbnail * {
    display: none !important;
}

/* Tekst opschuiven nu de afbeelding weg is */
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-left: 0 !important;
}

/* --- BLOK-CHECKOUT: plaatje uit besteloverzicht (nieuwe WooCommerce) --- */
/* Dit is de juiste class voor de moderne blok-gebaseerde checkout */
.wc-block-components-order-summary-item__image,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image,
.wc-block-components-order-summary-item__image img,
.wc-block-components-order-summary-item__image .wc-block-components-product-image {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* De aantal-badge ('1x') die op het plaatje lag, ook weg */
.wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
    display: none !important;
}

/* Het tekstgedeelte mag nu de vrijgekomen ruimte gebruiken */
.wc-block-components-order-summary-item {
    grid-template-columns: 1fr auto !important;
}
.wc-block-components-order-summary-item__description {
    padding-left: 0 !important;
}

/* --- BLOK-WINKELWAGEN: plaatje weg (voor de zekerheid) --- */
.wc-block-cart-item__image,
.wc-block-cart-item__image img,
.wp-block-woocommerce-cart .wc-block-cart-item__image {
    display: none !important;
}


/* --- Content uitlijnen op footer-breedte (1200px) --- */
.vocalsz-wide-checkout .nv-single-post-wrap,
.vocalsz-wide-checkout .container,
.vocalsz-wide-cart .nv-single-post-wrap,
.vocalsz-wide-cart .container,
.vocalsz-wide-checkout #content .container,
.vocalsz-wide-cart #content .container {
    max-width: 1200px !important;
}

/* Beide kolommen even breed (50/50) - klassieke checkout */
.vocalsz-wide-checkout .woocommerce-checkout #customer_details,
.vocalsz-wide-checkout .woocommerce-checkout #order_review,
.vocalsz-wide-checkout .woocommerce-checkout #order_review_heading {
    width: 48% !important;
}

/* Beide kolommen even breed (50/50) - BLOK-checkout */
/* De blok-checkout gebruikt flex; hiermee pakken beide exact de helft */
.vocalsz-wide-checkout .wc-block-checkout__main,
.vocalsz-wide-checkout .wc-block-checkout__sidebar {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
}

/* De sidebar mag niet 'sticky' smaller blijven hangen */
.vocalsz-wide-checkout .wc-block-checkout__sidebar.is-large {
    max-width: 50% !important;
}

/* De algemene blok-checkout-wrapper de volle breedte geven */
.vocalsz-wide-checkout .wp-block-woocommerce-checkout,
.vocalsz-wide-checkout .wc-block-checkout {
    max-width: 100% !important;
}


/* Winkelwagen-tabel breder benutten */
.vocalsz-wide-cart .woocommerce-cart-form {
    width: 65% !important;
}
.vocalsz-wide-cart .cart-collaterals {
    width: 32% !important;
}

/* Op mobiel weer netjes onder elkaar, volle breedte */
@media (max-width: 768px) {
    .vocalsz-wide-checkout .woocommerce-checkout #customer_details,
    .vocalsz-wide-checkout .woocommerce-checkout #order_review,
    .vocalsz-wide-checkout .woocommerce-checkout #order_review_heading,
    .vocalsz-wide-checkout .wc-block-checkout__main,
    .vocalsz-wide-checkout .wc-block-checkout__sidebar,
    .vocalsz-wide-checkout .wc-block-checkout__sidebar.is-large,
    .vocalsz-wide-cart .woocommerce-cart-form,
    .vocalsz-wide-cart .cart-collaterals {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
}


/* ================================================
   7. AFREKENPAGINA: DONKERE INVOERVELDEN
   ================================================ */

/* Alle invoervelden, selects en textareas donkergrijs */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection,
.woocommerce-cart input[type="text"],
.woocommerce-cart input[type="email"],
.woocommerce-cart .select2-selection {
    background-color: #16161a !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 10px !important;
}

/* Tekst die je typt + placeholder-tekst leesbaar houden */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: rgba(255,255,255,.4) !important;
}

/* Focus-staat: oranje randje als je in een veld klikt */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #ff8a00 !important;
    outline: none !important;
}

/* Select2-dropdown (het 'Land/regio'-veld) ook donker */
.select2-dropdown,
.select2-results__option {
    background-color: #16161a !important;
    color: #ffffff !important;
}
.select2-results__option--highlighted {
    background-color: #ff8a00 !important;
    color: #111111 !important;
}

/* Labels en veldteksten wit */
.woocommerce-checkout label,
.woocommerce-checkout .woocommerce-form__label,
.woocommerce form .form-row label {
    color: #ffffff !important;
}


/* ================================================
   8. WARME GLOW OP ALLE WOOCOMMERCE-PAGINA'S
   Twee gloed-bronnen vanaf de randen (oranje + paars)
   die door het zwart heen breken. Vast in beeld.
   ================================================ */
.vocalsz-wide-checkout,
.vocalsz-wide-cart,
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.single-product,
body.post-type-archive-product,
body.tax-product_cat {
    position: relative;
}

/* Glow-bron 1: oranje, linksonder */
.vocalsz-wide-checkout::before,
.vocalsz-wide-cart::before,
body.woocommerce::before,
body.woocommerce-cart::before,
body.woocommerce-checkout::before,
body.woocommerce-account::before,
body.single-product::before,
body.post-type-archive-product::before,
body.tax-product_cat::before {
    content: "";
    position: fixed;
    bottom: -260px;
    left: -260px;
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(255,138,0,.42),
        rgba(255,138,0,.16) 42%,
        transparent 70%
    );
    filter: blur(120px);
    z-index: 0;
    pointer-events: none;
}

/* Glow-bron 2: paars, rechtsonder */
.vocalsz-wide-checkout::after,
.vocalsz-wide-cart::after,
body.woocommerce::after,
body.woocommerce-cart::after,
body.woocommerce-checkout::after,
body.woocommerce-account::after,
body.single-product::after,
body.post-type-archive-product::after,
body.tax-product_cat::after {
    content: "";
    position: fixed;
    bottom: -300px;
    right: -300px;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(124,58,237,.40),
        rgba(124,58,237,.15) 44%,
        transparent 72%
    );
    filter: blur(130px);
    z-index: 0;
    pointer-events: none;
}

/* Zorg dat de echte content boven de glow blijft */
.woocommerce,
.woocommerce-page #content,
.site-content {
    position: relative;
    z-index: 1;
}

/* ================================================
   9. WINKELWAGEN-PAGINA: PLAATJE-VAKJE VOLLEDIG WEG
   Vangt zowel de klassieke tabel als blok-varianten.
   ================================================ */
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart .cart_item td.product-thumbnail,
.woocommerce-cart table.shop_table td.product-thumbnail {
    display: none !important;
}
.woocommerce-cart table.cart td.product-thumbnail * {
    display: none !important;
}


/* ================================================
   10. PRODUCTPAGINA: SUBTITEL, FEATURE-BLOKJES & STRIP
   Hoort bij secties 13-16 van functions.php.
   ================================================ */

/* --- Subtitel direct onder de producttitel --- */
.single-product div.product .vz-subtitle {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 6px 0 4px;
}
/* Klein gradient-streepje onder de subtitel */
.single-product div.product .vz-subtitle::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8a00, #7c3aed);
}

/* --- De feature-blokjes (1 t/m 4, afhankelijk van de lijst) --- */
.single-product div.product .vz-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 30px 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.09);
}
.single-product div.product .vz-features-1 { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
.single-product div.product .vz-features-2 { grid-template-columns: repeat(2, 1fr); }
.single-product div.product .vz-features-3 { grid-template-columns: repeat(3, 1fr); }
.single-product div.product .vz-features-4 { grid-template-columns: repeat(4, 1fr); }
.single-product div.product .vz-feature {
    text-align: center;
    padding: 8px 14px;
    position: relative;
}
/* Dunne scheidingslijn tussen de blokjes */
.single-product div.product .vz-feature + .vz-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: rgba(255,255,255,.09);
}
.single-product div.product .vz-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    color: #ff8a00;
    background: radial-gradient(circle at 50% 38%,
        rgba(255,138,0,.28),
        rgba(124,58,237,.14) 60%,
        rgba(10,10,14,.92) 100%);
    border: 1px solid rgba(255,138,0,.55);
    box-shadow:
        0 0 16px 2px rgba(255,138,0,.42),
        0 0 30px 8px rgba(255,138,0,.16);
}
.single-product div.product .vz-feature-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
}
.single-product div.product .vz-feature-text {
    color: #9a9aa5;
    font-size: .86rem;
    line-height: 1.5;
    margin: 0;
}

/* --- De info-strip (3 kolommen) --- */
.single-product div.product .vz-strip {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr;
    align-items: center;
    gap: 8px;
    margin: 26px 0 8px;
    padding: 22px 26px;
    background: #131318;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
}
.single-product div.product .vz-strip-col {
    padding: 4px 18px;
    position: relative;
}
.single-product div.product .vz-strip-col + .vz-strip-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: rgba(255,255,255,.1);
}
.single-product div.product .vz-strip-left {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}
.single-product div.product .vz-strip-mid,
.single-product div.product .vz-strip-right {
    text-align: center;
}
.single-product div.product .vz-strip-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8a00, #7c3aed);
}
.single-product div.product .vz-strip-title {
    color: #ffffff;
    font-weight: 700;
    font-size: .98rem;
    line-height: 1.3;
}
.single-product div.product .vz-strip-title-lg {
    font-size: 1.4rem;
    font-weight: 800;
}
.single-product div.product .vz-strip-text {
    color: #9a9aa5;
    font-size: .84rem;
    margin-top: 2px;
}
/* De prijs in de strip - groot en wit (niet oranje hier) */
.single-product div.product .vz-strip-price,
.single-product div.product .vz-strip-price .amount,
.single-product div.product .vz-strip-price bdi {
    color: #ffffff !important;
    font-size: 1.7rem !important;
    font-weight: 800 !important;
}

/* --- Knop wat groter/prominenter binnen deze layout --- */
.vocalsz-no-product-image div.product form.cart .single_add_to_cart_button {
    padding: 16px 40px !important;
    font-size: 1.02rem !important;
}

/* --- Responsive: blokjes en strip stapelen op mobiel --- */
@media (max-width: 768px) {
    .single-product div.product .vz-features {
        grid-template-columns: 1fr 1fr;
        gap: 18px 8px;
    }
    /* op 2 kolommen: verticale streepjes alleen tussen kolom 1 en 2 */
    .single-product div.product .vz-feature + .vz-feature::before {
        display: none;
    }
    .single-product div.product .vz-features .vz-feature:nth-child(even)::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 14px;
        bottom: 14px;
        width: 1px;
        background: rgba(255,255,255,.09);
    }
    .single-product div.product .vz-strip {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .single-product div.product .vz-strip-col + .vz-strip-col::before {
        display: none;
    }
    .single-product div.product .vz-strip-col + .vz-strip-col {
        padding-top: 18px;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    .single-product div.product .vz-strip-left {
        justify-content: center;
        text-align: center;
    }
}


/* ================================================
   11. BLOK-WINKELWAGEN: PRODUCTREGELS LEESBAAR
   Productnaam groot + wit, prijzen wit, nette ruimte.
   ================================================ */

/* Productnaam: groot, wit, goed leesbaar (i.p.v. flets paars) */
.wc-block-cart-item__product-name,
.wc-block-cart-item__product .wc-block-components-product-name,
.wp-block-woocommerce-cart .wc-block-cart-item__product-name a,
.wc-block-cart-item__product a {
    color: #ffffff !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

/* Beschrijving / korte tekst onder de naam: weglaten in de
   winkelwagen (de volledige tekst staat op de productpagina) */
.wc-block-cart-item__product .wc-block-components-product-metadata,
.wc-block-cart-item__product .wc-block-components-product-details,
.wc-block-cart-item__product-metadata {
    display: none !important;
}

/* Prijzen in de regel wit en iets groter */
.wc-block-cart-item__total .wc-block-components-product-price,
.wc-block-cart-item__prices .wc-block-components-product-price,
.wc-block-components-product-price__value {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

/* Kolomkoppen ("PRODUCT" / "TOTAAL") wit en rustig */
.wc-block-cart-items__header,
.wc-block-cart-items__header th {
    color: #cfcfd6 !important;
    font-size: .82rem !important;
    letter-spacing: .04em !important;
}

/* Wat meer verticale lucht per productregel */
.wc-block-cart-items .wc-block-cart-items__row,
.wc-block-cart-item__wrap {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Scheidingslijntjes subtiel */
.wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* Rechterkolom "Totalen winkelwagen": tekst wit/leesbaar */
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-cart__totals-title,
.wp-block-woocommerce-cart .wc-block-components-panel__button {
    color: #ffffff !important;
}
.wc-block-components-totals-item__value {
    font-weight: 700 !important;
}

/* "Geschat totaal"-bedrag accent in oranje */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #ff8a00 !important;
    font-size: 1.25rem !important;
}

/* Aantal-stepper (- 1 +) netjes donker */
.wc-block-components-quantity-selector {
    background: #000000 !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 10px !important;
}
.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector__button {
    color: #ffffff !important;
}


/* ================================================
   12. BLOK-CHECKOUT: ALLE INVOERVELDEN LICHT
   Lichte/witte velden met zwarte tekst, zodat alle
   velden consistent en goed leesbaar zijn.
   ================================================ */

/* Alle tekstvelden, e-mail, telefoon, select etc. */
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout input.wc-block-components-text-input__input,
.wc-block-components-text-input input,
.wp-block-woocommerce-checkout input[type="text"],
.wp-block-woocommerce-checkout input[type="email"],
.wp-block-woocommerce-checkout input[type="tel"],
.wp-block-woocommerce-checkout input[type="number"],
.wp-block-woocommerce-checkout textarea,
.wc-block-components-select select,
.wc-block-components-select__select,
.wc-block-components-combobox input,
.wc-block-components-address-form input,
.wc-block-components-address-form select {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(0,0,0,.18) !important;
    border-radius: 10px !important;
}

/* De zwevende veldlabels ("Voornaam", "Land/regio" etc.)
   die in het lichte veld staan - donkergrijs zodat leesbaar */
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-select label {
    color: rgba(0,0,0,.55) !important;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label {
    color: rgba(0,0,0,.7) !important;
}

/* Tekst die je typt + placeholder */
.wc-block-checkout input::placeholder,
.wc-block-checkout textarea::placeholder {
    color: rgba(0,0,0,.4) !important;
}

/* Focus-staat: oranje randje */
.wc-block-checkout input:focus,
.wc-block-checkout textarea:focus,
.wc-block-components-select select:focus {
    border-color: #ff8a00 !important;
    outline: none !important;
}

/* De combobox-dropdown (Land/regio-suggesties) ook licht */
.wc-block-components-combobox-list,
.wc-block-components-combobox-list-item {
    background-color: #ffffff !important;
    color: #111111 !important;
}
.wc-block-components-combobox-list-item.is-highlighted {
    background-color: #ff8a00 !important;
    color: #111111 !important;
}

/* Koppen op de checkout ("Contactgegevens", "Factuuradres") wit -
   die staan op de zwarte pagina-achtergrond, niet in een veld */
.wc-block-checkout h2,
.wc-block-components-checkout-step__title {
    color: #ffffff !important;
}

/* Beschrijvende tekstregels ("+ appartement, suite enz.") -
   ook op de zwarte achtergrond, dus licht houden */
.wc-block-checkout .wc-block-components-checkout-step__description,
.wc-block-checkout > .wc-block-components-checkout-step p {
    color: rgba(255,255,255,.7) !important;
}

/* Het betaaloptie-blok: licht kader zodat het bij de
   lichte velden past */
.wc-block-components-radio-control,
.wc-block-checkout__payment-method {
    background-color: #ffffff !important;
    border: 1px solid rgba(0,0,0,.18) !important;
    color: #111111 !important;
    border-radius: 10px !important;
}
.wc-block-components-radio-control__label,
.wc-block-checkout__payment-method label {
    color: #111111 !important;
}


/* ================================================
   13. BEDANKPAGINA (order-received) NETJES & WIT
   Alle tekst wit, productlink wit, en de
   "Betaling afgerond door..."-balk in de Vocalsz-stijl.
   ================================================ */

/* Alle algemene tekst op de bedankpagina wit */
.woocommerce-order,
.woocommerce-order p,
.woocommerce-order li,
.woocommerce-order th,
.woocommerce-order td,
.woocommerce-thankyou-order-details,
.woocommerce-thankyou-order-details li {
    color: #ffffff !important;
}

/* Productnaam-link in het besteloverzicht: wit i.p.v. paars */
.woocommerce-order .woocommerce-table--order-details td.product-name a,
.woocommerce-order .order_details td.product-name a,
.woocommerce-table__product-name a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.woocommerce-order .woocommerce-table--order-details td.product-name a:hover {
    color: #ffb15a !important;
}

/* De "bestelnummer / datum / e-mail / totaal"-strip bovenaan */
.woocommerce-order .woocommerce-order-overview {
    border: 1px solid rgba(255,255,255,.08) !important;
    background: #131318 !important;
    border-radius: 14px !important;
    padding: 18px 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woocommerce-order .woocommerce-order-overview li {
    border-color: rgba(255,255,255,.12) !important;
    color: rgba(255,255,255,.65) !important;
    font-size: .82rem !important;
}
.woocommerce-order .woocommerce-order-overview li strong {
    color: #ffffff !important;
    font-size: 1rem !important;
}

/* De betaalstatus-balk ("Betaling afgerond door...") -
   nette donkere kaart ZONDER gekleurd streepje. Dekt nu
   alle WooCommerce-notice-varianten (klassiek + blok). */
.woocommerce-order > p:first-of-type,
.woocommerce-notice--success,
.woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-message,
.woocommerce-order .woocommerce-info,
.woocommerce-order .woocommerce-notice,
.woocommerce-order .wc-block-components-notice-banner,
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .woocommerce-order-overview ~ p {
    background: #131318 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-left: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 14px !important;
    padding: 16px 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none !important;
    /* tekst en eventueel icoon netjes op één regel */
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Hard alle gekleurde linkerrand-accenten uitschakelen op de
   bedankpagina (oranje/paars streepjes weg) */
.woocommerce-order > p:first-of-type,
.woocommerce-order .woocommerce-message,
.woocommerce-order .woocommerce-info,
.woocommerce-order .wc-block-components-notice-banner,
.woocommerce-order .woocommerce-notice {
    border-left-width: 1px !important;
    border-left-color: rgba(255,255,255,.08) !important;
}

/* Een icoon binnen die balk (bijv. betaalmethode-logo of
   een ::before-icoon) krijgt vaste ruimte en wordt uit een
   eventuele absolute positie gehaald, zodat het niet over
   de tekst valt. */
.woocommerce-order > p:first-of-type img,
.woocommerce-notice--success img,
.woocommerce-thankyou-order-received img,
.woocommerce-order .woocommerce-message img,
.woocommerce-order .wc-block-components-notice-banner img,
.woocommerce-order .wc-block-components-notice-banner svg {
    position: static !important;
    flex: 0 0 auto !important;
    max-height: 22px !important;
    width: auto !important;
    margin: 0 4px 0 0 !important;
    vertical-align: middle !important;
}

/* Sommige notices zetten het icoon via ::before als een
   absoluut gepositioneerd vlak - dat verbergen we, want
   het overlapt de tekst en voegt niets toe. */
.woocommerce-order > p:first-of-type::before,
.woocommerce-order .woocommerce-message::before,
.woocommerce-order .woocommerce-info::before,
.woocommerce-order .woocommerce-notice::before {
    display: none !important;
    content: none !important;
}

/* De BACS / bankoverschrijving-instructiebalk netjes */
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .wc-bacs-bank-details-account-name {
    color: #ffffff !important;
}
.woocommerce-order ul.wc-bacs-bank-details {
    list-style: none !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

/* Tabel-randen op de bedankpagina subtiel */
.woocommerce-order table.woocommerce-table--order-details,
.woocommerce-order table.shop_table,
.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td,
.woocommerce-order table.shop_table tr {
    border-color: rgba(255,255,255,.1) !important;
}

/* Kopjes "Bestelgegevens" / "Factuuradres" wit */
.woocommerce-order h2,
.woocommerce-column__title,
.woocommerce-order .woocommerce-column h2 {
    color: #ffffff !important;
}

/* Bedragen wit, eindtotaal in oranje */
.woocommerce-order .woocommerce-table--order-details .amount {
    color: #ffffff !important;
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount,
.woocommerce-order tr.order-total .amount {
    color: #ff8a00 !important;
    font-weight: 800 !important;
}

/* Adresblok leesbaar */
.woocommerce-order address {
    color: rgba(255,255,255,.85) !important;
    font-style: normal !important;
    line-height: 1.7 !important;
}


/* ================================================
   14. BEDANKPAGINA: UNIFORME UITLIJNING & TYPOGRAFIE
   Zorgt dat alle blokken op exact dezelfde linkerlijn
   beginnen en dat de lettergroottes consistent zijn.
   ================================================ */

/* Alle directe blokken in de bestelling: zelfde marge,
   geen eigen inspringing meer */
.woocommerce-order > *,
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order > p,
.woocommerce-order > h2,
.woocommerce-order > section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* De balken (notice + overzichtsstrip) mogen wél hun
   binnen-padding houden - die is hierboven al gezet.
   Hier herstellen we dat de balk-inhoud netjes inspringt. */
.woocommerce-order > p:first-of-type,
.woocommerce-notice--success,
.woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-order-overview {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

/* Koppen consistent: zelfde grootte, zelfde marge, op de lijn */
.woocommerce-order h2,
.woocommerce-order .woocommerce-column__title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 36px 0 16px !important;
    padding: 0 !important;
}

/* Tabel: vult de volle breedte, randen netjes */
.woocommerce-order table.woocommerce-table--order-details,
.woocommerce-order table.shop_table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse !important;
}

/* Tabelcellen: gelijke lettergrootte en nette regelruimte */
.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
    font-size: .95rem !important;
    padding: 14px 4px !important;
    vertical-align: middle !important;
}
/* Kolomkoppen "Product" / "Totaal" iets steviger */
.woocommerce-order table.shop_table thead th {
    font-size: 1rem !important;
    font-weight: 700 !important;
}
/* Bedrag-kolom netjes rechts uitgelijnd */
.woocommerce-order table.shop_table td.product-total,
.woocommerce-order table.shop_table td.woocommerce-table__product-total,
.woocommerce-order table.shop_table th.product-total,
.woocommerce-order table.shop_table tfoot td {
    text-align: right !important;
}
/* Productnaam-kolom links uitgelijnd */
.woocommerce-order table.shop_table td.product-name,
.woocommerce-order table.shop_table th.product-name {
    text-align: left !important;
}

/* "Factuuradres"-blok: zelfde linkerlijn, geen inspringing */
.woocommerce-order .woocommerce-customer-details address {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* De hele bestelling binnen één nette maximale breedte,
   zodat het op grote schermen niet uitwaaiert */
.woocommerce-order {
    max-width: 1000px !important;
}
