@charset "UTF-8";
/* Breakpoints */
/* Breakpoints */
.product {
  position: relative;
  text-decoration: none;
  color: #111;
  display: block;
  padding-bottom: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.product:hover, .product:focus, .product:active {
  color: #111;
  border-color: #AE9A63;
}
.product .desc,
.product .price,
.product .brand-title {
  display: block;
}
.product .brand-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 1.2;
}
.product .desc {
  color: #919191;
  display: block;
  font-weight: 300;
  line-height: 20px;
  min-height: 42px;
  margin-bottom: 6px;
}
.product .badge {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}
.product .price {
  font-weight: 600;
  line-height: 1.2;
}
.product .price del {
  font-weight: normal;
  margin-right: 7px;
}
.product .price .amount {
  color: #111;
}
.product .price.sale .amount {
  color: #f1943d;
}
.product .price.sale .amount.from {
  color: #111;
  font-size: 1.2rem;
}
.product .badge.nieuw {
  background-color: #AE9A63;
}
.product .badge.sale {
  background-color: #f1943d;
  color: #FFFFFF;
  border-radius: 0;
}
.product .badge.sale::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  width: 35%;
  height: 100%;
  background-color: #f1943d;
  border-radius: 50%;
}
.product .badge.sale::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  width: 35%;
  height: 100%;
  background-color: #f1943d;
  border-radius: 50%;
}
.product .img-wrap {
  display: block;
  position: relative;
  background-color: transparent;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.product .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  mix-blend-mode: multiply;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
  object-position: center;
}

.productpagina-cls-wrap {
  padding-bottom: 100%;
  position: relative;
}
.productpagina-cls-wrap .splide {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.productoverzicht {
  position: relative;
}
.productoverzicht.panel-is-open {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .productoverzicht.panel-is-open .filterBackdrop {
    position: fixed;
    z-index: 1079;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.productoverzicht .products .img-wrap .product-label {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 5px;
}

.pagination {
  justify-content: center;
  padding-top: 20px;
}
.pagination li .page-link {
  margin-right: 3px;
  color: #111;
  border: 0;
}
.pagination li.ellipsis:after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #111;
  line-height: 2.2;
}
.pagination li.disabled .page-link {
  color: #d4d4d4;
}
.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #AE9A63;
  border-color: #AE9A63;
  border-radius: 6px;
}

.filter-links-wrapper > ul {
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: thin;
}
.filter-links-wrapper > ul > li {
  display: inline-block;
}
.filter-links-wrapper > ul > li.back {
  display: none;
}
.filter-links-wrapper > ul > li a {
  font-size: 14px;
  background-color: #f7f7f7;
}
.filter-links-wrapper > ul > li a.selected {
  background-color: #111;
  color: #FFFFFF;
}
.filter-links-wrapper > ul > li a:hover {
  border-color: #AE9A63;
  background-color: #AE9A63;
  color: #FFFFFF;
}
.filter-links-wrapper.has-active-children .parent {
  display: none;
}
.filter-links-wrapper.has-active-children .parent.selected > a {
  background-color: #f7f7f7;
  color: #111;
}
.filter-links-wrapper.has-active-children ul li.back {
  display: inline-block;
}

.img-wrap {
  position: relative;
}
.img-wrap .wijdte-text {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 2;
  background-color: #cec5b8;
  font-size: 13px;
  line-height: 1.1;
  color: #333;
  text-align: center;
  padding: 4px 8px;
  border-radius: 2px;
  white-space: nowrap;
  pointer-events: none;
}
.img-wrap .wijdte-text strong {
  display: block;
}
.img-wrap .to-wishlist {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path d='M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z'/></svg>");
}
.img-wrap .to-wishlist.active {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z'/></svg>");
}

@media screen and (max-width: 992px) {
  .product-counter {
    margin-top: 7px;
    display: inline-block;
  }
}

#accordionFilters {
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 1rem;
}
#accordionFilters .accordion-body {
  max-height: 330px;
  overflow: auto;
}
#accordionFilters a {
  color: #111;
}
#accordionFilters .accordion-item .form-check input {
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent !important;
  display: inline-block;
}
#accordionFilters .accordion-item .form-check input:checked {
  background-color: transparent !important;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23089C6A' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Line'%3E%3Cpath d='M8.43,20h0a1,1,0,0,1-.72-.32l-6.44-7a1,1,0,1,1,1.48-1.36l5.71,6.22L21.28,4.3a1,1,0,1,1,1.44,1.4L9.15,19.7A1,1,0,0,1,8.43,20Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#accordionFilters .accordion-item .form-check .form-check-label {
  cursor: pointer;
  color: #111;
  padding: 2px 4px;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  border: 1px solid #111;
}
#accordionFilters .accordion-item .form-check .form-check-label.selected {
  color: #FFFFFF;
  background-color: #AE9A63;
}
#accordionFilters .bbadge {
  margin-left: 5px;
  font-size: smaller;
  margin-top: 2px;
}
#accordionFilters .bbadge:before {
  content: "( ";
}
#accordionFilters .bbadge:after {
  content: " )";
}

#show_mobile_filter {
  display: flex;
  align-items: center;
  border-radius: 0;
  font-weight: 700;
  color: #111;
  border: none;
  transition: all 0.3s ease;
}
#show_mobile_filter svg {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  transition: all 0.3s ease;
}
#show_mobile_filter:hover svg {
  opacity: 0.6;
}
#show_mobile_filter .bbadge {
  margin-left: 5px;
}
#show_mobile_filter .bbadge:before {
  content: "(";
}
#show_mobile_filter .bbadge:after {
  content: ")";
}

