/** Shopify CDN: Minification failed

Line 7:27 Expected identifier but found whitespace
Line 346:17 Expected ":"

**/
/*** 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: 30px !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: 500;
}
small.cart__discount {
    font-size: 15px;
    font-weight: 800;
}
.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-color: #293566;
    padding: 14px;
    letter-spacing: 0.4px;
    font-size:16px;
    text-transform: unset;
}
.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;
}



