:root {
  --fontHeading:	"Outfit", sans-serif;
  --fontBody:		"Outfit", sans-serif;
  --secondary:  #F5E4E8 !important;
  --lightPink: #F0B4BB !important;
  --btn-text-color:   #252525;
  --yellow: #F1EB93;
  --alert: #FF0000;
  --success: #18A75A;
  --h1size: 		48px;
  --h2size:				24px;
      --fontDefaultSize: 16px;
}
html {
overflow-x: hidden;
}
h1, .h1 {
	font-weight: 600;
}
.gap-1 {
	gap: 8px;
}
input, textarea {
	height: 43px;
}
p {
  font-size: 16px;
}
.button, #page .container .gui-button-small {
  color: var(--btn-text-color);
  font-size: 16px;
  font-weight: 400;
  outline: 0;
    box-shadow: none;
    border: 0;
}
.button:hover, .button.active, #page .container .gui-button-small:hover {
  color: var(--btn-text-color);
}
.button:hover, .button.active, #page .container .gui-button-small:hover {
    color: var(--btn-text-color);
}

.button::before, #page .container .gui-button-small::before {
	background-color: var(--yellow);
  border-radius: 30px;
  border: 0;
}
.button::after, #page .container .gui-button-small::after {
	content: "\e902";
  transform: rotate(180deg);
  font-family: icomoon !important;
  font-size: 12px;
  color: var(--white);
  flex-shrink: 0;
  display: block;
  margin-left: 16px;
}
.button:hover, .button::after, #page .container .gui-button-small:hover::after {
	  color: var(--btn-text-color);
}
.button.cta::after {
 color: var(--white);
}
.button.cta:hover::after {
	  color: var(--btn-text-color);
}
.description__title {
  font-size: 32px;
  font-weight: 300;
  
}
/* Topbar */
.wwk-sidebar.wwk-sidebar--system.wwk-sidebar--default:not(.wwk-sidebar--light) {
	display: none !important;
}
.topbar.palette-bg-white {
	background: var(--black);
  color: var(--white);
}
.topbar.palette-bg-white a:not(.button) {
  color: var(--white);
}
.formSearch input {
	border-radius: 24px;
  height: 40px;
}
header .wrap-cart > * {
	font-weight: 400;
}
header .wrap-cart .current a {
	line-height: 1;
  display: flex;
}
header#variant-1.sticky .topbar {
    font-size: 12px;
}
.usp .list .item {
   font-size: 12px;
}

header .wrap-cart a i.icon-wishlist, header .wrap-cart a i, header .wrap-cart > * > i {
	height: 40px;
  width: 40px;
  background-color: white;
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  padding: 0;
}
@media (max-width: 767.98px) {
  header .wrap-cart a i.icon-wishlist, header .wrap-cart a i, header .wrap-cart > * > i {
    height: 32px;
    width: 32px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
    header .wrap-cart > * {
        padding: 0 4px;
    }
}
@media (max-width: 991.98px) {
    header .wrap-cart .cart {
        padding-left: 4px;
    }
}
header .wrap-cart .count {
	right: -5px;
  top: -5px;
}
/* Menu */
.menubar.palette-bg-light {
	background-color:   var(--lightPink);
}
.menu > ul > li > a {
  font-weight: 500;
  font-size: 15px;
}
#home-block-products .product-slider.owl-carousel .product {
background-color: #fff;
}

#home-block-products .link , #home-block-categories .link  {
  color: var(--btn-text-color);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
}
#home-block-products .link:hover , #home-block-categories .link:hover  {
	color: var(--accent);
}
#home-block-products .link i, #home-block-categories .link i {
  right: -20px;
}
#home-block-products .link i:before, #home-block-categories .link i:before {
  content: "\e902";
  transform: rotate(-90deg);
  display: block;
  font-size: 12px;
}
#product .sidebar .meta > *:not(:last-child)::after {
	all: unset;
}
@media (max-width: 575.98px) {
    #home-block-products .product-slider.owl-carousel {
        margin-left: 15px;
        width: 100%;
    }
}
#product form .actions .add-to-wishlist {
	position: relative;
  right: unset;
  margin-left: 15px;
}
/* Minicart */

