/** Shopify CDN: Minification failed

Line 79:1 Unexpected "{"

**/
:root {
  --gray: #ebeae7;
  --purple: #7653c5;
  --darkblue: #11144a;
  --orange: #ec9c3e;
  --green: #4fa62e;
}

.bg-overlay {
  position: relative;
}

.bg-overlay.purple::after {
  background: url("/cdn/shop/files/pattern-purple.svg?v=1733148556") no-repeat;
  background-color: transparent;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

body:not(.product) #MainContent>div:first-child:after,
body:not(.product) .bg-overlay.gray::after {
  background: url("/cdn/shop/files/pattern.svg?v=1733128872") no-repeat;
  background-color: transparent;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.product) #MainContent>div:first-child:after,
body:not(.product) .bg-overlay.wit::after {
  background: url("/cdn/shop/files/wit-pattern.svg?v=1760355601") no-repeat;
  background-color: transparent;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

body:not(.product) #MainContent>div:first-child:after {
  background-size: contain;
}

body:not(.product) #MainContent>div:first-child:after,
body:not(.product) .bg-overlay::after,
body.product #MainContent>section:first-child:after,
body.product #MainContent .bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

body.product #MainContent .pdp-text-section::after {
  z-index: 0;
}

body:not(.product) #MainContent>div>div,
body.product #MainContent .combideals-section {
  z-index: 1;
  position: relative;
}

body:not(.product) .collection #MainContent>div>div {
  z-index: 1;
  position: unset;
}

body:not(.product):not(.klantenservice) #MainContent>div:first-child:before,
body:not(.product):not(.klantenservice) .bg-overlay.gray::before,
body:not(.product):not(.klantenservice) .bg-overlay.wit::before,
 {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

body:not(.klantenservice) #MainContent>div:first-child:before,
body:not(.klantenservice) .bg-overlay.gray::before,
body:not(.klantenservice) .bg-overlay.wit::before {
  background: linear-gradient(180deg, var(--gray) 10%, transparent 20%);
}

body.product #MainContent>section:first-child:after {
  background-size: unset;
}

body.product #MainContent>section>div {
  z-index: 1;
  position: relative;
}

/* body.product #MainContent>section:first-child:before {
  content: "";
  background: linear-gradient(180deg, var(--gray) 10%, transparent 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  pointer-events: none;
} */

/* body.product #MainContent>section:first-child:after {
  background: url("/cdn/shop/files/pattern.svg?v=1733128872") no-repeat;
  background-color: transparent;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
} */

.fade-lightpurple::before {
  content: "";
  background: linear-gradient(180deg, #5832b1 30%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.fade-darkpurple::before {
  content: "";
  background: linear-gradient(180deg, #12144a 30%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.bg-overlay>* {
  position: relative;
  z-index: 1;
}

.divider-section.voor {
  position: absolute;
  width: 100%;
  top: -71px;
}

.divider-section.na {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.divider-section-licht.voor {
  position: absolute;
  width: 100%;
  top: -73px;
}

.divider-section-licht.na {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.divider-section.voor::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/cdn/shop/files/divider.svg?v=1733145340") repeat-x;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.divider-section.na::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/cdn/shop/files/divider.svg?v=1733145340") repeat-x;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.divider-section.na.oranje::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/cdn/shop/files/divider_330b909f-9e01-48ca-8ae8-53636155207f.svg?v=1761750821") repeat-x;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.divider-section.voor-licht::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/cdn/shop/files/divider-light-purple.svg?v=1733307453") repeat-x;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.divider-section-licht.na::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/cdn/shop/files/divider-light-purple.svg?v=1733307453") repeat-x;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

/* Text Colors */
.text-gray {
  color: var(--gray);
}

.text-purple {
  color: var(--purple);
}

.text-darkblue {
  color: var(--darkblue);
}

.text-orange {
  color: var(--orange);
}

.text-white {
  color: #fff !important;
}

/* Background Colors */
.bg-gray {
  background-color: var(--gray);
}

.bg-purple {
  background-color: var(--purple);
}

.bg-darkblue {
  background-color: var(--darkblue);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-green {
    background-color: var(--green) !important;
}

.button.bg-green {
  color: #fff !important;
}

.button.bg-green::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--green  ), var(--alpha-button-background));
}

.button.bg-green:not([disabled]):hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--green  ), var(--alpha-button-background));
}

/* Border Colors */
.border-gray {
  border-color: var(--gray);
}

.border-purple {
  border-color: var(--purple);
}

.border-darkblue {
  border-color: var(--darkblue);
}

.border-orange {
  border-color: var(--orange);
}


html {
  height: 100%;
  width:100%;
}

body {
  font-family: "D-Din", sans-serif;
  background-color: var(--gray);
  font-size: 1.6rem;
  height: 100%;
}

