.filter-products .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--product-card-width);
  flex: 0 0 var(--product-card-width);
  width: var(--product-card-width);
  max-width: var(--product-card-width);
  border-radius: 4px;
}

/* ---- Shared Product Cards ----
 * Universele styling voor de productkaart in card.phtml.
 * Geladen via core.scss zodat de styling overal beschikbaar is
 * (homepage, look-section, autocomplete, cart-upsell).
 */
.producten-home .filter-products .products div.item,
.look-section .filter-products .products div.item,
.searchautocomplete .products-grid > li > div.item,
.cross-sell .cross-sell__list li.item {
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #ffffff;
  overflow: hidden;
  padding: var(--gap-normal);
}
.producten-home .filter-products .products div.item .item-area,
.look-section .filter-products .products div.item .item-area,
.searchautocomplete .products-grid > li > div.item .item-area,
.cross-sell .cross-sell__list li.item .item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.producten-home .filter-products .products div.item .product-image-area,
.look-section .filter-products .products div.item .product-image-area,
.searchautocomplete .products-grid > li > div.item .product-image-area,
.cross-sell .cross-sell__list li.item .product-image-area {
  padding: 0;
  border: none;
  margin: calc(var(--gap-normal) * -1) calc(var(--gap-normal) * -1) 0;
  overflow: hidden;
  background: #f7f5f3;
}
.producten-home .filter-products .products div.item .product-image-area a,
.look-section .filter-products .products div.item .product-image-area a,
.searchautocomplete .products-grid > li > div.item .product-image-area a,
.cross-sell .cross-sell__list li.item .product-image-area a {
  display: block;
  width: 100%;
  height: 100%;
}
.producten-home .filter-products .products div.item .product-image-area img,
.look-section .filter-products .products div.item .product-image-area img,
.searchautocomplete .products-grid > li > div.item .product-image-area img,
.cross-sell .cross-sell__list li.item .product-image-area img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.producten-home .filter-products .products div.item .details-area,
.look-section .filter-products .products div.item .details-area,
.searchautocomplete .products-grid > li > div.item .details-area,
.cross-sell .cross-sell__list li.item .details-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0 0 0;
}
.producten-home .filter-products .products div.item .details-area .product-name,
.look-section .filter-products .products div.item .details-area .product-name,
.searchautocomplete .products-grid > li > div.item .details-area .product-name,
.cross-sell .cross-sell__list li.item .details-area .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #847671;
  margin: 0 0 8px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(3.9em + 4px);
}
.producten-home .filter-products .products div.item .details-area .product-name a,
.look-section .filter-products .products div.item .details-area .product-name a,
.searchautocomplete .products-grid > li > div.item .details-area .product-name a,
.cross-sell .cross-sell__list li.item .details-area .product-name a {
  color: inherit;
  text-decoration: none;
}
.producten-home .filter-products .products div.item .details-area .brand,
.look-section .filter-products .products div.item .details-area .brand,
.searchautocomplete .products-grid > li > div.item .details-area .brand,
.cross-sell .cross-sell__list li.item .details-area .brand {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #292424;
  margin-bottom: 4px;
}
.producten-home .filter-products .products div.item .details-area .bottom,
.look-section .filter-products .products div.item .details-area .bottom,
.searchautocomplete .products-grid > li > div.item .details-area .bottom,
.cross-sell .cross-sell__list li.item .details-area .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.producten-home .filter-products .products div.item .details-area .price-box,
.look-section .filter-products .products div.item .details-area .price-box,
.searchautocomplete .products-grid > li > div.item .details-area .price-box,
.cross-sell .cross-sell__list li.item .details-area .price-box {
  font-size: 16px;
  font-weight: 300;
  color: #092a28;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 2px;
  min-height: 42px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.producten-home .filter-products .products div.item .details-area .price-box .price-label,
.look-section .filter-products .products div.item .details-area .price-box .price-label,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .price-label,
.cross-sell .cross-sell__list li.item .details-area .price-box .price-label {
  display: none !important;
}
.producten-home .filter-products .products div.item .details-area .price-box .old-price,
.look-section .filter-products .products div.item .details-area .price-box .old-price,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .old-price,
.cross-sell .cross-sell__list li.item .details-area .price-box .old-price {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.producten-home .filter-products .products div.item .details-area .price-box .old-price .price,
.look-section .filter-products .products div.item .details-area .price-box .old-price .price,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .old-price .price,
.cross-sell .cross-sell__list li.item .details-area .price-box .old-price .price {
  font-size: 12px;
  color: #847671;
  text-decoration: line-through;
}
.producten-home .filter-products .products div.item .details-area .price-box .special-price,
.look-section .filter-products .products div.item .details-area .price-box .special-price,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .special-price,
.cross-sell .cross-sell__list li.item .details-area .price-box .special-price {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.producten-home .filter-products .products div.item .details-area .price-box .special-price .price,
.look-section .filter-products .products div.item .details-area .price-box .special-price .price,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .special-price .price,
.cross-sell .cross-sell__list li.item .details-area .price-box .special-price .price {
  font-size: 16px;
  color: #092a28;
}
.producten-home .filter-products .products div.item .details-area .price-box .regular-price .price,
.look-section .filter-products .products div.item .details-area .price-box .regular-price .price,
.searchautocomplete .products-grid > li > div.item .details-area .price-box .regular-price .price,
.cross-sell .cross-sell__list li.item .details-area .price-box .regular-price .price {
  font-size: 16px;
  color: #092a28;
}
.producten-home .filter-products .products div.item .details-area .btn-state,
.look-section .filter-products .products div.item .details-area .btn-state,
.searchautocomplete .products-grid > li > div.item .details-area .btn-state,
.cross-sell .cross-sell__list li.item .details-area .btn-state {
  background: #27a595;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.producten-home .filter-products .products div.item .details-area .btn-state:hover,
.look-section .filter-products .products div.item .details-area .btn-state:hover,
.searchautocomplete .products-grid > li > div.item .details-area .btn-state:hover,
.cross-sell .cross-sell__list li.item .details-area .btn-state:hover {
  opacity: 0.85;
}
.producten-home .filter-products .products div.item .details-area .ratings,
.look-section .filter-products .products div.item .details-area .ratings,
.searchautocomplete .products-grid > li > div.item .details-area .ratings,
.cross-sell .cross-sell__list li.item .details-area .ratings {
  display: none;
}
@media (max-width: 767px) {
  .producten-home .filter-products .products div.item .details-area .price-box,
  .producten-home .filter-products .products div.item .details-area .price-box .special-price .price,
  .look-section .filter-products .products div.item .details-area .price-box,
  .look-section .filter-products .products div.item .details-area .price-box .special-price .price,
  .searchautocomplete .products-grid > li > div.item .details-area .price-box,
  .searchautocomplete .products-grid > li > div.item .details-area .price-box .special-price .price,
  .cross-sell .cross-sell__list li.item .details-area .price-box,
  .cross-sell .cross-sell__list li.item .details-area .price-box .special-price .price {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .producten-home .filter-products .products div.item .details-area .btn-state,
  .look-section .filter-products .products div.item .details-area .btn-state,
  .searchautocomplete .products-grid > li > div.item .details-area .btn-state,
  .cross-sell .cross-sell__list li.item .details-area .btn-state {
    font-size: 0;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 8.4v4M13 6.2 9 1.7 5 6.2M12.6 8.4l-.4 4M5.4 8.4l.4 4M1.7 6.2h14.6l-1.06 7.95a.56.56 0 0 1-.56.49H3.32a.56.56 0 0 1-.56-.49L1.7 6.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
}

.category-products .products-grid {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-products .products-grid.columns2 {
  grid-template-columns: repeat(2, 1fr);
}
.category-products .products-grid.columns3 {
  grid-template-columns: repeat(3, 1fr);
}
.category-products .products-grid.columns4 {
  grid-template-columns: repeat(4, 1fr);
}
.category-products .products-grid.columns5 {
  grid-template-columns: repeat(5, 1fr);
}
.category-products .products-grid.columns6 {
  grid-template-columns: repeat(6, 1fr);
}

.product-image-area {
  position: relative;
}

.category-products li.item .product-image-area:hover .product-image:not(:has(img.hoverImage)) img.defaultImage,
.filter-products .products div.item .product-image-area:hover .product-image:not(:has(img.hoverImage)) img.defaultImage {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.wishlist-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #f7f5f3;
  border: none;
  border-radius: 999px;
  color: #6e615e;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.15s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.wishlist-toggle:hover {
  color: var(--color-primary);
  background: #ffffff;
}
.wishlist-toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.wishlist-toggle:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
.wishlist-toggle.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.wishlist-toggle__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.wishlist-toggle__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.wishlist-toggle.is-active {
  color: #742b1a;
}
.wishlist-toggle.is-active .wishlist-toggle__icon path {
  fill: currentColor;
}

.content-home .hero-section {
  position: relative;
  height: 100vh;
  max-height: 600px;
  color: #2d2d2d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* ---- image ---- */
}
.content-home .hero-section .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.content-home .hero-section .hero-image .hero-image-item {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}
.content-home .hero-section {
  /* ---- content ---- */
}
.content-home .hero-section .hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-home .hero-section .hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
  max-width: 440px;
}
.content-home .hero-section .hero-title .hero-title-accent {
  font-family: "Tahu", serif;
  font-size: 72px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}
.content-home .hero-section .hero-title .hero-title-bottom {
  line-height: 1;
  margin-top: -10px;
}
.content-home .hero-section .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.content-home .hero-section .hero-btn {
  background: #27a595;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.content-home .hero-section .hero-btn:hover {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all 0.25;
  transition: all 0.25;
}
.content-home .hero-section .hero-btn {
  font-size: 16px;
  padding: 12px 16px;
}
.content-home .hero-section .hero-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  margin-left: 14px;
}
.content-home .hero-section .hero-link:hover {
  opacity: 1;
}
.content-home .hero-section .hero-link:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/arrow-white.svg") no-repeat center center;
}
.content-home .hero-section {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 991px) {
  .content-home .hero-section {
    max-height: 560px;
  }
  .content-home .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .content-home .hero-section .hero-container {
    z-index: 2;
    margin: auto 0 0 0;
  }
  .content-home .hero-section .hero-content {
    padding: 40px 20px;
  }
  .content-home .hero-section .hero-title {
    max-width: 250px;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content-home .hero-section .hero-title .hero-title-accent {
    font-size: 64px;
  }
  .content-home .hero-section .hero-title .hero-title-bottom {
    font-size: 44px;
    margin: 0;
  }
  .content-home .hero-section .hero-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
  }
  .content-home .hero-section .hero-link {
    font-size: 14px;
    margin: 0;
  }
}
.content-home .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 64px 0;
  background: #F7F5F3;
  position: relative;
}
.content-home .categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #F7F5F3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.content-home .categories .categories-title {
  width: 100%;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 400;
  color: #1d8479;
  text-align: left;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .content-home .categories {
    gap: 2px;
    padding: 40px 0;
  }
  .content-home .categories .categories-title {
    display: none;
  }
}
.content-home .categories .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 8px);
  flex: 1 1 calc(33.333% - 8px);
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.content-home .categories .category:before, .content-home .categories .category:after {
  display: none;
}
@media (max-width: 991px) {
  .content-home .categories .category {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 2px);
    flex: 1 1 calc(50% - 2px);
    padding: 9px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 0;
  }
}
.content-home .categories .category span {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}
@media (max-width: 991px) {
  .content-home .categories .category span {
    font-size: 14px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
  }
}
.content-home .categories .category .cat-label-mobile {
  display: none;
}
@media (max-width: 991px) {
  .content-home .categories .category .cat-label-desktop {
    display: none;
  }
  .content-home .categories .category .cat-label-mobile {
    display: inline;
  }
}
.content-home .categories .category img {
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 374px) {
  .content-home .categories .category img {
    height: 40px;
  }
  .content-home .categories .category span {
    font-size: 12px;
  }
}
.content-home .categories .category:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.content-home .categories .category:hover span {
  color: #000;
}

