/* ==========================================================================
   spreen.css — Versie 2.2.9
   Auteur: Rik Spreen
   Laatste update: 29 mei 2026
   ========================================================================== */

/* Kleuren */
:root {
    /* Tekst */
    --kleur-tekst-basis: #382869;
    --kleur-tekst-header: #c8b3f1;
	--kleur-tekst-koppen: #533d8e;
    --kleur-tekst-licht: #ffcfe1;

    /* Achtergronden */
    --kleur-achtergrond-basis: #f4e3ea;
    --kleur-achtergrond-licht: #c7b1ef;
    --kleur-achtergrond-zacht: #fbeff5;
    --kleur-achtergrond-transparant: #f1d1e047;

    /* Donkere tinten */
    --kleur-donker-basis: #312458;
    --kleur-donker-zacht: #6e2840;
    --kleur-donker-kader: #702d43;
    --kleur-donker-rand: #8f445d;

    /* Randen */
    --kleur-rand-basis: #8e80c0;
    --kleur-rand-licht: #dfc3cd;
    --kleur-rand-zacht: #d2aebb;

    /* Accenten */
    --kleur-accent-basis: #d9598a;
    --kleur-accent-hover: #9a82ff;
    --kleur-accent-zacht: #9a82ff;
    --kleur-accent-licht: #e6c4d1;

    /* Schaduw */
    --kleur-schaduw: rgb(0 0 0 / 0.25);
}

/* === BASIS RESET EN STYLING === */
*,
*::before,
*::after {
    box-sizing: border-box;
    line-height: 1.2;
}

/* alleen Safari / iPad */
@supports (-webkit-touch-callout: none) {
    .button::before,
    .menu-blok li i::before {
        margin-top: -0.4rem;
    }
}

@supports (-webkit-touch-callout: none) {
    h3.popup-sub-header i::before,
    h3.sub-menu-header i::before {
        position: relative;
        margin-top: -0.4rem;
        display: inline-block;
    }
}

@supports (-webkit-touch-callout: none) {
    ul.faqlijst li::before,
    ul.faq-lijst-kop li::before,
    .woocommerce-product-details__short-description ul li::before {
        position: relative;
        margin-top: -0.6rem;
        display: inline-block;
    }
}

/* HTML-element: scrollgedrag en achtergrondinstellingen */
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #8e80c0 var(--kleur-donker-basis);
    scrollbar-gutter: stable both-edges;
    background-color: var(--kleur-donker-basis);
}

body {
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Body: basisinstellingen voor tekst, positie en font */
body {
    font-size: 16px;
    top: 0 !important;
    position: relative;
    overflow-x: hidden;
    line-height: 1;
    font-family: "Zain", "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 400;
    accent-color: var(--kleur-rand-basis);
    color: var(--kleur-tekst-basis);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../afbeeldingen/achtergronden/stof-paars-3.webp) top left
        repeat;
    z-index: -1;
}

/* Body zonder scroll (bij modals of menus) */
body.noscroll {
    overflow: hidden;
}

#wrapper {
        background-color: #3d2c6a;
    border: 3px solid #8e80c0;
}

/* Koppen: consistente responsieve fontgrootte */
h1,
h2,
h3,
h4,
h5 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-family: "Zain", "Segoe UI", "Helvetica Neue", sans-serif;
    color: var(--kleur-tekst-koppen);
    font-weight: 800;
}

/* Paragrafen en footerlinks */
p,
ul.footer-info li a {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    font-family: "Zain", "Segoe UI", "Helvetica Neue", sans-serif;
}

/* Pseudo-elementen voor consistent typografie */
::before,
::after {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

/* Buttons met grotere tekst */

div.button {
    display: flex;
    color: var(--kleur-tekst-koppen);
}

div.button:hover {
    color: red;
}

/* Voor pseudo-elementen in knoppen en links */
a.showcoupon::before,
.button::before,
p.lost_password a::before {
}

/* Koppen met ondermarge */
h1,
h1 a,
h2,
h3,
h3 a {
    margin: 0 0 0.5rem 0;
}

/* Sidebar headerlinks met visuele aanpassing */
.sidebar .inhoud h3 a {
    /* eventueel extra stijl */
}

.meer-info-product h3 {
    display: flex;
    gap: 0.3rem;
    font-size: clamp(1.3rem, 2vw, 1.3rem);
}

.sidebar.inhoud h3 a::before {
    margin-left: -2rem !important;
}

/* Koppen en titels met branding-kleur en gewicht */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h1.pagina-titel,
h3.sidebar-widget-header,
h2.sidebar-widget-header {
    font-weight: 800;
    color: var(--kleur-tekst-koppen);
    font-family: "Zain", "Segoe UI", "Helvetica Neue", sans-serif;
}

/* Algemene links met kleur, gedrag en typografie */
a {
    color: var(--kleur-tekst-koppen);
    text-decoration: none;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 800;
    font-family: "Zain", sans-serif;
}

/* Links met Font Awesome icoon voor visuele hint
a.link::before, */
li.button::before {
    font-family: "Font Awesome 7 Free";
    content: "\f0da";
}

li.button {
    margin-bottom: 1rem;
}

/* Weergave voor links  */
a.link,
li.button a {
}

/* === Alinea's en links === */

/* Ruimte onder paragrafen en links binnen p-elementen */
p,
p a {
    margin-bottom: 0.5rem;
}

/* Extra nadruk voor links binnen paragrafen */
p a {
    font-weight: 800;
}

/* Uitlijning en automatische afbreking bij langere teksten */
p.justify,
.justify,
.entry-summary,
.taxonomy-description p {
    text-align: justify;
    hyphens: auto;
    hyphenate-limit-chars: 10 3 4;
}

/* Mooie onderstreping bij links */
a {
    text-decoration-skip-ink: auto;
}

li {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
}

/* Telefoonlinks stijl behouden (kleur, geen onderstreping) */
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/* "Lees meer"-links verbergen */
a.more-link {
    display: none;
}

/* Focus en hover: outline uitschakelen voor visuele rust */
:focus,
a:hover,
a:active,
input:focus {
    outline: 0;
}

:focus-visible {
    outline: 1px solid var(--kleur-rand-basis);
    outline-offset: 0px;
}

::marker {
    color: var(--kleur-rand-basis);
}

/* === WooCommerce en formulieren === */

/* Randcorrectie voor formulier in footer-link */
.footer-link form.woocmmerce-ordering {
    margin: -0.3rem 0 !important;
}

/* Hover-stijl voor opties in dropdown */
option:hover {
    background-color: yellow;
}

/* WooCommerce select en marges aanpassen */
.woocommerce .woocommerce-ordering {
    margin: 0.1rem 0 0 !important;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: unset !important;
}

/* Verberg pijltje in IE-select dropdown */
select::-ms-expand {
    display: none;
}

/* Geselecteerde optie krijgt opvallende styling */
option:checked {
    background-color: var(--kleur-accent-licht);
    color: var(--kleur-tekst-koppen);
}

.woocommerce ul#shipping_method li {
    display: flex;
    gap: 0.3rem;
    align-items: flex-start;
    height: 2rem;
    line-height: 1 !important;
    margin-bottom: 1rem !important;
}

