/** Shopify CDN: Minification failed

Line 25:27 Expected identifier but found whitespace
Line 379:17 Expected ":"

**/
@font-face {
    font-family: 'YourFontName';
    src: url('{{ 'YourFontFile.woff2' | asset_url }}') format('woff2'),
         url('{{ 'YourFontFile.woff' | asset_url }}') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**** Custom inner content width ****/
    .page-width {
        max-width: 1500px !important;
        margin: 0 auto;
        padding-left:18px !important;
        padding-right:18px !important;
    }

/*** announcment bar ****/.
.marque_list .slick-initialized .slick-slide{
font-weight: 700 !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-size: .9em !important;
}   

testimonial-stars {
    color: #fbbc04 ;
}
.testimonials-section .flickity-page-dots {
    display:none;
}
.grid-product__price--original {
color: black;
}

.product__price--compare {
    color: black !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
span.product__price.on-sale {
    font-size: 23px !important;
  /*  font-weight: 700 !important; */
}
/*
span.product__price-savings {
    color: #1A996D;
}
*/
span.grid-product__price--savings {
    display: none;
}



@media only screen and (max-width: 768px) {
    .product-single__meta {
        text-align: left !important;
    }
}
/* Show thumbnails PDP on mobile*/
@media only screen and (max-width: 768px) {
    .product__main-photos {
    margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 768px) {
    .product__main-photos .flickity-page-dots {
         display: none;
    }
}
@media only screen and (max-width: 768px) {
    .product__thumbs.product__thumbs--below.product__thumbs-placement--left.small--hide.aos-init.aos-animate {
        display: block !important;
    }
}

/* cart */
.cart__price--strikethrough {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0;
    text-decoration-line: line-through;
    color: #999999;
}
span.cart__price.cart__discount {
    color: black;
    font-size: 15px;
    font-weight: 700;
}
small.cart__discount {
    font-size: 12px;
    font-weight: 700;
    /* color: var(--colorPrice); */
    font-weight: 400;
    color:#000;
    display: inline-block;
    margin-right: 2px;
        background: #f7eef0;
        padding:5px;
}
.cart__item-sub {
    line-height: 1.5;
    align-items: center;
    margin-top:-15px;
}
.cart__item--variants span {
    font-weight: unset;
   
}
.cart__item--variants {
    margin-bottom: 15px;
    color: #999999;
    line-height: 1.6;
}
a.cart__item-name {
    font-family: Outfit;
    font-size: 16px;
    font-size: 1em;
    font-weight: 600;
}
.h2.drawer__title {
        font-family: Outfit;
        font-weight: 600;
        line-height: 24px;
        text-transform: none;
    }
.drawer__fixed-header, .drawer__header {
        height: 80px;
    }
.drawer__close-button .icon {
    background-color: #0000000c;
    padding: 5px;
    height: 30px;
    width: 30px;
}
.drawer__close-button .icon:hover {
background-color: #EBEBEB;
}
.drawer__header {
    border-bottom: 1px;
}

.cart__item-row.text-center {
    display:none;
}
button.btn.cart__checkout {
    background: var(--colorBtnPrimary);
    border-radius: 5px;
    /* background-color: #293566; */
    padding: 14px;
    letter-spacing: 0.4px;
    font-size:16px;
    text-transform: unset;
    margin-bottom:16px;
}
.cart__item-sub.cart__item-row {
    font-weight: 400;
    font-size: 20px;
    font-family: Outfit;
    letter-spacing: 0.4px;
}
.ajaxcart__subtotal {
    letter-spacing: 0.4px;
    text-transform: unset;
    font-size: 20px;
    font-family: Outfit;
}
.cart__checkout-wrapper {
    margin-top: 10px;
}
.cart__item-row {
    margin-bottom: unset;
        margin-top: 5px;
}
    .drawer__footer {
        padding-top: 20px;
        background-color:#F6F6F7;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    @media only screen and (min-width: 769px) {
    .h2, h2 {
        font-size: 24px;
    }
}

.drawer .js-qty__adjust:hover {
    background-color: #F2F2F2;
    fill:black;
}
.drawer .js-qty__adjust {
    fill: #637381;
}
.drawer__scrollable {
    padding-top: 10px;
}
.js-qty__wrapper {
    max-width: 110px;
}
@media only screen and (min-width: 769px) {
    .drawer__footer {
     padding-top: 0px; 
    }
}

/* 1. GEZAMENLIJKE BADGE-STYLING (Compact & Strak) */
small.cart__discount-badge, 
span.cart-discounts-inline__tag,
.DiscountCodeBadge_discountBadge__ {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    background: #0000000d !important; /* De subtiele grijze achtergrond */
    border-radius: 3px;
    color: #585858 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 6px !important;    /* HIER: Minder grijs links/rechts */
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
    white-space: nowrap;
}

/* 2. ICONEN (SVG) PERFECT UITLIJNEN */
small.cart__discount-badge svg, 
span.cart-discounts-inline__icon svg,
.DiscountCodeBadge_discountBadge__ svg {
    fill: #585858 !important;
    width: 15px !important;         /* Iets kleiner voor balans */
    height: 15px !important;
    margin-right: 4px !important;   /* Ruimte tussen icoon en tekst */
    display: block;
    position: relative;
    top: 0 !important;              /* Reset 'top' om zweven te voorkomen */
}

/* 3. TEKST AANPASSINGEN */
span.cart-discounts-inline__text,
span.DiscountCodeBadge_title__ {
    color: #585858 !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;      /* Geeft die professionele 'badge' look */
    margin: 0 2px !important;
    display: inline-block;
}

/* 4. APP-SPECIFIEKE ONDERDELEN (Kruisje en Loader) */
.DiscountCodeBadge_close__ {
    cursor: pointer;
    height: 16px !important;        /* Badge blijft laag door kleinere knop */
    width: 16px !important;
    margin-left: 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DiscountCodeBadge_close__ svg {
    width: 10px !important;         /* Kruisje in de knop compact maken */
    height: 10px !important;
    margin-right: 0 !important;     /* Geen margin nodig bij het kruisje */
}

/* Loader voor als de korting berekent */
.DiscountCodeBadge_loader__ {
    border: 1.5px solid #585858;
    border-top: 1.5px solid transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: upcart-discount-code-badge-spin 2s linear infinite;
}

@keyframes upcart-discount-code-badge-spin {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}
span.cart__discounts-total {
    font-size: 16px;
}
.cart__discounts-title {
    font-size: 16px;
}
.drawer .js-qty__num {
    font-size: 16px;
    font-weight: 200;
}
/*Trashcan*/
/* Container die de inhoud splitst */
.cart__row--flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Zorgt dat prullenbak bovenaan blijft, ook bij lange titels */
    width: 100%;
}

/* Linker kolom met tekst (zorgt dat tekst niet tegen icoon komt) */
.cart__row-info {
    padding-right: 15px;
    flex: 1; /* Neemt alle beschikbare ruimte in */
}

/* Rechter kolom met icoon */
.cart__row-delete {
    flex-shrink: 0; /* Voorkomt dat het icoon geplet wordt */
}

/* Styling van de prullenbak knop */
.cart__item-delete {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px; /* Vergroot het klikbare gebied iets */
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart__item-delete:hover {
    opacity: 1;
}

.cart__item-delete svg {
    display: block;
    width: 15px;
    height: 15px;
}

.cart__item-delete:hover svg path {
    stroke: #e22120; /* Maakt lijntjes rood bij hover */
}
input:focus{
border-color: #e8e8e1;
}
button.js-qty__adjust.js-qty__adjust--minus {
    border-right: 1px solid #e8e8e1;
}
button.js-qty__adjust.js-qty__adjust--plus {
    border-left: 1px solid #e8e8e1;
}

.js-qty__num:active~.js-qty__adjust, .js-qty__num:focus~.js-qty__adjust {
    border-color: #e8e8e1;
}
.cart__item-sub.cart__item-row.subtotal-show {
    display: none;
}
@media only screen and (min-width:769px){

.footer__section{
    margin-top:20px;
    margin-bottom:0
}
  }
  .trust-badge {
    margin-top: 10px;
}
@media only screen and (max-width: 769px) {
.drawer--right {
    width: 100%;
    right: -350px;
 }
}
.cart-sub-show {
    /*display:none;*/
}
.footer__section {
    margin-bottom 0px;
}
ul.inline-list.payment-icons.footer__section {
    margin-top: 20px;
}

/*** transparent header ***/
a.site-header__logo-link.logo--inverted {
    filter: brightness(0) invert(1);
}

.toolbar--transparent .toolbar__content {
    border-bottom: 1px solid hsla(0, 0%, 100%, .0);
}

.product-block.product-block--header {
  margin-bottom: unset !important;
}



/**** Procudt grid Custom *****/

    [data-center-text=true] .grid-product__meta {
        text-align: left !important;
        text-align: left !important;
        font-weight: 600;
        padding-top: 2rem;
    }


    /** Sales badge **/
    .grid-product__tag--sale, span.product__price-savings {
        left: 10px !important;
        right: unset;
        top: 10px !important;
        font-size: 0.7rem !important;
        font-weight: bold;
        color:#fff !important;
        background:#000 !important;
        border-radius: var(--buttonRadius);
        padding: 7px 7px 7px 9px !important;
            
    }
     span.product__price-savings {
        padding: 3px 0.5rem !important;
        font-size: 12px !important;
     }

    /*** Quick add to cart btn ***/
        .quick-product__btn {
        left: unset !important;
        padding:0.75rem 1.5rem !important;
        font-size: 0.875rem !important;
        font-weight: bold;
        border-radius: var(--buttonRadius) !important;
    }

    /*** product image ***/
    .grid-product__image-mask {
        border-radius: 0.375rem !important;
    }


/*** Scrolling image ***/
.scrolling-image-content-template--28370397200768__scrolling_image_cFGdnP
 {
    background: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .45), inset 0 0 6px rgba(255, 255, 255, .25) !important;
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    will-change: transform;
}
.scrolling-image-content-template--28370397200768__scrolling_image_cFGdnP:hover{
    transform: scale(1.05);
    background: rgba(0, 0, 0, 0.3) !important;
}

.scrolling-image-content-template--28370397200768__scrolling_image_cFGdnP p {
    text-shadow: 0 0 10px #fff;
}


/**** section custom ****/
    .index-section {
         padding-bottom: 4%;
        padding-top: 4%;
            }
        @media only screen and (min-width: 769px) {
            .index-section {
                margin: 0px 0 !important;
            }
        }


/*** Custom faq ***/

    .faq-main-wrap {
    background: #1a1a1a0d !important;;
    border-radius: 0.75rem !important;
    max-width: 960px !important;
    }
    .custom-faq-wrap .collapsible-trigger--inline {
    padding: 1.25rem 30px 1.25rem 0px !important;
    width: 100% !important;
    font-weight: bold;
    }
    .faq-main-wrap .collapsible-trigger--inline .collapsible-trigger__icon {
    right: 0 !important;
    left: auto !important;
    background: #1a1a1a1a !important;

    }

    .custom-faq-wrap button.is-open .collapsible-trigger__icon,
    .custom-faq-wrap button:hover .collapsible-trigger__icon{
        background: #000 !important;
        color:#fff !important
    }

    .custom-faq-wrap .collapsible-trigger {
        font-weight: bold;
    }
    .custom-faq-wrap{
        border-top: 1px solid #1a1a1a1f !important;

    }
    .custom-faq-wrap:first-of-type {
       border-top: 1px solid #0000 !important;
    }


    @media screen and (min-width: 1000px) {
    .faq-main-wrap {
        padding: 1.25rem 3rem !important;
    }
    }


/**** Collection Slider custom ***/
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .content-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .content-slide .icon {
        fill: #fff;

    }

    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide a {
        position: relative;
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .collection-title{
        color:#fff !important;
    }

    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .collection-image {
        height: 100% !important;
        opacity:0.7;
    }

    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container svg.collection-arrow-right {
        transform: rotate(270deg);
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container svg.collection-arrow-left {
        transform: rotate(90deg);
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide:hover img {
        transform: scale(1.08) !important;
        transform-origin: center;
        transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide img {
        transform-origin: center;
        transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide {
        overflow: hidden;
        border-radius:0.75rem !important;
        background:#000;
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-wrapper button, 
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide .icon {
        opacity: 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out, visibility .1s ease-in-out;
        transform: scale(.8);
    }
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-wrapper:hover button, 
    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .collections-slider-container .slide:hover .icon {
        transition: opacity .1s ease-in-out, transform .1s ease-in-out, visibility .1s ease-in-out;
        opacity: 1;
    }

    div#collections-slider-template--28370397200768__collection_carousel_TjMwaM .slide:hover {
        transform: none;
        }

    .slide:hover {
        transform: scale(1.03);
        transform-origin: center;
        transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .slide{
        transform-origin: center;
        transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        }


    




/*** Single product page custom ****/

   .product-section button.btn.btn--full.add-to-cart{
        box-shadow: 0 4px 12px #000;
        padding: 18px;
   } 

    .product-section h1.h2.product-single__title {
        font-size: 40px !important;
        font-weight:700 !important;
    }
    .product-section .color-swatch {
    border-radius: 10px !important;
    }
    .product-section .color-swatch:before {
    border-radius: 10px !important;
    }
    .product-section .color-swatch {
    height: 60px !important;
    width: 60px !important;
    border-radius: 10px !important;
    }
    .product-section .product__thumb-item .image-wrap {
    object-fit: cover;
    height: 80px !important;
    width: 80px;
    padding-bottom: 100% !important;
    border-radius: 10px !important;
    }
    .product-section .product__thumb-item .image-wrap a img {
    object-fit: cover;
    width: 80px;
    height: 80px !important;
    border-radius: 10px !important;
    }

    .product-section li.icon--payment img {
        max-width: 38px;
        border-radius: 3px;
        border: 1px solid #f2f2f2;
    }
    .product-section .payment-icons li {
        margin: 0 2px !important;
    }

    .product-section .product-block.product-block--tab button{
        text-align:left !important;
        font-weight:bold !important;
    }

    .product-section .product-block.product-block--tab .collapsible-trigger-btn--borders{
        border-left:0 !important;
        border-right: 0 !important;
    }
    .product-section .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
        border: none !important;
    }

    .product-main-slide {
        border-radius: 10px !important;
    }
    @media only screen and (max-width: 1024px) {
        .product-section h1.h2.product-single__title {
            font-size: 28px !important;
        }
    }

    @media only screen and (max-width: 700px) {
        .product-section h1.h2.product-single__title {
            font-size: 24px !important;
        }
    }




    /*** product custom tab ***/
       /** Truck-icon **/
       
    .product-block.product-block--tab.details_tabs [aria-controls="Product-content-tab_LHBYVf15705566216576"]:before{
            content:url(/cdn/shop/files/details-cart-icon.svg);
            position: absolute;
            top: calc(50% - 12px);
            left:0;
        }

        /** shopping cart-icon **/
        .product-block.product-block--tab.details_tabs [aria-controls="Product-content-tab_L43Q7N15705566216576"]:before{
            content:url(/cdn/shop/files/details-shoppingcart-icon.svg);
            position: absolute;
            top: calc(50% - 12px);
            left:0;
        }

        /** Secure payment **/
        .product-block.product-block--tab.details_tabs [aria-controls="Product-content-tab_MYehfU15705566216576"]:before{
            content:url(/cdn/shop/files/details-secure-payment-icon.svg);
            position: absolute;
            top: calc(50% - 12px);
            left:0;
        }


        .product-block.product-block--tab.details_tabs button{
            padding-left: 40px;
        }


/** Reviews custom **/
    div#shopify-section-template--28370397757824__text_with_icons_pfMyUD .text-with-icons__block-title h3 {
    font-size: 15px !important;
    font-weight: 700;
    }


/***** Cart drawer custom ****/
.kaching-cart__trust-badges.kaching-cart__trust-badges-footer {
    padding: 8px 0;
    background-color: #f7eef0;
}

.kaching-cart__trust-badges-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.kaching-cart__trust-badges .kaching-cart__trust-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.kaching-cart__trust-badges .kaching-cart__trust-badge-icon {
    width: 19px;
    height: 19px;
}
span.kaching-cart__trust-badge-text {
    font-size: 12px;
    font-weight: 600;
}

.h2.drawer__title {
    text-align: center;
    padding-left: 90px;
}

.drawer__scrollable .cart__image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 0.75rem;
}

#CartDrawer .drawer__fixed-header {
    border-bottom: 1px solid #0000001a;
}



/****** Banner USP Bar *****/
.promo-barra-fixa {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.promo-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

/* Efeito hover */
.promo-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  transform: translateY(-2px);
}

.promo-item:hover .promo-top {
  color: #1a1a1a;
  font-size: 18px;
}

/* Divisor com gradiente entre items */
.promo-item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, #d4d4d4 50%, transparent 100%);
}

.promo-top {
  color: #000 !important;
  font-weight: 700 !important;
font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
  transition: all 0.3s ease;
}

.promo-bottom {
  font-size: 10px;
  font-weight: 500;
  color: #666;
  line-height: 1.2;
  transition: color 0.3s ease;
font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    font-weight: 600;
}

.promo-item:hover .promo-bottom {
  color: #1a1a1a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .promo-barra-fixa {
    flex-direction: row;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }
  
  .promo-item {
    padding: 12px 6px;
  }
  
  .promo-item:hover {
    transform: none;
  }
  
  .promo-top {
    font-size: 13px !important;
    margin-bottom: 2px !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);

  }
  
  .promo-bottom {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .promo-item {
    padding: 10px 4px;
  }
  
  .promo-top {
    font-size: 11px !important;
  }
  
  .promo-bottom {
    font-size: 8px;
  }
}

@media only screen and (max-width: 699px) {
    .product__price--compare {
        font-size: 14px !important;
    }
       span.product__price-savings {
        font-size: 9px !important;
     }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5
{
    font-weight:700 !important;
}

/*** Grid custom ***/

[data-type_product_capitalize=true] .grid-product__title {
    /* text-transform: uppercase; */
    /* letter-spacing: .2em; */
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: calc(var(--typeBaseSize) - 0px) !important;
    
}
.grid-product__price--original {
    font-weight: 300 !important;
}

.grid-overflow-wrapper .grid-product__price, .grid-overflow-wrapper .grid__item {
        font-size: 16px !important;
        font-weight: 500;
    }

@media only screen and (max-width: 768px) {
    [data-type_product_capitalize=true] .grid-product__title {
    font-size: calc(var(--typeBaseSize) - 2px) !important;
    
    }
    .grid-overflow-wrapper .grid-product__price, .grid-overflow-wrapper .grid__item {
        font-size: .88rem !important;
    }

}

/** Section heading ***/

  .section-header h2, h2, .section-header__title {
    font-size: 2.5rem !important;
    line-height: 1.1;
    }

@media only screen and (max-width: 1399px) {
   .section-header h2, h2, .section-header__title {
        font-size: 1.75rem !important;
   
    }
}

@media only screen and (max-width: 699px) {
   .section-header h2, h2, .section-header__title {
        font-size: 1.5rem !important;
   
    }
}