/* ---- Brands ---- */
.brands-section {
  padding: 64px 0 94px 0;
}
.brands-section .brands-container {
  width: 100%;
}
@media (max-width: 1199px) {
  .brands-section .brands-container {
    padding: 0 32px;
  }
}
@media (max-width: 1023px) {
  .brands-section .brands-container {
    padding: 0;
  }
}
.brands-section .brands-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.brands-section .brands-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: #27a595;
  margin: 0;
}
.brands-section .brands-all {
  border: 1px solid #27a595;
  color: #27a595;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.brands-section .brands-all::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M3.75 12h16.5M13.5 5.25 20.25 12l-6.75 6.75' stroke='%2327A595' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brands-section .brands-all:hover {
  background-color: #18a999;
  color: #fff;
}
.brands-section .brands-all:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M3.75 12h16.5M13.5 5.25 20.25 12l-6.75 6.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 389px) {
  .brands-section .brands-all::after {
    display: none;
  }
  .brands-section .brands-all {
    padding: 6px 12px;
    font-size: 12px;
    gap: 0;
  }
}
.brands-section .brands-subtitle {
  font-size: 16px;
  color: #847671;
  margin-bottom: 24px;
}
.brands-section .carousel {
  background: none;
}
.brands-section {
  /* ---- slider ---- */
}
.brands-section .brands-list .slick-slide {
  margin: 0 4px;
}
.brands-section .brands-list .slick-list {
  margin: 0 -4px;
}
.brands-section .brands-list .slick-prev,
.brands-section .brands-list .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../images/carousel-arrow.svg") no-repeat center center;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  left: -35px;
}
.brands-section .brands-list .slick-next {
  left: auto;
  right: -35px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.brands-section .brands-list .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  gap: 6px;
}
.brands-section .brands-list .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d8d4d0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
}
.brands-section .brands-list .slick-dots li.slick-active {
  width: 16px;
  background: #27a595;
}
.brands-section .brands-list .slick-dots li button {
  display: none;
}
.brands-section .brand-item {
  background: #ffffff;
  border: 1px solid #F7F5F3;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  height: 96px;
}
.brands-section .brand-item img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 80%;
}
.brands-section {
  /* ---- responsive ---- */
}
@media (max-width: 991px) {
  .brands-section {
    padding: 60px 0 70px 0;
  }
  .brands-section .brands-header {
    gap: 8px;
    text-align: center;
  }
  .brands-section .brands-title {
    font-size: 24px;
  }
  .brands-section .brands-all {
    font-size: 14px;
    padding: 8px 16px;
  }
  .brands-section .brands-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .brands-section .brand-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 96px;
  }
  .brands-section .brand-item img {
    max-width: 100px;
  }
}