/* === Horizontale lijnen en selectie === */

/* Algemene horizontale lijnstijl */
hr {
    border: none;
    margin: 0.3rem;
}

/* Variant voor sidebar */
hr.sidebar {
    border-top: 2px solid var(--kleur-rand-basis);
    margin: 0.5rem -2rem 0.8rem;
    padding: 0 2em;
}

hr.dun {
    border-top: 1px solid var(--kleur-rand-licht);
    margin: 1rem -2rem 0.6rem;
    padding: 0 2em;
}

/* Selectie (bij teksthighlight) krijgt aangepaste kleuren */
::selection {
    background: var(--kleur-tekst-basis);
    color: #c8b3f0;
    text-shadow: none;
}

/* === Typografie en knoppen === */

/* Fade-in animatie */
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Sterke tekst */
strong {
    font-weight: 800;
    color: var(--kleur-tekst-koppen);
}

/* Schuine tekst */
em {
    font-style: italic;
}

/* Knoppen zonder standaardstijl, eigen font en maat */
button,
.button {
    outline: 0;
    pointer-events: all;
    font-family: "Zain", sans-serif;
    font-weight: 800 !important;
    font-size: clamp(1.1rem, 2vw, 1.2rem) !important;
    cursor: pointer !important;
    gap: 0.3rem;
    line-height: 1.5 !important;
    align-items: baseline;
    display: flex !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--kleur-tekst-koppen) !important;
    border: none;
}

/* === Lijsten en citaten === */

/* Genummerde lijst: extra vetgedrukte nummers */
ol {
    font-weight: 900;
}

/* Ongeordende lijsten zonder bullets */
ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* Citaten en quotes: geen standaard aanhalingstekens */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

/* Inline quotes met aangepaste weergave */
q {
    display: inline;
    font-style: italic;
}

q:before,
q:after {
    content: '"';
    font-style: normal;
}

/* === Inputvelden en tekstvelden === */

/* Verwijder standaardstyling van invoervelden */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* Specifiek voor zoekveld */
input[type="search"] {
    -webkit-appearance: textfield;
}

/* === Tabellen en typografie-details === */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 2px;
}

big {
    /* font-size toevoegen bij correct gebruik */
}

small,
sup,
sub {
    /* font-size toevoegen bij correct gebruik */
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

dd {
    margin-left: 20px;
}

kbd,
tt {
    font-family: courier;
    /* font-size toevoegen indien nodig */
}

ins {
    text-decoration: underline;
}

del,
strike,
s {
    text-decoration: line-through;
}

dt {
    font-weight: bold;
}

address,
cite,
var {
    font-style: italic;
}

/* === HTML5 weergave en global settings === */

/* Zorg dat nieuwe HTML5 elementen goed worden weergegeven */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* Globale box-sizing en klik-feedback uitschakelen */
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* === EINDE BASIS === */

/* === Hoofdstructuur algemeen === */

/* Wrapper: centrale positionering en maximale breedte */
#wrapper {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

/* Container: achtergrond en marges */
#container {
    margin: 0 -0.5em;
    padding: 0;
    overflow: hidden;
	background: url(../afbeeldingen/achtergronden/stof-paars-4.webp) top left repeat;
	background-color: var(--kleur-achtergrond-licht);
}

/* Inner container: binnenrand en achtergrond */
#inner {
    margin: 0.1rem;
    padding: 0 .5rem;
    border: 3px solid;
    background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
}

/* Navigatiebalk: bovenin sticky en gestyled */
.navigatie {
    position: sticky;
    top: 0;
    overflow: hidden;
    margin: -2px -0.5rem;
    padding: 0 0.5em;
    z-index: 2000;
    border-bottom: 3px solid var(--kleur-rand-basis) !important;
    border-top: 2px solid var(--kleur-rand-basis) !important;
    background: var(--kleur-achtergrond-licht);
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
}

/* Pagina titel tweede niveau sticky onder navigatie */
.sticky-titel {
    position: sticky;
    top: 2.3rem;
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
    z-index: 100;
    border-top: 2px solid var(--kleur-rand-basis);
    border-bottom: 2px solid var(--kleur-rand-basis);
    box-shadow: 0 4px 6px -2px var(--kleur-schaduw);
    display: flex;
    background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
    justify-content: center;
	color: var(--kleur-tekst-header)!important;
}

.titel {
    display: flex;
    gap: 0.3rem;
    margin: 0;
    padding: 0.1rem 0 .2rem;
    color: var(--kleur-tekst-header);
    /* align-items: center; */
}


/* WooCommerce-looptitel: gestapelde centrering */
.titel-woo-loop {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0.2rem 0;
    color: var(--kleur-tekst-koppen);
    background: var(--kleur-achtergrond-licht);
    flex-direction: column;
    align-content: space-between;
}

/* Woo-looptitel koptekst zonder ondermarge */
.titel-woo-loop h1 {
    margin-bottom: 0;
}

/* Content-basisblok */
.inhoud {
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
	/* background: url(../afbeeldingen/achtergronden/stof-paars-4.webp) top left repeat;*/
}

/* begin footer */

.footer-menu-link {
    position: sticky;
    z-index: 80;
    bottom: 0 !important;
    display: flex;
    margin: 0 -0.5rem 0;
    padding: 0;
	background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
    border-bottom: 3px solid var(--kleur-rand-basis);
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.footer-link {
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--kleur-achtergrond-licht);
    border-top: 2px solid var(--kleur-rand-basis);
    padding: 0.2rem 0 0 !important;
    box-shadow: 0px -4px 6px -2px var(--kleur-schaduw);
    line-height: 1;
}

.footer-delen {
    display: flex;
    border-top: 2px solid var(--kleur-rand-basis);
    width: 100%;
    justify-content: center;
    padding: 0.2rem;
    box-shadow: 0px -4px 6px -2px var(--kleur-schaduw);
}

#delen-huidige-pagina,
#delen-home-pagina,
#delen-verlanglijst-pagina {
    color: var(--kleur-tekst-header)!important;
    font-weight: 800;
    cursor: pointer;
    font-size: large;
    display: flex;
    padding: 0.1rem 1rem;
    gap: 0.5rem;
    align-items: baseline;
}

#delen-huidige-pagina::before,
#delen-home-pagina::before,
#delen-verlanglijst-pagina::before {
    content: "\f1e1";
    font: var(--fa-font-solid);
}

#footer {
    text-align: center;
    color: var(--kleur-rand-basis);
}

/* einde footer */

/* === EINDE Hoofdstructuur algemeen === */

/* === Responsive Structuur === */

