body.single-product .single-product .variations {
    margin: 28px 0 18px;
}

body.single-product .single-product .variations tbody,
body.single-product .single-product .variations tr,
body.single-product .single-product .variations th,
body.single-product .single-product .variations td {
    display: block;
    width: 100%;
}

body.single-product .single-product .variations th.label {
    padding: 0 0 18px;
    text-align: center;
}

body.single-product .single-product .variations th.label label {
    display: block;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    color: #111;
    text-transform: uppercase;
}

body.single-product .single-product .variations td.value {
    padding: 0;
}

body.single-product .single-product .gloreya-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-top: 0;
}

body.single-product .single-product .gloreya-variation-button {
    width: 260px;
    max-width: 100%;
    min-height: 76px;
    padding: 16px 28px;
    border: 0;
    border-radius: 999px;
    background: #e12626;
    color: #fff;
    box-shadow: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

body.single-product .single-product .gloreya-variation-button:hover,
body.single-product .single-product .gloreya-variation-button:focus,
body.single-product .single-product .gloreya-variation-button.is-selected {
    background: #e12626;
    border: 0;
    color: #fff;
    transform: none;
}

body.single-product .single-product .gloreya-variation-button__label,
body.single-product .single-product .gloreya-variation-button__price {
    width: auto;
    display: inline-block;
    white-space: nowrap;
}

body.single-product .single-product .gloreya-variation-button__label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

body.single-product .single-product .gloreya-variation-button__price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    opacity: 1;
}

body.single-product .single-product .reset_variations {
    display: block;
    margin: 18px auto 0;
    text-align: center;
    color: #e12626;
    font-size: 14px;
    font-weight: 500;
}

body.single-product .single-product .reset_variations:hover {
    color: #b11616;
}

@media (max-width: 767px) {
    body.single-product .single-product .variations th.label label {
        font-size: 22px;
    }

    body.single-product .single-product .gloreya-variation-buttons {
        gap: 14px;
    }

    body.single-product .single-product .gloreya-variation-button {
        width: 100%;
        min-height: 68px;
        padding: 14px 20px;
    }

    body.single-product .single-product .gloreya-variation-button__label {
        font-size: 18px;
    }

    body.single-product .single-product .gloreya-variation-button__price {
        font-size: 20px;
    }
}