/* ---- Promotions ---- */
.promo-section {
  width: 100%;
  background-color: #F7F5F3;
  padding: 64px 0;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.promo-section .promo-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: var(--container-wrapper-padding-sides);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 991px) {
  .promo-section .promo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.promo-section .promo-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 10px);
  flex: 1 1 calc(33.333% - 10px);
  overflow: hidden;
  border-radius: 8px;
}
.promo-section .promo-item img {
  width: 100%;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .promo-section .promo-item img {
    height: 320px;
  }
}
.promo-section .promo-item .promo-btn {
  background: #27a595;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.promo-section .promo-item .promo-btn:hover {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all 0.25;
  transition: all 0.25;
}
.promo-section .promo-item .promo-btn {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  white-space: nowrap;
  padding: 12px 16px;
}
@media (max-width: 991px) {
  .promo-section {
    padding: 40px 0 70px 0;
  }
}

/* Shared Product Cards verhuisd naar components/_product-card.scss
 * (geladen via core.scss zodat de cards overal beschikbaar zijn).
 */
/* ---- Slider ---- */
.producten-home {
  padding-bottom: 94px;
  position: relative;
}
.producten-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #F7F5F3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.producten-home .filter-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.producten-home {
  /* Slick arrows */
}
.producten-home .filter-products .slick-prev,
.producten-home .filter-products .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../images/carousel-arrow.svg") no-repeat center center;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  left: -35px;
}
.producten-home .filter-products .slick-next {
  left: auto;
  right: -35px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.producten-home .filter-products .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  gap: 6px;
}
.producten-home .filter-products .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d8d4d0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
}
.producten-home .filter-products .slick-dots li.slick-active {
  width: 16px;
  background: #27a595;
}
.producten-home .filter-products .slick-dots li button {
  display: none;
}