/* --- Mobiel & tablet: tot 768px --- */
@media (max-width: 768px) {
    .eerste-alinea-naar-sidebar {
        display: none;
    }

    .sidebar-eerste-naar-pagina {
        display: block;
        margin: -1.1rem 0 1.5rem 0;
    }

    .post.inhoud,
    .sidebar {
        width: 100%;
		
    }

    .sidebar {
        border-left: none;
		padding-bottom: 3rem;
    }

    #content {
        display: block;
    }


    .bestelopties,
    .woocommerce-billing-fields__field-wrapper,
    .uitleg-ander-adres,
    p#order_comments_field.form-row.notes,
    .woocommerce-shipping-fields {
        border: none;
        border-radius: 0;
        margin: 0;
    }

    #customer_details {
        border-bottom: none;
    }

    .woocommerce-checkout-review-order,
    #order_review {
        /* padding: 0 1rem; */
        border-bottom: none !important;
    }
	
	.woocommerce table.shop_table{
		padding: 0 1rem;
	}

    .post.inhoud {
        border-right: none !important;
		padding-top: 0;
    }

    .contact-formulier {
        padding: 0;
    }

    h3.verzenden-ander-adres {
        margin-top: 2rem !important;
        border-top: 2px solid var(--kleur-rand-basis);
    }

    .colofon-wiki {
        display: block;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        padding: 0 0 1rem;
    }

    .menu-blok {
        padding: 0 0.5rem;
    }

    .popup {
        width: 95%;
        height: 80vh;
        position: sticky;
        z-index: 1000;
    }

    .popup {
        width: 95%;
        max-height: 80vh;
    }
}

/* Centreren van afbeeldingen op kleine schermen */

@media (max-width: 479px) {
    .alignleft,
    .alignright,
    .wp-block-image {
        margin: 0 auto 1rem !important;
        float: none !important;
    }
}

@media (max-width: 479px) {
    .vierkant-links {
        margin: 0 0.5rem 0 0 !important;
        float: left !important;
    }
}

@media (max-width: 769px) {
    .post-zonder-sidebar {
        margin: 0 -2rem;
        padding: 0 2.5rem;
    }
}

/* --- Vanaf 769px: desktop layout --- */
@media (min-width: 769px) {
    #content {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .post.inhoud {
        width: 70%;
        padding-right: 0.8rem;
    }

    .sidebar {
        width: 30%;
        border: none;
    }

    .eerste-alinea-naar-sidebar {
        display: block;
    }

    .sidebar-eerste-naar-pagina {
        display: none;
    }

    .post-zonder-sidebar {
        width: 100%;
    }

    #formulier-contactpagina {
        margin: 3rem 2rem 10rem;
        position: relative;
    }

    .contact-formulier {
        padding: 0 4rem;
    }

    h3.verzenden-ander-adres {
        margin-top: -0.6rem !important;
        border-top: none;
    }

    h1.header-welkom-tekst {
    }

    .menu-blok {
        padding: 0 2rem;
    }

    .popup {
        width: 60%;
        height: 85vh;
    }

    /* h1.header-welkom-tekst {margin: .6rem 2rem;} */
}

/* --- Groot desktop vanaf 1025px --- */
@media (min-width: 1025px) {
    .post-zonder-sidebar {
        margin: 2rem 6rem;
        width: 100%;
    }

    .popup {
        width: 50%;
        max-height: 85vh;
    }

    /* h1.header-welkom-tekst {margin: 1.2rem 6rem;} */
}

/* --- Ultra wide vanaf 1440px --- */
@media (min-width: 1440px) {
    .woocommerce-additional-fields__field-wrapper {
        margin-top: -0.2rem;
    }

    /* h1.header-welkom-tekst {margin: 1.5rem 6rem;} */
}

/* === HARD RESET WooCommerce layout === */

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* === GRID === */
.woocommerce ul.products,
.related ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Tegels */
.woocommerce ul.products li.product,
.related ul.products li.product {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
}

