body {   color: #000000; } body.s_layout_fixed {   background-color: #fdfbf9;   background-image: none;   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: #6f8561; } #welcome_message, #welcome_message a, #welcome_message .fa {   color: #000000; } #footer_categories h2 a:hover {   color: #94766a !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: #6f8561; }  .fa, .cart_menu .s_icon, #menu_home .fa:hover, .categories ul li li a:hover, .site_search .fa-magnifying-glass, .wishlist-icon {   color: #6f8561; }  .site_search .fa-magnifying-glass, #search_bar_mobile .fa-magnifying-glass {   background-color: #6f8561; }   .buttons input[type=submit].button, .buttons input[type=button].button, .noty_message button.s_main_color_bgr {   border: 3px solid #6f8561; } .s_secondary_color, a:hover, .categories > ul > li > a, .pagination a, #view_mode .s_selected a, #welcome_message a:hover {   color: #94766a; } #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: #94766a; } .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: #94766a; } .noty_message button.s_secondary_color_bgr {   border: 3px solid #94766a; } #intro {   background-color: #fdfbf9; } #intro, #breadcrumbs a {   color: #6f8561; } #intro h1, #intro h1 *, #intro h2, #intro h2 * {   color: #6f8561; } #intro .s_rating {   ~background-color: #fdfbf9; }   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: #6f8561; }  *::-moz-selection {   color: #fff;   background-color: #6f8561; } *::-webkit-selection {   color: #fff;   background-color: #6f8561; } *::selection {   color: #fff;   background-color: #6f8561; }  .scroll_top{ 	color: #6f8561; 	background: #fdfbf9; } body #wrapper {   background-color: #fdfbf9; } .categories .s_submenu, .categories .s_submenu ul ul, .cart_menu .s_submenu, .s_switcher .s_options, .wishlist-icon {   background-color: #fdfbf9; } .main_navigation.desktop.is-sticky, .main_navigation.desktop.force-sticky, .main_navigation.mobile {   background-color: #fdfbf9; } :root {   --border-color: #f2f2f2;   --color-main: #6f8561;   --color-secondary: #94766a;   --color-background: #fdfbf9;   --color-wrapper-bg: #fdfbf9;   --color-header-bg: #fdfbf9;   --color-text: #000000;   --color-title: #000000;   --color-intro: #fdfbf9;   --color-intro-text: #6f8561;   --color-intro-title: #6f8561;   --color-price: #6f8561;   --color-price-text: #fdfffa;   --color-promo-price: #94766a;   --color-promo-price-text: #ffffff; }   .category_overview .s_item {
    flex-grow: 0 !important; 
}

.category_overview .listitempage {
    justify-content: flex-start;
}

h2 {
  line-height: 1.3;
}

#intro {
margin-bottom: 0;
}

.s_secondary_color, a:hover, .categories > ul > li > a, #footer_categories h2, #footer_categories h2 a, .pagination a, #view_mode .s_selected a, #welcome_message a:hover {
color: #6f8561;
}

@media only screen and (max-width: 768px) {
    .main_navigation {
    background-color: #fdfbf9;
}
}

/* TEKSTEN */

body {
font-size: 15px !important;
}

@media only screen and (max-width: 768px) {
    body { 
        font-size: 18px !important; 
    }
}

.s_item_info h3 a {
font-family: "Fjalla One";
font-size: 18px;
}

/* MENU APPEARANCE EN ANIMATIE */

.categories .s_submenu, .cart_menu .s_submenu {
  margin-left: 0;
  box-shadow: none;
  background-color: #fdfbf9 !important;
  border: solid 3px;
  border-color: #f7ebe2;
  border-radius: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(.2,.9,.2,1), transform 400ms cubic-bezier(.2,.9,.2,1);
  z-index: 999;
  will-change: opacity, transform;
  display: block;
  padding: 20px;
}

