:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Readex Pro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Readex Pro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Readex Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Readex Pro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(109,78,236);
	--wd-alternative-color: rgb(235 230 255);
	--btn-default-bgcolor: rgb(235 230 255);
	--btn-default-bgcolor-hover: rgb(214,209,232);
	--btn-accented-bgcolor: rgb(109,78,236);
	--btn-accented-bgcolor-hover: rgb(99,71,214);
	--btn-font-family: "Readex Pro", Arial, Helvetica, sans-serif;
	--btn-font-weight: 500;
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgba(255,255,255,0.9);
	--wd-link-color-hover: rgb(109,78,236);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(36,36,36);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a {
	font-family: "Readex Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(255,255,255);
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a:hover, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu  li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a:hover {
	color: rgb(109,78,236);
}
html table th {
	text-transform: none;
}
html .wd-checkout-steps {
	text-transform: capitalize;
}
html .btn.wd-buy-now-btn {
	color: rgb(51,51,51);
	background: rgb(235 230 255);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(51,51,51);
	background: rgb(214,209,232);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(36,36,36);
}
.wd .product-label.onsale {
	background-color: rgb(36,36,36);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(36,36,36);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(36,36,36);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1520px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1520px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1520px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1520px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgba(151,151,151,0.11);
}

/* =========================
   NorthSeaTCG FAQ Accordion
   ========================= */

.northsea-faq {
    max-width: 1050px;
    margin: 0 auto;
    color: #eaf6ff;
}

.northsea-faq-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
    color: #aab9c8;
    font-size: 16px;
    line-height: 1.7;
}

/* Categorie */
.northsea-faq-category {
    margin-bottom: 38px;
}

.northsea-faq-category h2 {
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 183, 255, 0.28);
}

.northsea-faq-category h2::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 24px;
    margin-right: 11px;
    vertical-align: -4px;
    border-radius: 5px;
    background: #00b9ff;
    box-shadow: 0 0 12px rgba(0, 185, 255, .55);
}

/* Individuele vraag */
.northsea-faq details {
    margin-bottom: 11px;
    border: 1px solid rgba(0, 183, 255, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            rgba(5, 18, 32, 0.96),
            rgba(7, 31, 51, 0.92)
        );
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.northsea-faq details:hover {
    border-color: rgba(0, 185, 255, 0.5);
}

.northsea-faq details[open] {
    border-color: rgba(0, 185, 255, 0.55);
    box-shadow: 0 5px 25px rgba(0, 131, 202, 0.10);
}

/* Vraag */
.northsea-faq summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 19px 58px 19px 21px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    transition: color .2s ease, background .2s ease;
}

.northsea-faq summary::-webkit-details-marker {
    display: none;
}

.northsea-faq summary:hover {
    color: #39c9ff;
    background: rgba(0, 185, 255, 0.035);
}

/* Plus-icoon */
.northsea-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    border: 1px solid rgba(0, 185, 255, 0.45);
    border-radius: 50%;
    color: #00b9ff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    transition: all .25s ease;
}

.northsea-faq details[open] summary::after {
    content: "−";
    background: #00b9ff;
    color: #04111e;
    border-color: #00b9ff;
    box-shadow: 0 0 14px rgba(0, 185, 255, .35);
}

/* Antwoord */
.northsea-faq-answer {
    padding: 0 21px 20px;
    color: #b8c6d4;
    font-size: 15px;
    line-height: 1.75;
    border-top: 1px solid rgba(255,255,255,0.055);
}

.northsea-faq-answer p {
    margin: 15px 0 0;
}

.northsea-faq-answer a {
    color: #29c5ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.northsea-faq-answer a:hover {
    color: #ffffff;
}

/* Laatste contactblok */
.northsea-faq-contact {
    margin-top: 45px;
    padding: 28px;
    text-align: center;
    border: 1px solid rgba(0, 185, 255, .35);
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(0, 150, 220, .09),
        rgba(4, 18, 32, .96)
    );
}