/* Tablet */
@media (min-width: 600px) {
    .woocommerce ul.products,
    .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Desktop */
@media (min-width: 900px) {
    .woocommerce ul.products,
    .related ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Pagination uit op categoriepagina */
.tax-product_cat .woocommerce-pagination {
    display: none;
}

/* Extra ruimte boven related op categorie */
.tax-product_cat .related {
    margin-top: 1.5rem;
}

/* Contact formulieren  */

.adresgegevens {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    text-align: left;
    color: var(--kleur-tekst-koppen);
}

/* mobiel */
@media (max-width: 768px) {
    .adresgegevens {
        grid-template-columns: 1fr;
        justify-items: center;
        margin: 3rem 0;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    background-color: #dcc9ff !important;
    border: 1px solid var(--kleur-rand-basis) !important;
    border-radius: 5px;
    color: var(--kleur-tekst-basis);
    width: 100%;
    margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--kleur-rand-basis) !important;
    -webkit-text-fill-color: var(--kleur-tekst-basis) !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

select {
    background-color: #dcc9ff !important;
    border: 1px solid var(--kleur-rand-basis) !important;
    border-radius: 5px;
    color: var(--kleur-tekst-basis);
    padding: 0.2em 0.4em;
    font-family: inherit;
	font-size: 1rem;
}

select option {
    background-color: #dcc9ff !important;
    color: var(--kleur-tekst-basis) !important;
}

select option:checked {
    background-color: #dcc9ff !important;
    color: var(--kleur-tekst-basis) !important;
}

.invoer-info-vraag {
    height: 6em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    background-color: #d4bcff !important;
    border: 2px solid var(--kleur-rand-basis) !important;
}

input:read-only {
    border: none;
}

.read-only-text,
.read-only-text [type="text"]:focus,
.read-only-text:focus {
    border: none;
    background: none;
    margin-top: 1em;
    display: block;
    height: 3em;
    padding-top: 0.5em;
    font-weight: 900;
    font-size: 0.9rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    position: relative;
    color: var(--kleur-tekst-koppen);
    border: none !important;
    font-size: large;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    height: 100vh;
    padding: 10rem 2rem;
    top: 0;
    left: 0;
    right: 0;
    background: url(../afbeeldingen/achtergronden/stof-paars-4.webp) top left repeat;
	background-color: var(--kleur-achtergrond-licht);
    position: fixed;
    color: var(--kleur-tekst-koppen);
    font-size: large;
    text-align: center;
    border: none !important;
    border-radius: 0.5rem;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: -1.5rem;
}

body.page-template-pagina-contact .wpcf7 form.sent .wpcf7-response-output {
    position: absolute !important;
}

.fa-envelope-open-text::before {
    font-size: xx-large;
    display: flex;
    padding: 1rem 0;
    color: var(--kleur-tekst-koppen) !important;
}

.verzenden {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output::before {
    padding: 1rem;
    content: "\e4e8";
    font: var(--fa-font-solid);
    font-size: xx-large;
    display: flex;
    justify-content: center;
}

.wpcf7 form.sent .wpcf7-response-output::after {
    content: "Saskia & Rik";
    font-family: "Oooh Baby", cursive;
    font-weight: 700;
    text-align: right;
    display: block;
    margin: 3rem 1.5rem 3rem;
}

.contact-onderwerp {
    font-size: large;
    font-weight: 800;
}

.contact-verzenden {
    text-align: center;
    padding: 0 0 2rem !important;
    margin-left: 0.3rem;
    margin: -0.5rem 0 6rem !important;
    border-radius: 5px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: large;
    color: var(--kleur-tekst-koppen) !important;
    margin: -7rem 0 -5rem !important;
    width: 100%;
    height: 12rem;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: var(--kleur-tekst-basis) !important;
}

.wpcf7-spinner {
    background-color: transparent;
}

.wpcf7-spinner::before {
    background-color: var(--kleur-tekst-basis);
}

.wpcf7-not-valid-tip {
    color: var(--kleur-tekst-basis) !important;
    font-weight: 800 !important;
    text-align: center;
    font-size: medium !important;
}

.wpcf7-not-valid-tip::before {
    content: "\f0d8";
    font: var(--fa-font-solid);
    display: flex;
    justify-content: center;
}

/* Contact Form 7 Checkbox CSS
----------------*/
input[type="checkbox"]:checked {
    /* background-color: #f3dce5 !important; */
}

input[type="checkbox"]:checked:after {
    content: "\2713";
    color: var(--kleur-tekst-basis);
    font-size: 1.3rem;
    font-weight: 900;
    display: block;
    margin-top: -0.5rem;
}

input[type="checkbox"] {
    background: var(--kleur-achtergrond-basis);
    text-align: center;
    vertical-align: text-top;
    width: 1em !important;
    height: 1em !important;
    appearance: none;
    border-radius: 20%;
    box-shadow: none;
    cursor: pointer;
}

input[type="radio"] {
    accent-color: var(--kleur-rand-basis);
}

/* Contact Form 7 Submit Button 
 -------------------------------*/

.wpcf7 input[type="submit"],
.woocommerce-button input[type="submit"],
.wpfda-submit button,
button.glsr-button {
    background-color: transparent !important;
    border: none !important;
    font-family: "Zain", sans-serif;
    font-weight: 900;
    cursor: pointer;
    margin-left: 1rem;
}

.wpcf7 input:before[type="submit"],
.wpcf7-submit:before,
.wpcf7-form-control:before {
    content: "\f0da";
    font: var(--fa-font-solid);
    margin-right: 0.3em;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    display: block;
    margin: 1rem 0;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.form-row-last {
    float: left !important;
}

.wpcf7 input:hover[type="submit"],
.woocommerce-form-login input:hover[type="submit"],
.woocommerce-form-register input:hover[type="submit"] {
    color: #fff;
}

.wpcf7 input:active[type="submit"],
.woocommerce-form-login input:active[type="submit"],
.woocommerce-form-register input:active[type="submit"] {
    padding: 0.3em 1.2em;
}

/* popup minicart */
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    display: grid;
    grid-template-columns: 1fr;   /* mobiel: altijd 1 */
    gap: 1rem;
    padding: 0;
    margin: 0 0 1rem;
    list-style: none !important;
    color: var(--kleur-tekst-koppen);
}

@media (min-width: 768px) {
    ul.woocommerce-mini-cart.cart_list.product_list_widget {
        grid-template-columns: repeat(2, 1fr);  /* max 2 naast elkaar */
    }
}


.popup-tekst li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--kleur-rand-basis);
    border-radius: 8px;
    padding: 0.8rem;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: -1rem !important;
}



/* verwijderknop rechtsboven */
.remove-container {
    position: absolute;
    top: .1rem;
    right: 1.5rem;
    z-index: 10;
}

a.remove.remove_from_cart_button {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0;
    background-color: var(--kleur-accent-licht);
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
}

a.remove.remove_from_cart_button::before {
    font-family: "Font Awesome 7 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 1rem;
    color: var(--kleur-tekst-koppen);
    line-height: 1.2;
}

a.remove.remove_from_cart_button:hover {
    background-color: var(--kleur-accent-zacht);
}

/* hoofdlayout binnen cart item */
.cart-item-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
	margin-top: 1.5rem;
}

.cart-item-main {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

/* afbeelding links */
.thumbnail {
    flex-shrink: 0;
}

.thumbnail img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

/* details rechts van afbeelding */
.details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* producttitel onderaan over volle breedte */
li.woocommerce-mini-cart-item.mini_cart_item .product-title {
    border-bottom: 1px solid;
    background: var(--kleur-achtergrond-licht);
    padding: .2rem 1.5rem .2rem .5rem;
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: smaller;
}

.widget_recently_viewed_products .product-title {
    margin: 0 0.5rem 1rem 0;
    display: block;
    background: none;
    border: none;
    font-size: unset;
    padding: 0;
}

.widget_recently_viewed_products li {
    border-bottom: 1px solid var(--kleur-rand-zacht);
    padding: 1rem !important;
    margin: 0 -1rem !important;
}

.widget_recently_viewed_products li:last-child {
    border-bottom: none;
}

.product-title a {
    color: var(--kleur-tekst-koppen);
    text-decoration: none;
}

.product-title a:hover {
    text-decoration: none;
}

/* extra Woo-elementen */
.popup-tekst .widget_shopping_cart_content {
    margin-top: -0.5rem;
}

.popup-tekst .woocommerce-mini-cart__total.total {
    border-top: none !important;
    text-align: center !important;
    margin: 0 !important;
}

.popup-tekst p.woocommerce-mini-cart__buttons {
    display: none !important;
}

/* mijn account begin */

/* desktop layout */
.my-account-wrapper {
    display: grid;
    grid-template-columns: 25% 73%;
    gap: 2%;
    width: 100%;
    box-sizing: border-box;
}

/* Navigatie links */
.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation {
    float: none;
    display: block;
    width: 100%;
    border-bottom: 2px solid var(--kleur-rand-basis);
    border-right: 2px solid var(--kleur-rand-basis);
    padding: 2rem 1rem;
    margin: -2rem -1rem -3rem;
    border-bottom-right-radius: 0.5rem;
    background: var(--kleur-achtergrond-basis);
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
    box-sizing: border-box;
}

/* Content rechts */
.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-content {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/*  Mobiel layout: alles onder elkaar vanaf 768px en kleiner */
@media screen and (max-width: 768px) {
    .my-account-wrapper {
        display: block;
        width: 100%;
    }

    .woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        box-shadow: none;
        box-sizing: border-box;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem;
        margin: -1.7rem;
        background: #f4e5ea;
        border-bottom: 2px solid var(--kleur-rand-basis);
        box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
    }

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

    .woocommerce-account .my-account-wrapper .woocommerce-MyAccount-content {
        display: block;
        float: none;
        border: none;
        margin-top: 1.5rem;
        padding: 1rem 1rem 0;
        border-radius: 0;
    }

    .category-account .woocommerce {
        margin: 0 -1rem;
    }

    .woocommerce {
        margin: 0 0.1rem;
    }

    #account-welkom-pagina-inhoud {
        margin: 0 -1rem;
        padding: 1rem;
    }
}

body.page-id-8 .woocommerce-orders-table a.woocommerce-button.button.invoice {
    display: none !important;
}

span#dynamic-account-title {
    display: flex;
    gap: 0.3rem;
    align-items: baseline;
}

