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

.home .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.home .splide__arrow {
  height: 3rem !important;
  border-radius: 10% !important;
}
.home .splide__arrow--next {
  right: 0em !important;
}
.home .splide__arrow--prev {
  left: 0em !important;
}
.home .splide__arrow svg {
  fill: #FFFFFF;
  width: 1em;
}
.home #mainBanner {
  max-width: 2500px;
}
.home #mainBanner .home-cls-wrapper {
  overflow: hidden;
}
.home #mainBanner .home-cls-wrapper #home_slider .img-wrap {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 34%;
}
@media screen and (max-width: 768px) {
  .home #mainBanner .home-cls-wrapper #home_slider .img-wrap {
    padding-bottom: 100%;
  }
}
.home #mainBanner .home-cls-wrapper #home_slider .img-wrap img, .home #mainBanner .home-cls-wrapper #home_slider .img-wrap .spacer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.home #mainBanner .home-cls-wrapper #home_slider .img-wrap .backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 34%;
}
@media screen and (max-width: 768px) {
  .home #mainBanner .home-cls-wrapper #home_slider .img-wrap .backdrop {
    padding-bottom: 100%;
  }
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__slide {
  position: relative;
  min-height: 300px;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data {
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 100px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data {
    padding: 0 10px;
    left: 10%;
    bottom: 20px;
  }
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data .splide__title {
  text-transform: uppercase;
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data .splide__title {
    font-size: 2rem;
  }
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data .splide__subtitle {
  font-size: 1.25rem;
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .home #mainBanner .home-cls-wrapper #home_slider .splide__slide .splide__data .splide__subtitle {
    font-size: 1rem;
    max-width: 400px;
  }
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow:hover {
  opacity: 0.9;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow--prev {
  left: -1rem !important;
  background: white;
  height: 4em;
  width: 3em;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow--prev svg {
  margin-left: 8px;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow--next {
  right: -1rem !important;
  background: white;
  height: 4em;
  width: 3em;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow--next svg {
  margin-right: 8px;
}
.home #mainBanner .home-cls-wrapper #home_slider .splide__arrow svg {
  fill: #111;
  width: 0.7em;
  height: 0.7em;
}
.home #navBanners ul {
  padding: 0;
  list-style: none;
}
.home #navBanners ul li .inner {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  height: 100%;
  overflow: hidden;
}
.home #navBanners ul li .inner .img-wrap {
  display: block;
  width: 100%;
  height: 196px;
}
@media screen and (max-width: 768px) {
  .home #navBanners ul li .inner .img-wrap {
    height: 120px;
  }
}
.home #navBanners ul li .inner .data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
.home #navBanners ul li .inner .data .name {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .home #navBanners ul li .inner .data .name {
    font-size: 16px;
  }
}
.home #navBanners ul li .inner .data .name span p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
  text-transform: none;
  margin: 0;
}
.home #navBanners ul li.Schoenen .img-wrap {
  background-color: #111;
}
.home #navBanners ul li.Schoenen .data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #navBanners ul li.Schoenen .data::before {
  content: "";
  width: 110px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1117.1 392.79c32.434 72.07 10.812 190.99 10.812 248.65l-252.25 3.6055c-223.42 151.35-547.75 104.5-803.61 64.863-50.449-169.37 176.58-54.055 407.21-194.59l25.227-14.414c28.828 28.828 50.449 61.262 64.863 46.848 18.02-18.02-10.812-39.641-36.035-64.863l32.434-18.02c25.227 28.828 46.848 61.262 61.262 46.848 18.02-14.414-10.812-39.641-32.434-64.863l28.828-18.02c25.227 28.828 46.848 61.262 64.863 46.848 14.414-18.02-14.414-39.641-36.035-61.262 21.621-10.812 36.035-21.621 43.242-25.227 28.828 32.434 147.75 140.54 421.62 3.6055zm-609.01 61.262c-10.812-14.414-43.242 0-18.02 28.828-277.48 169.37-486.49 21.621-439.64 234.23l-3.6055 72.07c162.16 54.055 554.95 75.676 763.96-7.207v61.262h338.74v-158.56c3.6055-104.5 25.227-245.05-21.621-320.72-317.12 162.16-414.41 14.414-425.23-3.6055l-64.863 36.035c-36.035-39.641-54.055-10.812-28.828 18.02l-32.434 18.02c-32.434-39.641-50.449-10.812-28.828 14.414l-28.828 18.02-10.812-10.812zm619.82 209.01-3.6055 154.95h-291.89v-75.676c-162.16 86.488-533.33 90.09-763.96 28.828l3.6055-36.035c263.06 39.641 576.58 82.883 814.41-68.469 21.621-3.6055 122.52-3.6055 241.44-3.6055z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .home #navBanners ul li.Schoenen .data::before {
    top: -130%;
    width: 55px;
    height: 50px;
  }
}
.home #navBanners ul li.Voetzorg .img-wrap {
  background-color: #111;
}
.home #navBanners ul li.Voetzorg .data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #navBanners ul li.Voetzorg .data::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='m646.15 306.92c-16.152 23.078-23.078 50.77-23.078 78.461 0 55.383 18.461 103.85 34.617 152.31 9.2305 25.383 18.461 46.152 25.383 69.23s11.539 46.152 13.848 71.539c4.6172 48.461 2.3086 96.922-6.9219 145.38-4.6172 23.078-9.2305 48.461-16.152 71.539-11.539 50.77-16.152 110.77 0 161.54 6.9219 27.691 23.078 53.078 43.848 73.848 20.77 20.77 48.461 34.617 76.152 39.23 27.691 4.6172 55.383 9.2305 83.078 4.6172 13.848-2.3086 27.691-6.9219 41.539-11.539 13.848-6.9219 25.383-13.848 36.922-23.078 23.078-18.461 39.23-41.539 50.77-66.922 23.078-50.77 32.309-103.85 32.309-154.62 0-48.461 4.6172-96.922 18.461-143.08 4.6172-11.539 6.9219-23.078 11.539-32.309 4.6172-11.539 9.2305-20.77 16.152-32.309 11.539-23.078 20.77-48.461 27.691-73.848 6.9219-25.383 11.539-50.77 9.2305-78.461 0-13.848 0-25.383-2.3086-39.23-2.3086-27.691-11.539-50.77-2.3086-110.77 2.3086-11.539 2.3086-25.383 2.3086-39.23-2.3086-13.848-6.9219-25.383-13.848-36.922-11.539-20.77-39.23-32.309-62.309-23.078 11.539-13.848 20.77-27.691 25.383-48.461 2.3086-11.539 0-25.383-4.6172-39.23-4.6172-13.848-16.152-25.383-30-30-13.848-4.6172-30-6.9219-43.848 2.3086 4.6172-6.9219 4.6172-13.848 4.6172-20.77 0-11.539-4.6172-20.77-13.848-30-6.9219-9.2305-20.77-13.848-32.309-16.152-11.539-2.3086-23.078 0-32.309 6.9219 4.6172-13.848 0-32.309-9.2305-46.152-16.152-18.461-41.539-25.383-64.617-18.461-9.2305 2.3086-18.461 9.2305-25.383 16.152-6.9219-16.152-18.461-30-34.617-41.539-23.078-13.848-53.078-20.77-80.77-9.2305-13.848 4.6172-25.383 13.848-34.617 25.383-9.2305 11.539-13.848 23.078-18.461 34.617-6.9219 23.078-9.2305 46.152-9.2305 69.23 2.3086 41.539 18.461 83.078 41.539 113.08-13.836 4.6172-25.375 16.156-34.605 30zm73.848-32.305c18.461-13.848 41.539-20.77 64.617-20.77 23.078 2.3086 46.152 11.539 66.922 23.078 41.539 25.383 73.848 66.922 110.77 99.23-18.461-18.461-32.309-39.23-48.461-57.691-34.617-39.23-76.152-76.152-126.92-83.078-27.691-4.6172-55.383 4.6172-78.461 16.152-9.2305 4.6172-18.461 9.2305-25.383 16.152-13.852-34.613-18.465-71.539-13.852-108.46 4.6172-39.23 23.078-80.77 46.152-87.691 11.539-4.6172 30-2.3086 41.539 4.6172 11.539 6.9219 23.078 20.77 30 36.922 13.848 32.309 6.9219 76.152-4.6172 117.69 16.152-16.152 27.691-34.617 36.922-57.691 6.9219-16.152 9.2305-36.922 6.9219-55.383 6.9219-11.539 16.152-20.77 25.383-23.078 11.547-2.3086 25.391 0 36.93 6.9219 9.2305 6.9219 16.152 16.152 20.77 32.309-16.152 11.539-27.691 30-27.691 48.461-2.3086 20.77 6.9219 41.539 20.77 53.078-2.3086-18.461 0-34.617 4.6172-48.461 4.6172-13.848 13.848-20.77 25.383-27.691 11.539-4.6172 20.77-6.9219 32.309 0 9.2305 6.9219 20.77 18.461 20.77 34.617-11.539 9.2305-16.152 20.77-18.461 32.309-4.6172 27.691 9.2305 48.461 23.078 64.617-2.3086-23.078-4.6172-43.848 2.3086-57.691 6.9219-13.848 16.152-16.152 30-11.539 11.539 4.6172 18.461 18.461 20.77 34.617 2.3086 16.152-2.3086 34.617-6.9219 55.383-23.078 18.461-23.078 50.77-4.6172 69.23-16.152-20.77-11.539-50.77 9.2305-64.617 20.77-13.848 48.461-2.3086 57.691 18.461 11.539 20.77 11.539 43.848 6.9219 69.23-6.9219 23.078-9.2305 50.77-9.2305 78.461 0 13.848 2.3086 25.383 4.6172 36.922 0 11.539 2.3086 25.383 0 36.922 0 23.078-6.9219 46.152-13.848 71.539-6.9219 23.078-16.152 46.152-27.691 66.922-4.6172 9.2305-13.848 20.77-18.461 34.617-6.9219 11.539-11.539 25.383-16.152 36.922-18.461 50.77-23.078 103.85-25.383 154.62-2.3086 48.461-11.539 96.922-30 138.46-20.77 41.539-53.078 71.539-96.922 76.152-20.77 4.6172-43.848 0-66.922-4.6172-20.77-4.6172-41.539-16.152-55.383-30-30-27.691-41.539-76.152-39.23-122.31 0-23.078 2.3086-46.152 9.2305-69.23 4.6172-25.383 11.539-50.77 16.152-76.152 6.9219-50.77 11.539-103.85 4.6172-156.92-2.3086-25.383-9.2305-53.078-16.152-76.152-6.9219-25.383-18.461-48.461-27.691-71.539-18.461-46.152-36.922-92.309-39.23-138.46 0-23.078 4.6172-46.152 16.152-64.617 6.9102-25.387 25.371-39.234 46.141-50.77z'/%3E%3Cpath d='m78.461 514.62c-2.3086 13.848-2.3086 25.383-2.3086 39.23 0 25.383 4.6172 53.078 9.2305 78.461 6.9219 25.383 13.848 50.77 27.691 73.848 6.9219 11.539 11.539 20.77 16.152 32.309 4.6172 11.539 9.2305 23.078 11.539 32.309 13.848 46.152 18.461 94.617 18.461 143.08 0 53.078 9.2305 106.15 32.309 154.62 11.539 25.383 27.691 48.461 50.77 66.922 11.539 9.2305 23.078 16.152 36.922 23.078 13.848 4.6172 27.691 9.2305 41.539 11.539 27.691 4.6172 55.383 2.3086 83.078-4.6172 27.691-6.9219 55.383-20.77 76.152-39.23 20.77-20.77 36.922-46.152 43.848-73.848 13.848-50.77 11.539-108.46 0-161.54-4.6172-25.383-11.539-48.461-16.152-71.539-9.2305-48.461-11.539-96.922-6.9219-145.38 2.3086-23.078 6.9219-48.461 13.848-71.539 6.9219-23.078 16.152-46.152 25.383-69.23 18.461-48.461 34.617-96.922 34.617-152.31 0-27.691-6.9219-55.383-23.078-78.461-9.2305-13.848-20.77-25.383-32.309-34.617 23.078-32.309 39.23-71.539 41.539-113.08 0-23.078-2.3086-46.152-9.2305-69.23-4.6172-11.539-9.2305-23.078-18.461-34.617-9.2305-11.539-20.77-20.77-34.617-25.383-27.691-11.539-57.691-4.6172-80.77 9.2305-16.152 11.539-27.691 25.383-34.617 41.539-6.9219-6.9219-13.848-13.848-25.383-16.152-23.078-6.9219-50.77 0-64.617 18.461-11.539 13.848-13.848 30-9.2305 46.152-9.2305-4.6172-20.77-6.9219-32.309-6.9219-11.539 2.3086-23.078 6.9219-32.309 16.152-9.2266 11.535-11.535 23.074-13.844 32.305 0 6.9219 2.3086 16.152 4.6172 20.77-13.848-6.9219-30-4.6133-43.848 0-13.844 6.9258-25.383 18.461-30 30-4.6172 13.848-6.9219 25.383-4.6172 39.23 2.3086 20.77 13.848 34.617 25.383 48.461-23.078-9.2305-50.77 2.3086-62.309 23.078-6.9219 11.539-11.539 25.383-13.848 36.922-2.3086 13.848 0 27.691 2.3086 39.23 4.6172 25.383 6.9219 48.461 2.3086 71.539-2.3008 13.848-4.6094 27.695-6.918 39.234zm25.387-180c9.2305-20.77 36.922-32.309 57.691-18.461 20.77 11.539 25.383 43.848 9.2305 64.617 18.461-18.461 18.461-53.078-4.6172-69.23-4.6172-20.77-6.9219-39.23-6.9219-55.383 2.3086-18.469 9.2305-32.312 20.77-36.93 11.539-4.6133 20.77-2.3086 30 11.539 6.9219 13.848 4.6172 34.617 2.3086 57.691 13.848-16.152 27.691-36.922 23.078-64.617-2.3086-11.539-9.2305-23.078-18.461-32.309 0-18.461 11.539-30 20.77-34.617 11.539-4.6172 20.77-4.6172 32.309 0 11.539 4.6172 18.461 13.848 25.383 27.691 4.6172 13.848 6.9219 30 4.6172 48.461 13.848-11.539 23.078-32.309 20.77-53.078 0-18.461-11.539-36.922-27.691-48.461 2.3086-13.848 11.539-25.383 20.77-32.309 9.2266-4.6055 23.07-6.9141 34.609-2.3008 9.2305 2.3086 18.461 11.539 25.383 23.078-2.3086 18.461 2.3086 39.23 6.9219 55.383 9.2305 20.77 20.77 41.539 36.922 57.691-11.539-41.539-18.461-83.078-4.6172-117.69 6.9219-16.152 18.461-30 30-36.922 11.547-9.2305 30.008-11.539 41.547-6.9219 25.383 6.9219 43.848 50.77 46.152 87.691 4.6172 34.617-2.3086 73.848-13.848 110.77-9.2305-6.9219-16.152-11.539-25.383-16.152-23.078-11.539-50.77-20.77-78.461-16.152-50.77 6.9219-94.617 43.848-126.92 83.078-16.152 18.461-30 39.23-48.461 57.691 36.922-32.309 69.23-73.848 110.77-99.23 20.77-13.848 43.848-23.078 66.922-23.078 23.078-2.3086 46.152 6.9219 66.922 18.461 20.77 11.539 39.23 27.691 50.77 46.152 11.539 18.461 16.152 41.539 16.152 64.617-2.3086 46.152-18.461 92.309-39.23 138.46-9.2305 23.078-20.77 46.152-27.691 71.539-6.9219 25.383-13.848 50.77-16.152 76.152-6.9219 53.078-4.6172 106.15 4.6172 156.92 4.6172 25.383 9.2305 50.77 16.152 76.152 4.6172 23.078 6.9219 46.152 9.2305 69.23 0 46.152-9.2305 94.617-39.23 122.31-16.152 13.848-34.617 23.078-55.383 30-20.77 4.6172-43.848 6.9219-66.922 4.6172-43.848-4.6172-76.152-36.922-96.922-76.152-20.77-41.539-30-90-30-138.46-2.3086-50.77-6.9219-103.85-25.383-154.62-4.6172-11.539-9.2305-25.383-16.152-36.922-4.6172-11.539-13.848-23.078-18.461-34.617-11.539-20.77-20.77-43.848-27.691-66.922-6.9219-23.078-11.539-46.152-13.848-71.539v-36.922c0-11.539 2.3086-25.383 4.6172-36.922 2.3086-25.383-2.3086-53.078-9.2305-78.461-9.2422-20.773-9.2422-43.852 2.2969-64.617z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .home #navBanners ul li.Voetzorg .data::before {
    top: -110%;
    width: 40px;
    height: 50px;
  }
}
.home #navBanners ul li.Tassen .img-wrap {
  background-color: #111;
}
.home #navBanners ul li.Tassen .data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #navBanners ul li.Tassen .data::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='m671.31 881.41c8.1836 0 16.031-3.2539 21.82-9.0391 5.7852-5.7891 9.0391-13.637 9.0391-21.82 0-8.1836-3.2539-16.035-9.0391-21.82-5.7891-5.7891-13.637-9.0391-21.82-9.0391s-16.035 3.25-21.82 9.0391c-5.7891 5.7852-9.0391 13.637-9.0391 21.82 0.035156 8.1719 3.3008 16 9.0781 21.777 5.7812 5.7812 13.609 9.043 21.781 9.082zm0-41.699v-0.003907c4.5547 0 8.6602 2.7461 10.402 6.9531 1.7422 4.207 0.77734 9.0469-2.4414 12.27-3.2188 3.2188-8.0625 4.1836-12.27 2.4414-4.207-1.7461-6.9531-5.8516-6.9531-10.402-0.11328-3.0586 1.0234-6.0312 3.1484-8.2344s5.0508-3.4453 8.1133-3.4414z'/%3E%3Cpath d='m550.1 881.41c8.1836 0 16.035-3.2539 21.82-9.0391 5.7891-5.7891 9.0391-13.637 9.0391-21.82 0-8.1836-3.25-16.035-9.0391-21.82-5.7852-5.7891-13.637-9.0391-21.82-9.0391s-16.031 3.25-21.82 9.0391c-5.7852 5.7852-9.0391 13.637-9.0391 21.82 0.039063 8.1719 3.3008 16 9.082 21.777 5.7773 5.7812 13.605 9.043 21.777 9.082zm0-41.699v-0.003907c4.5547 0 8.6602 2.7461 10.402 6.9531 1.7422 4.207 0.78125 9.0469-2.4414 12.27-3.2188 3.2188-8.0625 4.1836-12.27 2.4414-4.207-1.7461-6.9492-5.8516-6.9492-10.402-0.11328-3.0586 1.0234-6.0312 3.1445-8.2344 2.125-2.2031 5.0547-3.4453 8.1133-3.4414z'/%3E%3Cpath d='m1163 807.18c-3.3867-31.789-8.6328-63.352-15.707-94.523 4.6797 0.03125 8.7344-3.2344 9.7109-7.8086 0.97656-4.5781-1.3945-9.2109-5.6797-11.094-1.6211-0.75-3.1172-1.7344-4.4492-2.9219 1.25-5.2188 2.7812-10.371 4.5859-15.426 2.5039-7.6445 5.5586-16.957 8.3398-27.801 4.8633-18.488 7.7852-41.699-13.207-55.602h0.003907c-6.9805-5.4453-16.25-6.9648-24.605-4.0312l-13.898-29.051c-0.64844-5.7773-3.4062-11.109-7.7383-14.98-4.332-3.8711-9.9414-6.0117-15.754-6.0078h-5.5586c-2.0195 0.019531-4.0312 0.29688-5.9766 0.83203-5.1445-77.285-21.684-168.75-29.051-180.7-2.2227-3.6133-4.7266-7.5078-87.293-8.6172 1.332-1.8516 1.9727-4.1172 1.8047-6.3945-0.097656-2.7461-1.3398-5.332-3.4258-7.125-2.082-1.793-4.8203-2.6367-7.5547-2.3242-26.906 2.7422-54.082 1.1484-80.48-4.7266-9.0273-3.1914-18.336-5.5195-27.801-6.9531l8.7578-54.348c3.4023-0.29688 6.6641-1.4961 9.4492-3.4766 4.25-3.1289 7.0703-7.832 7.8242-13.055 0.75781-5.2266-0.60547-10.535-3.793-14.746-101.47-135.8-236.3-135.25-250.2-134.69-13.898 0.55859-150.26-0.27734-251.18 135.39-3.0117 4.1133-4.3203 9.2305-3.6445 14.281 0.67188 5.0508 3.2734 9.6484 7.2617 12.824 2.6641 1.9141 5.7734 3.1094 9.0352 3.4766l8.7578 54.348h-0.003907c-9.4609 1.4414-18.77 3.7695-27.801 6.9531-13.555 3.8984-27.594 5.8633-41.699 5.8359h-0.97266c-3.1016-7.6797-9.1641-13.793-16.82-16.957-31.273-8.8945-50.734-12.094-58.102-9.4531h-1.3906c-10.562 3.1953-20.711 9.3125-33.082 42.535-15.707 0.97266-20.434 2.0859-23.492 6.9492-7.3672 12.23-24.188 105.64-29.191 183.34-0.97266 15.289-1.9453 32.527-1.668 49.344h0.003907c-4.2656-1.2656-8.8047-1.2656-13.066 0-15.566 4.7266-37.391 25.855-67.832 148.73-22.383 86.461-44.066 323.46-41.426 345 1.0977 10.5 7.1406 19.848 16.266 25.16 6.1133 3.4062 13.02 5.1328 20.016 5.0039 10.18-0.25781 20.207-2.5742 29.469-6.8125 30.996-13.207 39.477-45.871 47.539-77.562 1.3906-5.4219 2.7812-10.844 4.3086-16.262 2.3633-8.4805 8.7578-34.891 16.957-69.5 0.51172 22.82 2.6016 45.578 6.2539 68.109l1.1133 2.3633c7.9219 29.887 22.52 85.484 129.69 90.77 34.75 1.668 82.43 2.3633 130.66 2.3633 77.145 0 155.27-1.5273 183.48-2.0859 28.219-0.55469 106.34 2.0859 183.48 2.0859 48.234 0 95.91 0 130.66-2.3633 79.926-4.0312 106.75-36.559 119.54-64.637 38.504-2.0859 58.102-14.594 67.832-31.969 21.961-31.414 55.602-92.156 57.27-112.18h0.003906c0.89062-24.516-0.69141-49.059-4.7266-73.254zm-27.801-199.05c6.2539 4.3086 11.816 10.562 5.4219 35.027-2.0859 7.9219-4.3086 14.875-6.2539 21.129h-0.003907c-2.6055-10.441-6.1406-20.629-10.562-30.441-1.1875-2.4609-1.6719-5.2031-1.3906-7.9258h1.8086c3.3242-0.035156 6.4062-1.7461 8.1992-4.5469s2.0547-6.3164 0.69531-9.3516l-2.7812-6.1172c1.8633 0.19922 3.6133 0.97656 5.0039 2.2266zm-34.75 372.11c-13.863 1.9258-27.945 1.5977-41.703-0.97266 5.0039-66.582 6.5312-210.03 6.9492-288.01h0.003906c3.7031 2.3359 7.9883 3.5859 12.371 3.6133h4.0312c-3.7539 22.504-4.6406 45.387-2.6406 68.113 1.25 10.703 3.6133 26.133 6.2539 43.926v-0.003906c7.5156 43.465 12.527 87.32 15.012 131.36v9.1758-0.003906c0.60938 10.93 0.51562 21.887-0.27734 32.805zm-25.438-418.67c0.070312-2.1953 1.8359-3.9609 4.0312-4.0312h6.3945c2.1953 0.070313 3.957 1.8359 4.0312 4.0312v109.25c-0.074219 2.1953-1.8359 3.9609-4.0312 4.0312h-6.3945c-2.1953-0.070312-3.9609-1.8359-4.0312-4.0312zm-46.707-190.43c13.184 56.188 21.645 113.38 25.301 170.97 4.1289 33.934 2.2461 68.328-5.5625 101.61-10.148 32.941-33.082 59.215-80.762 81.316h0.003907c-75.441 33.133-155.86 53.52-237.97 60.328v-29.746c0-6.3047-2.5039-12.352-6.9609-16.809-4.457-4.457-10.504-6.9609-16.805-6.9609h-188.91c-6.3008 0-12.348 2.5039-16.805 6.9609-4.457 4.457-6.9648 10.504-6.9648 16.809v30.441c-82.113-6.8086-162.53-27.195-237.97-60.328-14.004-6.3672-27.246-14.297-39.477-23.629 6.5312-29.051 11.816-53.098 14.875-67.973 8.3398-39.754 12.926-67.832 18.348-100.36 5.9766-36.559 12.926-77.98 26.828-147.62 1.3906-6.8125 2.6406-12.371 3.8906-17.375 100.91 0 258.54 2.2227 318.31 3.4766 1.0117 0.18359 2.0469 0.18359 3.0586 0h20.988c0.78516 0.097656 1.5781 0.097656 2.3633 0 150.82-2.7812 370.44-5.2812 404.21-1.1133zm-318.87 414.64h-197.38v-30.164c0.03125-1.1602 0.54688-2.25 1.4141-3.0156 0.87109-0.76562 2.0195-1.1328 3.1719-1.0156h188.77c2.1953 0.070313 3.957 1.8359 4.0312 4.0312zm-197.38 20.43h197.38v74.922c-0.074219 2.1992-1.8359 3.9609-4.0312 4.0312h-188.77c-2.1953-0.070312-3.957-1.832-4.0312-4.0312v-74.922zm-215.31-457.04h-11.953c1.3398-4.0977 3.2578-7.9844 5.6992-11.539 2.5938 3.5508 4.6953 7.4297 6.2539 11.539zm564.21-1.668 4.0312 1.25h-29.887l1.25-6.9492c8.3633 1.1172 16.602 3.0234 24.605 5.6992zm-250.2-206.28h1.8086c5.0039 0 125.1-3.6133 217.4 118.71l-10.289 62.133c-4.4141 0.17578-8.6992 1.5664-12.379 4.0195-3.6758 2.4531-6.6094 5.8711-8.4688 9.8789-1.8789 4.3945-2.2188 9.2891-0.97266 13.902-50.875 0-112.59 1.668-187.1 3.0586-27.801 0-105.78-1.9453-187.23-2.918v-0.003906c1.2891-4.5938 0.99609-9.4883-0.83594-13.898-1.8594-4.0078-4.793-7.4297-8.4688-9.8789-3.6797-2.4531-7.9648-3.8438-12.379-4.0195l-10.289-61.855c92.02-122.32 213.79-118.85 219.07-118.71zm-250.2 206.28c7.9883-2.8164 16.227-4.8633 24.605-6.1172l1.25 7.7852h-30.859zm-166.8 23.352h0.41797c-1.9453 6.3945-3.8906 13.898-5.9766 21.547 1.9453-9.4531 3.75-17.098 5.0039-21.129zm-108.84 373.22c28.637-115.23 47.539-132.47 54.352-134.55 2.1328-0.48438 4.3438 0.39844 5.5586 2.2227h0.83594c-13.898 71.863-33.082 163.46-61.301 280.09-4.1719 17.234-8.7578 41.699-13.898 67.414h-0.003906c-6.1914 36.473-14.215 72.613-24.047 108.28 0-2.0859-0.97266-4.5859-1.5273-7.3672 3.8906-62.273 21.824-242.7 40.031-316.09zm38.922 264.1c-1.5273 5.5586-3.0586 11.121-4.4492 16.68-7.6445 29.469-13.898 55.602-36.281 64.359h0.003907c-8.7812 4.4961-18.816 5.9141-28.496 4.0312 11.258-10.148 19.184-44.34 35.445-130.11 4.8633-25.578 9.4531-49.625 13.898-66.441 44.898-186.12 67-308.3 81.594-389.2 8.3398-46.008 13.898-79.371 20.988-105.22 18.07-70.613 28.914-73.809 33.637-75.199h1.8086l0.003906-0.003907c10.078 0.66406 20.055 2.4336 29.746 5.2812-7.4844 16.062-12.68 33.094-15.43 50.598-13.898 69.5-20.852 111.2-26.965 148.18-5.2812 32.25-10.008 60.188-18.211 99.523-16.262 73.949-79.371 349.59-87.293 377.67zm800.09 78.121c-83.402 4.1719-240.61 1.668-300.11 0-0.83203-0.10938-1.6719-0.10938-2.5039 0h-20.852 0.003907c-0.875-0.12891-1.7656-0.12891-2.6406 0-59.492 1.1133-217.4 3.6133-300.11 0-92.852-4.5859-104.67-49.344-111.2-76.172l-0.97266-3.4766c-5.5859-45.375-8.3242-91.059-8.1992-136.78 11.258-48.652 23.215-101.75 33.359-146.65v0.003906c11.328 7.8555 23.328 14.691 35.863 20.43 77.852 34.426 160.92 55.566 245.75 62.551v74.922c0.10937 6.332 2.7383 12.355 7.3047 16.738 4.5664 4.3828 10.691 6.7656 17.02 6.6172h188.77c6.3047 0 12.352-2.5039 16.809-6.9648 4.457-4.457 6.9609-10.504 6.9609-16.805v-74.508c84.977-6.9375 168.19-28.082 246.17-62.551 28.098-11.727 52.738-30.434 71.586-54.348 0 106.75-2.7812 243.81-7.2266 295.93h-0.003906c-0.30078 6.6172-1.2812 13.184-2.918 19.602-1.1133 2.918-2.2227 6.1172-3.4766 9.7305-9.0312 27.938-22.934 67.414-109.39 71.723zm128.3-65.191c0.97266-2.918 1.9453-5.6992 2.918-8.1992v-0.003906c1.4141-4.5195 2.3477-9.1797 2.7812-13.898 9.4883 1.3008 19.059 1.9023 28.633 1.8086h8.6172c-6.9492 10.98-19.598 17.93-42.949 20.293zm97.301-125.1c-6.4297 21.738-15.781 42.5-27.801 61.715v-10.562-9.1758c-2.4375-44.973-7.543-89.766-15.289-134.13-2.6406-17.516-5.0039-32.805-6.2539-43.367v-0.003907c-1.8633-25.445-0.22656-51.031 4.8633-76.031 2.8125-4.082 4.2734-8.9453 4.1719-13.902v-20.988c3.4766 9.1758 6.5312 20.57 11.258 38.086l5.8359 21.266c8.043 32.926 13.801 66.367 17.238 100.08l2.0859 16.543c3.875 23.23 5.3633 46.797 4.4453 70.332z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .home #navBanners ul li.Tassen .data::before {
    top: -110%;
    width: 40px;
    height: 50px;
  }
}
.home .doelgroep-banner .img-wrap {
  position: relative;
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.home .doelgroep-banner .img-wrap img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.home .doelgroep-banner .img-wrap:hover img {
  transform: scale(1.1);
}
.home .doelgroep-banner .brand__data {
  padding: 10px 0;
}
.home .doelgroep-banner .brand__data .brand__name {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
}
.home .doelgroep-banner .brand__data .brand__description {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #b1b1b1;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .home .doelgroep-banner .brand__data .brand__description {
    font-size: 12px;
  }
}
.home .doelgroep-banner .brand__data .brand__description p {
  margin-bottom: 0;
}
.home .doelgroep-banner .brand__data .brand__price {
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.8rem;
}
.home #dames_merken .splide__list,
.home #heren_merken .splide__list {
  gap: 20px;
}
.home #dames_merken .img_wrap,
.home #heren_merken .img_wrap {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.home #dames_merken .img_wrap img,
.home #heren_merken .img_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  object-fit: contain;
}
.home #home-text {
  position: relative;
  background-color: #AE9A63;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home #home-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #AE9A63;
  opacity: 0.8;
}
.home #home-text .title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px rgba(99, 99, 99, 0.2);
}
@media screen and (max-width: 768px) {
  .home #home-text {
    border-radius: 0;
  }
}
.home #home-text .content {
  position: relative;
  z-index: 1;
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
.home #home-text .content a {
  transition: all 0.3s ease;
  color: #FFFFFF;
}
.home #blogs .blogs-inner .img-wrap {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}
.home #blogs .blogs-inner .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.home #blogs .blogs-inner .blog__data {
  position: relative;
  padding: 20px 10px 10px;
  text-align: center;
}
.home #blogs .blogs-inner .blog__data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background-color: #AE9A63;
}
.home #blogs .blogs-inner .blog__data .blog__name {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}
.home #blogs .blogs-inner .blog__data .blog__desc {
  font-size: 14px;
  line-height: 1.2;
}

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