.northsea-faq-contact h2 {
    border: 0;
    padding: 0;
    margin: 0 0 10px;
}

.northsea-faq-contact h2::before {
    display: none;
}

.northsea-faq-contact p {
    margin: 0;
    color: #b8c6d4;
}

/* Mobiel */
@media (max-width: 767px) {

    .northsea-faq-category h2 {
        font-size: 21px;
    }

    .northsea-faq summary {
        padding: 17px 52px 17px 17px;
        font-size: 15px;
    }

    .northsea-faq summary::after {
        right: 15px;
    }

    .northsea-faq-answer {
        padding: 0 17px 18px;
        font-size: 14px;
    }
}
/* =========================
   NorthSeaTCG About / USP row
   ========================= */

.northsea-about-hero {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 28px;
}

.northsea-about-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
}

.northsea-about-hero p {
    margin: 0 auto 14px;
    max-width: 860px;
    color: #b8c6d4;
    line-height: 1.8;
    font-size: 16px;
}

.northsea-usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 28px 0 42px;
}

.northsea-usp-card {
    padding: 24px 18px;
    border-radius: 14px;
    border: 1px solid rgba(0, 185, 255, .25);
    background: linear-gradient(135deg, rgba(5,18,32,.98), rgba(8,32,52,.92));
    box-shadow: 0 8px 28px rgba(0, 0, 0, .20);
    text-align: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.northsea-usp-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 185, 255, .55);
    box-shadow: 0 10px 30px rgba(0, 140, 220, .12);
}

.northsea-usp-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 185, 255, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b9ff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(0, 185, 255, .10);
}

.northsea-usp-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 22px;
}

.northsea-usp-card p {
    margin: 0;
    color: #b8c6d4;
    font-size: 14px;
    line-height: 1.65;
}

.northsea-about-quote {
    margin: 10px auto 40px;
    text-align: center;
    color: #29c5ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
}

@media (max-width: 991px) {
    .northsea-usp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .northsea-about-hero h1 {
        font-size: 32px;
    }

    .northsea-usp-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .northsea-usp-card {
        padding: 20px 16px;
    }
}
/* DrSmart herroeping / annulering formulier */
body .woocommerce form input[type="text"],
body .woocommerce form input[type="email"],
body .woocommerce form input[type="tel"],
body .woocommerce form input[type="number"],
body .woocommerce form input[type="date"],
body .woocommerce form textarea,
body .woocommerce form select,
body form input[type="text"],
body form input[type="email"],
body form input[type="tel"],
body form input[type="number"],
body form input[type="date"],
body form textarea,
body form select {
    background: #ffffff !important;
    color: #222222 !important;
    border: 1px solid #d9dde3 !important;
    border-radius: 6px !important;
}

/* Placeholder tekst */
body form input::placeholder,
body form textarea::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
}

/* Dropdown opties */
body form select option {
    background: #ffffff !important;
    color: #222222 !important;
}

/* Labels en normale tekst in formulier */
body form label,
body form p,
body form small {
    color: #333333;
}

/* Checkbox */
body form input[type="checkbox"] {
    accent-color: #0d6efd;
}

/* Focus */
body form input:focus,
body form textarea:focus,
body form select:focus {
    background: #ffffff !important;
    color: #222222 !important;
    border-color: #2271b1 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.12) !important;
}
/* =====================================================
   NORTHSEA TCG – CHECKOUT COMPLETE CSS
   Veilig gescoped: beïnvloedt header/zoekbalk NIET
   ===================================================== */


/* =====================================================
   1. ALGEMENE CHECKOUT TEKST
   ===================================================== */

body.woocommerce-checkout .woocommerce {
    color: #e8edf2;
}

body.woocommerce-checkout .woocommerce p,
body.woocommerce-checkout .woocommerce label,
body.woocommerce-checkout .woocommerce td,
body.woocommerce-checkout .woocommerce th {
    color: #e8edf2;
}


