/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 44:18 Unexpected "{"
Line 44:27 Expected ":"
Line 53:18 Unexpected "{"
Line 53:27 Expected ":"
Line 57:18 Unexpected "{"
Line 57:27 Expected ":"
Line 61:18 Unexpected "{"
Line 61:27 Expected ":"
... and 18 more hidden warnings

**/

#shopify-section-{{ section.id }} .amai-bg-orange{
    /* background-color: #FF4425; */
    /* background-image: url('/cdn/shop/files/DSC01707.jpg?v=1699894681'); */
    background-position:center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999999999999;
    top: 0px;
}

.overlay-orange {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #FC5537;
    top: 0;
    z-index: -1;
    opacity: .6;
}
.content0 {
    display: none;
}

.amai-img-logo{
  margin-top:50px;
}
#shopify-section-{{ section.id }} .amai-d-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

#shopify-section-{{ section.id }} .amai-d-flex:last-child {
    justify-content: space-between;
}

#shopify-section-{{ section.id }} .amai-vh95{
    height: 95vh;
}

#shopify-section-{{ section.id }} .amai-d-flex h2{
    font-size: 1.5rem;
    font-weight: 400;
    color:#fff;
}



#shopify-section-{{ section.id }} .amai-age-btns, .amai-age-text{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 50px;
}

#shopify-section-{{ section.id }} .amai-age-text{
    margin-top: 5%;
    font-size: 1.2rem;
}

#shopify-section-{{ section.id }} .amai-age-btns a{
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
}

#shopify-section-{{ section.id }} .amai-age-btns button{
    border: none;
    background: none;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}

#shopify-section-{{ section.id }} .amai-video{
    width:600px;
    height:300px;
    background-color:transparent;
    margin:0px;
    margin-top: 50px;
}

@media screen and (max-width:767px){
    #shopify-section-{{ section.id }} .amai-d-flex h2{
        font-size: 1rem;
        font-weight: 400;
    }
    #shopify-section-{{ section.id }} .amai-age-text{
        width: 90%;
        margin-top: 10%;
        font-size: 1rem;
    }

    #shopify-section-{{ section.id }} .amai-video{
        width:auto;
        
    }
    #shopify-section-{{ section.id }} .amai-vh95{
        height: 90vh;
    }
}