/* ---- Mobiele 1.5-kaart peek ---- */
@media (max-width: 767px) {
  .producten-home .filter-products .products .slick-list,
  .look-section .filter-products .products .slick-list {
    padding: 0 35% 0 0 !important;
  }
  .producten-home .filter-products .products .slick-slide,
  .look-section .filter-products .products .slick-slide {
    margin-right: 8px;
  }
}

/* ---- Look ---- */
.look-section {
  padding: 40px 0;
  min-height: 615px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.look-section .look-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.look-section .look-bg img {
  height: 100%;
}
.look-section .look-content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 100%;
}
.look-section .look-content-wrapper .look-header {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  width: 50%;
  max-width: 560px;
}
.look-section .look-content-wrapper .look-header .look-title {
  font-size: 32px;
  font-family: var(--font-serif);
  color: #ffffff;
}
.look-section .carousel {
  max-width: 560px;
  width: 50%;
  background: transparent;
}
.look-section .filter-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.look-section {
  /* Slick arrows (white for look section) */
}
.look-section .filter-products .slick-prev,
.look-section .filter-products .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../images/carousel-arrow-white.svg") no-repeat center center;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  left: -35px;
}
.look-section .filter-products .slick-next {
  left: auto;
  right: -35px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.look-section .filter-products .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
  gap: 6px;
}
.look-section .filter-products .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
}
.look-section .filter-products .slick-dots li.slick-active {
  width: 16px;
  background: #ffffff;
}
.look-section .filter-products .slick-dots li button {
  display: none;
}
@media (max-width: 991px) {
  .look-section {
    padding-top: 0;
  }
  .look-section .look-bg {
    position: static;
  }
  .look-section .look-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center top;
    object-position: center top;
  }
  .look-section .look-content-wrapper {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0 0 60px var(--container-wrapper-padding-sides);
    background: #AA9984;
    position: relative;
    min-height: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .look-section .look-content-wrapper:before {
    content: "";
    position: absolute;
    top: -118px;
    left: 0;
    width: 100vw;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#AA9985), to(rgba(170, 153, 133, 0)));
    background: linear-gradient(0deg, #AA9985 0%, rgba(170, 153, 133, 0) 100%);
  }
  .look-section .look-content-wrapper .look-header {
    width: 100%;
    padding: 0;
  }
  .look-section .look-content-wrapper .look-header .look-title {
    font-size: 32px;
  }
  .look-section .carousel {
    max-width: inherit;
    width: 100%;
    padding: 0;
    background: #AA9984;
  }
}

/* ---- Info ---- */
.about-section {
  width: 100%;
  padding: 64px 0;
  text-align: center;
  color: #2d2d2d;
}
.about-section .about-container {
  max-width: 1020px;
  margin: 0 auto;
}
.about-section .about-logo {
  width: 54px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 22px;
}
.about-section .about-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/logo-small.svg") no-repeat;
}
.about-section .about-subtitle {
  font-size: var(--text-small);
  line-height: 1.5;
  letter-spacing: 2.8px;
  font-weight: 600;
  color: #27a595;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-section .about-text {
  font-size: var(--text-xl);
  color: #5C5351;
  margin-bottom: 15px;
}
.about-section .about-text a.about-link {
  color: #27a595;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-section .about-text a.about-link:hover {
  color: #27a595;
  text-decoration: underline;
}
.about-section .btn-state {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #27a595;
  color: #27a595;
}
.about-section .btn-state:hover {
  background: #27a595;
  color: #ffffff;
}
@media (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }
  .about-section .about-text {
    line-height: 1.6;
  }
}