/* Koppen */
body.woocommerce-checkout .woocommerce h1,
body.woocommerce-checkout .woocommerce h2,
body.woocommerce-checkout .woocommerce h3,
body.woocommerce-checkout .woocommerce h4,
body.woocommerce-checkout .woocommerce #order_review_heading {
    color: #ffffff !important;
}


/* Links */
body.woocommerce-checkout .woocommerce a {
    color: #25c4ff;
}

body.woocommerce-checkout .woocommerce a:hover {
    color: #ffffff;
}


/* =====================================================
   2. FORMULIERVELDEN
   ===================================================== */

body.woocommerce-checkout .woocommerce form.checkout input[type="text"],
body.woocommerce-checkout .woocommerce form.checkout input[type="email"],
body.woocommerce-checkout .woocommerce form.checkout input[type="tel"],
body.woocommerce-checkout .woocommerce form.checkout input[type="password"],
body.woocommerce-checkout .woocommerce form.checkout textarea,
body.woocommerce-checkout .woocommerce form.checkout select,
body.woocommerce-checkout .woocommerce form.checkout .select2-selection {
    background: #ffffff !important;
    color: #151515 !important;
    border: 1px solid #cfd6dc !important;
    border-radius: 6px !important;
    min-height: 43px;
}


/* Placeholdertekst */
body.woocommerce-checkout .woocommerce form.checkout input::placeholder,
body.woocommerce-checkout .woocommerce form.checkout textarea::placeholder {
    color: #747b82 !important;
    opacity: 1 !important;
}


/* Select2 */
body.woocommerce-checkout .woocommerce .select2-selection__rendered {
    color: #151515 !important;
}

body.woocommerce-checkout .woocommerce .select2-selection__arrow {
    color: #151515 !important;
}


/* Labels boven velden */
body.woocommerce-checkout .woocommerce form.checkout .form-row label {
    color: #f0f3f5 !important;
    font-weight: 500;
}


/* Verplichte ster */
body.woocommerce-checkout .woocommerce .required {
    color: #25c4ff !important;
}


/* =====================================================
   3. ORDEROVERZICHT
   ===================================================== */

body.woocommerce-checkout .woocommerce #order_review {
    background: #242424;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    padding: 18px;
}


/* Tabel */
body.woocommerce-checkout .woocommerce
.woocommerce-checkout-review-order-table {
    background: transparent !important;
    margin-bottom: 18px;
}

body.woocommerce-checkout .woocommerce
.woocommerce-checkout-review-order-table th,

body.woocommerce-checkout .woocommerce
.woocommerce-checkout-review-order-table td {
    color: #eef3f6 !important;
    border-color: #414141 !important;
}


/* Productnaam */
body.woocommerce-checkout .woocommerce
.woocommerce-checkout-review-order-table .product-name {
    color: #ffffff !important;
}


/* Prijzen */
body.woocommerce-checkout .woocommerce
.woocommerce-checkout-review-order-table .amount {
    color: #25c4ff !important;
    font-weight: 700;
}


/* Totaal */
body.woocommerce-checkout .woocommerce
.order-total th,

body.woocommerce-checkout .woocommerce
.order-total td,

body.woocommerce-checkout .woocommerce
.order-total .amount {
    font-weight: 700 !important;
}


/* =====================================================
   4. BETAALMETHODEN
   ===================================================== */

body.woocommerce-checkout .woocommerce #payment {
    background: #242424 !important;
    border: 1px solid #3d3d3d;
    border-radius: 10px;
    padding: 10px !important;
    color: #ffffff;
}


/* Betaallijst */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}


/* Iedere betaalmethode */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods > li {
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 14px !important;

    background: #2a2a2a;

    border-bottom: 1px solid #404040 !important;

    transition:
        background .2s ease,
        border-color .2s ease;
}


/* Eerste */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods > li:first-child {
    border-radius: 8px 8px 0 0;
}


/* Laatste */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods > li:last-child {
    border-bottom: 0 !important;
    border-radius: 0 0 8px 8px;
}


/* Hover */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods > li:hover {
    background: #303030;
}


