/* 20260303200305 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
html, body {
 overflow: visible; 
  background-color: white;
  margin-top: 0px !important;
}

body {
 color: #6D6D6D; 
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 500; 
  color: #0C0C0C;
}

.pd-top-0 {
 padding-top: 10px; 
}

.title h2 {
 text-transform: uppercase; 
}

.live-collection .prod-card__badge {
  font-size: 0px !important;
}

.live-collection .prod-card__badge:before {
  content: "Special Price";
  display: inline-block;
  font-size: 13px !important;
  padding: 6px 10px;
}

.shop-description {
 font-size: 14px;
  margin-bottom: 24px;
}





.wsa-cookielaw {
  bottom: -1px;
  top: auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.05); 
}

.color-contrast-medium {
    color: rgb(0 0 0 / 60%);
}

.btn--primary.is--pink {
  background-color: #fbe3e9;
  color: #0C0C0C;
  font-weight: 500;
  border-radius: 1000px;
  padding: 14px 24px;
}

.btn--primary.is--pink:hover {
  background-color: #fbe3e9;
  color: #0C0C0C;
}

.btn--filter {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  padding: 12px 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.btn--primary:hover {
 background-color: black; 
}

.btn--primary:focus {
 box-shadow: none; 
}

.gui a.gui-button-large, .gui a.gui-button-small {
  background-color: #151515;
  color: white;
  padding: 10px 32px;
  font-size: 15px;
  border: 0;
  font-weight: 600;
}

/****************/
/** Sub header **/
/****************/
.sub-header {
  background-color: #fbe3e9; 
  position: relative;
  z-index: 10;
}

.sub-header .container {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  gap: 20px
}

/** USP slider **/
.sub-header .usp-slider {
 overflow-x: hidden;  
  max-width: 600px;
}

.sub-header .usp-slider .swiper-slide {
  display: flex; 
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
  color: #0C0C0C;
}

.sub-header .usp-slider .swiper-slide svg {
  width: 17px;
  height: auto;
}

/** Contact info **/
.sub-header .contact-info {
 display: flex; 
  gap: 15px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.sub-header .seperator {
 height: 10px;
  width: 1px;
  background-color: #DEDEDE;
}

.sub-header .contact-info a {
 display: flex;
  gap: 5px;
  font-size: 14px;
  color: #0C0C0C;
  text-decoration: none;
  font-weight: 600;
}

.sub-header .contact-info a svg {
  width: 15px;
  height: auto;
}


/****************/
/** Header **/
/****************/
header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 99;
}

header .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  height: 80px;
  gap: 20px;
  justify-content: space-between;  
}

/** Header Logo **/
header .logo {
 display: inline-flex; 
}

header .logo a {
	padding: 0; 
  display: inline-flex;
}

header .logo a img {
 max-width: 135px; 
}

/** Header Main menu **/
header .main-header__link:hover, 
header .main-header__link[aria-current="page"], 
header .main-header__dropdown-link:hover, 
header .main-header__dropdown-link[aria-current="page"] {
  text-decoration: none;
}
header .main-menu a:hover {
 text-decoration: none; 
}


header .main-menu > ul > li.new-in {
	order: -1;
}

header .main-menu > ul > li:not(:last-of-type) {
  margin-right: 21px;
}

header .main-menu > ul > li > a {
 position: relative; 
}

header .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: 500ms;
    pointer-events: none;
    backface-visibility: hidden;
}

header .main-menu > ul > li:hover > a:before {
 background-color: black; 
}


header .main-menu > ul > li > a {
  font-size: 15px;
  padding: 7px 0;
  font-weight: 600;
  color: #0C0C0C;
  gap: 6px;
  display: inline-flex;
}

header .main-menu > ul > li > a > i {
 font-size: 12px; 
}

header .main-menu .main-header__dropdown {
  background-color: white;
  padding: 40px 30px; 
  left: 0;
  box-shadow: none;
  border-radius: 0;  
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: calc(100% + 1px);
}


header .main-menu .main-header__dropdown-link.title {
  margin-bottom: 7px; 
  font-weight: 700;
  color: #0C0C0C;
  padding: 0;
}

header .main-menu .main-header__dropdown-list {
 display: flex; 
  flex-direction: column;
  gap: 5px;
}


header .main-menu .main-header__dropdown-list .main-header__dropdown-item a {
 padding: 0px; 
}

/** Header Main menu Dropdown **/
header .main-menu .is-megamenu {
 position: initial; 
}

header .main-menu .is-megamenu .container {
  height: auto;
  background-color: white;
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

header .main-menu .is-megamenu .main-header__dropdown {
  width: 100%; 
  background-color: transparent;
  padding: 0;
  top: 57px;
  left: 0;
  right: 0;
  margin: 0 auto;  
}

header .main-menu .is-megamenu .categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  
  width: 66%;
}

header .main-menu .is-megamenu .categories .category-group {

}

header .main-menu .is-megamenu .categories .category-column {
	display: flex;
  gap: 25px;
  flex-direction: column;
}

header .main-menu .is-megamenu .categories .category-column:last-of-type .category-group:last-of-type {
 margin-top: -15px; 
}


header .main-menu .is-megamenu .categories .category-group > a {
  display: inline-flex;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 7px;
  color: #0C0C0C;
}

header .main-menu .is-megamenu .categories .category-group ul {
	display: flex;
  flex-direction: column;
  gap: 7px;
}

header .main-menu .is-megamenu .categories .category-group ul li a {
  text-decoration: none; 
  color: #6D6D6D;
  transition: 400ms;
}
header .main-menu .is-megamenu .categories .category-group ul li a:hover {
	color: #0C0C0C;
}



header .main-menu .is-megamenu .new-collection {
 width: 33%; 
}

header .main-menu .is-megamenu .new-collection h5 {
  font-size: 20px; 
  font-weight: 600;
  margin-bottom: 5px;
	color: #0C0C0C;
}

header .main-menu .is-megamenu .new-collection img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

header .main-menu .is-megamenu .new-collection a {
  color: #6D6D6D;
}



header .main-menu .is-megamenu .clothing-categories {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
}

header .main-menu .is-megamenu .clothing-categories .categories-wrapper {
  display: flex;
  gap: 20%;
}

header .main-menu .is-megamenu .clothing-categories > a {
  display: inline-flex;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 7px;
  color: #0C0C0C;  
}

header .main-menu .is-megamenu .clothing-categories .list ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

header .main-menu .is-megamenu .clothing-categories .list ul li a {
  text-decoration: none;
  color: #6D6D6D;
  transition: 400ms;
}

header .main-menu .is-megamenu .clothing-images {
 display: flex; 
  gap: 20px;
}

header .main-menu .is-megamenu .clothing-images .clothing {
  width: 50%;
}
header .main-menu .is-megamenu .clothing-images .clothing img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

