body {   color: #000000; } body.s_layout_fixed {   background-color: #ffffff;   background-image: url('https://popperskopen.nl/catalog/view/theme/tsb_theme/images/texture_1.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: #000000; } #welcome_message, #welcome_message a, #welcome_message .fa {   color: #000000; } #footer_categories h2 a:hover {   color: #df0919 !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: #000000; }  .fa, .cart_menu .s_icon, #menu_home .fa:hover, .categories ul li li a:hover, .site_search .fa-magnifying-glass, .wishlist-icon {   color: #000000; }  .site_search .fa-magnifying-glass, #search_bar_mobile .fa-magnifying-glass {   background-color: #000000; }   .buttons input[type=submit].button, .buttons input[type=button].button, .noty_message button.s_main_color_bgr {   border: 3px solid #000000; } .s_secondary_color, a:hover, .categories > ul > li > a, .pagination a, #view_mode .s_selected a, #welcome_message a:hover {   color: #df0919; } #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: #df0919; } .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: #df0919; } .noty_message button.s_secondary_color_bgr {   border: 3px solid #df0919; } #intro {   background-color: #e6f6fa; } #intro, #breadcrumbs a {   color: #000000; } #intro h1, #intro h1 *, #intro h2, #intro h2 * {   color: #000000; } #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: #e00816; }  *::-moz-selection {   color: #fff;   background-color: #000000; } *::-webkit-selection {   color: #fff;   background-color: #000000; } *::selection {   color: #fff;   background-color: #000000; }  .scroll_top{ 	color: #000000; 	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: #000000;   --color-secondary: #df0919;   --color-background: #ffffff;   --color-wrapper-bg: #ffffff;   --color-header-bg: #ffffff;   --color-text: #000000;   --color-title: #000000;   --color-intro: #e6f6fa;   --color-intro-text: #000000;   --color-intro-title: #000000;   --color-price: #e00816;   --color-price-text: #ffffff;   --color-promo-price: #f12b63;   --color-promo-price-text: #ffffff; }   @font-face {
  font-family: 'Overpass Fallback';
  src: local('Arial');
  size-adjust: 100.3%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}

.note_checkout {
    background: #efd500;
    border-radius: 5px;
    padding: 14px 15px 10px;
    color: #000000;
 }

#content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  overflow:hidden;
}

#content table p {
  margin-bottom: 0 ! important; 
}

/* Head */
#content table thead th{
  background:#f1f5f9;
  font-weight:500;
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid rgba(0,0,0,.08);
  position:sticky;
  top:0;
  z-index:4;
}

/* Cells */
#content table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(0,0,0,.06);
  vertical-align:top;
}

/* Sticky eerste kolom */
#content table th:first-child,
#content table td:first-child{
  position:sticky;
  left:0;
  background:#f8fafc;
  z-index:5;
  font-weight:500;
  box-shadow:2px 0 0 rgba(0,0,0,.04);
}

/* Rounded corners */
#content table tr:first-child th:first-child{border-top-left-radius:10px;}
#content table tr:first-child th:last-child{border-top-right-radius:10px;}
#content table tr:last-child  td:first-child{border-bottom-left-radius:10px;}
#content table tr:last-child  td:last-child {border-bottom-right-radius:10px;}

/* ========== MOBILE ========== */
@media (max-width:768px){
  #content table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
    position:relative;
  }

  /* Swipe hint vast in het midden */
  #content table::before{
    content:"← swipe →";
    position:sticky;
    left:50%;
    transform:translateX(-50%);
    top:6px;
    display:block;
    width:max-content;
    margin:0 auto 6px;
    font-size:.8rem;
    opacity:.6;
    background:#fff;
    padding:4px 10px;
    border-radius:999px;
    pointer-events:none;
    z-index:10;
  }
}












body {
    background: linear-gradient(#f5f8ff, #ffffff);
}

.inquiry-price {
display: none !important; 
}

@media only screen and (min-width: 1000px) {
#site_logo img {
    max-height: 100px;
}
}

#intro {
    background-color: transparent;
}

#content {
    margin-top: 0px;
    margin-bottom: 0px;
}

 .s_wrap {    box-sizing: border-box;}

.wishlist-icon {
    right: 10px;
    background: transparent;
}

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

.pcheckout #content {
flex-direction: column;
}

.payment_logos img {
    width: 50px;
    max-height: 35px;
}

.stars_desc {
    font-size: 25px;
    color: #efd500;
    margin-top: 18px;
}

.checkout .right {
        background: #fff;
}

.quantity-refresh {
color: #000; 
}

.categories .sidenav .s_submenu ul ul {
        position: unset;
        width: auto;
        padding: 20px 25px;
        border: none;
	flex-direction: column;
}

li p {
    display: inline;
    margin: 0;
    padding: 0;
}

.wishlist-icon {
z-index: 5; }

@media only screen and (max-width: 1000px) {
    #wrapper, body.s_layout_fixed #wrapper {
        margin: 76px 0 0;
    }
   .main_navigation {
        border-bottom: 1px solid;
    }
    #site_logo img {
        max-height: 108px !important;
        max-width: 165px;
    }
}

.main_navigation.desktop.is-sticky {
    box-shadow: none !important;
    border-bottom: 1px solid;
}

.main_navigation {
    box-shadow: none !important;
}

.product_discounts_table,
#product_buy {
border-color: #000; 
}

.product_discounts_table {
background: #fff;
}

#footer_inner {
    margin-bottom: 30px;
}