/* =====================================================
   5. TEKST BETAALMETHODEN
   ===================================================== */

body.woocommerce-checkout .woocommerce
#payment ul.payment_methods li label {
    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    line-height: 1.4;

    display: inline-flex !important;
    align-items: center;

    gap: 10px;
}


/* Eventuele spans binnen label */
body.woocommerce-checkout .woocommerce
#payment ul.payment_methods li label span {
    color: #ffffff !important;
}


/* =====================================================
   6. RADIO BUTTONS
   ===================================================== */

body.woocommerce-checkout .woocommerce
#payment ul.payment_methods input[type="radio"] {
    accent-color: #12bfff;
    transform: scale(1.15);

    margin-right: 9px !important;

    cursor: pointer;
}


/* =====================================================
   7. BETAALLOGO'S
   ===================================================== */

body.woocommerce-checkout .woocommerce
#payment ul.payment_methods li img {
    display: inline-block !important;

    width: auto !important;
    height: auto !important;

    max-width: 78px !important;
    max-height: 30px !important;

    object-fit: contain;

    margin-left: 8px !important;

    background: #ffffff !important;

    padding: 4px 7px !important;

    border-radius: 5px;

    border: 1px solid #e3e3e3;

    vertical-align: middle;

    box-shadow: 0 1px 4px rgba(0,0,0,.15);
}


/* =====================================================
   8. GESELECTEERDE BETAALMETHODE
   ===================================================== */

body.woocommerce-checkout .woocommerce
#payment ul.payment_methods li:has(input[type="radio"]:checked) {
    background: #102a38 !important;

    box-shadow:
        inset 3px 0 0 #18bfff;

    border-bottom-color: #285068 !important;
}


/* =====================================================
   9. BESCHRIJVING BETAALMETHODE
   ===================================================== */

body.woocommerce-checkout .woocommerce
#payment div.payment_box {
    background: #17242c !important;

    color: #dce8ef !important;

    border: 1px solid #29404d;

    border-radius: 7px !important;

    margin: 12px 0 3px !important;

    padding: 14px !important;
}


/* Pijltje WooCommerce */
body.woocommerce-checkout .woocommerce
#payment div.payment_box::before {
    border-bottom-color: #17242c !important;
}


/* Tekst */
body.woocommerce-checkout .woocommerce
#payment div.payment_box p,

body.woocommerce-checkout .woocommerce
#payment div.payment_box span,

body.woocommerce-checkout .woocommerce
#payment div.payment_box label {
    color: #dce8ef !important;
}


/* =====================================================
   10. BESTELLING PLAATSEN
   ===================================================== */

/*
   BELANGRIJK:
   alleen #place_order wordt 100% breed.
   Header zoekknop wordt NIET geraakt.
*/

body.woocommerce-checkout .woocommerce
#payment #place_order {
    display: block !important;

    width: 100% !important;

    min-height: 48px;

    padding: 13px 20px !important;

    border: 0 !important;

    border-radius: 7px !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    text-transform: none !important;

    cursor: pointer;
}


/* =====================================================
   11. PRIVACY & VOORWAARDEN
   ===================================================== */

body.woocommerce-checkout .woocommerce
.woocommerce-privacy-policy-text,

body.woocommerce-checkout .woocommerce
.woocommerce-privacy-policy-text p,

body.woocommerce-checkout .woocommerce
.woocommerce-terms-and-conditions-wrapper,

body.woocommerce-checkout .woocommerce
.woocommerce-terms-and-conditions-wrapper p {
    color: #b7c2ca !important;

    font-size: 13px;

    line-height: 1.65;
}


body.woocommerce-checkout .woocommerce
.woocommerce-privacy-policy-text a,

body.woocommerce-checkout .woocommerce
.woocommerce-terms-and-conditions-wrapper a {
    color: #27c4ff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* =====================================================
   12. CHECKBOXEN
   ===================================================== */

body.woocommerce-checkout .woocommerce
input[type="checkbox"] {
    accent-color: #18bfff;
}


/* =====================================================
   13. COUPON / MELDINGEN
   ===================================================== */

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
    border-radius: 7px;
}