header .main-menu .is-megamenu .clothing-images .clothing .show-more {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

header .main-menu .is-megamenu .clothing-images .clothing .show-more svg {
 width: 12px; 
}


/** Header Options **/
header .options {
 	display: flex; 
  gap: 0px;
  align-items: center;
}

header .options > div {
  padding: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .options > div a {
 display: inline-flex; 
}

header .options svg {
 	width: 18px;
  height: 19px;
}

header .options .wishlist svg {
  width: 21px;
}

header .options .cart svg {
  width: 20px;
  height: 21px;
}

header .options .hamburger-menu {
  padding: 0; 
  display: none;
}

header .options .hamburger-menu button {
  padding: 6px;
  box-sizing: content-box;
  width: 23px; 
  height: 23px;
  cursor: pointer;
  color: black;
}

header .options .mobile-logo {
  max-width: 135px;
  width: 100%;
  display: none;
}

header .options .cart {
 position: relative; 
}

header .options .cart .counter {
  position: absolute;
  top: -1px;
  right: -4px;
  background-color: #fbe3e9;
  font-size: 12px;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #151515;
}

/** Header Overlay **/
.main-menu-overlay {
	position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.0);
  transition: 400ms;
  z-index: 2;
  pointer-events: none;
}

/****************/
/** Search **/
/****************/
.search-products {
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 400ms;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.search-products .wrapper {
  position: relative;
  background-color: white;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 30px;
  z-index: 1;
  top: -100%;
  transition: 500ms;
}

.search-products.open {
	top: 0; 
  background-color: rgba(0,0,0,0.8); 
  height: 100vh;
  width: 100%;    
  pointer-events: unset; 
}

.search-products.open .wrapper {
  top: 0;
}

.search-products.open:before {
  visibility: visible;
}

.search-products .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/** Search Close **/
.search-products .close-search-products {
  position: absolute;
  right: 15px;
  top: 15px; 
  padding: 6px;
  cursor: pointer;
}

.search-products .close-search-products svg {
  width: 14px;
  height: auto;
}

/** Search Logo **/
.search-products .logo img {
  width: 50px;
  flex-shrink: 0;
}

/** Search Form / Quick search **/
.search-products .search-form {
	max-width: 600px;
  width: 100%;
  display: flex;
  gap: 17px;
  flex-direction: column;
	align-items: center;
  justify-content: center;
}

.search-products .search-form form {
 position: relative; 
  width: 100%;
}

.search-products .search-form input[type="search"] {
  border: 1px solid #717171;
  font-size: 15px;
  height: 45px;
  padding: 0 40px 0 16px;
}

.search-products .search-form  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-products .search-form  input[type="search"]::-moz-search-cancel-button {
  display: none;
}

.search-products .search-form input[type="search"]:focus {
 box-shadow: none; 
}

.search-products .search-form button {
 background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  border: 0;
  height: 100%;
  cursor: pointer;
}

.search-products .search-form button svg {
 width: 15px; 
  fill: #57534e;
}

.search-products .quick-search {
  display: flex;
  gap: 15px;
  color: #0C0C0C;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
}

.search-products .quick-search span {
 flex-shrink: 0; 
}

.search-products .quick-search .categories {
	display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
}

.search-products .quick-search .categories a {
  display: inline-flex;
  text-decoration: none;
  transition: 300ms;
  background-color: #f0f0f0;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #6D6D6D;
}

.search-products .quick-search .categories a:hover {
 background-color: black; 
  color: white;
}

/** Search Options **/
.search-products .options {
  display: flex;
  flex-shrink: 0;
}

.search-products .options {
 	display: flex; 
  gap: 0px;
  align-items: center;
}

.search-products .options > div {
  padding: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-products .options > div a {
 display: inline-flex; 
}

.search-products .options svg {
 	width: 18px;
  height: 19px;
}

.search-products .options .wishlist svg {
  width: 21px;
}

.search-products .options .cart svg {
  width: 20px;
  height: 21px;
}

.search-products .options .cart {
 position: relative; 
}

.search-products .options .cart .counter {
  position: absolute;
  top: 1px;
  right: -4px;
  background-color: #fbe3e9;
  font-size: 12px;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #151515;
}

/****************/
/** popup **/
/****************/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  transition: 400ms;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  visibility: hidden;
}

.popup .popup-modal {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  max-height: 400px;
  z-index: 1;
  top: -100px;
  transition: 400ms;
  opacity: 0;
}

.popup.show-popup {
  background-color: rgba(0,0,0,0.8); 
  width: 100%;    
  pointer-events: unset; 
  visibility: visible;
}

.popup.show-popup .popup-modal {
  top: 0px; 
  opacity: 1;
  position: relative;
}

.popup.show-popup:before {
  visibility: visible;
}

.popup .popup-modal .popup-modal-content {
  height: 100%;
  padding: 30px;
  overflow: auto;
}

.popup .popup-modal .popup-modal-content h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.popup .popup-modal .close-modal {
 cursor: pointer;
  font-weight: 600;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  width: 35px;
  height: 35px;
  background-color: black;
}

.popup .popup-modal .close-modal svg {
 fill: white; 
  width: 20px;
  height: 20px;
}


/****************/
/** Sidebar **/
/****************/
.popup-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  transition: 400ms;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
}

.popup-sidebar .wrapper {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  z-index: 1;
  right: -100%;
  transition: 500ms;
}

.popup-sidebar.open {
  background-color: rgba(0,0,0,0.8); 
  width: 100%;    
  pointer-events: unset; 
  visibility: visible;
}

.popup-sidebar.open .wrapper {
 right: 0; 
}

.popup-sidebar.open:before {
  visibility: visible;
}

.popup-sidebar .header-title {
	border-bottom: 1px solid #e5e7eb;
  padding: 20px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-sidebar .header-title h5 {
 font-size: 20px;
  font-weight: 600;
}

.popup-sidebar .content {
 padding: 20px; 
  display: flex;
  flex-direction: column;  
  height: 100%;
  overflow-y: auto;
}

.popup-sidebar .footer {
 padding: 20px;
  border-top: 1px solid #e5e7eb;
}

/** Sidebar left **/
.popup-sidebar.left {
  justify-content: flex-start;
}
.popup-sidebar.left .wrapper {
  left: -100%;
  right: auto;
}
.popup-sidebar.left.open .wrapper {
  left: 0;
}

/****************/
/** Mini cart
/****************/
.mini-cart .content {
 padding: 0;
}

.mini-cart .content .dr-cart__product {
  padding: 25px 20px; 
  align-items: center;
}

.mini-cart .content .dr-cart__product:not(:first-of-type) {
 border-top: 1px solid #f5f5f5; 
}

.mini-cart .content .dr-cart__product img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  background-color: #f5f5f5;
}

.mini-cart .content .dr-cart__product .price {
 font-weight: 600;
  color: #0c0c0c;
}

.mini-cart .content .dr-cart__product .product-title a {
	font-family: "Montserrat",sans-serif;
}

.mini-cart .footer .sub-total {
  padding: 5px 0 10px 0;
}

.mini-cart .footer .sub-total span:first-of-type {
  font-family: 'Lora';
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.mini-cart .footer .sub-total span:last-of-type {
  font-weight: 600;
  font-size: 15px;
  color: #0c0c0c;
}


.mini-cart .footer .btn--primary {
 	font-weight: 600;
  padding: 14px 25px;
  font-size: 15px;
}

.mini-cart .footer .btn--subtle {
  padding: 12px;
  font-size: 15px;
  border: 1px solid gainsboro;
  font-weight: 500;
  color: #3b3b3b;
}


/****************/
/** Mobile menu **/
/****************/
.mobile-menu .header-title {
  background-color: transparent;
  height: 86px;
	padding: 0;
  margin: 0px 20px;  
  border-bottom: 1px solid #f5f5f5;
}

.mobile-menu .header-title .toggle-search {
  max-width: 40px;
}

.mobile-menu .header-title .mobile-menu-logo.hide {
    display: none;
}

.mobile-menu .header-title .mobile-menu-breadcrumb {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.mobile-menu .header-title .mobile-menu-breadcrumb.show {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}


.mobile-menu .header-title .mobile-menu-breadcrumb .mobile-menu-back {
  background-color: transparent;
  border: 0;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mobile-menu .header-title .mobile-menu-breadcrumb .mobile-menu-back svg {
  width: 17px;
  height: 17px;
}

.mobile-menu .header-title .mobile-menu-breadcrumb .mobile-menu-title {
 font-weight: 600; 
}



.mobile-menu .header-title .close-mobile-menu {
 flex-shrink: 0; 
}

.mobile-menu .header-title .close-mobile-menu svg {
  width: 17px; 
  height: 17px;
}

.mobile-menu .content {
  position: relative;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 0;  
  padding: 0;
}



.mobile-menu .mobile-menu-panel {
    position: absolute;
    padding: 25px 30px;   
    top: 0;
    transform: translate(85%, 0%);
    transition: 400ms;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    width: 100%;
}

.mobile-menu .mobile-menu-panel-active {
    transform: none;
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

.mobile-menu .mobile-menu-panel ul {
 	display: flex;
  flex-direction: column;
}

.mobile-menu .mobile-menu-panel li a,
.mobile-menu .mobile-menu-panel li button {
  background-color: transparent;
  font-weight: 500;
  border: 0;
  padding: 10px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: black;
}

.mobile-menu .mobile-menu-panel li button svg {
 transform: rotate(-90deg); 
}

.mobile-menu .mobile-menu-panel .sub-menu {
  margin-top: 20px; 
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
}

.mobile-menu .mobile-menu-panel .sub-menu a {
	color: #6D6D6D;
  padding: 4px 0;
}

.mobile-menu .menu-item-sale a {
 color: var(--primary-color) !important;
}

.mobile-menu .menu-item-new-in {
 order: -1;
}

.mobile-menu .menu-item-home {
 order: -2;
}

.mobile-menu .menu-item-cadeaubon,
.mobile-menu .menu-item-contact {
 display: none; 
}

/** ***************/
/** Mobile categories **/
/*****************/
.mobile-categories {
  display: none; 
  position: relative;
}

.mobile-categories:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFFFF);
    z-index: 1;
}

.mobile-categories .container {
  padding: 10px 0 20px 0px;
  display: flex;
  justify-content: center;  
}

.mobile-categories ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  padding-right: 20px;
  gap: 16px;
  -webkit-overflow-scrolling: touch;
}

.mobile-categories ul::-webkit-scrollbar {
  display: none;
}

.mobile-categories ul {
  scrollbar-width: none;
}

.mobile-categories ul li {
  text-align: center;
}

.mobile-categories ul li a {
  text-decoration: none;
}

.mobile-categories ul li .category-image {
  display: flex;
  width: 87px;
  border: 2px solid #e0154a;
  padding: 3px;
  border-radius: 1000px;
}

.mobile-categories ul li .category-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1000px;
  background-color: gainsboro;
}

.mobile-categories ul li span {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

/** ***************/
/** Hero Slider **/
/*****************/
.hero-slider {
 height: 75vh; 
}

.hero-slider .swiper-slide {
  display: flex;
  align-items: center;
}

.hero-slider .swiper-pagination-bullet-active {
 background-color: #FFFFFFDB; 
}

.hero-slider picture {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-slider picture img {
     height: 100%;
    object-fit: cover;
    width: 100%; 
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(251, 227, 233, 0.3) 100%); */
  z-index: 1; /* Zorgt ervoor dat het over de afbeelding ligt */
  pointer-events: none; /* Zorgt ervoor dat het geen interactie blokkeert */
}


.hero-slider .swiper-slide .content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.hero-slider .swiper-slide .content h2 {
  font-size: 60px; 
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.hero-slider .swiper-slide .content p {
 margin-bottom: 10px; 
}

.hero-slider .swiper-slide .content a {
  background-color: #FFFFFFDB;
  color: #0C0C0C;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 1000px;
  font-weight: 500;
  margin-top: 20px;
  transition: 400ms;
}

.hero-slider .swiper-slide .content h2 {
 color: white; 
}

.hero-slider .swiper-slide .content a:hover {
 background-color: white; 
}

.hero-slider .swiper-slide .content .content-desktop {
 display: flex; 
}

.hero-slider .swiper-slide .content .content-mobile {
 display: none; 
}

.hero-slider .swiper-slide .content .content-desktop,
.hero-slider .swiper-slide .content .content-mobile {
  flex-direction: column;
  align-items: center;
  color: white;
}

/** ***************/
/** Single product grid **/
/*****************/
.prod-card .prod-card__content-wrapper a {
  display: flex;
  padding-top: 15px;
  flex-direction: column;
  text-decoration: none;
}

.prod-card .prod-card__img-wrapper .prod-card__action-button {
 display: none; 
}

.prod-card .prod-card__content-wrapper a h3 {
  font-family: Roboto;
  margin-bottom: 8px;
  color: #0C0C0C;
  font-size: 15px;
  font-weight: 600;
}

.prod-card .prod-card__content-wrapper .prod-card__price,
.prod-card .prod-card__content-wrapper .prod-card__old-price {
 font-size: 15px; 
}

.prod-card .prod-card__badge {
    background-color: #fbe3e9;
    border-radius: 1000px;
    bottom: 15px;
    top: auto;
    right: 15px;
    left: auto;
    color: #000;
    font-weight: 500;
}

/** ***************/
/** New collection**/
/*****************/
.new-collection .title {
  border-bottom: 1px solid #f5f5f5; 
  margin-bottom: 40px;
  padding-bottom: 20px;
}


/** ***************/
/** Categories **/
/*****************/
.highlight-categories .title {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.highlight-categories .title .categories-slider-next,
.highlight-categories .title .categories-slider-prev {
  cursor: pointer;
  display: none;
}

.highlight-categories .title h2 {
  width: 100%;
}

.highlight-categories .title svg {
  width: 27px;
  height: 27px;
}

.highlight-categories .categories h2 {
 display: none; 
}

/** ***************/
/** trending-products & Seen on **/
/*****************/
.trending-products .container,
.seen-on .container,
.products-sectie .container {
 overflow: hidden; 
}

.trending-products .title,
.seen-on .title,
.products-sectie .title {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.trending-products .title .trending-products-slider-next,
.trending-products .title .trending-products-slider-prev,
.seen-on .title .trending-products-slider-next,
.seen-on .title .trending-products-slider-prev,
.products-sectie .slider-next,
.products-sectie .slider-prev {
  cursor: pointer;
}

.trending-products .title h2,
.seen-on .title h2,
.products-sectie .title h2{
  width: 100%;
}

.trending-products .title svg,
.seen-on .title svg,
.products-sectie .title svg {
  width: 27px;
  height: 27px;
}

.seen-on .seen-on-slide {
 position: relative; 
  text-decoration-color: #660101;
}

.seen-on .caption {
position: relative;
  bottom: 0px;
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.seen-on .caption p {
  font-size: 14px;
  font-weight: 600;
  color: #660101;
}


/** ***************/
/** Intro retour **/
/*****************/
.intro {
  margin: -5px 0 30px !important;
}

/** ***************/
/** Stappenplan **/
/*****************/

.stappenplan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  padding: 0;
  max-width: 100%;
}

.stappenplan > div {
  text-align: left;
}

.stappenplan img {
  width: 100%;
  height: 200px;
  object-fit: contain;
	background-color: #fbe3e9;
  margin-bottom: 1rem;
}

.sidebar-left .content .stappenplan h3 {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}

.stappenplan p {
  font-size: 0.95rem;
  line-height: 1.4;
}


/** ***************/
/** FAQ **/
/*****************/
.faq {
	margin-top: 60px;
}

.sidebar-left .content .faq h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.faq > a {
  background-color: #fbe3e9;
  color: #0C0C0C;
  font-weight: 500;
  border-radius: 1000px;
  padding: 14px 24px;
  margin: 30px auto 0;
  display: inline-flex;
  text-decoration: none;
}

.faq > div {
  display: flex;
  flex-direction: column;
}

.faq details {
  position: relative;
  color: black;
}

.faq details:not(:first-of-type) {
   border-top: 1px solid #D6D6D6; 
}

.faq details p {
 	margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  color: #6D6D6D;
}

.faq details p:last-of-type {
 margin-bottom: 20px; 
}

.faq summary {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding: 12px 10px;
  cursor: pointer;
}

.faq summary::-webkit-details-marker,
.faq summary::marker {
  display: none;
  font-size: 0px;
}

.faq details::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;  
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31 12h-11v-11c0-0.552-0.448-1-1-1h-6c-0.552 0-1 0.448-1 1v11h-11c-0.552 0-1 0.448-1 1v6c0 0.552 0.448 1 1 1h11v11c0 0.552 0.448 1 1 1h6c0.552 0 1-0.448 1-1v-11h11c0.552 0 1-0.448 1-1v-6c0-0.552-0.448-1-1-1z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.faq details[open]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z' fill='%23000'/%3E%3C/svg%3E");
}




/** ***************/
/** Pagination **/
/*****************/
nav.pagination {
	margin-top: 25px;  
}

nav.pagination ul {
  display: flex; 
  align-items: center;
  justify-content: center;
}

nav.pagination ul li.disabled {
 pointer-events: none; 
  opacity: 0.15;
}

nav.pagination ul li.active a {
  font-weight: 600;
  color: #fbe3e9; 
}

nav.pagination ul li {
 display: inline-flex;
}

nav.pagination ul li a {
	padding: 10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 300ms;
  font-size: 15px;
}

nav.pagination ul li a svg {
  width: 20px;
	height: 20px;
}

nav.pagination ul li a:hover {
 	color: #fbe3e9; 
}

/** ***************/
/** trending-products **/
/*****************/
@keyframes animate_content {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.usp-wrapper {
 	padding: 35px 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 40px;
  background-color: white;
}

.usp-wrapper .marquee {
 width: 100%; 
}
.usp-wrapper .marquee .marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  gap: 50px;
}

.usp-wrapper .marquee .marquee-wrapper .marquee-content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
}

.usp-wrapper .marquee-wrapper.scroll .marquee-content {
  animation: animate_content 30s linear infinite;
  animation-play-state: running;
  min-width: auto;
  width: auto;
}

.usp-wrapper .marquee-wrapper.scroll:hover .marquee-content {
	animation-play-state: paused;
}

.usp-wrapper .marquee-wrapper.scroll:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #FFFFFFFF);
  z-index: 1;
}

.usp-wrapper .marquee-wrapper.scroll:after {
  content:  "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFFFF);
  z-index: 1;  
}

.usp-wrapper .marquee .marquee-wrapper .marquee-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.usp-wrapper .marquee .marquee-wrapper .marquee-item .marquee-icon {
  display: flex; 
  width: 20px;
}

.usp-wrapper .marquee .marquee-wrapper .marquee-item svg {
 	width: 20px;
	height: 20px;
  flex: 0 0 20px;
}
.usp-wrapper .marquee .marquee-wrapper .marquee-item .text {
  color: #0C0C0C;
  font-size: 14px;
}

/** ***************/
/** Payments methods **/
/*****************/
.payment-methods {
  margin-left: 10px;
}

.payment-methods .payment-methods-list {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;  
}

.payment-methods .payment-methods-list .payment-method {
 display: flex; 
}

.payment-methods .payment-methods-list .payment-method svg {
  width: 32px;
  height: 32px;
}

.payment-methods .payment-methods-list .ideal svg {
  width: 32px;
  height: 27px;
}

.payment-methods .payment-methods-list .mastercard svg {
  width: 35px;
  height: 27px;
}

.payment-methods .payment-methods-list .meastro svg {
  width: 100px;
  height: 40px;
}

.payment-methods .payment-methods-list .riverty svg {
  width: 100px;
  height: 40px;
}

.payment-methods .payment-methods-list .bancontact svg {
  width: 100px;
  height: 40px;
}

.payment-methods .payment-methods-list .belfius svg {
  width: 100px;
  height: 40px;
}

.payment-methods .payment-methods-list .giropay svg {
  width: 100px;
  height: 40px;
}
.payment-methods .payment-methods-list .dhl svg {
  width: 100px;
  height: 40px;
}

/** ***************/
/** Footer **/
/*****************/
footer.main-footer {
 background-color: #FBE3E980; 
}

footer.main-footer .main-footer {
 background-color: transparent; 
}

.main-footer .column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.main-footer .column h6 {
  margin-bottom: 8px;
  color: white;
}

.main-footer .column .main-footer__link,
.main-footer .column p {
  color: #3e3e3e; 
  font-size: 14px;
}

.main-footer .column a {
 color: white; 
}

.main-footer .column .contact-info a {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.main-footer .column .contact-info a svg {
  width: 16px;
  height: 16px;
  fill: black;
  position: relative;
  top: 1px;
}

.main-footer .column .newsletter p {
 margin: 0px 0 20px; 
}

.main-footer .column .newsletter input {
  border: 1px solid #D6D6D6; 
  width: 100%;
  color: black;
  font-size: 15px;
  padding: 10px 16px;
}

.main-footer .column .newsletter input::placeholder {
  color: #6D6D6D;
}

.main-footer .column .newsletter input:focus {
 box-shadow: none; 
}

.main-footer .column .newsletter button {
  font-weight: 600;
  margin-top: 15px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 25px;
}

.main-footer .toggle-title {
  margin-bottom: 8px;
}

.main-footer .toggle-title h6 {
  margin-bottom: 0px;
  line-height: 1.6;
}

.main-footer .toggle-title button.toggle-list {
  display: none;
  padding: 5px;
  border: 0;
  background-color: transparent;
}

.main-footer ul {
 overflow: hidden; 
}


/** ***************/
/** copyright **/
/*****************/
.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-bottom: 25px;  
  margin-top: 30px;
  align-items: center;
}

.copyright .copyright-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;  
  font-size: 15px;
  align-items: center;
}

.copyright .copyright-policy, 
.copyright .main-footer__link {
  color: #0C0C0C;
  font-size: 14px;
}



.copyright .social-icons {
 display: flex;
	gap: 15px; 
}

.copyright .social-icons .social-icon-link {
 text-decoration: none; 
  display: inline-flex;
}



.copyright .social-icons .social-icon-link svg {
  width: 20px;
  height: 20px;
}




/** ***************/
/** collection  **/
/*****************/
.collection {
  
}

/** filter content **/
.collection-filter {
 flex-shrink: 0;
  width: 250px;
}

.popup-modal-content .collection-filter {
 width: 100%; 
}

.collection-filter h4 {
  font-family: 'Montserrat';
  font-size: 19px;
  margin-bottom: 10px;
}

.collection-filter .filter__categories {
  
}

.collection-filter .filter__categories ul {
 padding-left: 20px; 
}

.collection-filter .filter__categories .filter-categories__item a {
  color: #6D6D6D;
  font-size: 15px;
  padding: 6px 0;
  display: inline-flex;
}

.collection-filter .filter__categories .filter-categories__item .filter-categories__count {
 display: none; 
}

.collection-filter .filters-form {
  margin-top: 30px;
}

.collection-filter .filters-form .filter-title {
  font-size: 19px;
  margin-bottom: 10px; 
  font-weight: 600;
  color: #0C0C0C;
}

.collection-filter .custom-filters {
 display: flex;
gap: 30px;
  flex-direction: column;
}

.collection-filter .custom-filters .filter-options {
  display: flex;
	flex-wrap: wrap;
  gap: 10px;
}

.collection-filter .custom-filters .filter-options .filter-option label {
  border: 1px solid #D6D6D6;
  padding: 5px 7px;
  font-size: 15px;
  color: #6D6D6D;
}

.collection-filter .custom-filters .filter-options .filter-option .checkbox:checked+label {
 border: 1px solid black; 
  color: black;
}

.collection-filter .custom-filters .filter-options .filter-option label:before {
	display: none;
}

.collection-filter .custom-filters .slider {
 width: 100%; 
}

/** main content **/


.collection main h1 {
 margin: 10px 0 15px; 
}



.collection main .products form .select .icon {
 margin-left: 12px; 
}

.collection main .products form .select > button {
  border: 1px solid #D6D6D6;
	border-radius: 3px;
  padding: 12px 17px;  
}

.collection main .products form .select button:hover {
 text-decoration: none; 
}

.collection main .products form .select .select__dropdown {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
  border: 1px solid #D6D6D6;  
}

.collection main .products form .select .select__dropdown button {
 font-size: 15px; 
}

.collection main .products form .select .select__dropdown .select__item--option[aria-selected=true] {
 background-color: #f2f2f2;
  color: #414141;
}

.collection main .products form .select .select__item--option[aria-selected=true]::after {
 display: none; 
}

.collection main .products form .btn--filter {
 display: none; 
}


.media-wrapper--3\:4 {
	padding-bottom: 170%;
}

/** ***************/
/** breadcrumbs **/
/*****************/
.breadcrumbs a {
 font-weight: 600;
  color: #0C0C0C;
}

/** ***************/
/** Product page **/
/*****************/

.product-gallery .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-gallery .swiper-container-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.product-gallery .swiper-container .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.product-gallery .swiper-container.gallery-top {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 133%;
  margin-left: 10px;
}

.product-gallery .swiper-container.gallery-top .swiper-wrapper {
  position: absolute;
  top: 0;
}

.product-gallery .swiper-container.gallery-thumbs {
  width: 100px;
  height: 300px;
  padding: 0;
}

.product-gallery .swiper-container.gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}