#footer_inner .footerinfo_box {
    border: 1px solid #000;

}

.s_thumb img,
#product_image_preview img {
    background: #fff;
}

#review-text {
    margin-top: 10px;
} 

.payment_logos {
margin-bottom: 30px;
display: flex;
gap: 3px;
margin-top: 40px !important;
align-items: center;
}

.usp {
    margin-bottom: 60px;
}

.usp p {
    padding: 15px 20px;
    background: #eafff6;
    font-size: 14px;
    line-height: 29px;
    border: 1px solid #51a27e;
}



.e-rating .e-icon-wrapper svg {
    fill: #ffd204; 
}

.e-rating {
    display: block;
    overflow: hidden;
}

.main_navigation.desktop .s_wrap {
    border-color: #000;
}

.s_module_content.text {
    padding: 0;
}

#home {
    gap: 25px;
}

#stock_counter2 {
    color: var(--success-color) !important;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
}

#stock_counter2::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--success-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s_plain .s_promo_price,
.s_plain .s_promo_price * {
    color: #424242;
}

.s_page_blog_post_view .blog-post-view img {
    border-radius: 10px;
    box-shadow: 0 0 40px 0 #e7e7e775;

}

.s_thumb img,
#product_image_preview img {
    box-shadow: 0 0 40px 0 #b7b7b71f;
    padding: 25px;
    box-sizing: border-box;
}

.ocdw_recommended_products-products-block #s_listing {
    margin: 0 !important;
}

.ocdw_recommended_products-products-block #s_listing .box-heading {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .ocdw_recommended_products-products-block .s_item {
        flex: 0 1 15% !important;
    }
}

.s_subcategory img {
    box-shadow: 0 0 40px 0 #e7e7e775;
    margin-bottom: 15px !important;
}

.payment_logos {
    margin-top: 40px !important;
    margin-bottom: 30px;
    display: flex;
    gap: 3px;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .payment_logos img {
        width: 60px !important;
        height: auto !important;
    }
}

h1,
h2,
#product_info h3,
#product_buy_col h3,
.box .box-heading,
.s_order .s_id,
.s_order .s_status,
.s_product_row .s_row_number,
.categories > ul > li > a,
.cart_menu small.s_text,
#product .s_tabs_nav li a {
    font-weight: 700;
}

/* Compact Floating Trustpilot Badge */
#tp-mini-badge {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999;
    box-shadow: 0 4px 16px rgba(30, 30, 30, .12);
    border-radius: 0 0 0 10px;
}

#tp-mini-badge a {
    text-decoration: none;
    color: inherit;
}

#tp-mini-badge .tp-mini-top {
    background: #ffffff;
    color: #00b67a;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 10px 0 0 0;
    border-bottom: 1px solid #f2f2f2;
}

#tp-mini-badge .tp-mini-score {
    background: #ffffff;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

#tp-mini-badge .tp-mini-bottom {
    background: linear-gradient(180deg, #00b67a 0%, #007e54 100%);
    width: 100%;
    height: 10px;
    border-radius: 0 0 0 10px;
}

#shop_info .s_wrap > div {
    z-index: 5;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 10px;
}

.topbar a {
    text-decoration: underline;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 0 16px;
    flex-wrap: wrap;
}

.topbar .item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.topbar .icon {
    color: #4CAF50;
    font-weight: bold;
    margin-right: 2px;
}

.topbar .stars {
    color: #F3C123;
    letter-spacing: 1px;
    font-size: 17px;
}

.topbar .divider {
    width: 1px;
    height: 14px;
    background: #dbdbdb;
}

.topbar-right .link {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-right .link:hover {
    text-decoration: underline;
}

.topbar-right img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    display: inline-block;
}

@media (max-width: 1025px) {
    .topbar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0;
    }

    .topbar-left,
    .topbar-right {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .topbar .divider {
        display: none;
    }

    .topbar-left,
    .topbar-right {
        justify-content: center;
        text-align: center;
        gap: 0 8px;
    }

    .topbar-left .item,
    .topbar-right a {
        white-space: normal;
    }

.topbar-right {
display: none !important; }

#tp-mini-badge {
top: 70%; }
}

.ocdw_recommended_products-products-block #s_listing {
margin: 0 !important; 
}

.ocdw_recommended_products-products-block #s_listing .box-heading {
    font-size: 24px;
font-weight: bold; 
}

.ocdw_recommended_products-products-block {
margin: 40px 0; }


@media screen and (min-width: 768px) {
.ocdw_recommended_products-products-block .s_item {
    flex: 0 1 15% !important; 
}
}

.main_navigation.default-header {background: #000 !important; }

.main_navigation.default-header .s_category_menu > a,
.main_navigation.default-header .fa, 
.main_navigation.default-header i  {color: #fff; }

.main_navigation.desktop.is-sticky .s_wrap {
    width: 100% !important; 
}
.main_navigation.desktop .s_wrap {
   border-top: none !important; 
}

.desktop.default-header:not(.is-sticky) .full_menu {
    padding: 20px 0;
}

.bank_transfer_info .content div+div {
display: none;
} 

.pcheckout .main_navigation.default-header {display: none;}

.main_navigation ul.full_menu { min-height: 55px; }

#banner0 img { aspect-ratio: 1920 / 960;  width: 100%; height: auto; }
#banner1 img { aspect-ratio: 1920 / 1080; width: 100%; height: auto; }
#banner2 img { aspect-ratio: 1920 / 960;  width: 100%; height: auto; }
.banner-static img { width: 100%; height: auto; }