
.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}

.instagram {
    background:#c82828;
    color: white;
}

.pinterest {
    background:#a26e59;
    color: white;
}

.icon-bar i {
    color:white;
}

.icon-bar {
    position: fixed;
    right:0px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:999;
}


.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

@media (max-width: 767px) {
    .icon-bar {
        top: 50%;
    }
}

.alert-success {
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0, 0.05);
}

.tmplt_sales_color {
    border-color: rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.7);
}
.tmplt_sales_color:hover {
    filter: brightness(85%);
    color:rgba(0,0,0,1);
}



.tmplt_base_color { 
  background-color:#b3a497 ;
}
.tmplt_base_color_text,ul.menu-vertical.tmplt_base_color_text a,.tmplt_base_color_text .fas, .header *,.footer *,.menu-level-0 a { 
  color:#000000 ;
}
.tmplt_attention_color { 
  color:#857464 ;
}
.tmplt_sales_color,.tmplt_sales_color:hover { 
  background-color:#857464 ;
}
.alert-success { 
  background-color:#857464 ;
}
.container { 
  max-width:1280px ;
}
 { 
  :{artfabr} / {fabrikant} ;
}
 { 
  :{amt_articles} artikelen uit {amt_articles_total} ;
}



@font-face {
    font-family: 'Varta';
    src: url('https://fonts.gstatic.com/s/varta/v1/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf');
}

* {
    font-family: 'Varta';
}


button:disabled {
     background-color:rgba(25, 25, 25, 0.3);
}

button:disabled:hover {
    background-color:rgba(25, 25, 25, 0.3);
}

button.selected {
    background-color:rgba(25,255,255,0.3);
}


@media (min-width: 0px) and (max-width: 45em ) {
    #sw_menu * {
        color:#000;
    }
}

.has-cms-content * {
    color:#000;
}

.has-cms-content a  {
    color:#000;
    text-decoration: underline;
}

/* menu styler */
@media (min-width:768px) {
    ul.menu-fat-sublevel1 ul.menu-level-1 > li > a {
        font-weight: 800;
    }

    ul.menu-margin-level2 ul.menu-level-2 {
        margin-left: 50px;
    }
}

 /* Maak logo groter zonder layout te breken */ #shoplogo img { height: 100px !important; /* Past goed in de header, zonder alles te verschuiven */ width: auto !important; max-width: 100% !important; object-fit: contain !important; display: inline-block !important; margin: 0 !important; } /* Houd logo links uitgelijnd */ #shoplogo { display: flex !important; align-items: center !important; justify-content: flex-start !important; height: 110px !important; /* Zorgt voor consistente headerhoogte */ padding: 0 !important; }

/* OVERRIDE rode “Korting”-badge / artikel-overlay */
html body div.article-item-overlay.aio_rotated,
html body .article-item-overlay.aio_rotated,
html body .aio_rotated {
    background:       #2b6cb0 !important;   /* Nieuwe kleur */
    background-color: #8b5e3c !important;
    color: #ffffff !important;
}

/* (Optioneel) Hoverkleur aanpassen */
html body .article-item-overlay.aio_rotated:hover {
    background: rgba(43,108,176,0.9) !important;
}
/* ── Zoekbalk mooi stylen ───────────────────────────────────────── */

/* Basis-opmaak voor de input */
input.form-control.search-control {
    width: 100%;                 /* neemt volle breedte in de kolom */
    max-width: 420px;            /* maar nooit breder dan 420 px */
    padding: 10px 44px 10px 16px;/* rechts extra ruimte voor icoon */
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    background: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 999px;        /* mooie ronde hoeken */
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    transition: border .25s, box-shadow .25s;
}

/* Focus-/hover-effect */
input.form-control.search-control:focus,
input.form-control.search-control:hover {
    border-color: #2b6cb0;                       /* jouw thema-blauw */
    box-shadow: 0 0 0 3px rgba(43,108,176,.24);  /* zachte gloed */
    outline: none;                               /* verwijder rand in Safari/Firefox */
}

/* Placeholder-tekst iets subtieler grijs */
input.form-control.search-control::placeholder {
    color: #888;
}

