
.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:#c4a998 ;
}
.tmplt_base_color_text,ul.menu-vertical.tmplt_base_color_text a,.tmplt_base_color_text .fas, .header *,.footer *,.menu-level-0 a { 
  color:#444444 ;
}
.tmplt_attention_color { 
  color:#444444 ;
}
.tmplt_sales_color,.tmplt_sales_color:hover { 
  background-color:#c4a998 ;
}
.alert-success { 
  background-color:#c4a998 ;
}
.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;
    }
}

/* 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;
}


/* Moderne zoekbalk styling voor SW Retail */
input.form-control.search-control[type="text"] {
  width: 100%;
  max-width: 400px;
  padding: 12px 40px 12px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #f9f9f9;
  border: 1.5px solid #d1c7bb;
  border-radius: 25px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
}

/* Focus state */
input.form-control.search-control[type="text"]:focus {
  border-color: #a28572;
  box-shadow: 0 0 8px rgba(162, 133, 114, 0.5);
  background-color: #fff;
}

/* Placeholder styling */
input.form-control.search-control[type="text"]::placeholder {
  color: #b1a29a;
  font-weight: 400;
  font-style: italic;
}

/* Voeg een vergrootglas icoon toe binnen de zoekbalk */
input.form-control.search-control[type="text"] {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23a28572' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zM10 14a4 4 0 110-8 4 4 0 010 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}
/* Hoofdmenu strak gecentreerd en met hoverlijn */
#sw_menu ul.menu-level-0 {
  display: flex;
  justify-content: center;
  gap: 25px;
  list-style: none;
  background-color: #c4a998;
  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;
}

/* === Mobiel menu verbeteren === */
@media (max-width: 768px) {
  #sw_menu li {
    display: block;
    padding: 14px;
    border-bottom: 1px solid #eee;
  }

  #sw_menu li ul {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
  }
}

@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;
  }
}
/* Container iets meer padding en moderne achtergrondtoon */
.splide {
  padding: 1rem;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Slides met afgeronde hoeken en lichte schaduw */
.splide__slide img {
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover vergroting en sterkere schaduw voor sliding afbeelding */
.splide__slide img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Pijlen: rond, zacht bruin met witte pijl */
.splide__arrow {
  background-color: #b89f91;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 40px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

/* Pijlen opacity versterken bij hover */
.splide__arrow:hover {
  opacity: 1;
  background-color: #a07e68;
  cursor: pointer;
}

/* Pagination dots: klein, rond, zacht bruin, met animatie */
.splide__pagination__page {
  background: #b89f91;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 0 5px;
}

/* Actieve dot iets groter, kleur verdiept */
.splide__pagination__page.is-active {
  background: #a07e68;
  transform: scale(1.3);
}

/* Eventueel tekst-overlay styling: */
.slide_text_overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffffdd;
  font-family: 'Varta', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
  pointer-events: none;
}
/* 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: #ff4d4d;
  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;
}


 .menu-item-active > a:first-child{
    font-weight:800;
 }