/** Shopify CDN: Minification failed

Line 7:4 Expected ";"

**/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap')
main .container {--container-max-width: 1400px;}
body main{--heading-font-family: "Lexend", sans-serif;}


/* background-half */
.color-scheme--scheme-3.sf-background-half{background-image: linear-gradient(90deg,rgba(43, 42, 42, 1) 50%, rgba(113, 113, 113, 1) 50%);}
.color-scheme--scheme-3.sf-background-half .multi-column .multi-column__item{height:100%;}
.color-scheme--scheme-3.sf-background-half .multi-column .multi-column__item:nth-child(1){background-color:rgba(43, 42, 42, 1);}
.color-scheme--scheme-3.sf-background-half .multi-column .multi-column__item:nth-child(2){background-color:rgba(113, 113, 113, 1);}
    

/* featured-collections */
.shopify-section--featured-collections,
.shopify-section--featured-collections .container{position:relative;}
.shopify-section--featured-collections .color-scheme.color-scheme--scheme-3.sf-bg-half{
    --background-gradient:linear-gradient(0deg,rgb(var(--text-color)) 50%,rgb(var(--background)) 50%);
    position:absolute;
    left:0; top:0;
    display:block;
    height:100%;
    width:100%;
}

.slideshow__slide-content,
.collection-card__content{
    width:100%;
}
/* multiple-media-with-text box shadow */

.multiple-media-with-text .sf-shadow-left{box-shadow:-10px 10px rgb(var(--text-color));}
.multiple-media-with-text .sf-shadow-right{box-shadow:10px 10px rgb(var(--text-color));}

.sf-pr-icon-arrow{float:right;width: 40px;transform: translateY(15px);}

@media only screen and (max-width:699px){
   .color-scheme--scheme-3.sf-background-half .multi-column{grid-template-rows: 1fr 1fr;}
   .color-scheme--scheme-3.sf-background-half{background-image: linear-gradient(180deg,rgba(43, 42, 42, 1) 50%, rgba(113, 113, 113, 1) 50%);}
}
 @media only screen and (min-width: 1000px) {
    .header {
    --header-grid: "primary-nav logo secondary-v2-nav secondary-nav" / minmax(max-content, 4fr) auto  minmax(max-content, 2fr)   minmax(max-content, 2fr)  ;
    }
    .header__secondary-nav.sf_right_menu {
        grid-area: secondary-v2-nav;
    }
 }