aside.sidebar {
    box-shadow: 0px 0px 10px 0px rgb(58 58 58 / 50%);
}
aside.cart .totals-wrap {
    padding-left: unset;
}
/* Home hero */
#home-block-banners {
	padding-block: 0;
  margin: 50px 0;
}

@media (max-width: 767.98px) {
    #home-block-banners {
        padding: inherit;
      	margin: 30px 0;
    }
}
#home-block-banners .banner-1 {
  position: relative;
}
#home-block-banners .banners  article.banner-1 .wrap.center {
    position: absolute;
    left: 0;
    bottom: 24px;
    top: 0;
}
#home-block-banners .banners  article.banner-1 .wrap:before {
background: linear-gradient(255deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 63.31%);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home-block-banners .banners  article.banner-1 .wrap h4 {
	color: #fff;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
#home-block-banners .banners article.banner-1 .wrap p {
	letter-spacing: 3.2px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
      position: relative;
}
#home-block-banners .banner-2, #home-block-banners .banner-3 {
	background-color: #F2F2F2;
}
#home-block-banners .banners article .fulllink, #home-block-banners .banners article .wrap {
	position: unset;
  height: 100%;
  width: 100%;
  padding: 24px;
}
@media (max-width: 1199.98px) {
  #home-block-banners .banners article .fulllink, #home-block-banners .banners article .wrap {
  	padding: 12px 24px;
  }
}
#home-block-banners .banners article .wrap.center {
  max-width: unset;
  text-align: start;
  transform: unset;
      display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}
#home-block-banners .banners article .wrap h4 {
	font-size: 28px;
  line-height: 1.2;
  color:  var(--accent);
  font-weight: 900;
  text-wrap: balance;
  margin-bottom: 12px;
}
#home-block-banners .banners article .wrap p {
	color:  var(--accent);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  margin-top: unset;
}
#home-block-banners .banners article .wrap a.button {
	margin-top : 15px;
}

/* Categorieen */
#home-block-usps {
	margin: 50px 0;
  padding-block: unset;
}
@media (max-width: 767.98px) {
    #home-block-usps {
        padding: inherit;
      	margin: 30px 0;
    }
}
#home-block-usps.palette-bg-white a:not(.button) {
  border-radius: 80px;
  background-color: var(--secondary) !important;
}
#home-block-usps article {
	display: flex;
  align-items: center;
  padding: 8px;
  gap: 16px;
}
#home-block-usps article img {
	width: 56px;
  height: 56px;
}
#home-block-usps article img {
	margin-bottom: unset;
}
#home-block-usps article h3 {
	font-size: 16px;
  font-weight: 600;
  color: var(--accent);
}
@media (max-width: 767.98px) {
  #home-block-usps article {
  	gap: 8px;
  }
    #home-block-usps.text-center .container {
        flex-direction: column;
    }
  #home-block-usps article img {
    width: 28px;
    height: 28px;
    margin-right: unset;
	}
}
/* Home usp */
.home-usp {
	position: relative;
}
.home-usp:before {
	background-color: #F2F2F2;
  bottom: 0;
  height: 50%;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
}
.home-usp-item {
	background-color: var(--secondary);
  border-radius: 120px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-wrap: balance;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .home-usp-item {
  	height: auto;
    padding-block: 30px;
  }
}
.home-usp-item i {
	position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #fff;
  background-color: var(--accent);
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .home-usp-item i {
  	height: 48px;
  	width: 48px;
    font-size: 16px;
  }
}
/* Categories zonder afbeelding */
#home-block-categories {
	background-color: #F2F2F2;
}
#home-block-categories .categories-slider .category {
	background-color: var(--secondary);
  margin-bottom: 20px;
  color: var(--accent);
  text-align: center;
  border-radius: 36px;
}
#home-block-categories .categories-slider .category .img{
	display: none;
}
#home-block-categories .categories-slider .category:hover {
	padding-bottom: unset;
  top: unset;
}
#home-block-categories .categories-slider .category .h4 {
	padding: 24px;
} 
/* lastviewed */
#home .lastviewed {
	background-color: #F2F2F2;
  border-top: 0;
}
/* Blog */
#home-block-blog-posts.palette-bg-light {
	background-color: #fff;
}
#home-block-blog-posts.variant-1 .article .img {
	height: 280px;
  overflow: hidden;
}
#home-block-blog-posts.variant-1 .article .img img {
  will-change: transform;
  transition: transform 0.6s ease;
}
#home-block-blog-posts.variant-1 .article .wrap .h4 {
	font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
}

