.btn-yellow-transbg {
    background-color: transparent;
    color: #FFC943;
    font-size: 18px;
    font-family: 'Outfit';
    border:none;
}

.et-l--footer .et-menu.nav {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.et_pb_row {
    max-width: unset !important;
}

/* ----- force normal menu visible on mobile ----- */
@media (max-width: 980px) {
    /* Hide the hamburger menu */
    .et-l--footer .et_mobile_nav_menu {
        display: none !important;
    }

    /* Show the regular menu */
    .et-l--footer .et_pb_menu__menu {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        text-align: center;
    }

    .et-l--footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
    }

    /* Optional: prevent it from being hidden by theme styles */
    .et-l--footer .et_pb_menu__menu ul {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .et-l--footer .et_pb_menu__menu li {
        margin: 0 10px;
        padding: 0;
    }

    .et-l--footer .et_pb_menu__menu a {
        display: inline-block;
        /* padding: 6px 10px; */
        font-size: 16px;
        text-decoration: none;
    }
}

/* WooCommerce My Account Navigation Styling */

.woocommerce-form-row {
    color: #121212 !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
    font-family: 'Outfit' !important;
    font-size: 20px !important;
}

.woocommerce-Input {
    color: #121212 !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
    font-family: 'Outfit' !important;
    font-size: 20px !important;
}

/* Container voor het hele navigatiemenu */
.woocommerce .col2-set, .woocommerce-page .col2-set {
    display: grid !important;
    row-gap: 15px;
}

/* Alle items in de navigatie */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Elk individueel tab item */
.woocommerce-MyAccount-navigation-link {
    padding: 1.5em 0 !important;
    border-bottom: 1px solid rgba(219, 218, 217, 1) !important;
}

/* Laatste tab item zonder border */
.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none !important;
}

/* Link styling */
.woocommerce-MyAccount-navigation-link a {
    color: #121212 !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
    font-family: 'Outfit' !important;
    font-size: 18px !important;
}

.woocommerce-table__product-name a{
    color: #121212 !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
    font-family: 'Outfit' !important;
    font-size: 18px !important;
}

/* Hover effect */
.woocommerce-MyAccount-navigation-link a:hover {
    padding-left: 5px !important; 
}

/* Actieve tab styling */
.woocommerce-MyAccount-navigation-link.is-active {
    color: #2D3E7C !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #2D3E7C !important;
    font-weight: bold !important;
}

/* WooCommerce My Account Bestellingen Styling */

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    align-items: center !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
    color: #121212 !important;
    font-family: 'Outfit' !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

.woocommerce-orders-table__cell-order-number a{
    color: #121212 !important;
    font-family: 'Outfit' !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

.woocommerce-button {
    background-color: #2D3E7C !important;
    color: white !important;
    font-family: 'Outfit' !important;
    font-size: 16px !important;
}

.woocommerce-Button {
    background-color: #2D3E7C !important;
    color: white !important;
    font-family: 'Outfit' !important;
    font-size: 16px !important;
    padding: 18px 30px;
}

/* Divi: kolommen omdraaien op tablet + mobiel: [2 - 1] */
@media (max-width: 980px) {
  .et_pb_row.swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse !important; /* draait de volgorde om */
  }
  .et_pb_row.swap-on-mobile > .et_pb_column {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 782px) {
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
        width: unset !important;
        margin: 0 0 10px 0;
    }
}

/* WhatsApp floating button (mobile only) — markup in template-parts/whatsapp-btn.php */
.whatsapp-float {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .whatsapp-float {
        display: block;
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: box-shadow 0.3s ease;
}

.whatsapp-float a:hover {
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@media (prefers-reduced-motion: reduce) {
    .whatsapp-float,
    .whatsapp-float a {
        transition: none;
    }
}

/* ──────────────────────────────────────────────────────────────
   Categorie-archief: tegels OF producten, nooit beide.
   De body-class wordt gezet door inc/woocommerce-category-display.php.
   Voeg in de Divi Theme Builder-template de CSS-class 'junnect-cat-tiles'
   toe aan de tegel-module en 'junnect-cat-products' aan de producten-module.
   ────────────────────────────────────────────────────────────── */
.junnect-cat-has-subs .junnect-cat-products { display: none !important; }
.junnect-cat-leaf .junnect-cat-tiles { display: none !important; }

/* ──────────────────────────────────────────────────────────────
   Checkout: melding bij een "achteraf betalen"-betaalmethode.
   De <span> wordt in het <label> van de betaalmethode gezet door
   woocommerce/payment-methods.php (filter woocommerce_gateway_icon).
   Mollie vult het grijze .payment_box-blok zelf en biedt daar geen
   hook, dus bootsen we die look hier na: de melding verschijnt pas
   zodra de betaalmethode is aangevinkt. Laadt de CSS niet, dan blijft
   de tekst gewoon zichtbaar (nooit per ongeluk verborgen).
   ────────────────────────────────────────────────────────────── */
.junnect-deferred-note {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0.75em 0 0.25em;
    padding: 0.9em 1.2em;
    background-color: #F1F5F9;
    border-top: 3px solid #2D3E7C;
    border-radius: 3px;
    color: #202A37;
    font-size: 0.92em;
    font-weight: 500;
    line-height: 1.5;
    white-space: normal;
    text-align: left;
}

.wc_payment_method input.input-radio:checked + label .junnect-deferred-note,
.wc_payment_method input[type="radio"]:checked + label .junnect-deferred-note,
.wc_payment_method.et_pb_checked > label .junnect-deferred-note {
    display: block;
}
