body {   color: #000000; } body.s_layout_fixed {   background-color: #99e89b;   background-image: url('https://bkspeelgoed.nl/catalog/view/theme/tsb_theme/images/texture_3.png');   background-repeat: repeat;   background-position: top left;   background-attachment: scroll; } .s_main_color, #twitter li span a, .s_button_add_to_cart, .checkout-heading a, .s_plain .s_price, .s_plain .s_price * {   color: #298f0a; } #welcome_message, #welcome_message a, #welcome_message .fa {   color: #000000; } #footer_categories h2 a:hover {   color: #298f0a !important; }   .s_main_color_bgr, .s_main_color_bgr input, #cart .s_icon, #shop_contacts .s_icon, .s_list_1 li:before, .s_button_add_to_cart .s_icon, #intro .s_button_prev, #intro .s_button_next, .buttons .button, .noty_message button.s_main_color_bgr, .s_notify .s_success_24, .s_button_wishlist .s_icon, .s_button_compare .s_icon, .s_product_row .s_row_number, .jcarousel-prev, .jcarousel-next, #listing_options .display input[type="submit"] {   background-color: #298f0a; }  .fa, .cart_menu .s_icon, #menu_home .fa:hover, .categories ul li li a:hover, .site_search .fa-magnifying-glass, .wishlist-icon {   color: #298f0a; }  .site_search .fa-magnifying-glass, #search_bar_mobile .fa-magnifying-glass {   background-color: #298f0a; }   .buttons input[type=submit].button, .buttons input[type=button].button, .noty_message button.s_main_color_bgr {   border: 3px solid #298f0a; } .s_secondary_color, a:hover, .categories > ul > li > a, .pagination a, #view_mode .s_selected a, #welcome_message a:hover {   color: #298f0a; } #footer_categories h2, #footer_categories h2 a, #footer_nav .noneSEO_H2, #footer_nav .noneSEO_H2 .fa {   color: #000000; } #content a:hover, #shop_info a:hover, #footer a:hover, #intro h1 a:hover, #intro h2 a:hover, #content a:hover, #shop_info a:hover, #footer a:hover, #breadcrumbs a:hover {   color: #298f0a; } .s_secondary_color_bgr, #view_mode .s_selected .s_icon, #view_mode a:hover .s_icon, .pagination a:hover, .s_button_add_to_cart:hover .s_icon, .s_notify .s_failure_24, #product_share .s_review_write:hover .s_icon, .s_button_wishlist:hover .s_icon, .s_button_compare:hover .s_icon, .noty_message button.s_secondary_color_bgr {   background-color: #298f0a; } .noty_message button.s_secondary_color_bgr {   border: 3px solid #298f0a; } #intro {   background-color: #e6f6fa; } #intro, #breadcrumbs a {   color: #103e47; } #intro h1, #intro h1 *, #intro h2, #intro h2 * {   color: #298f0a; } #intro .s_rating {   ~background-color: #e6f6fa; }   h1, h2, h3, .s_box h2, .box .box-heading {   color: #000000; }  .s_label .s_price, .s_label .s_price *, .s_plain .s_price, .s_plain .s_price *, .s_price_holder .s_price, .s_price_holder .s_price * {   color: #298f0a; }  *::-moz-selection {   color: #fff;   background-color: #298f0a; } *::-webkit-selection {   color: #fff;   background-color: #298f0a; } *::selection {   color: #fff;   background-color: #298f0a; }  .scroll_top{ 	color: #298f0a; 	background: #e6f6fa; } body #wrapper {   background-color: #ffffff; } .categories .s_submenu, .categories .s_submenu ul ul, .cart_menu .s_submenu, .s_switcher .s_options, .wishlist-icon {   background-color: #ffffff; } .main_navigation.desktop.is-sticky, .main_navigation.desktop.force-sticky, .main_navigation.mobile {   background-color: #ffffff; } :root {   --border-color: #f2f2f2;   --color-main: #298f0a;   --color-secondary: #298f0a;   --color-background: #99e89b;   --color-wrapper-bg: #ffffff;   --color-header-bg: #ffffff;   --color-text: #000000;   --color-title: #000000;   --color-intro: #e6f6fa;   --color-intro-text: #103e47;   --color-intro-title: #298f0a;   --color-price: #298f0a;   --color-price-text: #ffffff;   --color-promo-price: #31c704;   --color-promo-price-text: #ffffff; }   /* =========================================
   ALGEMENE MENUBALK - DESKTOP
========================================= */

@media only screen and (min-width: 1001px) {

    /* Hele groene menubalk */
    .categories.s_nav.with_cart {
        display: block !important;
        position: relative !important;

        width: calc(100% - 70px) !important;
        max-width: calc(100% - 70px) !important;
        min-height: 54px !important;

        float: left !important;

        background: #237a16 !important;
        box-sizing: border-box !important;
    }

    /* Menu-items over de beschikbare breedte verdelen */
    .categories.s_nav.with_cart > ul {
        display: grid !important;
        grid-template-columns: 70px repeat(3, 1fr) !important;
        align-items: stretch !important;

        width: 100% !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
        box-sizing: border-box !important;
    }

    /* Alle menu-items */
    .categories.s_nav.with_cart > ul > li {
        position: relative !important;

        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;

        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
    }

    /* Hoofdmenu links */
    .categories.s_nav.with_cart > ul > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 54px !important;

        padding: 0 20px !important;

        color: #fff !important;

        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 54px !important;

        text-align: center !important;
        text-decoration: none !important;

        box-sizing: border-box !important;
    }

    /* Hover */
    .categories.s_nav.with_cart > ul > li:hover > a {
        background: rgba(0, 0, 0, 0.10) !important;
        color: #fff !important;
    }

    /* Dropdownitems */
    .categories.s_nav.with_cart > ul > li.s_has_submenu > a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* TSB submenu-toggle niet laten verspringen */
    .categories.s_nav.with_cart > ul > li.s_has_submenu > .s_submenu_toggle {
        position: absolute !important;

        right: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: 16px !important;
        height: 16px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        background: transparent !important;
    }
}