.product-gallery .swiper-container.gallery-thumbs .swiper-slide {
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}

.product-gallery .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}



#product_configure_variants {
 display: none; 
}

.variant-radio-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.variant-radio-buttons label {
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid gainsboro;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.variant-radio-buttons input[type="radio"] {
  display: none;
}

.variant-radio-buttons input[type="radio"]:checked + label {
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px black;
}



.product-content h1 {
  font-size: 25px;
}

.product-content .product__price-wrapper {
  margin-top: 10px;
}

.product-content .product__price-wrapper .product__price {
  font-weight: 600;
  color: #0C0C0C;
  font-size: 19px;
  text-decoration: none;
}

.product-content .product__price-wrapper .price-tax {
 display: none; 
}

.product-content .product-configure {
  
}

.product-content .product-configure .product-configure-variants >  label {
  font-weight: 700; 
  font-size: 15px;
  margin-bottom: 0;
  color: #0C0C0C;
}

.product-content .product-configure .product-configure-variants >  label em {
 display: none; 
}

.product-content .out-of-stock {
 margin-bottom: 30px; 
}

.product-content .number-input input {
 height: 100%; 
}


.product-content .btn--add-to-cart {
  font-weight: 600;
  padding: 12px;
  font-size: 15px;
  height: 45px;
}

.product-content .btn--wishlist span {
 display: none; 
}


.product-content .compare {
 display: none; 
}

.product-content .btn--wishlist {
 padding: 14px; 
}

.product-content .form-control {
  width: 95px !important;
  font-size: 15px; 
}

.product-content .form-control,
.product-content .btn--wishlist,
.product-content .btn--quick-checkout {
  border: 1px solid #D6D6D6; 
  height: 45px;
}

.product-content .btn--quick-checkout {
  padding: 13px 24px;
  text-decoration: none;
  border: 1px solid #D6D6D6;
  font-size: 15px;
  font-weight: 500;
  color: #6D6D6D;
}

.product-description .product-description-wrapper > div,
.product-description .product-description-wrapper div, 
.product-description .product-description-wrapper p {
  font-size: 15px !important;
}


.product-description-wrapper {
  position: relative;
  max-height: 65px;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

.product-description-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.product-description-wrapper.expanded {
  max-height: 1000px;
}

.product-description-wrapper.expanded::after {
  opacity: 0;
}

.read-more {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0C0C0C;
  text-decoration: underline;
  display: none; /* standaard verbergen */
  margin-top: 15px;
}
.read-more.visible {
  display: inline-block;
}

/** ***************/
/** Contact **/
/*****************/
/* Algemene stijlen voor de FAQ */
.gui-content-wysiwyg {
  display: none; /* Verborgen wanneer niet geopend */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* Animatie voor het openen/sluiten */
  max-height: 0; /* Start met een hoogte van 0 */
}

/* Toevoegen van animatie voor de content */
.gui-content-subtitle.active + .gui-content-wysiwyg {
  display: block;
  max-height: 500px; /* Maximale hoogte voor de animatie */
}

.gui-content-title {
  cursor: pointer;
  font-weight: bold;
  font-family: Lora;
  font-size: 20px;
  margin-bottom: 15px;  
  color: #000000;
}

.gui-content-subtitle {
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
  
}

.gui-content-subtitle + .gui-content-wysiwyg {
  margin-top: 10px;
  padding: 20px;
  box-sizing: content-box;
}

/** Contact page **/
.contact-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* Zorgt ervoor dat de items minimaal 350px breed zijn, maar flexibel kunnen groeien */
  row-gap: 20px; /* Ruimte tussen rijen */
  column-gap: 30px; /* Ruimte tussen kolommen */
  margin-bottom: 50px;
}

.contact-services .contact-service {
  border: 1px solid #d6d6d6;
  padding: 30px 30px 30px 30px;
  display: flex;
  gap: 21px;
  align-items: center;
}

.contact-services .contact-service .icon {
  font-size: 20px;
  color: black;
  display: inline-flex;
}

.contact-services .contact-service .content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-services .contact-service .content div {
  color: #6D6D6D;
  font-size: 15px;
  text-decoration: underline;
}



.contact .gui-div-faq-questions,
.contact .gui-div-faq-links {
 display: none; 
}

.contact .gui-div-faq-right {
  float: left;
  width: 100%;
}

.contact .gui-page-title {
  text-align: left; 
  font-family: "Lora",sans-serif;
  margin-bottom: 20px;
}

.contact .gui-page-title:after {
  content: "Stel je vraag aan onze supportmedewerkers. Wij streven ernaar om tijdens werkdagen binnen 24 uur uw bericht te beantwoorden.";
  font-size: 15px;
  color: #6D6D6D;
  display: block;
  font-weight: 400;
  font-family: "Montserrat",sans-serif;
}

.contact .gui-div-faq-form {
 border: 0;
}

.contact .gui-div-faq-form .gui-block-content {
 padding: 0; 
}

.contact .gui-div-faq-form .gui-block-title {
  display: none;
}

.contact .gui-form {
  display: flex;
  flex-direction: column;
  gap: 15px; 
}

.contact .gui-form .gui-field label {
 font-weight: 600;
  font-size: 15px;
}

.contact .gui-form .gui-field:nth-of-type(2),
.contact .gui-form .gui-field:nth-of-type(4) {
 display: none; 
}

.contact .gui-div-faq-form .gui-input, 
.contact .gui-div-faq-form .gui-text, 
.contact .gui-div-faq-form .gui-select, 
.contact .gui-div-faq-form .gui-number {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
}

.contact .gui-div-faq-form .gui-form .gui-error .gui-message {
 margin-top: 4px;
  font-size: 14px;
}

.contact .gui-input input, 
.contact .gui-text textarea {
 height: 43px;
  font-size: 15px;
}

.contact .gui-input input::placeholder, 
.contact .gui-text textarea::placeholder {
 color: white;
}

.contact .gui-input.gui-focus, 
.contact .gui-text.gui-focus, 
.contact .gui-select.gui-focus {
  box-shadow: none;
}

.contact .gui-text textarea {
 min-height: 150px; 
}

.contact .gui-required {
 display: none;
}

.contact .gui-buttons {
 border-top: 0px; 
  padding: 0;
  margin: 10px 0 0 0;
}

.contact .gui-col2-right {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}

.contact .gui-col2-right .gui-clear {
 display: none; 
}

.contact .contact-sidebar-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact .contact-sidebar-info .contact-item,
.contact .contact-sidebar-info .return-info {
  padding: 30px 30px 10px 30px;
  border: 1px solid #d6d6d6; 
}

.contact .contact-sidebar-info .sub-heading {
  font-size: 16px;
  margin: 0 0 5px;
}

.contact .contact-sidebar-info .contact-link,
.contact .contact-sidebar-info .contact-kvk,
.contact .contact-sidebar-info .contact-socials,
.contact .contact-sidebar-info .return-address,
.contact .contact-sidebar-info .return-link {
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #d6d6d6;
  flex-direction: column;
  font-size: 15px;
  color: #6D6D6D;
}

.contact .contact-sidebar-info .social-icons {
 display: flex;
  gap: 11px;
  margin-top: 10px;
}

.contact .contact-sidebar-info .social-icon {
    padding: 10px;
    border: 1px solid #d6d6d6;
    display: inline-flex;
    box-sizing: content-box;
    color: #0C0C0C;
}

.contact .contact-sidebar-info .contact-socials,
.contact .contact-sidebar-info .return-link {
 border-color: transparent; 
}

.contact .contact-sidebar-info .return-text {
  font-size: 15px;
}

.contact .contact-sidebar-info .return-text a {
  color: #0C0C0C;
  text-decoration: underline;
}

.contact .contact-sidebar-info .return-address {
 margin-top: 10px; 
}

.contact .contact-sidebar-info .animate-link div div {
 transition: 300ms; 
  padding-left: 0px;
}

.contact .contact-sidebar-info .animate-link:hover div div {
 padding-left: 6px; 
}

/** All Text page **/
.sidebar-left {
 display: flex; 
  flex-wrap: nowrap;
  gap: 60px;
}

.sidebar-left  .sidebar-content {
  display: flex;
  gap: 40px;
  flex-direction: column; 
	flex: 0 0 250px; 
}

.sidebar-left .sidebar-section .sidebar-title {
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  margin-bottom: 6px;
}

.sidebar-left .sidebar-section .menu-item a {
  color: #6d6d6d;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}

.sidebar-left .sidebar-section .menu-item:not(:last-of-type) {
 margin-bottom: 6px; 
}

.sidebar-left .sidebar-section .sidebar-socials {
 display: flex;
  gap: 11px;
  margin-top: 10px;
}

.sidebar-left .sidebar-section .social-icon {
  padding: 10px;
  border: 1px solid #d6d6d6;
  display: inline-flex;
  box-sizing: content-box;
  color: #0C0C0C;
  font-size: 15px;
}

.sidebar-left .content {
 width: 100%; 
}

.sidebar-left .content .page-title {
  margin-bottom: 20px;
}

.sidebar-left .content .page-title h1 {
 font-size: 25px;
 margin-top: 15px;
}

.sidebar-left .content h2,
.sidebar-left .content h3,
.sidebar-left .content h4,
.sidebar-left .content h5,
.sidebar-left .content h6 {
 font-size: 20px; 
  font-family: "Lora",serif;
  margin: 30px 0 5px 0;
}

.sidebar-left .content ul {
  font-size: 15px;
  padding-left: 20px;
}

.sidebar-left .content ul li {
  position: relative;
  list-style-position: outside;
}

.sidebar-left .content ul li:not(:last-of-type) {
 margin-bottom: 5px; 
}

.sidebar-left .content .gui-content-title {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: -1px;
  background-color: white;
  z-index: 1;
  position: relative;  
}


.sidebar-left .content .gui-content-subtitle {
  font-size: 15px; 
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  border-top: 1px solid #D6D6D6;
  border-bottom: 0px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-left .content .gui-content-subtitle:after {
  content: "";
  display: inline-block;
  width: 10px; /* Pas de grootte aan indien nodig */
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31 12h-11v-11c0-0.552-0.448-1-1-1h-6c-0.552 0-1 0.448-1 1v11h-11c-0.552 0-1 0.448-1 1v6c0 0.552 0.448 1 1 1h11v11c0 0.552 0.448 1 1 1h6c0.552 0 1-0.448 1-1v-11h11c0.552 0 1-0.448 1-1v-6c0-0.552-0.448-1-1-1z' fill='%23000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px; /* Ruimte tussen tekst en icoon */
}

.sidebar-left .content .gui-content-subtitle.open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z' fill='%23000'/%3E%3C/svg%3E");
}

.sidebar-left .content .gui-content-subtitle > strong {
  font-weight: 400; 
  font-size: 16px;
}

.sidebar-left .content .gui-content-wysiwyg {
  padding: 0px 10px 20px 10px;
}




.text-page__content p {
 font-size: 15px; 
}


/** Cadeaukaart product **/
.cadeaukaart .product-content .product-configure .product-configure-variants > label {
 font-size: 0px; 
}
.cadeaukaart .product-content .product-configure .product-configure-variants > label:before {
  font-size: 15px;
 content: "Waarde:"; 
}

/** Veelgestelde vragen page **/
.veelgestelde-vragen .gui-content-wysiwyg {
 max-height: inherit; 
}



/** Algemene voorwaarden page **/
.algemene-voorwaarden .text-component ol {
	counter-reset: section;
}

.algemene-voorwaarden .text-component ol > li {
	counter-increment: section;
  font-size: 20px;
  font-family: "Lora",serif;
  color: #0C0C0C;
  font-weight: 500;
}

.algemene-voorwaarden .text-component ol > li > ol {
	counter-reset: subsection;
  margin: 10px 0 35px;
}

.algemene-voorwaarden .text-component ol > li > ol > li {
	counter-increment: subsection;
  padding-left: 35px;
  position: relative;
}

.algemene-voorwaarden .text-component ol > li div,
.algemene-voorwaarden .text-component ol > li > ol > li {
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat",sans-serif;
  color: #6D6D6D;
}
.algemene-voorwaarden .text-component ol > li div {
  margin: 10px 0 35px;
}

.algemene-voorwaarden .text-component ol > li > ol > li:not(:last-of-type) {
  margin-bottom: 7px;
}

.algemene-voorwaarden .text-component ol > li > ol > li::before {
	content: counter(section) "." counter(subsection) " ";
  position: absolute;
  left: 2px;
}

.algemene-voorwaarden .text-component ol > li > ol > li::marker {
	content: "";
}

/****************/
/** Checkout **/
/****************/
.bestellen .gui-progressbar {
 display: none; 
}

.bestellen #gui-form:before {
  content: "Afrekenen";
  font-family: Lora;
  font-size: 35px;
  color: #0C0C0C;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
}

.bestellen #gui-block-billing-address,
.bestellen #gui-block-shipment-method,
.bestellen #gui-block-payment-method,
.bestellen #gui-block-review,
.bestellen #gui-block-shipping-address {
 border: 1px solid #f7f7f7;
  padding: 20px 27px;
  border-radius: 3px;
}

