/** Shopify CDN: Minification failed

Line 324:0 Unexpected "}"
Line 1065:0 Expected "}" to go with "{"

**/
.fadeop {
  opacity: 0.5;
}

div#CartDrawer-CartItems .cart-items .cart-drawer-item__saving {
  display: none !important;
}

div#CartDrawer .cart-drawer_total-saving__row {
  display: none !important;
}

.slideshow__text {
  display: none !important;
}

.related-products__heading {
  text-align: center !important;
}

.cart-item__price-wrapper span.regular-price {
  color: rgba(74, 74, 74, 1);
}

@media screen and (min-width: 750px) {
  .card__inner {
    height: 320px;
  }
}

@media screen and (max-width: 749px) {
  .menu-drawer__submenu .card__inner {
    height: auto !important;
    min-height: unset !important;
  }
}

.card__information {
  min-height: 106px;
}

html, body {
  overflow-x: hidden !important;
}

/* Mega menu */
.products-mega-menu__list {
  max-height: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 1.5rem 0 !important;
  width: 180px !important;
  min-width: 180px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  gap: 0 !important;
}

.products-mega-menu__body {
  overflow-x: hidden !important;
}

.products-mega-menu__body > .page-width {
  overflow: visible !important;
}

.products-mega-menu__body .page-width {
  max-width: 100% !important;
  padding: 0 4rem !important;
}

.products-mega-menu__container {
  display: flex !important;
  width: 100% !important;
}

.products-mega-menu__item {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  position: relative !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.4rem 0 !important;
}

.products-mega-menu__item[data-title="spacer"] {
  visibility: hidden !important;
  pointer-events: none !important;
}

.products-mega-menu__item > a {
  font-size: 1.4rem !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.products-mega-menu__item .icon-caret {
  display: none !important;
}

.header__menu-item__preview-image {
  display: none !important;
}

.products-mega-menu__content {
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 180px !important;
  background: white !important;
  padding: 1.5rem !important;
  min-width: 400px !important;
  max-width: 400px !important;
  z-index: 100 !important;
  box-shadow: none !important;
  border: none !important;
}

.products-mega-menu__item:hover .products-mega-menu__content {
  display: block !important;
}

.products-mega-menu__cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.5rem 2rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 360px !important;
  max-width: 360px !important;
}

.products-mega-menu__cards--multi {
  grid-template-columns: repeat(2, 1fr) !important;
}

.products-mega-menu__cards li a {
  font-size: 1.4rem !important;
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  display: block !important;
  white-space: nowrap !important;
}

.products-mega-menu__cards li a:hover {
  text-decoration: underline !important;
}

/* Footer */
.footer__blocks-wrapper.grid {
  justify-items: start !important;
}

.footer-block--menu .footer-block__details-content,
.footer-block--menu ul {
  text-align: left !important;
  padding-left: 0 !important;
}

.footer__content-bottom-wrapper.page-width {
  align-items: center !important;
}

/* Pagina content */
.main-page .page__content,
.template-page .page__content,
.contact.page-width--narrow,
.page-width--narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .card__inner {
    width: 100% !important;
    height: 180px !important;
  }
}

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1rem !important;
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