#home-block-blog-posts .article:hover .img img {
	transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #home-block-blog-posts.variant-1 .article {
  	margin-bottom: 30px;
  }
  #home-block-blog-posts.variant-1 .article .wrap .h4 {
  	font-size: 16px;
  }
}
#home-block-blog-posts.variant-1 .article .wrap .h4::before {
	content: "\e902";
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: icomoon !important;
  background-color: var(--accent);
  font-size: 12px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
#home-block-blog-posts.variant-1 .article .wrap .h4::before {
  	height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}
/* Productblock */
.product .wrap > label.sale {
	background-color: var(--alert);
}
.product .h4 {
	font-size: 18px;
	font-weight: 400;
}
.product .prices span.old-price {
	font-weight: 250;
  text-decoration: none;
  color: rgba(0, 1, 4, 0.20);
  font-size: 20px;
}
.product .prices span.price {
  font-size: 24px;
  font-weight: 400;
}
.product .prices span.vat {
	text-transform: lowercase;
  font-size: 14px;
}
#home-block-products:not(.bg-grey) {
	padding-block: 0;
  margin: 50px 0;
}
@media (max-width: 767.98px) {
	#home-block-products:not(.bg-grey) {
    padding-block: 0;
    margin: 30px 0;
  }
}

#home-block-products.bg-grey {
  background-color: #F2F2F2;
}

.article:hover {
	margin-top: unset;
  padding-bottom: unset;
}
.product .stock .instock {
	font-size: 14px;
}
/*Productdetailpagina */
#product .images .images-wrap {
	border: 1px solid #F2EFEE;
}

#product .content .sidebar .h2 {
	font-size: 32px;
  font-weight: 300;
}

.label__wrapper {
	display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  position: absolute;
  top: 16px;
  left: 16px;
}
#product .images .images-wrap .label {
	position: unset;
  background-color: #FF0000;
  text-transform: uppercase;
}

.sidebar .stock {
	color: #252525;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 300;
}

.sidebar .stock:before {
	content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
  background-color: #252525; 
}
.sidebar .stock.instock:before {
  background-color: var(--success);
}
.sidebar .stock.outofstock:before {
  background-color: var(--alert);
}
#product form .actions .button::after, #page #product form .actions .container .gui-button-small::after {
	color: #fff;
}

#product form .actions .button:hover::after, #page #product form .actions .container .gui-button-small:hover::after {
	color: #252525;
}
#product .sidebar .price .vat {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
#product .sidebar .price .unit-price.incl {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
#product .description {
	border-bottom: 0;
}

#product .sidebar div:not(.short-desc) > b {
	display: none;
}

.product form .button::after {
all: unset;
	}

#product .images .images-wrap .label.sale {
background: #FF0000;
padding: 7px 0px;
width: 80px!important;
display: flex;
justify-content: center;
margin-left: 10px;
margin-top: 10px;
}
*/
/* Collection */
#collection .content-wrap .brands-wrap .brands-slider .owl-stage-outer {
    padding-top: 5px;
}
#collection .content-wrap .brands-wrap .brands-slider a {
	height: unset;
}
#collection .content-wrap .brands-wrap .brands-slider .owl-item:hover a {
	top: unset;
      background-color: var(--lightPink);
}

.results-actions i.icon-chevron-down {
	display: none;
}
@media (max-width: 575.98px) {
    #collection .content-wrap .brands-wrap .brands-slider a p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    #collection .content-wrap .brands-wrap .brands-slider {
       height: unset;
    }

}
@media (max-width: 767.98px) {
    #collection .results-actions > .actions .sort {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    #collection .results-actions > .showFilter .button {
        width: 100%;
    }
}
#collection .content-wrap {
	margin-left: unset;
}
#collection .content-wrap .brands-wrap .brands-slider .owl-item a label {
	margin-bottom: unset;
}