.categories li:hover > .s_submenu,
.categories li:focus-within > .s_submenu,
.cart_menu li:hover > .s_submenu,
.cart_menu li:focus-within > .s_submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.categories .s_submenu ul ul {
box-shadow: none;
background-color: #fdfbf9 !important;
border: solid 3px;
border-color: #f7ebe2;
/*border-color: #94766a;*/
border-radius: 15px;
padding: 20px;
}

li[class^="s_nav"].s_nav > a:hover,
li[class^="s_nav"].s_nav > a:focus,
li[class^="s_nav"].s_nav > a:active,
li.s_nav > a:hover, li.s_nav > a:focus, li.s_nav > a:active {
    background-color: #fdfbf9 !important;
    color: #6f8561 !important;
}

.desktop .full_menu {
    gap: 5px 21px;
}

/* BREADCRUMBS */

#breadcrumbs {
padding-bottom: 10px;
}

/* BUTTONS */

.s_button_add_to_cart {
color: white;
background-color: #6f8561;
font-family: "Fjalla One";
font-size: 18px;
padding: 10px 20px !important;
border-radius: 25px;
}

#content a:hover {
color: #93aa7f;
}

.s_item_info .s_actions a:hover {
border-bottom: none;
}

body.s_page_onepage_checkout_checkout #payment-button input#button-confirm, body.s_page_onepage_checkout_checkout #payment-button input#button-payment, body.s_page_onepage_checkout_checkout #payment-button button#button-confirm, body.s_page_onepage_checkout_checkout #payment-button button#button-payment {
background: #6f8561 !important;
border-radius: 25px;
}

body.s_page_onepage_checkout_checkout #payment-button .s_button_1 {
background: #6f8561 !important;
border-radius: 25px;
}

.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: #6f8561 !important;
border-radius: 25px;
}

.s_thumb img {
border-radius: 25px;
mix-blend-mode: darken;
}

.s_item_info {
align-items: center;
}

.s_item_info div.s_actions {
justify-content: center;
}

.bannerSwiper, .bannerSwiper {
border-radius: 25px;
}

#product_image_preview img {
border: none;
background-color: transparent;
}

.wishlist-icon {
top: 0;
background: none;
}

.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 * {
font-family: "Fjalla One";
font-size: 18px;
}

.banner-static img {
border-radius: 25px;
}

.s_item_info h3 {
padding-bottom: 20px;
}

.main_navigation.desktop .s_wrap {
border-top: none;
}

@media (max-width: 768px) {
  .bannerSwiper0 {
    display: none !important;
  }
}

.bannerSwiper1 {
  display: none !important;
}

@media (max-width: 768px) {
  .bannerSwiper1 {
    display: block !important;
  }
}

.bannerSwiper1 .swiper-button-prev {
  left: 4px !important;
}

.bannerSwiper1 .swiper-button-next {
  right: 4px !important;
}

.tb-row__grid--cols-2 {
  grid-template-columns: 1fr 3fr;
}

@media (max-width: 768px) {
  .tb-row__grid--cols-2 {
    grid-template-columns: 1fr;
  }
}

.tb-row__grid {
gap: 48px;
}

@media (max-width: 768px) {
  .tb-row__grid--cols-2 {
    display: flex;
    flex-direction: column;
  }

  .tb-row__grid--cols-2 .tb-row__col:first-child {
    order: 2;
  }

  .tb-row__grid--cols-2 .tb-row__col:last-child {
    order: 1;
  }
}

.tb-customizer-welcome-content {
border-radius: 50px;
}

@media only screen and (max-width: 768px) {
    .tb-row__grid--cols-2, .tb-row__grid--cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    img[src*="WhatsApp Image 2025-10-10 at 13.40.22.jpg"] {
        width: 100% !important; 
        height: auto !important; 
        float: none !important;  
        margin-right: 0 !important; 
        margin-bottom: 20px;
    }
}

#product_images #product_image_preview img {
    mix-blend-mode: multiply;}

#noStockMessage a {
  text-decoration: underline;
}

.logo-sticky #site_logo img {
    max-height: 60px;
}