.bestellen .gui-col3-equal-col1 > .gui-spacer,
.bestellen .gui-col3-equal-col2 > .gui-spacer {
 height: 30px;
}

.bestellen .gui-input,
.bestellen .gui-text {
 border: 1px solid #D6D6D6; 
}

.bestellen .gui-form .gui-radio label {
 font-size: 15px; 
}

.bestellen input[type="radio"],
.bestellen input[type="checkbox"]{
 accent-color: black; 
}

.bestellen .gui-input.gui-focus, 
.bestellen .gui-text.gui-focus, 
.bestellen .gui-select.gui-focus {
 box-shadow: none; 
}

.bestellen .gui-form .gui-field > label {
 font-size: 15px;
  font-weight: 600;
}

.gui-input input, .gui-number input, .gui-text textarea, .gui-select .gui-value, .gui-select select {
 font-size: 15px; 
  height: 40px;
}

.gui-text textarea {
 height: 100px; 
}


.bestellen .gui-form .gui-checkout-steps {
	display: flex;  
  gap: 30px;
}

.bestellen .gui-form .gui-checkout-steps > div {
  width: 100% !important;
  margin: 0 !important;
}

.bestellen .gui-form .gui-checkout-steps > .gui-clear {
 display: none; 
}

.bestellen .gui-block-subtitle {
 font-family: lora; 
  font-size: 25px;
  font-weight: 500;
}