/* ── Vergrootglas-icoon via pseudo-element ──────────────────────── */
/* De input zelf kan geen ::after hebben, dus gebruik ::before.     */
/* Werkt in alle moderne browsers.                                  */
input.form-control.search-control::before {
    content: "";
    position: absolute;          /* absoluut t.o.v. de input */
    top: 50%;
    right: 16px;                 /* afstand tot rechterrand  */
    width: 18px;                 /* icoon-breedte            */
    height: 18px;                /* icoon-hoogte             */
    transform: translateY(-50%);
    pointer-events: none;        /* klik gaat gewoon naar input */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

/* Zorg dat de input als relatief referentiepunt fungeert */
input.form-control.search-control {
    position: relative;
}

/* ── Responsief: iets compacter op telefoons ───────────────────── */
@media (max-width: 480px) {
    input.form-control.search-control {
        max-width: 100%;
        font-size: 15px;
        padding: 9px 42px 9px 14px;
    }
}
/* Style de slider-foto's als moderne blokken */
figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Zorg dat afbeeldingen mooi vullen */
figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Voeg een hover-zoom effect toe */
figure:hover img {
  transform: scale(1.05);
}

/* Optionele overlay tekst */
figure::after {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 8px;
  font-weight: bold;
}
/* Maak de Splide-slider visueel moderner */
.sw_splide_it {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}

/* Afbeeldingen netjes laten vullen */
.sw_splide_it img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

/* Hover-effect op afbeeldingen */
.sw_splide_it img:hover {
  transform: scale(1.05);
}

/* Paginatie bullets stijlen */
.splide__pagination li button {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.splide__pagination li button.is-active {
  background: ;
}

/* Eventueel de pijlen aanpassen */
.splide__arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  transition: background-color 0.3s ease;
}

.splide__arrow:hover {
  background-color: #000;
}
/* Overlay met "Nieuw" linksboven op elke afbeelding */
.sw_splide_it .splide__slide {
  position: relative;
}

/* Stijl van het label */
.sw_splide_it .splide__slide::before {
  content: "Nieuw";
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #857464;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
/* Hoofdmenu strak gecentreerd en met hoverlijn */
#sw_menu ul.menu-level-0 {
  display: flex;
  justify-content: center;
  gap: 25px;
  list-style: none;
  background-color: #b3a497;
  padding: 5px 0;
  margin: 0
  border-bottom: 1px solid #eee;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

/* Links stijlvol en met onderstreep-hover */
#sw_menu ul.menu-level-0 > li > a {
  color: #333;
  position: relative;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
}

#sw_menu ul.menu-level-0 > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

#sw_menu ul.menu-level-0 > li > a:hover::after {
  transform: scaleX(1);
}

#sw_menu ul.menu-level-0 > li > a:hover {
  color: #ffffff;
}
/* Submenu dropdown styling */
#sw_menu ul.menu-level-1 {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  min-width: 200px;
  margin-top: 10px;
  z-index: 999;
}

/* Submenu items */
#sw_menu ul.menu-level-1 > li > a {
  color: #857464;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  transition: background 0.3s ease;
  border-radius: 6px;
}

#sw_menu ul.menu-level-1 > li > a:hover {
  background-color: #f5f5f5;
  color: #857464;
}
@media (max-width: 768px) {
  #sw_menu ul.menu-level-0 {
    display: block;
    padding: 15px;
  }

  #sw_menu ul.menu-level-0 > li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  #sw_menu ul.menu-level-0 > li > a {
    font-size: 1rem;
    color: #333;
  }

  #sw_menu ul.menu-level-0 > li > a:hover {
    color: #ff4d4d;
  }
}
/* Zet de icon-bar rechts op de pagina zoals origineel, maar netjes */
.icon-bar {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
}

/* Style de individuele iconen */
.icon-bar a {
  width: 40px;
  height: 40px;
  background-color: #3B5998;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3B5998;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.2s;
}

.icon-bar a:hover {
  transform: scale(1.1);
  background-color: #3B5998;
  color: #3B5998;
}
/* 🌟 Verbeterd filtermenu design voor SW Retail */
form#filter.filter {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Helvetica Neue', sans-serif;
  transition: all 0.3s ease;
}

/* Titels zoals "Maat", "Merk", enz. */
form#filter.filter h4,
form#filter.filter h5,
form#filter.filter .filter-header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

/* Lijst met filteropties */
form#filter.filter ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

/* Elke filteroptie */
form#filter.filter li {
  margin: 6px 0;
}

/* Checkboxes stijlen */
form#filter.filter input[type="checkbox"] {
  accent-color: #c9a18f; /* pastelkleurig thema */
  transform: scale(1.1);
  margin-right: 8px;
}

/* Hover effect op labels */
form#filter.filter label:hover {
  color: #a27161;
  cursor: pointer;
}

/* Mobiele verbetering */
@media (max-width: 768px) {
  form#filter.filter {
    border-radius: 0;
    padding: 15px;
  }
}
#sw_menu .menu-level-1 > li {
  border-right: 1px solid #eee;
  padding-right: 15px;
  margin-right: 15px;
}

#sw_menu .menu-level-1 > li:last-child {
  border-right: none;
  margin-right: 0;
}


 .menu-item-active > a:first-child{
    font-weight:800;
 }