.swiper-slide {
  background-color: #fdfbf9;
}

.swiper-slide img {
  mix-blend-mode: multiply;
}

#mc_embed_signup input.button {
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  background-color: rgb(111, 133, 97);
  color: #ffffff;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-size: 18px !important;
  font-family: "Fjalla One";
  white-space: nowrap;
}

@media (max-width: 767px) {
  [class*="smartbar_wrapper"] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tb-row.customizer-module[data-customizer-banner-id="12"][data-customizer-position="content_top"] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* Maak de hele rij een flex-container en ontbind de tussenlagen */
  .tb-row__grid:has([data-customizer-row-id="6"]) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .tb-row__grid:has([data-customizer-row-id="6"]) > .tb-row__col,
  .tb-row__grid:has([data-customizer-row-id="6"]) .tb-customizer-position {
    display: contents !important;
  }

  /* Slideshow (col_2) volledig verbergen op mobiel */
  .tb-customizer-slot[data-customizer-module-position="row_6_col_2"] {
    display: none !important;
  }

  /* Vier banners: 2x2 grid */
  .tb-customizer-slot[data-customizer-module-index="20"],
  .tb-customizer-slot[data-customizer-module-index="21"],
  .tb-customizer-slot[data-customizer-module-index="22"],
  .tb-customizer-slot[data-customizer-module-index="23"] {
    display: block !important;
    flex: 1 1 calc(50% - 10px) !important;
    min-width: 0 !important;
  }
  .tb-customizer-slot[data-customizer-module-index="20"] { order: 1 !important; }
  .tb-customizer-slot[data-customizer-module-index="21"] { order: 2 !important; }
  .tb-customizer-slot[data-customizer-module-index="22"] { order: 3 !important; }
  .tb-customizer-slot[data-customizer-module-index="23"] { order: 4 !important; }

  /* Tekstblok: volle breedte, onder de 2x2 */
  .tb-customizer-slot[data-customizer-module-index="113"] {
    display: block !important;
    flex: 1 1 100% !important;
    order: 5 !important;
  }
}

@media (min-width: 768px) {
  .tb-customizer-slot[data-customizer-module-position="row_6_col_1"][data-customizer-module-index="20"],
  .tb-customizer-slot[data-customizer-module-position="row_6_col_1"][data-customizer-module-index="21"],
  .tb-customizer-slot[data-customizer-module-index="22"],
  .tb-customizer-slot[data-customizer-module-index="23"] {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tb-customizer-slot[data-customizer-module-position="row_6_col_1"][data-customizer-module-index="20"],
  .tb-customizer-slot[data-customizer-module-position="row_6_col_1"][data-customizer-module-index="21"],
  .tb-customizer-slot[data-customizer-module-index="22"],
  .tb-customizer-slot[data-customizer-module-index="23"] {
    display: none !important;
  }

.tb-row__grid:has([data-customizer-row-id="6"]) {
    grid-template-columns: 0.4fr 1fr !important;
  }
  .tb-row__grid:has([data-customizer-row-id="6"]) .tb-row__col:has([data-customizer-position="row_6_col_3"]),
  .tb-row__grid:has([data-customizer-row-id="6"]) .tb-row__col:has([data-customizer-position="row_6_col_4"]) {
    display: none !important;
  }
}

@media (max-width: 767px) {
    .tb-row__grid:has([data-customizer-row-id="6"]) {
        gap: 0px;
    }
}

@media (max-width: 767px) {
  .tb-customizer-slot[data-customizer-module-index="20"] img,
  .tb-customizer-slot[data-customizer-module-index="21"] img,
  .tb-customizer-slot[data-customizer-module-index="22"] img,
  .tb-customizer-slot[data-customizer-module-index="23"] img {
    border-radius: 10px !important;
  }
}

@media (max-width: 767px) {
  .category_overview .listitempage {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .category_overview .listitempage .listitem.s_item {
    width: 100% !important;
    margin: 0 !important;
  }
}