/** Shopify CDN: Minification failed

Line 484:14 Expected ":"

**/
/** header ***/
header#SiteHeader {
    padding-bottom: 0;
}


/**** Product Card custom ****/
span.product__price.on-sale {
    color: #00B67A;
    font-weight: 700;
    font-size: 30px !important;
}

span.grid-product__price--original, span.product__price.product__price--compare {
  color: #c22626 !important;
}
.grid-product__tag {
    align-items: center;
    gap: 0.375rem;
    padding: 4px 0.5rem !important;
    width: max-content;
    border-radius: 50px;
    font-size: .75rem !important; 
    font-weight: 600;
    display: flex;
    top: 1rem !important;
    left: 1rem;
    line-height: 1.3;
}

.grid-product__image-mask {
    border-radius: 0.375rem;
}
span.grid-product__price--savings {
    display: none;
}

.grid-product__price--original {
    margin-right: 5px;
    margin-left: 5px;
}

.grid-product__title {
    font-size: 14px !important;
}





@media only screen and (max-width: 1400px) {
   
    .page-width--flush-small{
        padding: 0;
    }
      
    .page-width--flush-small .grid__item {
        padding-left: 17px;
    }
    .grid-overflow-wrapper .grid {
        white-space: wrap !important;
        display: flex !important;
        padding-left:20px !important;
    }
    .grid-overflow-wrapper .grid__item {
        width: 36vw;
        flex: 0 0 36vw;
    }

    .page-width--flush-small .grid-product__content {
        padding-bottom: 20px !important;
    }

    .grid-overflow-wrapper {
        overflow: hidden !important;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        padding-left: 20px !important;
    }
     [data-aos=overflow__animation].aos-animate {
        transform: translate(0) !important;
    }
}


@media only screen and (max-width: 900px) {
    .grid-overflow-wrapper {
        overflow: hidden !important;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
     [data-aos=overflow__animation].aos-animate {
        transform: translate(0) !important;
    }
    .grid-overflow-wrapper .grid__item {
        width: 40vw;
        flex: 0 0 40vw;
    }
}



@media only screen and (max-width: 768px) {
    .grid-product__tag {
        padding: 3px 0.5rem !important;
        width: max-content;
        font-size: .7rem !important;
        top: .5rem !important;
        left: .5rem;

    }
    .grid-overflow-wrapper {
        padding-left: 0px;
    }
    .grid-overflow-wrapper .grid {
        padding-left: 0px !important;
    }
        .grid-overflow-wrapper .grid__item:first-child {
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 600px) {
    
    .grid-overflow-wrapper .grid__item {
        width: 75vw;
        flex: 0 0 75vw;
        display: inline-block;
        float: none;
        white-space: normal;
    }
    .grid-product__tag {
    padding: 3px 0.5rem !important;
    width: max-content;
    font-size: .7rem !important;
    top: .5rem !important;
    left: .5rem;

}
}


/**** Single product custom *****/


.product-image-main .image-wrap {
  padding-bottom: 100% !important;
}
img.photoswipe__image.lazyautosizes.lazyloaded {
  max-height: 640px;
  object-fit: cover;
  width: 100%;
}


.grid__image-ratio img.grid__image-contain {
    object-fit: cover !important;
}

.variant-input-wrap input[type=radio]:checked+label, label.variant__button-label:hover {

    color: #fff;
    background-color: #292929;
    text-decoration-color: #fff;
}

span.product__price-savings {
    background-color: none;
    color: #00B67A;
    border-radius: 50px;
    font-size: 18px; 
    font-weight: 400;
    line-height: 1.3;
}

variant-swatch-king .swatch-view {
    margin: 20px 0px !important;
}

@media only screen and (max-width: 768px) {
    .product-single__meta {
        text-align: left !important; 
    }
    .sales-point .icon-and-text {
        justify-content: start !important;
    }
    h1.h2.product-single__title {
    line-height: 1.3em;
  font-size:24px ;
}
}

/* 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: none;
}

.cart__item-row.text-center {
    display:none;
}
button.btn.cart__checkout {
    background-color: black;
    padding: 14px;
    letter-spacing: 0.4px;
    font-size: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: 10px;
        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;
    text-align: center;
}
.js-qty__wrapper {
    max-width: 110px;
}
@media only screen and (min-width: 769px) {
    .drawer__footer {
     padding-top: 0px; 
    }
    .cart__item-row {
    margin-bottom: unset;
    margin-top: 5px !important;
}
}

/* 1. GEZAMENLIJKE BADGE-STYLING (Compact & Strak) */
small.cart__discount-badge, 
span.cart-discounts-inline__tag,
.DiscountCodeBadge_discountBadge__ {
    display: inline-flex;
    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__discount {
    color: #00B67a;
}
.trustBarContainer {
    margin-top: 10px;
}
.discount-badge-item {
    display:none !important;
}
.cart-subtotal-show {
    display: none;
}
button.btn.cart__checkout {
    text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
.drawer--right {
    width: 100%;
    right: -350px;
 }
 .cart__item-sub {
    margin-top 0px;
 }
}

  @media only screen and (max-width: 589px) {
    .grid-product.small--one-whole {
      width: 90% !important;
      flex: 0 0 100% !important;
    }
  }


  /*** Section announcement  ***/
  .marquee_contentt .slick-slide {
    font-size: 0.9rem;
}


@media only screen and (min-width: 881px) {
    .marquee_contentt .slick-initialized .slick-slide {
        max-width: fit-content;
    }

    .marquee_contentt .slick-track {
        display: flex !important;
        justify-content: center !important;
        gap:3%;
    }
}

/** Section collection slider **/



@media only screen and (max-width: 1400px) {
.slider-on-mobile .grid.grid--uniform.collection_list_mobile
 {
    display: flex;
    flex-direction: row;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    /* overscroll-behavior-x: contain; */
    /* overflow-x: auto; */
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap:20px;

}

.slider-on-mobile .medium-up--one-fifth{
width: 34vw !important;
}

.slider-on-mobile .collection-item {
    width: 34vw;
}
    .page-width.slider-on-mobile {
    padding-right: 0 !important;
}
}


@media only screen and (max-width: 900px) {
.slider-on-mobile .medium-up--one-fifth{
width: 38vw !important;
}

.slider-on-mobile .collection-item {
    width: 38vw;
}
}


@media only screen and (max-width: 600px) {
.slider-on-mobile .medium-up--one-fifth{
width: 72vw !important;
}

.slider-on-mobile .collection-item {
    width: 72vw;
}
}
.cart__discount-badge-item {
    display: none !important;
}

