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

.wishlist-cell {
  top: 0;
  padding: 5px;
  display: inline-block;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.wishlist-cell .actions {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 3;
}
.wishlist-cell .remove-wishlistitem svg {
  height: 24px;
  width: 24px;
}
.wishlist-cell:hover, .wishlist-cell:focus, .wishlist-cell:active {
  color: #111;
}

.bestelbox .fav-to-shoppingbag {
  font-size: 14px;
  min-height: 37px;
}

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