/* =========================================
   WINKELMANDJE - DESKTOP
========================================= */

@media only screen and (min-width: 1001px) {

    .cart_menu.s_nav {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        float: right !important;

        width: 70px !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #237a16 !important;

        box-sizing: border-box !important;
        z-index: 200 !important;
    }

    .cart_menu.s_nav > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 70px !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #fff !important;
        text-decoration: none !important;

        box-sizing: border-box !important;
    }

    .cart_menu.s_nav > a > i {
        color: #fff !important;
        font-size: 25px !important;
    }

    .cart_menu.s_nav > a:hover {
        background: rgba(0, 0, 0, 0.10) !important;
    }

    /* Dropdown winkelwagen onder het icoon */
    .cart_menu.s_nav .s_cart_holder {
        right: 0 !important;
        left: auto !important;
        top: 100% !important;
    }
}


/* =========================================
   DESKTOP MENU - CATEGORIEËN
========================================= */

@media only screen and (min-width: 1001px) {

    .categories.s_nav.with_cart .menu_110 > .s_submenu {
        width: 900px !important;
        max-width: 900px !important;

        position: absolute !important;
        top: 100% !important;
        left: 0 !important;

        padding: 22px 24px !important;

        background: #fff !important;
        border: 1px solid #e6e6e6 !important;
        border-radius: 8px !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.10) !important;

        z-index: 9999 !important;
        box-sizing: border-box !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_category_group {
        width: 100% !important;
        max-width: none !important;
        float: none !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_category_group > h3.mobile {
        display: none !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_list_1 {
        display: grid !important;

        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(7, auto) !important;
        grid-auto-flow: column !important;

        column-gap: 28px !important;
        row-gap: 2px !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_list_1 > li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_list_1 > li > a {
        display: block !important;
        position: relative !important;

        padding: 9px 8px 9px 22px !important;

        font-size: 14px !important;
        line-height: 18px !important;

        color: #333 !important;
        text-decoration: none !important;

        border-radius: 4px !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_list_1 > li > a::before {
        content: ">" !important;

        position: absolute !important;
        left: 7px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        color: #5c9d17 !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    .categories.s_nav.with_cart .menu_110 .s_list_1 > li > a:hover {
        background: #f5f5f5 !important;
    }
}


/* =========================================
   DESKTOP MENU - LEEFTIJDEN
========================================= */

@media only screen and (min-width: 1001px) {

    .categories.s_nav.with_cart .menu_111 > .s_submenu {
        width: 440px !important;
        max-width: 440px !important;

        position: absolute !important;
        top: 100% !important;
        left: 0 !important;

        padding: 22px 24px !important;

        background: #fff !important;
        border: 1px solid #e6e6e6 !important;
        border-radius: 8px !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.10) !important;

        z-index: 9999 !important;
        box-sizing: border-box !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_category_group {
        width: 100% !important;
        max-width: none !important;
        float: none !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_category_group > h3.mobile {
        display: none !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_list_1 {
        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(4, auto) !important;
        grid-auto-flow: column !important;

        column-gap: 28px !important;
        row-gap: 2px !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_list_1 > li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_list_1 > li > a {
        display: block !important;
        position: relative !important;

        padding: 9px 8px 9px 22px !important;

        font-size: 14px !important;
        line-height: 18px !important;

        color: #333 !important;
        text-decoration: none !important;

        border-radius: 4px !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_list_1 > li > a::before {
        content: ">" !important;

        position: absolute !important;
        left: 7px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        color: #5c9d17 !important;
        font-weight: 700 !important;
        font-size: 14px !important;
    }

    .categories.s_nav.with_cart .menu_111 .s_list_1 > li > a:hover {
        background: #f5f5f5 !important;
    }
}

/* =========================================
   ALGEMENE MENUBALK + WINKELMAND - DESKTOP
========================================= */

@media only screen and (min-width: 1001px) {

    /* Wrapper van menu + winkelmand */
    .main_navigation.desktop .logo_menu_wrapper {
        display: grid !important;
        grid-template-columns: 1fr 70px !important;
        align-items: stretch !important;

        width: 100% !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #237a16 !important;
        box-sizing: border-box !important;
    }

    /* Sticky logo neemt op normale desktop geen ruimte in */
    .main_navigation.desktop .logo_menu_wrapper > .logo.logo-sticky {
        display: none !important;
    }

    /* Groene navigatie */
    .main_navigation.desktop .categories.s_nav.with_cart {
        display: block !important;
        position: relative !important;

        width: 100% !important;
        max-width: none !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;
        float: none !important;

        background: #237a16 !important;
        box-sizing: border-box !important;
    }

    /* Vier menu-items */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu {
        display: grid !important;
        grid-template-columns: 70px repeat(3, minmax(0, 1fr)) !important;
        align-items: stretch !important;

        width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
        box-sizing: border-box !important;
    }

    /* Menu-items */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu > li {
        position: relative !important;

        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;

        width: 100% !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
        box-sizing: border-box !important;
    }

    /* Hoofdmenu-links */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 54px !important;

        padding: 0 20px !important;

        color: #fff !important;

        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 54px !important;

        text-align: center !important;
        text-decoration: none !important;

        box-sizing: border-box !important;
    }

    /* Hover hoofdmenu */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu > li:hover > a {
        background: rgba(0,0,0,0.10) !important;
        color: #fff !important;
    }

    /* Links met dropdown */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu > li.s_has_submenu > a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Dropdown-toggle */
    .main_navigation.desktop .categories.s_nav.with_cart > ul.full_menu > li.s_has_submenu > .s_submenu_toggle {
        position: absolute !important;

        right: 12px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: 16px !important;
        height: 16px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        background: transparent !important;
    }


    /* =========================================
       RECHTER KOLOM - WINKELMAND
    ========================================= */

    .main_navigation.desktop .desktop-menu-icons {
        display: block !important;
        position: relative !important;

        width: 70px !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;

        background: #237a16 !important;
        box-sizing: border-box !important;
    }

    /* Zoekveld in deze sticky container niet tonen */
    .main_navigation.desktop .desktop-menu-icons > .force-sticky-icons {
        display: none !important;
    }

    /* Winkelmand zelf */
    .main_navigation.desktop .desktop-menu-icons > .cart_menu.s_nav {
        display: block !important;
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 70px !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;

        background: #237a16 !important;
        box-sizing: border-box !important;
    }

    /* Winkelmand-link */
    .main_navigation.desktop .desktop-menu-icons > .cart_menu.s_nav > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 70px !important;
        height: 54px !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #fff !important;
        text-decoration: none !important;

        box-sizing: border-box !important;
    }

    /* Winkelmand-icoon */
    .main_navigation.desktop .desktop-menu-icons > .cart_menu.s_nav > a > i {
        color: #fff !important;
        font-size: 25px !important;
    }

    /* Hover winkelmand */
    .main_navigation.desktop .desktop-menu-icons > .cart_menu.s_nav > a:hover {
        background: rgba(0,0,0,0.10) !important;
    }

    /* Winkelmand-dropdown */
    .main_navigation.desktop .desktop-menu-icons .s_cart_holder {
        right: 0 !important;
        left: auto !important;
        top: 100% !important;
    }
}

/* =========================================
   RUIMTE ONDER MENUBALK
========================================= */

@media only screen and (min-width: 1001px) {

    .main_navigation.desktop {
        margin-bottom: 18px !important;
    }
}

/* =========================================
   PRODUCTKAARTEN - HUIDIGE AANBIEDINGEN
========================================= */

@media only screen and (min-width: 1001px) {

    /* Productkaart */
    .s_module_featured .s_listing .s_item {
        display: flex !important;
        flex-direction: column !important;

        padding: 12px !important;
        margin-bottom: 20px !important;

        background: #fff !important;
        border: 1px solid #e2e2e2 !important;
        border-radius: 8px !important;

        box-sizing: border-box !important;

        transition:
            box-shadow 0.2s ease,
            transform 0.2s ease !important;
    }

    /* Subtiel effect bij aanwijzen */
    .s_module_featured .s_listing .s_item:hover {
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.10) !important;
        transform: translateY(-2px) !important;
    }


    /* =========================================
       PRODUCTAFBEELDING
    ========================================= */

    .s_module_featured .s_listing .s_item > .s_thumb {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }

    .s_module_featured .s_listing .s_item > .s_thumb img {
        display: block !important;

        width: 100% !important;
        height: auto !important;

        margin: 0 auto !important;
    }


    /* =========================================
       PRODUCTINFORMATIE
    ========================================= */

    .s_module_featured .s_listing .s_item .s_item_info {
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1 !important;

        width: 100% !important;

        text-align: center !important;
    }


    /* =========================================
       PRODUCTTITEL
    ========================================= */

    .s_module_featured .s_listing .s_item h3 {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;

        min-height: 54px !important;

        margin: 0 0 8px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .s_module_featured .s_listing .s_item h3 a {
        color: #222 !important;

        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 22px !important;

        text-align: center !important;
        text-decoration: none !important;
    }

    .s_module_featured .s_listing .s_item h3 a:hover {
        color: #237a16 !important;
    }


    /* =========================================
       PRIJS
    ========================================= */

    .s_module_featured .s_listing .s_item .s_price_holder {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 28px !important;

        margin: 0 0 12px 0 !important;

        text-align: center !important;
    }

    .s_module_featured .s_listing .s_item .s_price {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .s_module_featured .s_listing .s_item .s_old_price {
        margin-right: 6px !important;
    }


    /* =========================================
       BESTELLEN KNOP
    ========================================= */

    .s_module_featured .s_listing .s_item .s_actions {
        display: flex !important;
        justify-content: center !important;

        width: 100% !important;

        margin-top: auto !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .s_module_featured .s_listing .s_item .s_button_add_to_cart {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        min-width: 130px !important;
        height: 40px !important;

        padding: 0 20px !important;

        background: #237a16 !important;
        border: 0 !important;
        border-radius: 6px !important;

        color: #fff !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 40px !important;

        text-align: center !important;
        text-decoration: none !important;

        box-sizing: border-box !important;

        transition: background 0.2s ease !important;
    }

    .s_module_featured .s_listing .s_item .s_button_add_to_cart:hover {
        background: #1b6111 !important;
        color: #fff !important;
    }

    .s_module_featured .s_listing .s_item .s_button_add_to_cart .s_icon_16 {
        display: inline !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #fff !important;

        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;

        background: none !important;
    }
}

/* =========================================
   PRODUCTKAARTEN GELIJKE HOOGTE
========================================= */

@media only screen and (min-width: 1001px) {

    .s_module_featured .s_listing {
        display: flex !important;
        align-items: stretch !important;
    }

    .s_module_featured .s_listing .s_item {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }

    .s_module_featured .s_listing .s_item .s_item_info {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
    }

    .s_module_featured .s_listing .s_item .s_actions {
        margin-top: auto !important;
    }
}

/* =========================================
   PRODUCTKAARTEN - VERFIJNING
========================================= */

@media only screen and (min-width: 1001px) {

    /* Prijs écht centreren */
    .s_module_featured .s_listing .s_item .s_price_holder {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        min-height: 30px !important;

        margin: 0 0 14px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .s_module_featured .s_listing .s_item .s_price {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;

        width: auto !important;
        margin: 0 auto !important;

        font-size: 17px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    .s_module_featured .s_listing .s_item .s_old_price {
        margin: 0 !important;
    }


    /* =========================================
       NIEUWE BESTELLEN-KNOP
    ========================================= */

    .s_module_featured .s_listing .s_item .s_button_add_to_cart {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        min-width: 0 !important;
        height: 46px !important;

        padding: 0 40px !important;

        background: #237a16 !important;
        border: 0 !important;
        border-radius: 23px !important;

        color: #fff !important;

        font-size: 15px !important;
        font-weight: 700 !important;

        text-decoration: none !important;

        box-shadow: 0 4px 10px rgba(35, 122, 22, 0.20) !important;

        transition:
            background 0.2s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease !important;
    }

    /* Winkelwagen links */
    .s_module_featured .s_listing .s_item .s_button_add_to_cart::before {
        content: "\f07a" !important;

        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome !important;
        font-size: 17px !important;
        font-weight: 900 !important;

        color: #fff !important;
    }

    /* Pijltje rechts */
    .s_module_featured .s_listing .s_item .s_button_add_to_cart::after {
        content: "›" !important;

        position: absolute !important;
        right: 16px !important;
        top: 50% !important;
        transform: translateY(-52%) !important;

        color: #fff !important;

        font-size: 25px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    /* Tekst Bestellen */
    .s_module_featured .s_listing .s_item .s_button_add_to_cart .s_icon_16 {
        margin: 0 !important;
        padding: 0 !important;

        background: none !important;

        color: #fff !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 46px !important;
    }

    /* Hover */
    .s_module_featured .s_listing .s_item .s_button_add_to_cart:hover {
        background: #1b6111 !important;

        transform: translateY(-2px) !important;

        box-shadow: 0 6px 14px rgba(35, 122, 22, 0.30) !important;
    }


/* =========================================
   PRODUCTTITELS + PRIJZEN UITLIJNEN
========================================= */

@media only screen and (min-width: 1001px) {

    /* Alle producttitels exact dezelfde hoogte */
    .s_module_featured .s_listing .s_item h3 {
        height: 66px !important;
        min-height: 66px !important;

        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;

        margin: 0 0 8px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    /* Prijsregel bij ieder product exact gelijk */
    .s_module_featured .s_listing .s_item .s_price_holder {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 30px !important;
        min-height: 30px !important;

        margin: 0 0 14px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    /* Oude + nieuwe prijs als één gecentreerd geheel */
    .s_module_featured .s_listing .s_item .s_price {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 4px !important;

        width: auto !important;
        margin: 0 auto !important;
    }

    /* Oude prijs */
    .s_module_featured .s_listing .s_item .s_old_price {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Euroteken nieuwe prijs dichter tegen bedrag */
    .s_module_featured .s_listing .s_item .s_old_price + .s_currency {
        margin-left: 0 !important;
        margin-right: -2px !important;
    }
}

/* =========================================
   WELKOMSTBLOK HOGER PLAATSEN
========================================= */

@media only screen and (min-width: 1001px) {

    #home
    .tb-customizer-slot[data-customizer-module-code="welcome"]
    .lazy-load-section.s_module_content {
        position: relative !important;
        top: -85px !important;

        margin-bottom: -105px !important;
    }
}

/* =========================================
   PRODUCTKAARTEN - NIEUW IN ONS ASSORTIMENT
========================================= */

@media only screen and (min-width: 1001px) {

    /* Rij met producten */
    .s_module_latest .s_listing {
        display: flex !important;
        align-items: stretch !important;
    }

    /* Productkaart */
    .s_module_latest .s_listing .s_item {
        display: flex !important;
        flex-direction: column !important;

        height: auto !important;

        padding: 12px !important;
        margin-bottom: 20px !important;

        background: #fff !important;
        border: 1px solid #e2e2e2 !important;
        border-radius: 8px !important;

        box-sizing: border-box !important;

        transition:
            box-shadow 0.2s ease,
            transform 0.2s ease !important;
    }

    .s_module_latest .s_listing .s_item:hover {
        box-shadow: 0 5px 16px rgba(0,0,0,0.10) !important;
        transform: translateY(-2px) !important;
    }

    /* Afbeelding */
    .s_module_latest .s_listing .s_item > .s_thumb {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }

    .s_module_latest .s_listing .s_item > .s_thumb img {
        display: block !important;

        width: 100% !important;
        height: auto !important;

        margin: 0 auto !important;
    }

    /* Informatie */
    .s_module_latest .s_listing .s_item .s_item_info {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;

        width: 100% !important;

        text-align: center !important;
    }

    /* Titel */
    .s_module_latest .s_listing .s_item h3 {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;

        height: 66px !important;
        min-height: 66px !important;

        margin: 0 0 8px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .s_module_latest .s_listing .s_item h3 a {
        color: #222 !important;

        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 22px !important;

        text-align: center !important;
        text-decoration: none !important;
    }

    .s_module_latest .s_listing .s_item h3 a:hover {
        color: #237a16 !important;
    }

    /* Prijs */
    .s_module_latest .s_listing .s_item .s_price_holder {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 30px !important;
        min-height: 30px !important;

        margin: 0 0 14px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

    .s_module_latest .s_listing .s_item .s_price {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        margin: 0 auto !important;

        color: #237a16 !important;

        font-size: 17px !important;
        font-weight: 700 !important;
    }

    /* Knoppen onderaan gelijk */
    .s_module_latest .s_listing .s_item .s_actions {
        display: flex !important;
        justify-content: center !important;

        width: 100% !important;

        margin-top: auto !important;
        padding: 0 !important;

        text-align: center !important;
    }

    /* BESTELLEN */
    .s_module_latest .s_listing .s_item .s_actions a.s_button_add_to_cart {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 46px !important;

        padding: 0 40px !important;

        background: #237a16 !important;
        border: 0 !important;
        border-radius: 23px !important;

        color: #fff !important;

        font-size: 15px !important;
        font-weight: 700 !important;

        text-decoration: none !important;

        box-shadow: 0 4px 10px rgba(35,122,22,0.20) !important;
    }

    /* Winkelwagen links */
    .s_module_latest .s_listing .s_item .s_actions a.s_button_add_to_cart::before {
        content: "\f07a" !important;

        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        font-family: "Font Awesome 6 Pro",
                     "Font Awesome 6 Free",
                     FontAwesome !important;

        font-size: 17px !important;
        font-weight: 900 !important;

        color: #fff !important;
    }

    /* Pijltje rechts */
    .s_module_latest .s_listing .s_item .s_actions a.s_button_add_to_cart::after {
        content: "›" !important;

        position: absolute !important;
        right: 16px !important;
        top: 50% !important;
        transform: translateY(-52%) !important;

        color: #fff !important;

        font-size: 25px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
    }

    .s_module_latest .s_listing .s_item .s_actions a.s_button_add_to_cart .s_icon_16 {
        margin: 0 !important;
        padding: 0 !important;

        background: none !important;

        color: #fff !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 46px !important;
    }

    .s_module_latest .s_listing .s_item .s_actions a.s_button_add_to_cart:hover {
        background: #1b6111 !important;

        transform: translateY(-2px) !important;

        box-shadow: 0 6px 14px rgba(35,122,22,0.30) !important;
    }


    /* =========================================
       NIET OP VOORRAAD
    ========================================= */

    .s_module_latest .s_listing .s_item .s_actions > span.s_button_add_to_cart {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 46px !important;

        padding: 0 15px !important;

        background: #e7e7e7 !important;
        border: 0 !important;
        border-radius: 23px !important;

        color: #777 !important;

        font-size: 15px !important;
        font-weight: 700 !important;

        box-sizing: border-box !important;
    }
}

/* =========================================
   PRODUCTTITELS - RUIMTE VOOR MAX. 4 REGELS
========================================= */

@media only screen and (min-width: 1001px) {

    /* Huidige aanbiedingen */
    .s_module_featured .s_listing .s_item h3,

    /* Nieuw in ons assortiment */
    .s_module_latest .s_listing .s_item h3 {
        height: 88px !important;
        min-height: 88px !important;

        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;

        margin: 0 0 8px 0 !important;
        padding: 0 !important;

        text-align: center !important;
    }

}

/* =========================================
   AFSTAND TUSSEN PRODUCTRIJEN
========================================= */

@media only screen and (min-width: 1001px) {

    .s_module_latest .s_listing {
        row-gap: 20px !important;
    }

    .s_module_latest .s_listing .s_item {
        margin-bottom: 0 !important;
    }

}

/* =========================================
   HOMEPAGE SECTIETITELS - SUBTIEL
========================================= */

@media only screen and (min-width: 1001px) {

    #module_title_featured,
    #module_title_latest,
    .tb-customizer-welcome-content > h2:first-child {
        display: block !important;

        margin-bottom: 20px !important;
        padding: 0 !important;

        color: #222 !important;

        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 28px !important;

        border: 0 !important;
    }

    /* Klein groen streepje onder de titel */
    #module_title_featured::after,
    #module_title_latest::after,
    .tb-customizer-welcome-content > h2:first-child::after {
        content: "" !important;
        display: block !important;

        width: 38px !important;
        height: 2px !important;

        margin-top: 7px !important;

        background: #237a16 !important;
        border-radius: 2px !important;
    }

    /* Oude verticale accent verwijderen */
    #module_title_featured::before,
    #module_title_latest::before,
    .tb-customizer-welcome-content > h2:first-child::before {
        content: none !important;
        display: none !important;
    }
}

/* =========================================
   INFO / CONTACT / REVIEW - STRAKKER
========================================= */

@media only screen and (min-width: 1001px) {

    #shop_info_wrap {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    #shop_info_wrap #footer_inner {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        gap: 28px !important;
        align-items: stretch !important;
    }

    /* Drie blokken */
    #shop_info_wrap .footerinfo_box {
        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 24px 28px !important;

        background: #fff !important;

        border: 1px solid #e4e4e4 !important;
        border-radius: 6px !important;

        box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;

        box-sizing: border-box !important;
    }

    /* Kop Info / Contact */
    #shop_info_wrap .footerinfo_box > .noneSEO_H2 {
        display: block !important;

        margin: 0 0 18px 0 !important;
        padding: 0 !important;

        color: #222 !important;

        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 24px !important;

        border: 0 !important;
    }

    /* Klein groen streepje onder de titel */
    #shop_info_wrap .footerinfo_box > .noneSEO_H2::after {
        content: "" !important;
        display: block !important;

        width: 38px !important;
        height: 2px !important;

        margin-top: 7px !important;

        background: #237a16 !important;
        border-radius: 2px !important;
    }

    /* Algemene tekst */
    #shop_info_wrap .footerinfo_box,
    #shop_info_wrap .footerinfo_box a {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    /* Contactregels */
    #shop_info_wrap .mobile_wrapper,
    #shop_info_wrap .email_wrapper {
        margin-bottom: 4px !important;
    }

    /* Icoontjes */
    #shop_info_wrap .s_icon_32 i {
        width: 18px !important;

        margin-right: 7px !important;

        color: #237a16 !important;

        font-size: 14px !important;
        text-align: center !important;
    }

    /* Links */
    #shop_info_wrap a {
        color: #222 !important;
        text-decoration: none !important;
    }

    #shop_info_wrap a:hover {
        color: #237a16 !important;
    }

    /* WebwinkelKeur */
    #webwinkelkeur {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 20px !important;
    }

    #webwinkelkeur iframe {
        display: block !important;

        width: 100% !important;
        max-width: 320px !important;

        margin: 0 auto !important;
    }
}

/* =========================================
   CONTACTBLOK - GEEN ONDERSTREPING
========================================= */

@media only screen and (min-width: 1001px) {

    /* Alle links in contactblok zonder streep */
    #shop_info_wrap .contact_wrapper a,
    #shop_info_wrap .mobile_wrapper a,
    #shop_info_wrap .email_wrapper a,
    #shop_info_wrap a.simple_link {
        color: #222 !important;
        text-decoration: none !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
    }

    /* Hover subtiel groen */
    #shop_info_wrap .contact_wrapper a:hover,
    #shop_info_wrap .mobile_wrapper a:hover,
    #shop_info_wrap .email_wrapper a:hover,
    #shop_info_wrap a.simple_link:hover {
        color: #237a16 !important;
        text-decoration: none !important;
        border-bottom: 0 !important;
    }

    /* Contactregels iets rustiger */
    #shop_info_wrap .mobile_wrapper,
    #shop_info_wrap .email_wrapper {
        margin-bottom: 5px !important;
    }

    /* Icoontjes netjes gelijk */
    #shop_info_wrap .s_icon_32 {
        display: flex !important;
        align-items: center !important;
    }

    #shop_info_wrap .s_icon_32 i {
        flex: 0 0 20px !important;
        width: 20px !important;
        margin-right: 8px !important;

        color: #237a16 !important;
        text-align: center !important;
    }
}

/* =========================================
   ONDERSTE FOOTER - DESKTOP
========================================= */

@media only screen and (min-width: 1001px) {

    /* Footergebied */
    #footer {
        padding-top: 28px !important;
        padding-bottom: 20px !important;
        background: #fff !important;
    }

    /* Drie footerblokken naast elkaar */
    #footer .s_wrap {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 28px !important;
        align-items: stretch !important;
    }

    /* Informatie / Mijn account / Klantenservice */
    #footer .s_col_3,
    #footer .s_col_4,
    #footer .s_col_6 {
        width: 100% !important;
        max-width: none !important;
        float: none !important;

        margin: 0 !important;
        padding: 24px 28px !important;

        background: #fff !important;
        border: 1px solid #e4e4e4 !important;
        border-radius: 6px !important;

        box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;

        box-sizing: border-box !important;
    }

    /* Koppen */
    #footer h2,
    #footer h3,
    #footer .noneSEO_H2 {
        position: relative !important;

        margin: 0 0 18px 0 !important;
        padding: 0 0 9px 0 !important;

        color: #222 !important;

        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 24px !important;

        border: 0 !important;
    }

    /* Groen streepje onder kop */
    #footer h2::after,
    #footer h3::after,
    #footer .noneSEO_H2::after {
        content: "" !important;
        display: block !important;

        width: 38px !important;
        height: 2px !important;

        margin-top: 7px !important;

        background: #237a16 !important;
        border-radius: 2px !important;
    }

    /* Lijsten */
    #footer ul {
        margin: 0 !important;
        padding: 0 !important;

        list-style: none !important;
    }

    #footer ul li {
        margin: 0 0 9px 0 !important;
        padding: 0 !important;
    }

    /* Links */
    #footer ul li a {
        color: #222 !important;

        font-size: 14px !important;
        line-height: 22px !important;

        text-decoration: none !important;
        border-bottom: 0 !important;
    }

    #footer ul li a:hover {
        color: #237a16 !important;
        text-decoration: none !important;
    }

    /* Iconen bij de titels groen */
    #footer h2 i,
    #footer h3 i,
    #footer .noneSEO_H2 i {
        margin-right: 8px !important;
        color: #237a16 !important;
    }
}