/* =====================================================
   14. EXTRA FIX – HEADER / ZOEKBALK BESCHERMEN
   ===================================================== */

/*
   Dit is alleen een extra veiligheidsnet.
   De selectors hierboven zijn al beperkt tot .woocommerce.
*/

body.woocommerce-checkout header button[type="submit"],
body.woocommerce-checkout .whb-header button[type="submit"],
body.woocommerce-checkout .searchform button,
body.woocommerce-checkout .searchsubmit {
    width: auto !important;
    min-width: 0 !important;
    min-height: initial !important;

    font-size: inherit !important;

    padding: inherit;

    border-radius: inherit;
}


/* =====================================================
   15. MOBIEL
   ===================================================== */

@media (max-width: 768px) {

    body.woocommerce-checkout .woocommerce #order_review {
        padding: 13px;
    }

    body.woocommerce-checkout .woocommerce
    #payment ul.payment_methods > li {
        padding: 12px !important;
    }

    body.woocommerce-checkout .woocommerce
    #payment ul.payment_methods li label {
        font-size: 13px !important;
    }

    body.woocommerce-checkout .woocommerce
    #payment ul.payment_methods li img {
        max-width: 65px !important;
        max-height: 26px !important;

        padding: 3px 5px !important;
    }

    body.woocommerce-checkout .woocommerce
    #payment #place_order {
        min-height: 48px;
        font-size: 14px !important;
    }
}
/* NorthSea TCG - Checkout errors */
.woocommerce-checkout .woocommerce-error {
    background: #b42318 !important;
    color: #fff !important;
    border: 1px solid #d92d20 !important;
    border-radius: 6px !important;
    padding: 16px 18px 16px 48px !important;
}

.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-error a {
    color: #fff !important;
}

.woocommerce-checkout .woocommerce-error a {
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-error::before {
    color: #fff !important;
}
/* =========================================
   NorthSeaTCG - Checkout titels vertalen
   ========================================= */

/* 1. Billing details → 1. Factuurgegevens */
.woocommerce-checkout
.title-wrapper:has(+ .wd-billing-details)
.woodmart-title-container {
    font-size: 0 !important;
}

.woocommerce-checkout
.title-wrapper:has(+ .wd-billing-details)
.woodmart-title-container::after {
    content: "1. Factuurgegevens";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}


/* 2. Payment Information → 2. Betaalinformatie */
.woocommerce-checkout
.title-wrapper:has(+ .wd-payment-methods)
.woodmart-title-container {
    font-size: 0 !important;
}

.woocommerce-checkout
.title-wrapper:has(+ .wd-payment-methods)
.woodmart-title-container::after {
    content: "2. Betaalinformatie";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}


/* Your order → Jouw bestelling */
.woocommerce-checkout #order_review_heading {
    font-size: 0 !important;
}

.woocommerce-checkout #order_review_heading::after {
    content: "Jouw bestelling";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}
/* Your order → Jouw bestelling */
.woocommerce-checkout
.title-wrapper:has(+ .wd-order-table)
.woodmart-title-container {
    font-size: 0 !important;
}

.woocommerce-checkout
.title-wrapper:has(+ .wd-order-table)
.woodmart-title-container::after {
    content: "Jouw bestelling";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}
/* ======================================
   NorthSeaTCG Contactpagina
   ====================================== */

.northsea-contact-page {
    max-width: 1100px;
    margin: 0 auto;
}

.northsea-contact-form-intro {
    margin: 35px 0 20px;
    padding: 25px 28px;
    border: 1px solid rgba(0,185,255,.30);
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(5,18,32,.98),
        rgba(7,31,51,.92)
    );
}

.northsea-contact-form-intro h2 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 26px;
}

.northsea-contact-form-intro p {
    color: #b8c6d4;
    line-height: 1.7;
    margin: 7px 0;
}