button {
  font-family: 'D-din', sans-serif;
}

.usp-bar {
  background: #6441b4;
}

.usp-bar span {
  font-size: 16px;
  font-weight: bold;
}

.usp-bar .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.usp-bar .grid .grid__item {
  width: fit-content;
  max-width: fit-content;
}

@media all and (max-width: 980px) {
  .usp-bar .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 479px) {
  .usp-bar .grid {
    grid-template-columns: 1fr;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-family: "D-Din", sans-serif;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.accordion-header span {
  font-size: 1.8rem;
  color: var(--darkblue);
}

/* Standaard desktopwaarden */
.index h1 {
  font-size: 54px;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 20px;
}

/* Responsieve aanpassingen */
@media (max-width: 1200px) {
  .index h1 {
    font-size: 60px;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .index h1 {
    font-size: 64px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .footer-block__details-content.rte {
    font-size: 1.6rem;
  }

  .index h1 {
    font-size: 56px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .index h1 {
    font-size: 35px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }
}

.flex {
  display: flex;
  gap: var(--grid-desktop-horizontal-spacing);
  flex-wrap: wrap;
}

.gap-1 {
  gap: 10rem;
}

.align-center {
  align-items: center;
}

.width-33 {
  flex: 1;
  width: 33.333%;
  max-width: 33.333%;
}

.width-40 {
  flex: 1;
  width: 40%;
  max-width: 40%;
}

.width-50 {
  flex: 1;
  width: 50%;
  max-width: 50%;
}

.width-60 {
  flex: 1;
  width: 60%;
  max-width: 60%;
}

.width-66 {
  flex: 1;
  width: 66.666%;
  max-width: 66.666%;
}

.width-25 {
  flex: 1;
  width: 25%;
  max-width: 25%;
}

.width-75 {
  flex: 1;
  width: 75%;
  max-width: 75%;
}

span {
  font-family: D-Din, sans-serif;
}

@media (max-width: 1024px) {
  .flex {
    flex-direction: column;
  }

  .width-50,
  .width-50 {
    width: 100%;
    max-width: 100%;
  }
}

.grid--custom-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: calc(var(--grid-desktop-horizontal-spacing) + 40px);
}

/* .grid--custom-layout .content {
 padding-inline: 20px;
} */

@media (max-width: 768px) {
  .grid--custom-layout {
    grid-template-columns: 1fr;
  }

  .grid--custom-layout .content {
    padding: 0;
  }
}

.header__menu-item {
  font-size: 16px;
  font-weight: bold;
}

.header__heading-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__search,
a.header__icon.header__icon--account.link.focus-inset.small-hide {
  display: none !important;
}

.header__icon .svg-wrapper {
  width: 24px;
}

.desktop {
  display: none;
}

@media (min-width: 981px) {
  .desktop {
    display: block;
  }

  .header__icons {
    margin-top: 0.7rem;
    position: relative;
  }

  .header__icons:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    height: 20px;
    width: 1px;
    background: #00000030;
  }
}

.klantenservice .shopify-section-group-footer-group .help-section {
  display: none;
}

.list-social__link {
  background-color: #7653c5;
  margin-right: 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.list-social__link:hover {
  filter: brightness(1.1);
  transform: translateY(-5%);
}

.list-social__link svg {
  color: #fff;
}

.footer-block__image-wrapper {
  gap: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-block__image-wrapper img {
  padding-bottom: 12px;
}

.footer-block-image {
  height: 100%;
}

#shopify-pc__banner {
  background: linear-gradient(180deg, #8865d8, #815dd1);
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: transform 0.6s ease;
  text-align: left;
  box-shadow: 0px 0px 9px #11144a;
}

.shopify-pc__banner__dialog button {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  width: fit-content;
  display: block;
  margin-inline: auto;
}

.shopify-pc__banner__dialog p {
  line-height: 1.6 !important;
  color: white !important;
}

.shopify-pc__banner__dialog h2 {
  color: white !important;
}

.shopify-pc__banner__btn-accept {
  background: #11144a;
  color: white;
  border-radius: 4px;
}

.shopify-pc__banner__btn-decline {
  background: #ebeae7;
  border-radius: 4px;
  border: 0px !important;
  opacity: 0.6;
}

.shopify-pc__banner__btn-accept:hover {
  filter: brightness(1.1);
}

.shopify-policy__container {
  max-width: 72.6rem;
}

.shopify-policy__title {
  text-align: left;
}

.privacybeleid .content-for-layout:before {
  content: "";
  background: linear-gradient(180deg, var(--gray) 10%, transparent 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.privacybeleid .content-for-layout:after {
  background: url(/cdn/shop/files/pattern.svg?v=1733128872) no-repeat;
  background-size: cover;
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.price {}

.op-voorraad {
  color: var(--green);
  display: flex;
  align-items: center;
  font-family: "D-Din", sans-serif;
  font-weight: bold;
}

.stock-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quote {
  font-size: 30px;
  line-height: 1.2em;
  padding-left: 40px;
  position: relative;
}

.quote:before {
  content: "“";
  font-size: 70px;
  position: absolute;
  left: 0;
}

.quote>span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  display: block;
  font-style: italic;
}

.quote>p {
  font-family: D-Din, sans-serif;
  font-weight: bold;
}

.quote span {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  display: block;
  font-style: italic;
  color: #7653C5;
}

.quote {
  padding-top: 30px;
}

.quote.border-top {
  border-top: 1px solid #ffffff40;
}

.button {
    transition: 0.6s;
}

.product-button {
  background-color: var(--orange);
  color: #11144a !important;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  width: fit-content;
  display: block;
}

.product-button.cta-button {
  margin-inline: auto;
}

.product-button:hover, .button:hover {
  filter: brightness(1.1);
  transform: translateY(-5%);
}

.footer-block__details-content strong {
  color: var(--orange);
  margin-right: 10px;
}

.text-content {
  direction: ltr;
}

#cart-icon-bubble {
  margin-left: 27px;
}

@media all and (min-width: 1024px) {
  .half-kussen img {
    object-fit: cover;
    object-position: left;
    padding-bottom: 100px;
  }

  .feature-section-pdp .half-kussen {
    display: flex;
    position: absolute;
    right: -33.333%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 90% !important;
  }

  .feature-sectie-home .half-kussen {
    display: flex;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100% !important;
    min-height: 800px;
  }
}

@media all and (min-width: 1200px) {
  footer .footer__blocks-wrapper {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    display: grid;
  }

  footer .footer__blocks-wrapper>.grid__item {
    width: 100% !important;
  }
}

body.page .rte,
body.page .main-page-title.page-title {
  max-width: 800px;
}

.shopify-section-header-sticky sticky-header {
  box-shadow: 3px 3px 3px #0000000f;
}

product-form .product-form__buttons {
  max-width: 100%;
}

.rating {
  color: #ec9c3e;
  font-weight: bold;
}

img.sterretje {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  position: relative !important;
  top: 4px !important;
}

.pdp-usps li {
  align-items: flex-start !important;
}

.pdp-usps li svg {
  margin-top: 6px;
}

@media all and (min-width: 1000px) {
  .product__media-list {
    gap: 18px;
  }

  .product__media-list>li:nth-child(4) {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .flex {
    flex-direction: column;
  }

  .groot-kussen {
    position: relative;
  }

  .width-25,
  .width-33,
  .width-75,
  .width-66,
  .width-50 {
    width: 100%;
    max-width: 100%;
  }
}

/* Responsieve Aanpassingen */
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
    /* Kleiner voor tablets */
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
    /* Nog kleiner voor kleine schermen */
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

.custom-collection-filter button {
  display: none;
}

/* ul.product__media-list > li:first-child {
  display: none;
} */

@media (max-width: 768px) {
  .deltex-zip-it-your-way .custom-product-section {
    padding-top: 0;
  }

  .deltex-zip-it-your-way .product-slider {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .gap-0 {
    gap: 0;
  }

  .f-15 {
    font-size: 15px !important;
  }

  .f-18 {
    line-height: 20px !important;
    font-size: 18px !important;
  }

  .f-20 {
    font-size: 20px !important;
  }

  .f-25 {
    font-size: 25px !important;
  }

  .f-35 {
    font-size: 35px;
  }

  .lh-22 {
    line-height: 22px;
  }

  .no-mobile {
    display: none;
  }

  .footer-block__heading.inline-richtext {
    text-align: center;
  }
}


/*---footer--*/
.footer-betaalmethodes {
  padding-bottom: 27px;
}

.copyright-section {
  justify-content: center;
  background: white;
  max-width: 100%;
  color: #11144A;
  padding-bottom: 54px;
  padding-top: 27px;
}

.copyright-section .copyright__content a:hover {
  color: #7653C5 !important;
}

.TrengoOnlineStatus__iframe {
  display: none !important;
}


.footer-block__details-content a {
      color: white;
    text-decoration: none;
}

.menu-grid {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-inline: 20px;
    margin-top: 25px;

    .product-label {
      top: 0;
      right: 0;

      img {
        width: 100%;
        height: 100%;
      }
    }
}

.isicon {
  width: 80px !important;
  height: 80px !important;
}

h3.inline-richtext > span {
    display: block;
}

button.slider-button[disabled] {
    display: none !important;
}

.menu-drawer__inner-submenu .product-image {
  max-width: 66.6%;
  margin: 0 auto;
}

.product media-gallery {
  position: relative;
}