.bestellen input:checked + label {
  font-weight: bold !important;
}

.bestellen .gui-checkout-one-step .gui-block-option .gui-field .gui-radio > label {
 font-size: 15px; 
}
  
.bestellen .gui-block-subtitle a {
	font-size: 15px;
  font-family: Montserrat;
  display: none;
}

.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(4) {
 display: none; 
}

.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(3),
.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(5){
  width: 48.5%; 
  float: left;
  margin-bottom: 15px;
}

.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(5) {
 margin-left: 3%; 
}

.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(3) div,
.bestellen #gui-block-billing-address .gui-block-subcontent > div:nth-of-type(5) div {
 width: 100%; 
}


.bestellen .gui-payment-method-service > label {
	font-size: 15px;
  padding: 2px 0;
}

.bestellen .gui-payment-method-service > label img {
 width: 30px; 
}

.bestellen .gui-payment-method-service > label > input {
 margin-top: 10px; 
}

.bestellen #gui-block-review .order-summary table {
  border: 1px solid gainsboro;
  margin-bottom: 20px;
}

.bestellen #gui-block-review .order-summary table thead tr th {
 font-size: 13px; 
}

.bestellen #gui-block-review .order-summary .gui-table {
 padding-bottom: 0px !important; 
}

.bestellen .gui-radio {
  display: flex;
  align-items: flex-start; 
}