#dynamic-account-title .fa-caret-right {
    font-size: medium !important;
}

#account-tab-content {
    padding: 1rem;
}

#sez-sidebar-status {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s ease;
}

#sez-sidebar-status.slide-in {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 1rem;
}

.woocommerce-MyAccount-content {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.woocommerce-MyAccount-content.fade-in {
    opacity: 1 !important;
}

ul.gekochte-producten li {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid var(--kleur-accent-licht);
    margin: 0.5rem -1rem;
    padding: 0 1rem 0.5rem;
}

img.gekocht-thumb {
    width: 120px;
    height: auto;
}

ul.gekochte-producten li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.toggle-password {
    display: none !important;
    position: absolute;
    right: 0;
    margin-right: 0.5rem;
    line-height: 1.2;
}

.input-with-icon {
    position: relative;
}

.fa-spinner {
    display: none !important;
}

.lmp_load_more_button.br_lmp_button_settings {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

a.lmp_button.button {
    font-size: larger !important;
}

/* woo shop page series  */

.servies-serie-overzicht {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5em;
    justify-content: center;
}

.servies-serie-blok {
    position: relative;
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem 6rem;
    box-shadow: 4px 12px 12px rgb(0 0 0 / 0.15);
    background: #faebf16b;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 0.5rem;
    overflow: hidden;
}

.servies-serie-titel,
.servies-categorie-titel {
    margin: -0.5rem -0.8rem 0.5rem;
    background: var(--kleur-achtergrond-licht);
    border-bottom: 2px solid var(--kleur-rand-basis);
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.5rem 0;
}

.servies-serie-afbeelding {
    margin-bottom: 0.5rem;
}

.servies-serie-afbeelding img {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

ul.servies-serie-links {
    position: absolute;
    bottom: 0;
    width: 95%;
    margin-bottom: 1.2rem;
}

ul.servies-serie-links li {
    margin-top: 0.5rem;
}

.servies-serie-info {
    margin-bottom: 1.5rem;
}

.servies-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.servies-filter-form {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 0.95em;
}

.servies-filter-form input,
.servies-filter-form select {
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.25em;
    padding: 0.4em;
    font-size: 0.9em;
    border: 1px solid var(--kleur-rand-basis);
    border-radius: 4px;
    background: #f6e4ec;
    color: #a41452;
}

.servies-filter-form select {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}

.servies-filter-form select:focus {
    outline: none;
    box-shadow: none;
    border-color: #a41452;
}

.servies-filter-form select:focus {
    outline: none;
    box-shadow: none;
    border-color: #a41452;
}

.servies-filter-form select:hover,
.servies-filter-form input:hover {
    outline: none;
    border-color: var(--kleur-rand-basis);
    box-shadow: 0 0 0 2px rgba(178, 120, 142, 0.3);
}

.betaalmethodes-footer {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.betaalmethodes-footer svg,
.betaalicoon {
    width: clamp(30px, 8vw, 40px) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
    opacity: 0.85;
    border-radius: 0.3rem !important;
    border: none !important;
    height: auto !important;
}

.betaalmethode-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin: 2rem 0 0.5rem;
}

h3.betaalmethode {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.betaalicoon-placeholder {
    display: inline-block;
    width: clamp(30px, 8vw, 50px);
    height: 1px;
    opacity: 0;
}

.verzend-sticker {
    max-width: 270px !important;
    margin: 2rem auto;
    border: 2px solid var(--kleur-rand-basis);
}

.related.products h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.info-blok-wiki, .info-blok-klantenservice {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    background: var(--kleur-achtergrond-transparant);
    padding: 0 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
	box-shadow: 4px 12px 12px var(--kleur-schaduw);
}

.wiki-info-titel::before {
    font-family: "Font Awesome 7 Free";
    content: "\f5da";
}

.klantenservice-info-titel::before {
    font-family: "Font Awesome 7 Free";
    content: "\f05a";
}

.wiki-info-titel::before {
    font-family: "Font Awesome 7 Free";
    content: "\f5da";
}

.entry-content .wiki h3.wp-block-heading:first-of-type::before {
    font-family: "Font Awesome 7 Free";
    content: "\f5da";
}

h2.wiki-info-titel,
h2.klantenservice-info-titel,
h1.woocommerce-products-header__title.page-title,
h3.sidebar-widget-header,
h2.sidebar-widget-header,
h3.widget-title,
.entry-content h3:first-of-type,
.page-description h3:first-of-type,
.single-product section.related.products h3:first-of-type,
h3.av-titel,
h3.producttitel,
h3.wiki-call,
a.sidebar-widget-header,
h3.product-staat,
.term-description h3,
.taxonomy-description h3,
.related.products > h2:first-of-type {
    height: auto;
    margin: 0 -1rem 1rem !important;
    border-bottom: 2px solid var(--kleur-rand-basis);
    border-top: none;
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    padding: .1rem 0.5rem .2rem;
    justify-content: center;
    line-height: 1.2;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
    color: var(--kleur-tekst-header);
    font-weight: 600;
}

@media (max-width: 768px) {
    h1.woocommerce-products-header__title.page-title,
    h3.sidebar-widget-header,
    h2.sidebar-widget-header,
    a.sidebar-widget-header,
    h3.widget-title,
    .entry-content h3:first-of-type,
    .page-description h3:first-of-type,
    .single-product section.related.products h3:first-of-type,
    h3.av-titel,
    h3.producttitel,
    h3.wiki-call,
    h3.product-staat,
    .term-description h3:first-of-type,
    .taxonomy-description h3:first-of-type,
    .related.products > h2:first-of-type {
        border: 1px solid var(--kleur-rand-basis)!important;
		border-left: none !important;
		border-right: none !important;
    }
	
	.sez-kaart h3.sez-kaart-titel{
		border:none !important;
	}
}

.bestelopties-tekst h3{
	border: none !important;
}

@media (max-width: 768px) {
    /* mobiele + kleine tablet styles */


.bestelopties h3:first-of-type{
	border: none !important;
    background: none !important;
    box-shadow: none !important;
}
}

.sidebar-widget-header,
.entry-content h3:first-of-type,
.page-description h3:first-of-type,
h3.av-titel,
h3.producttitel,
h3.wiki-call {
    margin: 0 -1rem 1rem;
    /* line-height: 1.2!important;*/
    margin-top: -1px;
}

h3.wiki-call {
    margin-top: 5rem;
}

h3.widget-title {
    /* border-top: none; */
}

.sidebar.inhoud p {
    font-size: large;
}

p.sidebar-tekst {
    padding: 0;
}

h1.woocommerce-products-header__title.page-title {
    margin: 0 -1rem 1rem !important;
    /* border-top: 2px solid var(--kleur-rand-basis); */
    line-height: 1.4;
}

.comment.byuser {
    border: 1px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    padding: 1rem;
    background: var(--kleur-achtergrond-transparant);
    margin: 1rem auto;
}

ul.children li.comment.byuser {
    border: none;
    background: none;
}

.glsr-minimal .glsr-review {
    width: 70%;
    margin: 0 auto;
}

textarea.glsr-textarea {
	min-height: 5rem !important;
}

@media (max-width: 900px) {
    .glsr-minimal .glsr-review {
        width: 100%;
    }

    .glsr-minimal .glsr-review-content {
        margin-left: 0;
    }
}

.glsr-summary-rating,
.glsr-summary-percentages,
.glsr-summary-text {
    display: none !important;
}

/* spreen-online footer */

.spreen-online-branding {
    --spreen-text: var(--kleur-tekst-header);
    --spreen-text-hover: #f5f2ff;
    --spreen-border: var(--kleur-rand-basis);
    --spreen-bg: #8b7cc0;
}

.spreen-online-branding {
    position: relative;
    margin: 5rem 0;
    text-align: center;
}

.spreen-online-branding-wrapper {
    width: fit-content;
    padding: 0.5rem 1rem;
    margin: 0 auto;
}

.spreen-online-branding,
.spreen-online-branding p,
a.spreen-badge {
    color: var(--spreen-text);
    font-weight: 700;
    font-size: clamp(0.8rem, 0.75rem + 0.3vw, 0.875rem);
}

p.concepten{
	font-size: smaller;
}

a.spreen-badge {
    transition: color 0.5s ease;
}

a.spreen-badge:hover,
a.spreen-badge:focus-visible {
    color: var(--spreen-text-hover);
}

.spreen-online-branding p {
    margin: 0.5rem;
    text-align: center;
    color: var(--spreen-text);
}

.spreen-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-spreen-wrap {
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #c4baef;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--spreen-bg);
    overflow: hidden;
	opacity: .8;
}

.logo-spreen {
    width: 70%;
    height: auto;
    flex-shrink: 0;
}

img.evenement-sidebar {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    box-shadow: 4px 12px 12px var(--kleur-schaduw) !important;
    margin-bottom: -0.5rem;
}

.sidebar-kolom,
.hoofd-kolom,
.term-description,
.widget_recently_viewed_products,
.entry-content,
.page-description,
.productwrapper,
.single-product section.related.products,
.productweergave {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0 0.7rem 1rem;
    margin: 0 0 1rem;
    box-shadow: 4px 12px 12px var(--kleur-schaduw);
}

.post-zonder-sidebar .entry-content {
    border: none;
    padding: 0;
    box-shadow: none;
    background: none;
}

@media (max-width: 768px) {
    .sidebar-kolom,
    .hoofd-kolom,
    .term-description,
    .widget_recently_viewed_products,
    .entry-content,
    .page-description,
    .productwrapper,
    .single-product section.related.products,
    .productweergave {
        border: none !important;
		box-shadow: none;
		border-radius: 0;
		margin: 0 -1rem;
		padding: 1rem 1rem 0 !important;
    }

    #registratie-tekst {
        margin-top: -1rem;
    }

    .single-product section.related.products {
        padding-bottom: 2.3rem;
        margin-bottom: -2.3rem;
    }

    img.evenement-sidebar {
        display: block;
        margin: 1rem auto 0;
        max-width: 100%;
        height: auto;
    }

    h3.verberg-header {
        display: none;
    }

    .sez-adminmelding {
        margin: 1rem 0.5rem 0 0 !important;
    }

    .term-description img {
        margin-bottom: 1rem;
    }

    .term-description p {
        font-family: "Zain", sans-serif !important;
    }
}

.belletje::before {
    font-family: "Font Awesome 7 Free";
    content: "\f0f3";
}

.related.products > h2:first-of-type::before {
    font-family: "Font Awesome 7 Free";
    content: "\f54e";
}

.woocommerce-downloads {
    overflow: hidden;
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
}

h3.woocommerce-addresses-heading {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* tijdelijk, plugin css voor flyers */

img.flyer-img {
    height: auto;
    max-width: 100%;
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
}

.bestelopties-tekst h3 {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

/* woo kolommen adres en levergegevens */

.col2-set {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset !important;
    width: 50% !important;
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        margin-right: 1rem;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        /* margin-left: 1rem;
		padding-top: .5rem; */
    }
}

@media (max-width: 768px) {
    .col2-set {
        flex-direction: column;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
        margin-bottom: 2rem;
        border-bottom: none;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        border-top: none;
    }

    .woocommerce form.checkout_coupon {
        margin: -5.7rem 0 2rem !important;
    }
}

.col-3 {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0 1rem .5rem;
    margin-top: 1rem;
}

.col-3 h3::before {
    font: var(--fa-font-solid);
    font-size: medium;
    content: "\f044";
}

#order_comments_field label,
.col-2 .woocommerce-additional-fields {
    display: none;
}

.uitleg-ander-adres h3,
#ship-to-different-address {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

.woocommerce form.checkout_coupon {
    border: 2px solid var(--kleur-rand-basis);
    padding: 1rem 2.5rem;
    background: var(--kleur-achtergrond-zacht);
    text-align: left;
    border-radius: 5px;
    z-index: 10;
    position: relative;
}


.keurmerken-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; */
    margin: 3rem auto;
    padding: 0;
    max-width: 800px;
}

@media (max-width: 900px) {
    .keurmerken-grid {
        grid-template-columns: 1fr;
    }
}


.keurmerken-grid li {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.groene-zaken,
img.keurmerk
{
    opacity: 0.7;
    margin: .5rem 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    border: none;
    box-shadow: none !important;
	display: unset;
}

img.groene-zaken:hover,
img.keurmerk:hover
 {
    opacity: 1;
    transform: scale(1.1);
}




.tgwf-custom-badge{
	display: flex;
    flex-direction: column;
    width: 12rem;
    padding: .65rem;
    border: 1px solid #8973bc;
    border-radius: .5rem;
    background: #44307c87;
    box-sizing: border-box;
    text-decoration: none;
}

/* =========================
   BLOK 1
   ========================= */

.tgwf-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap: .5rem;;
}

.tgwf-text{
	flex:1;
	display:flex;
	flex-direction:column;
	text-align:left;
}

.tgwf-title{
	margin:0;
	padding:0;
	color: var(--kleur-tekst-header);
	font-size:.9rem;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;
}

.tgwf-domain{
	margin:0;
	padding:0;
	color: var(--kleur-tekst-header);
	font-size:.75rem;
	font-weight:700;
	line-height:1.2;
}

.tgwf-icon{
	flex:0 0 auto;
	display:flex;
	align-items:flex-start;
	justify-content:flex-end;
}

.tgwf-icon svg{
	display:block;
	width:33px;
	height:33px;
}

.tgwf-top .tgwf-line{
	width:100%;
	height:.05rem;
	margin:.4rem 0;
	background: var(--kleur-tekst-header);
}

.tgwf-bottom{
	display:flex;
	flex-direction:column;
	margin-top:.4rem;
}

.tgwf-bottom .tgwf-line{
	width:100%;
	height:.05rem;
	margin:0 0 .4rem;
	background: var(--kleur-tekst-header);
}

.tgwf-footer{
	margin:0;
	padding:0;
	color: var(--kleur-tekst-header);
	font-size:.6rem;
	font-weight:700;
	line-height:1;
	letter-spacing:.35px;
	text-transform:uppercase;
	text-align:right;
}



span.toegankelijkheid-subtekst {
    font-weight: 400 !important;
    font-size: smaller;
    margin-top: 0.5rem;
    font-style: oblique;
    display: block;
}

/* Mijn account formulieren */

fieldset {
    margin: 3rem 0;
    padding: 0;
}

fieldset legend {
    font-weight: 700;
    font-size: large;
}

.show-password-input::before {
    background-image: none !important;
    content: none !important;
}

.show-password-input::after {
    font-family: "Font Awesome 7 Free";
    content: "\f06e";
    color: var(--kleur-tekst-koppen);
}

.show-password-input.display-password::after {
    content: "\f070";
}

.av-titel {
    border-top: 1px solid var(--kleur-rand-basis) !important;
}

.popup-footer-leeg p {
    display: block;
    text-align: center;
}

.cookie-feedback {
    border: 2px solid var(--kleur-tekst-basis);
    border-radius: 0.5rem;
    padding: 0 1rem 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #c7b1ef;
    box-shadow: 4px 12px 12px var(--kleur-schaduw);
}

.cookie-disclaimer {
    font-style: italic;
    margin: 0 0 1rem;
}

.spreen-cookie-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
}

.cookie-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

fieldset.cookie-voorkeuren {
    margin: 1rem 0 0;
    padding: unset;
    text-align: left;
    color: var(--kleur-tekst-basis);
}

.cookie-feedback p {
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    hr.theepot.verberg-theepot {
        background: none;
        padding: 1rem 0.5rem;
    }
}

.homepage-lang-switch::before {
    font-family: "Font Awesome 7 Free";
    content: "\f0da";
    display: block;
    margin-top: 0.1rem;
    line-height: 1.3;
    font-size: large;
}

a.homepage-lang-switch {
    display: flex;
    align-items: center;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
	border-top: none;
}

.sticky-filter-button {
    display: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

@media (max-width: 768px) {
    .sticky-titel-shop {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sticky-filter-button {
        display: block;
        height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .sticky-filter-button.is-visible {
        height: auto;
        overflow: visible;
        opacity: 1;
        pointer-events: auto;
        margin: 0.2rem 0 0;
    }

    .sticky-titel-shop h2.is-visible {
        width: 100%;
        border-bottom: 1px solid;
        box-shadow: 0 4px 6px -2px var(--kleur-schaduw);
    }
	
	.col-3{
		border-bottom: none;
	}
}

/* Desktop: alleen originele in product tonen */
@media (min-width: 768px) {
    .product-staat-mobile {
        display: none !important;
    }
}

/* Mobiel: clone tonen, origineel verbergen */
@media (max-width: 767px) {
    .product > h3.product-staat {
        display: none !important;
    }

    h3.product-staat-mobile {
        position: sticky;
        margin: 0 -0.5rem !important;
        z-index: 10;
        border-bottom: 2px solid var(--kleur-rand-basis);
        align-items: baseline;
        font-size: clamp(1.1rem, 2vw, 1.4rem);
    }

    .productweergave {
        margin-top: 1rem !important;
    }
}

.login-extra-link {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
}

img.mollie-gateway-icon {
    width: auto;
    float: unset !important;
    display: inline-block;
    margin-top: -0.3rem !important;
}

/* popup/modals */

#hoofd_menu,
#gebruiker_menu,
#info_formulier,
#disclaimer_wiki,
#aanvulling_formulier,
#mini_cart,
#popup_verlanglijst,
#review_beleid,
#advertentie_footer,
#popup_snelle_weergave,
#popup_toegankelijkheid,
#klantenservice_formulier,
#popup_privacy,
#popup_voorwaarden,
#popup_cookies,
#popup_admin,
#popup_faq,
#popup_klantenservice_contact,
#popup_keurmerk,
#popup_tracking {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
    position: fixed !important;
    top: 2rem;
    left: 0.35rem;
    right: 0.35rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1100;
    border: none;
}

/* Actieve wrapper: zichtbaar + fade-in */
#hoofd_menu.active,
#gebruiker_menu.active,
#info_formulier.active,
#disclaimer_wiki.active,
#aanvulling_formulier.active,
#mini_cart.active,
#popup_verlanglijst.active,
#review_beleid.active,
#advertentie_footer.active,
#popup_snelle_weergave.active,
#popup_toegankelijkheid.active,
#klantenservice_formulier.active,
#popup_privacy.active,
#popup_voorwaarden.active,
#popup_cookies.active,
#popup_admin.active,
#popup_faq.active,
#popup_klantenservice_contact.active,
#popup_keurmerk.active,
#popup_tracking.active {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#hoofd_menu.crossfade,
#gebruiker_menu.crossfade,
#info_formulier.crossfade,
#disclaimer_wiki.crossfade,
#aanvulling_formulier.crossfade,
#mini_cart.crossfade,
#popup_verlanglijst.crossfade,
#review_beleid.crossfade,
#advertentie_footer.crossfade,
#popup_snelle_weergave.crossfade,
#popup_toegankelijkheid.crossfade,
#klantenservice_formulier.crossfade,
#popup_privacy.crossfade,
#popup_voorwaarden.crossfade,
#popup_cookies.crossfade,
#popup_admin.crossfade,
#popup_faq.crossfade,
#popup_klantenservice_contact.crossfade,
#popup_keurmerk.crossfade,
#popup_tracking.crossfade {
    background: rgba(0, 0, 0, 0);
}

.popup {
    opacity: 0;
    transition: opacity 800ms ease;
    pointer-events: none;
    position: sticky;
    margin: 0 auto;
    border: 3px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    top: 4rem;
    z-index: 120;
    overflow: hidden;
    contain: paint;
    will-change: opacity;
}

.popup.open {
    opacity: 1 !important;
    pointer-events: auto;
}

.popup.closing {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 800ms ease;
}

.popup-header {
    display: flex;
    position: sticky;
    z-index: 120;
    top: 0;
    padding: 0.1rem 0 0.1rem 0.5rem;
    border-bottom: 3px solid var(--kleur-rand-basis);
    background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
    box-shadow: 0px 1px 5px 2px var(--kleur-schaduw);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.popup-header h1 {
}

.icon-popup-header {
    color: var(--kleur-tekst-header);
    display: flex;
    align-items: center;
}

.icon-popup-header i::before {
    font-size: 1.5rem;
}

h3.popup-sub-header {
    z-index: 110;
    top: 0;
    position: sticky;
    height: auto;
    margin: 0 -1rem 1rem !important;
    border-bottom: 2px solid var(--kleur-rand-basis);
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    padding: 0.1rem;
    justify-content: center;
    line-height: 1.2;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    background: url(../afbeeldingen/achtergronden/stof-paars-4.webp) top left repeat;
}

.popup-inhoud {
    width: 100%;
    height: 100%;
    margin-top: -1rem;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #8e80c0 var(--kleur-donker-basis);
    background: url(../afbeeldingen/achtergronden/stof-paars-4.webp) top left repeat;
}

.popup-tekst {
    margin: 2rem 1rem 5rem;
    padding: 0 0 10rem;
    position: relative;
	text-align: left;
}

.popup-tekst p {
    margin: 1.5rem 0;
	
}

@keyframes pulseOverlay {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 6px rgba(108, 41, 63, 0.3);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(108, 41, 63, 0.15);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 2px 6px rgba(108, 41, 63, 0.3);
    }
}

#mini-cart-overlay div {
    animation: pulseOverlay 1.5s ease-in-out infinite;
}

.popup-footer,
.popup-footer-winkelwagen {
    position: sticky;
    bottom: 0;
    overflow: hidden;
    background: url(../afbeeldingen/achtergronden/stof-paars-2.webp) top left repeat;
    border-top: 3px solid var(--kleur-rand-basis);
    z-index: 120;
    box-shadow: 0px 1px 5px 2px var(--kleur-schaduw);
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
}

.popup-footer-winkelwagen .popup-footer-leeg{
	justify-content: center;
	display: flex;
}

.popup-footer-hoofdmenu {
    position: sticky;
    padding: 0 0.2rem 0;
    bottom: 0;
    overflow: hidden;
    background: url(../afbeeldingen/achtergronden/achtergrond3.jpg) top left repeat;
    border-top: 3px solid var(--kleur-rand-basis);
    z-index: 120;
    box-shadow: 0px 1px 5px 2px var(--kleur-schaduw);
    text-align: center;
    word-break: normal;
}

.popup-pagina-link {
    position: sticky;
    bottom: 2.4rem;
    overflow: hidden;
    border-top: 2px solid var(--kleur-rand-basis);
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    display: flex;
    background: var(--kleur-achtergrond-licht);
    padding: 0.1rem 0.2rem;
    box-shadow: 0px 1px 5px 2px var(--kleur-schaduw);
    justify-content: center;
    align-items: flex-start;
    gap: 0.3rem;
    z-index: 120;
}

.popup-pagina-link a.button {
    line-height: 1 !important;
    padding: 0 0.1rem 0.2rem !important;
}

.popup-footer {
    display: flex;
}

.popup-footer-winkelwagen p,
.popup-footer p {
    color: var(--kleur-tekst-header);
    margin: 0.1rem 1rem;
    font-weight: 700;
}

.popup-footer-winkelwagen p {
    display: flex;
    justify-content: space-between;
}

.popup-footer-leeg p{
	justify-content: center !important;
}

.popup-footer p {
}

.popup-footer p a,
.popup-footer-winkelwagen p a {
    color: var(--kleur-achtergrond-licht) !important;
    display: flex;
    gap: 0.3rem;
    margin: 0;
    padding: 0.1rem;
    align-items: center;
}

.popup-footer p a::before,
.popup-footer-winkelwagen p a::before {
    content: "\f0da";
    font: var(--fa-font-solid);
    font-size: 1rem;
}

.info-formulier-inhoud {
    background: url(../afbeeldingen/achtergronden/roos3.jpg) top left repeat;
}

/* Spreen Grid */

/* ENTRY-CONTENT resetten als er een Spreen Grid block in de content staat */
.entry-content:has(.spreen-grid-col) {
    border: none;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
}

/* De grid-blocks zelf blijven grid via inline style uit de plugin */
/* Geen extra CSS nodig voor .spreen-grid-block */

/* Styling van de kolommen */
.spreen-grid-col-inhoud {
    border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0 0.7rem 1rem;
    box-shadow: 4px 12px 12px var(--kleur-schaduw);
    background: var(--kleur-achtergrond-transparant);
    margin-bottom: 1rem;
}

.spreen-grid-col-inhoud h2 {
    height: auto;
    margin: 0 -1rem 1rem !important;
    background: var(--kleur-achtergrond-licht);
    border-bottom: 2px solid var(--kleur-rand-basis);
    border-top: none;
    box-shadow: 0px 4px 6px -2px var(--kleur-schaduw);
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    padding: 0 0.5rem;
    justify-content: center;
    line-height: 1.2;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
}

.spreen-grid-block {
    gap: 1rem;
}

.spreen-grid-col {
    display: flex;
}

.spreen-grid-col-inhoud {
    flex: 1;
}

@media (max-width: 768px) {
    .spreen-grid-block {
        grid-template-columns: 1fr !important;
    }

    .spreen-grid-col-inhoud {
        margin: 0 -1.6rem;
        padding: 0 1.6rem;
        border-bottom: 0;
        box-shadow: none;
        background: none;
    }
}



.term-description:empty{
    display: none;
}









/* Tracking modal */

.tracking-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 1rem;
    width: 700px;
    max-width: 100%;
    margin: 1rem auto;
}

.tracking-product-image {
    max-width: 150px;
    margin: 0 auto;
}

.tracking-product-image img {
    display: block;
    width: 100%;
	max-width:150px;
	height: auto;	
	border: 2px solid var(--kleur-rand-basis);
    border-radius: 0.5rem;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.25) !important;	
}

.tracking-product-name {
    margin-top: .5rem;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.3;
	max-width:150px;
}

p.besteldatum{
    margin-top: 2rem;
	text-align: center;
    font-size: 1rem;
    opacity: .7;
}

.tracking-status-overzicht summary {
	cursor: pointer;
	list-style: none;
}

.tracking-status-overzicht summary::marker {
	content: "";
}

.tracking-status-overzicht summary::-webkit-details-marker {
	display: none;
}

.status-overzicht-open {
	display: none;
}

.tracking-status-overzicht[open] .status-overzicht-dicht {
	display: none;
}

.tracking-status-overzicht[open] .status-overzicht-open {
	display: inline;
}



a#tracking-status-toggle-open,
a#tracking-status-toggle-close{
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin-top: 3rem;
}

a#tracking-status-toggle-open{
    align-items: center;
}

a#tracking-status-toggle-open::after,
a#tracking-status-toggle-close::after,
a#tracking-status-toggle-open::before,
a#tracking-status-toggle-close::before{
    font-family: "Font Awesome 7 Free";
    content: "\f0d7";
	font-size: larger;
	opacity: .8;
}

a#tracking-status-toggle-close::after,
a#tracking-status-toggle-close::before{
    content: "\f0d8" !important;
}