@media (max-width: 1199.98px) {
  #collection .products-wrap {
  	margin-left: 10px;
  }
}
@media (max-width: 567.98px) {
  #collection .products-wrap {
  	margin-left: unset;
  }
}
#collection .products {
	border-top: unset;
}
#collection .usp-collectionpage {
  margin-bottom: 30px;
  max-width: calc(100% - 30px);
  margin-inline: 15px;
}

#collection .products .product {
  border: unset;
  margin-bottom: 30px;
  box-shadow: unset !important;
}
@media (max-width: 767.98px) {
  #collection .products .product{
  margin-bottom: 10px;
  }
#collection .usp-collectionpage {
  	max-width: calc(100% - 10px);
    margin-inline: 5px;
    margin-bottom: 10px;
  	margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
#collection .products .product {
  margin-bottom: 10px; 
}
  #collection .usp-collectionpage {
  	max-width: calc(100% - 10px);
    margin-inline: 5px;
      margin-bottom: 10px;
  }
} 
@media (max-width: 1199.98px) {
  #collection .products .product {
  	padding-inline: 5px;
  }
}
@media (max-width: 575.98px) {
    #collection .products .product:nth-of-type(2n + 1) .wrap {
        padding-left: inherit;
    }
      #collection .products .product:nth-of-type(2n + 1) .wrap {
        padding-left: inherit;
    }
      #collection .products .product:nth-of-type(2n + 1) .wrap {
        padding-left: 15px;
    }
    #collection .products .product:nth-of-type(2n) .wrap {
        padding-right: 10px;
  	}
}

#collection .products .product:nth-of-type(3n) {
  border: unset;
}
#collection .products .product .wrap {
	border: 1px solid var(--lines);
}
@media (max-width: 1199.98px) {
    .product .wrap {
        padding: 20px 15px;
    }
}
@media (max-width:  575.98px) {
    .product .wrap {
        padding: 10px 10px;
    }
}
@media (max-width: 575.98px) {
  .product .h4 {
  	font-size: 15px;
  }
  .product .prices span.price {
  	font-size: 20px;
  } 
  .product form {
  	display: flex;
    flex-direction: column;
    align-items: start !important;
        gap: 8px;
  }
  .product form .button {
  	width: 100%;
      max-width: 100%;
    margin-left: unset;
  }
    .sidebar .add-to-wishlist {
  	display: none;
  }
  #product .content .sidebar .h2 {
      	font-size: 24px;
  }
 	#product .description__title {
  	font-size: 24px;
  }
}
/* Footer */
#footer .footer-top .newsletter .h3 {
	font-size: 32px;
  color: var(--secondary);
  font-weight: 300;
  line-height: 1.2;
}
#footer .footer-top .newsletter p {
  font-size: 16px;
  color: var(--secondary);
  font-weight: 300;
}
#footer #formNewsletterFooter {
gap: 16px;
}
#footer .footer-top .newsletter input {
background: rgba(217, 217, 217, 0.25);
  border: 0;
	padding-inline: 16px;
  color: #fff;
 	font-size: 16px;
  font-weight: 300;
}
#footer .footer-top .newsletter input::placeholder {
  color: var(--secondary);
}
#footer .footer-top .row .keurmerken {
		display: flex;
    flex-direction: column;
    justify-content: end;
 		align-items: flex-end;
}
#footer .row  {
  	align-items: center;
}
.footer-top .small-logo {
	height: fit-content !important;
  width: 100px;
}
@media (max-width: 767.98px) {
  .footer-top .small-logo {
    width: 90px;
    height: fit-content!important;
  }
}
#footer .h4 {
	font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
}
#footer .footer-wrap[class*="accent-light"] a {
    font-size: 14px;
}
#footer .contact p {
  font-size: 14px;
}
#footer .copyright-payment .copy {
	line-height: 1.2;
  font-size: 14px;
}
/* Filter */
#dmws-filter .filter.brand input {
	height: unset;
}