.bestellen #gui-block-review .order-summary .gui-table tbody tr td {
 font-size: 14px; 
}

.bestellen #gui-block-review .gui-cart-sum {
 color: #0C0C0C;
}

.bestellen .gui-cart-sum .gui-big {
  font-size: 100%; 
  margin-bottom: 15px;
}

.bestellen #gui-block-review .gui-cart-sum .gui-desc p {
    font-size: 14px;
    font-weight: 600;
}

.bestellen #gui-block-review .gui-cart-sum .gui-desc p small {
 font-weight: 400; 
}

.bestellen #gui-form-discount_code-apply {
  background-color: #fbe3e9;
  border-radius: 100px;
  color: #000;
  font-weight: 500;
}

.bestellen .gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label[for="gui-form-terms"] {
 font-size: 0px; 
}

.bestellen .gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label[for="gui-form-terms"]:before {
  content: "Door op ‘Bestelling plaatsen en afrekenen’ te klikken plaats ik een bestelling met betaalplicht en ga ik akkoord met de ";
  font-size: 12px;
}

.bestellen .gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label a {
 font-size: 12px;
  color: black;
  text-decoration: underline;
}

.bestellen #regular-buy-button {
 font-size: 0px; 
  width: 100%;
  background-color: black;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}

.bestellen #regular-buy-button:before {
	content: "Bestelling plaatsen en afrekenen";
  font-size: 15px;
  color: white;
  display: inline-block;
}


