/** Shopify CDN: Minification failed

Line 462:11 Expected ":"
Line 468:10 Unterminated string token
Line 526:19 Expected identifier but found "/"

**/
:root{
    --jvd-black: #1d1d1b;
    --jvd-purple: #896B95;
    --jvd-red: #D65054;
    --jvd-art-green: #A7D8BE;
    --jvd-whitetr: rgba(255, 255, 255, 0.05);
    --border: solid var(--jvd-black) 1px;
    --border-white: solid white 1px; 
    --bs: 'din-2014' , sans-serif;
    --ivy: 'ivypresto-headline', serif;
    --caps: uppercase;
    --bgblur: blur(10px);
    --page-width: 100vw;
    --product-card-border-width: 0;
    --grid-desktop-horizontal-spacing: 5px;
    --grid-desktop-vertical-spacing: 5px;


}

.button-white-medium{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: var(--caps);
    padding: 2rem 10rem;
    background-color: white;
    color: var(--jvd-black);
    border: var(--border);
    cursor: pointer;
    transition: .3s;
}

.button-white-medium:hover, .button-white-medium:active{
    background-color: var(--jvd-black);
    color: white;
}

.button-black-medium{
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: var(--caps);
    padding: 2rem 10rem;
    background-color: var(--jvd-black);
    color: white;
    border: var(--border);
    cursor: pointer;
    transition: .3s;
}

.button-black-medium:hover, .button-black-medium:active{
    background-color: white;
    color: var(--jvd-black);
}

.button-green-medium{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: var(--caps);
    padding: 2rem 10rem;
    background-color: var(--jvd-art-green);
    color: white;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.button-green-medium:hover, .button-green-medium:active{
    background-color: var(--jvd-black);
    color: white;
}

a{
    text-decoration: none;
    color: var(--jvd-black);
    font-size: 15px;
    transition: .3s;
}

a:hover{
    color: var(--jvd-purple);
}

.button{
    border: solid 1px var(--jvd-black);
    transition: 0.3s;
    color: white;
}

.button:hover, .button:active{
    border: solid 1px var(--jvd-black);
    background-color: white;
    color: var(--jvd-black);
}
.button:after{
    display: none;
}

.button--secondary{
    border: solid 1px var(--jvd-black);
    background-color: var(--jvd-black);
    color: white;
    transition: 0.3s;
}

.button--secondary:hover:active{
    border: solid 1px var(--jvd-black);
    background-color: white;
    color: var(--jvd-black);
}

.button--tertiary{
    color: var(--jvd-black);
    border: none;
}

.button--tertiary:hover{
    border: none;
}

.mobile-facets__open{
    color: var(--jvd-black) !important;
}

.cart-count-bubble{
    background-color: var(--jvd-red);
    bottom: 2rem;
}

video{
    width: 100%;
}

body{
    width: 100vw;
    overflow-x: hidden;
}




*, *::before, *::after{
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: none;
    line-height: 1.5;
    border-radius: 0;
}

p{
    font-family: var(--bs);
    text-transform: var(--caps);
    color: var(--jvd-black);
    letter-spacing: 0;
    font-size: 15px;
}

h2{

    font-size: 35px;
}




@media (max-width: 768px) {
    video{
        height: 90vh;
        object-fit: cover;
    }

}

.justify-self-end{
    justify-self: end;
}

.fit-content{
    width: fit-content;
}

.white{
    color: white;
}

.red{
    color: var(--jvd-red);
}

.purple{
    color: var(--jvd-purple);
}

.art-green{
    color: var(--jvd-art-green)
}

.black-bg{
    background-color: var(--jvd-black);
    padding: 5px;
    margin: 5px -5px;
}
.white-bg{
    background-color: white;
    padding: 5px;
    margin: 5px -5px;
}

.b-bottom{
    border-bottom: var(--border) ;
}

.bsr-40{
    font-weight: 400;
    font-size: 40px;
}

.bsr-35{
    font-weight: 400;
    font-size: 35px;
}

.bsr-30{
    font-weight: 400;
    font-size: 30px;
}

.bsr-25{
    font-weight: 400;
    font-size: 25px;
}

.bsr-20{
    font-weight: 400;
    font-size: 20px;
}

.bsr-12{
    font-size: 12px;
    font-weight: 400;
}

.bsr-18{
    font-size: 18px;
    font-weight: 400;
}

.bsr-16{
    font-size: 16px;
    font-weight: 400;
}


.ivyr-15{
    font-family: var(--ivy);
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1.1px;
}

.ivyr-18{
    font-family: var(--ivy);
    font-size: 19px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1.1px;
}


.ivyr-20{
    font-family: var(--ivy);
    font-size: 21px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1.1px;
}

.ivyr-35{
    font-family: var(--ivy);
    font-size: 35px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1.1px;
}


.ivyr-50{
    font-family: var(--ivy);
    font-size: 50px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.1px;
}

.ivysb-50{
    font-family: var(--ivy);
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1.1px;
}

.ivysb-15{
    font-family: var(--ivy);
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1.1px;
}

body{
    padding: 0;
    margin: 0;
}

.page-width{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

*{
    font-family: var(--bs);
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
}

.utility-bar {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 1px;
    font-size: 10px !important;
}

.announcement-bar{
    height: 20px;
}

.header__active-menu-item{
    color: var(--jvd-purple)
}

.header__menu-item:hover,
.header__menu-item:focus {
  color: var(--jvd-purple)
}

.header__menu-item {

    color: var(--jvd-black);
    font-size: 15px;
}

.header__icon, .header__icon--cart {
    width: 3.5rem;
    padding: 0;
}

.header__icon, .header__icon--search {
    width: 3.5rem;
    padding: 0;
}

account-icon{
    width: 3.5rem;
    padding: 0;
}

header{
    width: 100%;
}


.header-wrapper{
    border-bottom: 1px solid var(--jvd-black);
    padding: 0;
}

.header {
    padding: 6px 10px 6px 14px !important;
}

.list-menu--inline{
    display: flex;
    width:75%;
    justify-content: space-between;
}



.header__icons{
    width: 75%;
    justify-content: space-between;
}

.header-heading{
    margin-left: 4rem;
    margin-right: 4rem;
}



.cart__items{
    border-bottom: solid 1px rgba(var(--color-foreground), 1) !important;
}


body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
    color: rgba(var(--color-foreground), 1) !important;
    
}



.mobile-facets__label>svg {
    display: none !important;
}

span.active-facets__button-inner {
    border-radius: 0px !important;
    background-color: var(--jvd-black);
    color: white !important;
}

span.active-facets__button-inner:hover {
    border-radius: 0px !important;
    background-color: white;
    color: var(--jvd-black) !important;
    border: var(--border);
    box-shadow: solid 1px transparent !important;
}

.active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0rem rgba(var(--color-foreground), .2) !important;
}

.disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display
In combination with 'float' and 'position', determines the type of box or boxes that are generated for an element.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: block;
    cursor: default;
    content: ' ';
    backdrop-filter: var(--bgblur);
    opacity: 100%;
}

.shopify-pc__banner__dialog{
    border: var(--border) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    top: 60% !important;

}

.shopify-pc__banner__btns{

    gap: 10px !important;
}

.shopify-pc__banner__dialog button{
    margin-top: 0px !important;
    transition: 0.3s !important;
    border-radius: 0px !important;
}

.shopify-pc__banner__dialog button:hover{
    border: var(--border) !important;
    background-color: white !important;
    color: var(--jvd-black) !important;

}

.shopify-pc__banner__dialog button:hover.shopify-pc__banner__btn-manage-prefs
 {
    border: none !important;
    color: var(--jvd-purple) !important;
 }

 .shopify-pc__banner__dialog h2{
    font-family: var(--ivy) !important;
    text-transform: none !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    width: fit-content !important;
    border-bottom: var(--border);
 }

 @media screen and (max-width: 749px) {
    slider-component.page-width {
        padding: 0 1rem !important;
    }
}


.img-card-55 {
  position: relative;
  width: 100%;     /
  height: auto;
}

.img-card-55 img {
  width: 100%;     
  height: auto;    
  display: block;  
  object-fit: cover;
}

  .text-block-50{
    align-self: center;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 90%;
    margin: 15rem 0rem;
}



  @media screen and (max-width: 900px) {

    .text-block-50{
        width: 90vw;
        
    }
  }

  .shopify-policy__container{
    max-width: 100%;
  }

  .shopify-policy__container h1{
    font-family: var(--ivy);
    font-weight: 300;
    margin: 10rem 0rem;
    text-transform: none;
    letter-spacing: 1.1px;
  }

  .shopify-policy__container strong{
    font-size: 20px;
  }

.shopify-pc__prefs__dialog{
    border-radius: 0px !important;
    border: var(--border);
    box-shadow: none !important;
}

.shopify-pc__prefs__overlay{
    background-color: var(--jvd-whitetr) !important;
    backdrop-filter: var(--bgblur) !important;
    display: flex !important;
}

.cart__empty-text{
    font-family: var(--ivy);
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1.1px;
    margin: 5rem 0rem !important;
}

hr{
    background-color: var(--jvd-black);
}

em{
    font-style: normal;
}















