/*
Theme Name: Shoptimizer Child
Template: shoptimizer
*/

/* Age verification modal container */
.mellow-age-gate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    border: 32px solid #000;
    box-sizing: border-box;
}

.mellow-age-gate-modal .mellow-age-gate-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
    margin: 20px;
    text-align: center;
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
}

.mellow-age-gate-modal h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.3;
    font-family: inherit;
    color: #000;
    font-weight: bold;
}