/** Popup download all images **/
#image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    z-index: 1000;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 800px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.popup-buttons button {
    padding: 10px;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.popup-close {
    background: red;
}

.popup-download-all {
    background: green;
}

.popup-images {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
}

.image-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.popup-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.popup-download {
    padding: 10px;
    background: blue;
    color: white;
    border: none;
    cursor: pointer;
}



/** ***************/
/** Responsive **/
/*****************/
@media (max-width: 1200px) {
  .bestellen .gui-form .gui-checkout-steps {
   	flex-wrap: wrap; 
  }
  
  .bestellen .gui-form .gui-checkout-steps > .gui-col3-equal-col1 {
   width: calc(50% - 15px) !important; 
  }
  
  .bestellen .gui-form .gui-checkout-steps > .gui-col3-equal-col2 {
   width: calc(50% - 15px) !important; 
  }
}


@media (max-width: 1120px) {
  /** Mobile menu **/
  header .main-menu,
  header .logo,
  header .options .my-account {
    display: none;
  }
  
   header .options {
  	width: 100%;
  }
  
	header .options .hamburger-menu {
  	display: inline-flex;
  }
  
  header .options .mobile-logo {
    display: inline-flex;
    margin: 0 auto;
  }
  
  .mobile-categories {
 		display: block; 
  }
  
  .hero-slider .swiper-slide .content h2 {
   font-size: 48px; 
  }
}
@media (max-width: 1023px) {
	body .collection {
    padding-top: 20px;
  }
  .new-collection .products ul li:nth-last-of-type(2) {
    display: block;
  }
  
  .highlight-categories .title .categories-slider-next,
  .highlight-categories .title .categories-slider-prev {
    display: block;
  }  
  
  aside.collection-filter {
   display: none; 
  }
  
  .main-footer > .grid {
    column-count: 3;
    column-gap: 20px;
    display: block;    
  }
  
  .main-footer .grid .column {
		break-inside: avoid;
    max-width: inherit;
    margin-bottom: 30px;
  }
  
  .collection main .products form .btn--filter {
   display: inline-flex; 
  }
  
  .collection main .products form p,
  .collection main .products form label,
  .collection main .products form .separator {
  	display: none;
  }
}

