/** Shopify CDN: Minification failed

Line 506:9 Expected ":"

**/
p{
    font-size:16px;
    color:#000
}
.header {
    display:flex;
    justify-content:center;
}
#HeaderMenu-over-ons{
    margin-right:120px;
}
.header__heading,.header__heading-link{
    position:absolute;
    left:41%;
}
.header__heading .header__heading-link{
    position:static;
}
.header__menu-item{
    font-size:18px;
    color:#000;
}
.header__active-menu-item,.header__menu-item:hover span{
    text-decoration:none;
}
.header__active-menu-item,.header__menu-item span{
    position:relative;
}
.header__active-menu-item:after,.header__menu-item span:hover:after{
    content:'';
    width:100%;
    height:2px;
    background-color:#D91B5C;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.bg-red{
    background-color: #CC3366;
}
  .social-icons-bar {
    background-color: #CC3366; /* Pink background */
    padding: 10px 30px 0;
    text-align: left;
  }
  .social-icons-bar .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
  }
  .social-icons-bar .social-links li img {
    width: 15px;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
  }
  .social-icons-bar .social-links li .fb-icon{
    width:10px;
  }
  .social-icons-bar .social-links li a:hover img {
    opacity: 0.8;
  }
  .hero-content{
    z-index:1;
  }
  .home-hero:before{
    content:'';
    top:0;
    bottom:0;
    left:0;
    right:0;
    position:absolute;
    z-index: 0;
    background-color: #0000004f;
  }
  .home-hero{
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 30px;
    text-align: center;
    position:relative;
    background-position:center;
  }
  .hero-title{
    margin:0;
    font-size:37px;
    color:#fff;
    font-weight:600;
  }
  .hero-desc{
    font-size:20px;
    color:#fff;
    line-height:40px;
  }
  .cstm-btn{
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:172px;
    height:51px;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    margin:auto;
    position:relative;
    top:0;
    transition:.5s
  }
  .bg-red.cstm-btn:hover
 {
    background-color: #cc3366bd;
    position:relative;
    top:-10px;
    transition:.5s
}
.blog-list{
    display:flex;
    list-style-type:none;
    gap:20px;
    margin-top:-30px;
    z-index:2;
    position:relative;
    justify-content:center;
    flex-wrap: wrap;
    padding: 0 20px;
}
.blog-list li {
    max-width: 211px;
    padding: 20px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    box-shadow: #0000000a 0 1px,#0000000d 0 2px 7px,#0000000f 0 12px 22px;
    min-height: 392px;
    display: flex;
    align-items: center;
}
.blog-list li:hover{
          box-shadow: 0 22px 32px #cc336678;
    background-color: #cc3366;
}
.blog-list li:last-child img{
    width:110px;
}
.blog-list img{
    width:auto;
    height:172px;
}

