/** Shopify CDN: Minification failed

Line 116:0 Unexpected "@media"

**/
.template-collection-hero-simple #ProductGridContainer .grid { 
    justify-content: center;
} 

.collection-hero--simple {
    position: relative;
}

.template-collection-hero-simple .collection-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 1.5rem; 
    color: #fff;
} 
 
.collection-story {
    max-width: 700px;
    flex-basis: 50%;
    color: #000;
    padding: 5rem 1.5rem 0rem 1.5rem;
    font-size: 12px;
    text-align: center;
    font-family: VictorSerifTrial;  
    align-items: center;
    display: flex;
    margin: 0 auto; 
}

.card__badge {
/*    display: none !important;*/ 
} 

.collection-hero__content {
    position: absolute;
/*    border: 1px solid red;*/
    top: 50%;
    left: 50%;
    z-index: 2; 
    transform: translate(-50%, -50%);
/*    background-color: #fff;*/
    width: calc(100% - 6rem);
}
   

.section--collection-hero--simple-legal {
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 1.1;
    font-size: 10px;
    background-color: #000;
    margin-bottom: 40px; 
    text-align: center;
}

.section--collection-hero--simple-legal a {
    color: #fff; 
    font-size: 10px;
    text-decoration: underline;
}


.collection-hero--simple .collection-subtitle {
    text-align:center;
    color: #fff; 
    font-family: VictorSerifTrial; 
    font-size: 2vw;
    margin: 0;
}
 

@media screen and (max-width: 749px) {
    .collection-hero--simple .banner .banner__media {
/*        height: 177vw !important;*/
    }

    .collection-hero__content {
        width: calc(100% - 3rem);
    }

    .collection-hero--simple .collection-subtitle {        
        font-size: 4vw;
    }

}

@media screen and (min-width: 750px) {
    .collection-hero__content {
        width: auto;
    }

    .collection-hero--simple .banner {
        min-height: 720px !important;
    }

    .template-collection-hero-simple .collection-title {
        font-size: 2.7vw;
        margin: 3rem; 
    }

    .collection-story {
        font-size: 14px;
        padding: 7vw 3rem 0 3rem;
    }

}

.collection-hero__content
@media screen and (min-width: 1024px) {
    .template-collection-hero-simple .collection-title {
/*        font-size: 32px;*/
    }
} 


