/* 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;
}

.blogdetail .img-wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 40%;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.blogdetail .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
.blogdetail .product .img-wrap {
  display: block;
  position: relative;
  background-color: transparent;
  padding-bottom: 100%;
  margin-bottom: 10px;
}
.blogdetail .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;
}
.blogdetail .blog-text p {
  padding: 10px 0;
  margin: 0;
}
.blogdetail .date .date {
  display: block;
  color: #b1b1b1;
  padding-top: 10px;
}
.blogdetail .date .date em {
  font-weight: 600;
  font-style: normal;
}

#blogCategorie-menu li {
  width: 100%;
  font-weight: 300;
  list-style: none;
}
#blogCategorie-menu li .nav-link {
  padding: 6px 0;
  line-height: 1.2;
}
#blogCategorie-menu li .nav-link.selected {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #blogCategorie-menu {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
    padding: 8px 0;
    gap: 5px;
  }
  #blogCategorie-menu .nav-link {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    background-color: #f7f7f7;
    min-width: 150px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  #blogCategorie-menu .nav-link:hover {
    background-color: #111;
    color: #FFFFFF;
    font-weight: 300;
  }
  #blogCategorie-menu .nav-link.selected {
    background-color: #111;
    color: #FFFFFF;
    font-weight: 400;
  }
}

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