.blog-list h3,.section-title,.main-title,.latest-blogs-section h2,.title,.review-title{
    font-size:34px;
    color:#000;
    line-height:38px;
    margin:0;
    text-align:center;
}
.review-title{
    text-align:left;
    margin-bottom:20px;
}
.blog-list li a{
text-decoration:none;
}
.blog-list p{
    font-size:16px;
    color:#444;
    margin:0;
    opacity: 0.75;
}
.blog-list li:hover h3,.blog-list li:hover p{
    color:#fff;
}
.row{
    display:flex;
    gap:20px;
}
.col-6{
    width:50%;
    overflow:hidden;
    margin:auto;
}
.collection-item {
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    padding: 30px;
    justify-content: end;
    position:relative;
    z-index:99;
    transform: scale(1);
    transition: .5s;
}
.collection-item:hover{
    transform: scale(1.1);
    transition: .5s;
}
.collection-item:hover:before{
    content:'';
    background-color:#cc336663;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;

}
.collection-left{
    min-height:302px;
}
.collection-right-top{
    min-height:166px;
}
.bottom-row{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
    gap:20px
}
.bottom-row .collection-item{
    background-color:rgba(0,0,0,.1);
        background-image: unset !important;
        width:50%;
}
.collection-item h3{
    font-size:25px;
    margin:0;
}
.collection-item a{
    text-decoration:none;
    font-size:14px;
    color:#000;
}
.section-title{
margin-bottom:40px
}
.collection-grid{
    padding:70px 0;
}
.heading-bg{
    background-image:url('/cdn/shop/files/Screenshot_2025-08-16_131254.png?v=1755333075');
    background-size:cover;
        height: 300px;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.main-title,.latest-blogs-section h2{
    color:#fff;
}

.partner-card-row{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    padding:60px 0;
}
.partner-card-row .partner-card-col {
    width: 48%;
    display: flex;
    align-items: start;
    gap: 40px;
}
.partner-card-content h3{
    margin:0;
    font-size:34px;
    color:#000;
    margin-bottom:10px;
}
.partner-card-content p{
    margin:0;
    color:#000;
    font-size:16px;
}
.latest-blogs-section p{
    text-align:center;
}
.latest-blogs-section h3{
    text-align:center;
}
.blog-btn{
        color:#fff;
      background-color: #cc3366;
       padding: 10px 25px;
        border-radius: 6px;
         text-decoration: none;
         font-size:18px;
}
.blog-btn:after{
    display:none;
}
.latest-blogs-section {
    background: #67CBFF;
    padding: 80px 20px 70px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/Screenshot_2025-08-17_010314.png?v=1755374619);
}
.footer__content-bottom{
    display:none;
}
.footer {
    background-color:#CC3366
}
.footer p,.footer p a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.footer__content-top{
    padding-bottom:0 !important
}
.footer-block:only-child:last-child{
    max-width: 106rem !important;
    padding-bottom:10px;
}
.about-top {
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    min-height: 322px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-top .main-title{
    font-size:38px;
}
.content-list-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.left-img {
  flex: 1 1 25%;
}
.right-content {
  flex: 1 1 72%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-list h3 {
  text-align:left
}
.bottom-content {
  margin-top: 30px;
}
.content-list-section{
    padding:60px 0;
}
.left-img img{
    width:127px;
    height:355px;
}
.text-center{
    text-align:center
}
.content-list{
    border-bottom: 4px dashed #66ccff ;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.bottom-content{
    border-top:4px dashed #CC3366;
}
.bottom-content h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    margin: auto;
    justify-content: center;
    margin-top: -19px;
    margin-bottom:30px;
    min-width: 219px;
    max-width: 230px;
    font-size:16px;
    color:#000;
}
.content-list:last-child{
    border-bottom:0;
}
.bottom-content img{
    width:35px;
}
.faq-accordion {

  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    border: none;
    text-align: left;
    font-size: 30px;
    position: relative;
    cursor: pointer;
}
.faq-question.open{
    color:#CC3366
}
.faq-question .arrow {
  float: right;
  transition: transform 0.3s ease;
}

.faq-question.open .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer.active {
  max-height: 500px; /* Adjust as needed */
  padding: 15px;
  background: #fff;
}
.faq-accordion{
    padding:80px 0;
}
.page-content-wrapper{
    padding:80px 0;
}
.page-content-wrapper a{
    color:#CC3366;
  
}

#ContactForm{
    display:flex;
    flex-wrap:wrap;
    gap:20px
}
.field__label{
    position:static;
    width:100%;
    font-size:16px !important
}
[type="file"]{
    height:50px;
    padding-left:0;
}
#ContactForm .field{
        flex-direction:column
}
#ContactForm .w-50{
    width:49%;
}

.field:before,.field:after,button:after{
    display:none;
}
#ContactForm [type="text"],#ContactForm [type="email"],#ContactForm textarea,#ContactForm-phone{
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all .2s ease;
    border-radius: 10px;
}
#ContactForm textarea{
    height:96px !important;
}