.product-grid li {
  width: 100% !important;
  max-width: 100% !important;
}


  /* Filterbalk */
  .facets-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    padding: 0 1.5rem !important;
    overflow: visible !important;
  }

  .mobile-facets__open {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  /* Verberg overbodige elementen */
  .facets-container .product-count,
  .facets-container ~ .product-count,
  .facets-container .active-facets-mobile,
  .facets-container .facets.small-hide {
    display: none !important;
  }

  /* Sorteer wrapper */
  .mobile-sort-outside {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
@media screen and (min-width: 750px) {
  .mobile-sort-outside {
    display: none !important;
  }
}

  /* Custom dropdown */
  .mobile-sort-dropdown {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    cursor: pointer !important;
  }

  /* Trigger knop */
  .mobile-sort-trigger {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    font-family: 'Cormorant', serif !important;
    font-size: 1.4rem !important;
    color: #1a1a1a !important;
    padding: 0 !important;
  }

  /* Dropdown lijst — standaard verborgen */
  .mobile-sort-list {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    background: #ffffff !important;
    list-style: none !important;
    margin: 0.5rem 0 0 0 !important;
    padding: 1rem 0 !important;
    min-width: 22rem !important;
    z-index: 100 !important;
  }

  /* Open state */
  .mobile-sort-dropdown.is-open .mobile-sort-list {
    display: block !important;
  }

  .mobile-sort-dropdown.is-open .mobile-sort-trigger svg {
    transform: rotate(180deg) !important;
  }

  /* Items */
  .mobile-sort-item a {
    display: block !important;
    padding: 0.8rem 2rem !important;
    font-family: 'Cormorant', serif !important;
    font-size: 1.5rem !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
  }

  .mobile-sort-item.is-active a {
    font-weight: 600 !important;
    color: #8B6F47 !important;
  }

  .mobile-sort-item a:hover {
    color: #8B6F47 !important;
  }
}
@media screen and (max-width: 749px) {
  .section-template--30792849523030__featured_collection_KmiaYq-padding .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    padding: 0 1.5rem !important;
  }

  .section-template--30792849523030__featured_collection_KmiaYq-padding .product-grid li {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  /* Slider uitschakelen op mobiel */
  .section-template--30792849523030__featured_collection_KmiaYq-padding .slider {
    overflow: visible !important;
  }
}
@media screen and (max-width: 749px) {
  .section-template--30792849523030__featured_collection_KmiaYq-padding .slider-buttons,
  .section-template--30792849523030__featured_collection_KmiaYq-padding .slider-counter {
    display: none !important;
  }

  .section-template--30792849523030__featured_collection_KmiaYq-padding .product-grid.slider {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    overflow: hidden !important;
    padding: 0 1.5rem !important;
    transform: none !important;
    scroll-snap-type: none !important;
  }

  .section-template--30792849523030__featured_collection_KmiaYq-padding .product-grid li.slider__slide {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    scroll-snap-align: none !important;
  }
}
@media screen and (max-width: 749px) {
  .section-template--30792849523030__featured_collection_KmiaYq-padding .product-grid li.slider__slide {
    margin: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  #shopify-section-template--30792849523030__icon_bar_38TAhK .splide__slide {
    margin-left: 0 !important;
  }

  #shopify-section-template--30792849523030__icon_bar_38TAhK .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    padding: 0 1.5rem !important;
    transform: none !important;
  }

  #shopify-section-template--30792849523030__icon_bar_38TAhK .splide__track {
    overflow: visible !important;
  }
}
@media screen and (max-width: 749px) {
  .footer__content-bottom-wrapper.page-width {
    max-width: 100% !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 1.5rem !important;
    box-sizing: border-box !important;
  }
}

 @media screen and (max-width: 749px) {
  ul.policies.list-unstyled {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.5rem 1.5rem !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  ul.policies.list-unstyled li {
    display: inline-flex !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  ul.policies.list-unstyled li::before {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .card__inner:first-child {
    display: none !important;
  }

  .menu-drawer .card__inner:last-child {
    padding-bottom: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  .menu-drawer .card {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
  }

  .menu-drawer .full-unstyled-link {
    text-align: left !important;
    display: block !important;
    padding: 0.6rem 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .card__inner:first-child {
    display: none !important;
  }

  .menu-drawer .card__inner:last-child {
    padding-bottom: 0 !important;
    height: auto !important;
    background: transparent !important;
    min-height: unset !important;
  }

  .menu-drawer .card__inner.ratio {
    padding-bottom: 0 !important;
    height: auto !important;
  }

  .menu-drawer .card {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    height: auto !important;
    min-height: unset !important;
  }

  .menu-drawer .full-unstyled-link {
    text-align: left !important;
    display: block !important;
    padding: 0.6rem 0 !important;
  }

  .menu-drawer .full-unstyled-link svg,
  .menu-drawer .full-unstyled-link .icon,
  .menu-drawer .full-unstyled-link .icon-arrow {
    display: none !important;
  }

  .menu-drawer li {
    list-style: none !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .card-wrapper {
    height: auto !important;
    min-height: unset !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .card-wrapper {
    height: auto !important;
  }
  
  .menu-drawer ul,
  .menu-drawer li {
    height: auto !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .products-mega-menu__cards {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .menu-drawer .products-mega-menu__cards li {
    height: auto !important;
  }

  .menu-drawer .card-wrapper {
    height: auto !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .products-mega-menu__cards {
    height: auto !important;
    min-height: unset !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .menu-drawer .products-mega-menu__cards > li {
    height: auto !important;
    min-height: unset !important;
    flex: none !important;
    width: 100% !important;
  }

  .menu-drawer .card-wrapper {
    height: auto !important;
    min-height: unset !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer__submenu .card__media,
  .menu-drawer__submenu .card__inner,
  .menu-drawer__submenu .media {
    display: none !important;
  }

  .menu-drawer__submenu .card-wrapper {
    height: auto !important;
  }

  .menu-drawer__submenu .card {
    height: auto !important;
    min-height: unset !important;
  }

  .menu-drawer__submenu li {
    height: auto !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .products-mega-menu__cards--mobile {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    height: auto !important;
    max-height: none !important;
  }

  .menu-drawer .products-mega-menu__cards--mobile li {
    height: auto !important;
    min-height: unset !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer .card__inner.ratio {
    display: none !important;
  }
  
  .menu-drawer .card__content {
    position: relative !important;
    padding: 0.5rem 0 !important;
  }

  .menu-drawer .card {
    height: auto !important;
  }
}
/* Mobiel menu drawer - finetuning */

/* Ruimte aan de linkerkant */
.products-mega-menu__cards--mobile {
  padding-left: 1.5rem;
}

.products-mega-menu__cards--mobile li a {
  font-size: 1.4rem;
  padding: 0.6rem 0;
  display: block;
}

/* Mobiel menu drawer - finetuning */
.products-mega-menu__cards--mobile {
  padding-left: 1.5rem;
}

.products-mega-menu__cards--mobile li a {
  font-size: 1.4rem;
  padding: 0.6rem 0;
  display: block;
}

.menu-drawer {
  top: 115px !important;
  height: calc(100% - 115px) !important;
  border-top: none !important;
  box-shadow: none !important;
}

.menu-opening .overlay {
  top: 115px !important;
}

.menu-opening > summary::before,
details[open].menu-opening > summary::before {
  top: 115px !important;
  height: calc(100vh - 115px) !important;
}


/* Menu volledige breedte */
.menu-drawer {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
}
/* Header boven menu drawer houden */
sticky-header,
.header-wrapper {
  position: relative;
  z-index: 101 !important;
}

.menu-drawer {
  z-index: 100 !important;
}
/* Header kleur behouden bij open menu */
.menu-opening sticky-header,
.menu-opening .header-wrapper,
body.menu-opening header {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

/* Overlay niet over header */
.menu-opening > summary::before,
details[open].menu-opening > summary::before {
  top: 117px !important;
  height: calc(100vh - 117px) !important;
}
/* Lijnen verwijderen in menu drawer */
.menu-drawer__navigation-items,
.menu-drawer__menu,
.menu-drawer__inner-submenu,
.menu-drawer li,
.menu-drawer__menu-item {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
/* Lijnen verwijderen in menu drawer */
.menu-drawer__mobile-content.menu-drawer__title-and-close-btn {
  border-bottom: none !important;
}

.menu-drawer__utility-links {
  border-top: none !important;
}
.icon-caret {
  transform: rotate(-90deg);
}
#link-producten .menu-drawer__menu-item {
  font-size: 14px;
}
[id^="childlink-"] .menu-drawer__menu-item {
  font-size: 14px !important;
}
@media screen and (max-width: 749px) {
  #link-producten .menu-drawer__menu-item,
  [id^="childlink-"] .menu-drawer__menu-item {
    
  }

  #link-producten .menu-drawer__menu-item::first-letter,
  [id^="childlink-"] .menu-drawer__menu-item::first-letter {
    text-transform: uppercase !important;
  }
}
@media screen and (max-width: 749px) {
  [id^="childlink-"] a.link {
    padding: 9px 52px 9px 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .menu-drawer__close-button .icon-caret {
    transform: rotate(90deg) !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 8px;
  }
}
@media screen and (max-width: 749px) {
  .multicolumn .icon-bar-card__icon {
    display: flex !important;
    justify-content: center !important;
  }
  
  .multicolumn .multicolumn-card__info {
    text-align: center !important;
  }
}
@media screen and (max-width: 749px) {
  .multicolumn .splide__list {
    justify-content: center !important;
    display: flex !important;
  }
  
  .multicolumn .splide__slide {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body .contact h2.title,
body .contact h2.title.title {
  font-size: 2rem !important;
}
#shopify-section-template--30792849588566__rich_text_ifNFXe .rich-text__text.rte {
  font-family: 'Great Vibes', cursive !important;
  font-size: 10rem !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
#shopify-section-template--30792849588566__rich_text_ifNFXe .rich-text__heading {
  font-size: 2rem !important;
}
#shopify-section-template--30792849588566__rich_text_jrcxCp .rich-text__heading {
  font-size: 5rem !important;
}
@media screen and (min-width: 750px) {
  .mobile-facets__sort {
    display: none !important;
  }
  
  .mobile-sort-list {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .mobile-sort-outside {
    display: none !important;
  }
  .mobile-sort-list {
    display: none !important;
  }
@media screen and (min-width: 750px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .facets-container .facets.small-hide {
    display: none !important;
  }

  .facets-container .mobile-facets__wrapper.large-up-hide {
    display: flex !important;
  }

  .facets-container .mobile-sort-outside {
    display: flex !important;
  }

  .facets-container .active-facets-mobile.large-up-hide,
  .facets-container .product-count.large-up-hide {
    display: none !important;
  }

  .mobile-facets__open-label.large-up-hide {
    display: inline !important;
  }

  .facets-wrapper .facets-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mobile-facets__inner {
  margin-left: 0 !important;
  margin-right: auto !important;
  border-width: 0 var(--drawer-border-width) 0 0 !important;
}
.mobile-facets__inner {
  margin-left: 0 !important;
  margin-right: auto !important;
  border-width: 0 var(--drawer-border-width) 0 0 !important;
}

.js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
  transform: translate(-105vw) !important;
}
/* Verberg de pijl in het mobiele filtermenu */
.mobile-facets__summary .icon-arrow {
  display: none !important;
}

/* Toon > rechts uitgelijnd als standaard */
.mobile-facets__summary {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.mobile-facets__summary::after {
  content: '›';
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-left: auto;
}

/* Toon ˅ als open */
.mobile-facets details[open] > .mobile-facets__summary::after {
  content: '‹';
  transform: rotate(-90deg);
}
.facets-wrapper.page-width {
  padding-left: 0px;
}

@media screen and (min-width: 750px) {
  .facets-container .facets.small-hide {
    display: block !important;
  }
  .facets-container .facets.small-hide .facets__form > *:not(.facet-filters.sorting) {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .mobile-facets__sort {
    display: block !important;
  }
.mobile-facets__sort ~ * { display: none; }

.mobile-facets__sort ~ * { display: none; }

.mobile-facets__details:has(.mobile-facets__sort) .mobile-facets__summary {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.mobile-facets__details:has(.mobile-facets__sort) .mobile-facets__summary::after {
  align-self: center;
  flex-shrink: 0;
}

.mobile-facets__sort {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex: 1;
  pointer-events: all;
}

.mobile-facets__sort label {
  white-space: nowrap;
  flex-shrink: 0;
}

.mobile-facets__sort .select {
  flex: 1;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
  clip-path: inset(0 20px 0 0);
}

.mobile-facets__sort .select__select {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: none !important;
  font-family: Cormorant, serif !important;
  font-size: 14px !important;
  cursor: pointer;
  text-align: right;
  padding-right: 20px !important;
}

.mobile-facets__sort .select::after {
  display: none !important;
}
.mobile-facets__sort .select,
.mobile-facets__sort .select__select {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.collection-filters-form .sort-by {
  display: none !important;
}
.facet-filters.sorting {
  display: none !important;
}
.facet-filters-form,
.collection-filters-form {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.facets__wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.section-template--30792849523030__icon_bar_nVeUth-padding .splide__list {
  display: flex !important;
  flex-wrap: nowrap;
}

.section-template--30792849523030__icon_bar_nVeUth-padding .splide__slide {
  width: 33.333% !important;
  min-width: 33.333% !important;
}
.section-template--30792849523030__icon_bar_nVeUth-padding .splide__slide {
  font-size: 11px !important;
}
html body .section-template--30792849523030__icon_bar_nVeUth-padding .splide__pagination li:first-child {
  display: none !important;
}
.section-template--30792849523030__icon_bar_nVeUth-padding .splide__pagination li:last-child,
.section-template--30792849523030__icon_bar_nVeUth-padding .splide__pagination li:last-child * {
  display: none !important;
}
.splide__pagination li:last-child {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
html body #shopify-section-template--30792849588566__rich_text_jrcxCp .rich-text__wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.shipping_icon .rte p {
  font-size: 14px !important;
}
.header-wrapper {
  border-bottom: none !important;
}
.header-wrapper--border-bottom {
  border-bottom: none !important;
}
/* Submenu achtergrond zelfde als store */
.products-mega-menu__cards,
.products-mega-menu__cards--mobile,
.header__submenu,
.mega-menu__content,
[class*="mega-menu"] {
  background-color: #F6F4F1 !important;
}

/* Lijn onder header verwijderen */
.header-wrapper,
.header-wrapper--border-bottom {
  border-bottom: none !important;
  box-shadow: none !important;
}
.products-mega-menu__body {
  border-top: none !important;
  border-bottom: none !important;
}
#shopify-section-template--30792849523030__icon_bar_nVeUth img {
  mix-blend-mode: multiply !important;
}
.products-mega-menu__body,
.products-mega-menu__cards {
  overflow: visible !important;
  max-height: none !important;
}
ul.payment-badges li,
ul.list-payment li,
ul.list.list-payment li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.review-items-container .splide {
  padding-bottom: 50px !important;
}

.review-items-container .splide__dots-and-arrows {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 749px) {
  #ProductGridContainer .product-grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 749px) {
  ul#product-grid {
    padding-right: 0 !important;
  }
}



