.product-filter {
  position: relative;
}
.product-filter .update_form {
  position: sticky;
  bottom: 0;
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.75rem 0;
  z-index: 1;
}

#jq-active-filters:empty {
  display: none;
}
#jq-active-filters .active-filters-title {
  font-weight: bold;
  font-size: 15px;
}
#jq-active-filters .active-filters-list {
  margin-bottom: 5px;
}
#jq-active-filters .active-filters-list .filter-active {
  display: inline-flex;
  align-items: center;
  background-color: #b1b1b1;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  padding-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 5px;
}
#jq-active-filters .active-filters-list .filter-active button {
  background-color: #b1b1b1;
  margin-left: 5px;
  border-color: transparent;
}
#jq-active-filters .erase-active-filters {
  color: #111;
  display: block;
  text-align: left;
  font-size: 14px;
}

#top-lead h1 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #top-lead h1 {
    font-size: 24px;
  }
}
#top-lead .leader-top-content .img-wrap {
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 11px rgba(217, 217, 217, 0.5);
}
#top-lead .leader-top-content .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#top-lead .leader-top-content .leader-top-text p {
  font-weight: 300;
  font-size: 14px;
}

#jq-filter-links .filter-content .nav-link {
  padding: 0.125rem 0;
}
#jq-filter-links .filter-content .nav-link.hidden {
  display: none;
}
#jq-filter-links .filter-content .nav-link.selected {
  font-weight: 700;
}
#jq-filter-links .filter-content .nav-link.nieuw-filter, #jq-filter-links .filter-content .nav-link.sale-filter {
  font-weight: 700;
  color: #AE9A63;
  transition: all 0.3s ease;
}
#jq-filter-links .filter-content .nav-link.nieuw-filter:hover, #jq-filter-links .filter-content .nav-link.sale-filter:hover {
  color: #111;
}
#jq-filter-links .filter-content .nav-link.sale-filter {
  color: #f1943d;
}
#jq-filter-links .filter-content li.sale-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #d4d4d4;
}
#jq-filter-links .filter-content li.sale-filter::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #d4d4d4;
}
#jq-filter-links .filter-content li.nieuw-filter {
  margin-bottom: 20px;
}
#jq-filter-links .filter-content li.nieuw-filter::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #d4d4d4;
}
#jq-filter-links .filter-content li.nieuw-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #d4d4d4;
}
#jq-filter-links .filter-content li.nieuw-filter:has(+ li.sale-filter) {
  margin-bottom: 0;
}
#jq-filter-links .filter-content li.nieuw-filter:has(+ li.sale-filter)::after {
  display: none;
}
#jq-filter-links .filter-content li.nieuw-filter:has(+ li.sale-filter) + li.sale-filter {
  margin-bottom: 20px;
}
#jq-filter-links .filter-content li.nieuw-filter:has(+ li.sale-filter) + li.sale-filter::before {
  display: none;
}
#jq-filter-links #comfort_content {
  margin-bottom: 20px;
}
#jq-filter-links #comfort_content .nav-link {
  font-weight: 700;
}

#jq-filter .product-filter .accordion-body {
  scrollbar-width: thin;
}
#jq-filter .product-filter .accordion-body .nav-link {
  cursor: pointer;
  color: #111;
  padding: 0.125rem 0.25rem;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  border: 1px solid #111;
  width: 180px;
  margin: 0 0.25rem 0.25rem 0;
}
#jq-filter .product-filter .accordion-body .nav-link.selected {
  color: #FFFFFF;
  background-color: #AE9A63;
}
#jq-filter .product-filter .accordion-collapse .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
#jq-filter .product-filter .accordion-collapse .form-check label {
  font-size: 0.875rem;
}
#jq-filter .product-filter .accordion-collapse .form-check label.selected {
  font-weight: 400;
}
#jq-filter .product-filter #merk .accordion-body input {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #jq-filter {
    position: fixed;
    z-index: 1080;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    max-width: 97%;
    transform: translateX(-100%);
    background-color: #FFFFFF;
    transition: transform 0.3s ease-in-out;
    overflow: auto;
  }
  #jq-filter .update_form {
    display: grid !important;
  }
  #jq-filter form {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: calc(100% - 64px);
  }
  #jq-filter.is-show {
    transform: none;
  }
}

#collapse_matengroep .form-check input {
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent !important;
  display: inline-block;
  margin-right: 12px;
}
#collapse_matengroep .form-check input:checked {
  background-color: transparent !important;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23089C6A' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Line'%3E%3Cpath d='M8.43,20h0a1,1,0,0,1-.72-.32l-6.44-7a1,1,0,1,1,1.48-1.36l5.71,6.22L21.28,4.3a1,1,0,1,1,1.44,1.4L9.15,19.7A1,1,0,0,1,8.43,20Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#collapse_matengroep .form-check .form-check-label {
  cursor: pointer;
  color: #111;
  padding: 2px 4px;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  border: 1px solid #111;
}
#collapse_matengroep .form-check .form-check-label.selected {
  color: #FFFFFF;
  background-color: #AE9A63;
}

#doelgroep input.filter-filters {
  display: none;
}

/*# sourceMappingURL=productoverzicht.css.map */