.contact__button button{
    background-color:#CC3366 !important;
    width:101px;
    border-radius:5px;
}
.contact{
    padding-bottom:70px;
}
.page-content-wrapper h3{
    font-size:25px;
    color#000;
}
.facets__summary {
    color: #000 !important;
    font-size: 18px !important;
}
.facet-checkbox__text-label{
    color:#000 !important;
    font-size:16px !important
}
.full-unstyled-link {
    color:#000 !important;
    font-size: 25px;
}
.price-item{
    font-size:20px !important
}
.product-grid .grid__item{
    padding:0px;
    transition:.5s;
    
    transform: scale(1) translateY(0px) translateZ(0px) !important;
   
}
.product-grid .grid__item:hover{
    padding:10px;
    transition:.5s;
    background-color:#fff;
    transform: scale(1.05) translateY(0px) translateZ(0px) !important;
    box-shadow:0 0 20px #0000000a
}
.swiper-button-prev:after,.swiper-button-next:after{
    display:none;
}
.slide-btn{
width: 29px !important;
    height: 30px !important;
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
}
.slide-btn img{
    width:19px;
}
.swiper-pagination{
    display:none;
}
.product__description.rte {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.quantity__button {
    color: #666;
    width: 35px;
    height: 35px;
    text-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08) !important;
    transition: all 0.25s ease;
    border-radius: 50px !important;
    line-height: 24px !important;
    font-size: 18px;
    background-color: #fff;
    -webkit-appearance: none;
    font-family: "Open Sans";
    font-weight: 400;
    display: flex;
}
.quantity:before,.quantity:after{
    display:none
}
.quantity{
    align-items:center;
    width:110px;
}
.quantity__input{
    font-size: 16px;
    font-weight: bold;
    font-family: fantasy;
}
.product-form__buttons button{
    background-color:#CC3366;
    border-radius:5px !important;
}
.blog-articles {
    display:flex !important;
    gap:30px !important;
    flex-wrap:wrap
}
.blog-articles:hover .full-unstyled-link{
    text-decoration:none;
}
.blog-articles__article{
    border-radius:5px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .14);
    width:31.45%;
}
.article-card__image img{
    border-radius:5px 5px 0 0
}
.card__information{
    padding-left:20px !important;
    padding-right:20px !important;
}
#MegaMenu-Content-2{
    max-width:840px;
    margin:auto;
}
#MegaMenu-Content-2 .mega-menu__list{
    display:flex;
}
#MegaMenu-Content-2 > ul.mega-menu__list > li:nth-child(1){
    background-image: url(/cdn/shop/files/Nieuwe-sfeerafbeelding.jpg?v=1755258029);
    background-size: cover;
    max-width: 380px;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
#MegaMenu-Content-2 > ul.mega-menu__list > li:nth-child(1):before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background-color:#c36;
    opacity:0.7;
}
#MegaMenu-Content-2 > ul.mega-menu__list > li:nth-child(1):hover:before{
    opacity:.4
}
#MegaMenu-Content-2 > ul.mega-menu__list > li:nth-child(1) a{
  font-size: 30px;
    color: #fff;
    z-index:1
}
.mega-menu__link{
    font-size:18px;
    color:#000;
}
#HeaderMenu-webshop-categorieen{
    font-size:30px;
    color:#c36 !important;
    pointer-events:none
}
details[open]>.header__menu-item{
    text-decoration:none;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    right: 1.8rem;
}
.header-menu-wrapper{
    display:flex;
    align-items:center;
        width: 70%;
        position:relative
}
header.header {
    justify-content:end;
}
#MegaMenu-Content-4{
    max-width: 400px;
    margin: auto;
}
.mega-menu__list{
        display: flex;
    flex-wrap: wrap;
}
.mega-menu__list--condensed .mega-menu__link {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.mega-menu__link{
    position:relative
}
.mega-menu__link:hover:after{
    content:'';
    width:100%;
    height:2px;
    background-color:#CC3366;
    position:absolute;
    bottom:2px;
        left: 0;
}
.mega-menu__link:hover{
    text-decoration:none !important
}
#MegaMenu-Content-4 .mega-menu__list{
    display:flex;
}
#MegaMenu-Content-5{
    max-width: 270px;
    margin-left: auto;
}
.footer-block__heading{
    display:none;
}
h1.scroll-trigger{
    font-size:37px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding-bottom: 26px;
    margin-bottom: 40px;
}
@media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 45% !important;
        width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
    .product--large:not(.product--no-media) .product__info-wrapper {
        padding: 0 0 0 4rem;
        max-width: 55% !important;
        width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
}
@media(max-width:992px){
    .row{
        flex-direction:column;
    }
    .col-6{
        width:100%;
    }
}
@media(max-width:767px){
    .partner-card-row .partner-card-col{
        width:100%;
    }
    .header__heading-logo{
        width:60px !important
    }
}