/* Waar kunnen we je mee helpen */

.northsea-help-grid-section {
    margin: 45px 0;
}

.northsea-help-grid-section > h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.northsea-help-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.northsea-help-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 19px 21px;
    border-radius: 10px;
    border: 1px solid rgba(0,185,255,.22);
    background: linear-gradient(
        135deg,
        rgba(5,18,32,.98),
        rgba(8,31,50,.90)
    );
    transition: .2s ease;
}

.northsea-help-card:hover {
    border-color: rgba(0,185,255,.55);
    transform: translateY(-2px);
}

.northsea-help-card strong {
    color: #fff;
    font-size: 16px;
}

.northsea-help-card span {
    color: #aebdca;
    font-size: 14px;
    line-height: 1.55;
}


/* Contactformulier zelf */

.northsea-contact-page input[type="text"],
.northsea-contact-page input[type="email"],
.northsea-contact-page input[type="tel"],
.northsea-contact-page textarea,
.northsea-contact-page select {
    width: 100%;
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #cad6df !important;
    border-radius: 7px !important;
}

.northsea-contact-page textarea {
    min-height: 150px;
}

.northsea-contact-page input[type="submit"] {
    border-radius: 7px;
    font-weight: 600;
}


/* Mobiel */

@media (max-width: 767px) {

    .northsea-help-grid {
        grid-template-columns: 1fr;
    }

    .northsea-contact-form-intro {
        padding: 20px;
    }
}
/* ==================================================
   NORTHSEA TCG - CONTACT FORM 7 DARK PAGE FIX
   ================================================== */

/* Alle tekst rondom het formulier */
body .wd-cf7,
body .wd-cf7 form,
body .wd-cf7 form p,
body .wd-cf7 form label,
body .wd-cf7 form small {
    color: #ffffff !important;
}

/* Labels */
body .wd-cf7 .wpcf7-form label {
    color: #dce7ef !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

/* Tekst/spans binnen labels */
body .wd-cf7 .wpcf7-form label span,
body .wd-cf7 .wpcf7-form p span {
    color: inherit !important;
}

/* Invulvelden */
body .wd-cf7 .wpcf7-form input[type="text"],
body .wd-cf7 .wpcf7-form input[type="email"],
body .wd-cf7 .wpcf7-form input[type="tel"],
body .wd-cf7 .wpcf7-form input[type="url"],
body .wd-cf7 .wpcf7-form input[type="number"],
body .wd-cf7 .wpcf7-form textarea,
body .wd-cf7 .wpcf7-form select {
    background-color: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #cbd5df !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

/* Tekst tijdens typen */
body .wd-cf7 .wpcf7-form input {
    color: #111827 !important;
}

/* Placeholder */
body .wd-cf7 .wpcf7-form input::placeholder,
body .wd-cf7 .wpcf7-form textarea::placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}

/* Blauwe focus */
body .wd-cf7 .wpcf7-form input:focus,
body .wd-cf7 .wpcf7-form textarea:focus,
body .wd-cf7 .wpcf7-form select:focus {
    border-color: #00b9ff !important;
    box-shadow: 0 0 0 2px rgba(0,185,255,.18) !important;
    outline: none !important;
}

/* Verzendknop NorthSeaTCG blauw */
body .wd-cf7 .wpcf7-submit {
    background: #00b9ff !important;
    color: #04131d !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
}

body .wd-cf7 .wpcf7-submit:hover {
    background: #ffffff !important;
    color: #06131e !important;
}

/* CF7 foutmeldingen */
body .wd-cf7 .wpcf7-not-valid-tip {
    color: #ff8585 !important;
}

body .wd-cf7 .wpcf7-response-output {
    color: #ffffff !important;
}
/* NorthSeaTCG paarse verzendknop */
body .wd-cf7 .wpcf7-submit {
    background: #7047eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
}

body .wd-cf7 .wpcf7-submit:hover {
    background: #5d37d6 !important;
    color: #ffffff !important;
}