/* ---- Surprise ---- */
.surprise-section {
  padding: 0 0 64px 0;
}
.surprise-section .surprise-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  max-height: 624px;
}
.surprise-section .surprise-content {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  background-color: #134d45;
  color: #ffffff;
  border-radius: 12px 0 0 12px;
  padding: 48px;
  background-image: url("../../images/diamond-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.surprise-section .surprise-content .surprise-title {
  font-size: 52px;
  font-family: var(--font-serif);
  color: #ffffff;
  font-weight: 400;
  margin: auto 0 24px 0;
  line-height: 1;
}
.surprise-section .surprise-content .surprise-title .surprise-title-accent {
  font-family: "Tahu", serif;
  font-size: 72px;
  color: #27a595;
  display: block;
  line-height: 1;
  margin-bottom: -20px;
}
.surprise-section .surprise-content .surprise-text {
  font-size: 16px;
  line-height: 1.7;
  color: #cfdedb;
  margin-bottom: 18px;
}
.surprise-section .surprise-content .surprise-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.surprise-section .surprise-content .surprise-btn:hover {
  background-color: #ffffff;
  color: #134d45;
}
.surprise-section .surprise-image {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.surprise-section .surprise-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.surprise-section {
  /* --- Mobile --- */
}
@media (max-width: 767px) {
  .surprise-section {
    padding: 0 0 40px 0;
  }
  .surprise-section .surprise-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    border-radius: 12px;
    max-height: none;
  }
  .surprise-section .surprise-content {
    width: 100%;
    border-radius: 0;
    padding: 48px 24px;
  }
  .surprise-section .surprise-content .surprise-title {
    font-size: 44px;
    margin-top: 0;
  }
  .surprise-section .surprise-content .surprise-title .surprise-title-accent {
    font-size: 64px;
    margin-bottom: -10px;
  }
  .surprise-section .surprise-content .surprise-text {
    font-size: 16px;
  }
  .surprise-section .surprise-image {
    width: 100%;
    border-radius: 0;
    min-height: 300px;
  }
  .surprise-section .surprise-image img,
  .surprise-section .surprise-image .surprise-image-item {
    width: 100%;
    height: 100%;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}
@media (max-width: 575px) {
  .surprise-section .surprise-content {
    padding: 32px 16px;
  }
  .surprise-section .surprise-content .surprise-title {
    font-size: 36px;
  }
  .surprise-section .surprise-content .surprise-title .surprise-title-accent {
    font-size: 52px;
  }
  .surprise-section .surprise-content .surprise-text {
    font-size: 14px;
  }
}

/* ---- Blog ---- */
.blog-section {
  background: #F7F5F3;
  padding: 60px 0 62px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.blog-section .blog-title {
  margin-bottom: 26px;
}
.blog-section .blog-title h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  color: #27a595;
  margin: 0;
}
.blog-section .slick-list {
  margin-right: -8px;
}
.blog-section ul {
  padding: 0;
}
.blog-section ul .blog-item {
  margin-right: 8px;
  border-radius: 4px;
  background: #ffffff;
}
.blog-section .blog-recent-img img {
  width: 100%;
  border-radius: 4px;
}
.blog-section .blog-recent-title {
  background: #ffffff;
  padding: 16px;
  border-radius: 0 0 8px 8px;
}
.blog-section .blog-recent-title .title {
  color: #847671;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-section .blog-link {
  position: relative;
  color: #27a595;
  font-weight: 600;
}
.blog-section .blog-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  width: 16px;
  height: 16px;
  background: url("../../images/carousel-arrow.svg") no-repeat center center;
  background-size: contain;
}
.blog-section {
  /* --- Mobile --- */
}
@media (max-width: 767px) {
  .blog-section .blog-title h2 {
    font-size: 24px;
  }
  .blog-section .slick-list {
    margin-right: -16px;
  }
  .blog-section ul .blog-item {
    margin-right: 16px;
  }
  .blog-section .blog-recent-title .title {
    font-size: 15px;
  }
}
/*# sourceMappingURL=home.css.map */