@media (max-width: 920px) {
  .search-products .logo,
  .search-products .options {
   display: none; 
  }
  
  .search-products .search-form {
   max-width: 100%; 
  }
  
  .bestellen .gui-form .gui-checkout-steps {
   flex-wrap: wrap; 
  }
  
}

@media (max-width: 768px) {
  .sub-header .contact-info {
     display: none; 
  }
  
  .product {
   padding-top: 0px; 
  }
  
  .sub-header .usp-slider {
   	max-width: 100%; 
  }
  
  .hero-slider .swiper-slide .content .content-mobile {
   display: flex;
  }
  
  .hero-slider .swiper-slide .content .content-desktop {
    display: none;
  }
  
  .hero-slider {
  	height: 520px; 
  }
  
  .hero-slider .swiper-slide .content h2 {
   font-size: 22px; 
  }  
  
  .hero-slider .swiper-slide .content a {
   font-size: 15px; 
  }    
  
/*   .new-collection .products ul li:last-of-type {
    display: block;
  }   */
  
  .copyright {
    flex-direction: column;
    align-items: center;
    gap: 25px; 
  }
  
  .copyright .copyright-policy {
    justify-content: center;
  }
  
  .contact .gui-col2-right {
    flex-direction: column-reverse;
    gap: 40px;
  }
  
  .sidebar-left .sidebar-content {
   	display: none; 
  }
  
  .bestellen .gui-form .gui-checkout-steps > .gui-col3-equal-col1,
  .bestellen .gui-form .gui-checkout-steps > .gui-col3-equal-col2 {
   width: 100% !important; 
  }
  
  
  .product-gallery .swiper-container-wrapper {
  	position: relative;  
  }
  
  .product-gallery .swiper-container.gallery-top {
   margin-left: 0px; 
  }
  
  .product-gallery .swiper-container.gallery-thumbs .swiper-wrapper {
   	flex-direction: row; 
    justify-content: center;
    gap: 5px;
    transform: none !important;
  }
  
  
  .product-gallery .swiper-container.gallery-thumbs .swiper-slide {
  	width: 8px;
    height: 8px !important;    
    border-radius: 99px;
    margin-bottom: 0px !important;
    background-image: none !important;
    background-color: rgba(0,0,0,0.4);
  }
  
  
  .product-gallery .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-active {
   background-color: black; 
  }
  
  .product-gallery .swiper-container.gallery-thumbs {
   	width: 100%; 
    position: absolute;
    z-index: 2;
    bottom: 15px;
    height: auto;
  }


}

@media (max-width: 680px) {
  .main-footer > .grid {
    column-count: 1;
    column-gap: 20px;
    display: block;    
  }
  
  .main-footer .grid .column {
		break-inside: avoid;
    max-width: inherit;
    margin-bottom: 30px;
  }
  
  .main-footer .toggle-title button.toggle-list {
   display: block; 
  }
  
  .main-footer .block .toggle-title {
    border-top: 1px solid #F5F5F5;
  }
  
  .main-footer .column:first-of-type {
   gap: 0px;
    margin-bottom: 0px;
  }
  
}

@media (max-width: 510px) {
  .main-footer > .grid {
    column-count: 1;
    column-gap: 10px;
    display: block;    
  }
  
  .main-footer .grid .column {
		break-inside: avoid;
    max-width: inherit;
    margin-bottom: 30px;
  }
  
  .collection main .products form .btn--filter,
  .collection main .products form .sort-by {
   width: 50%; 
  }
  
  .collection main .products form .sort-by .select {
   width: 100%;   
  }
  
  .collection main .products form .select > button,
  .collection main .products form .btn--filter {
    justify-content: space-between;
    padding: 12px 8px;
    font-size: 12px;
  }  
  
  .collection main .products form .select .icon {
      margin-left: 8px;
  }  
  
}
