body.single-musa-product .header-product__wrap .header-product__content{
    display: grid;
}
body:not(.category-menopause) .header-product__wrap .header-product__content .header-product__buttons{
    order: 1;
}
body .header-product__wrap .header-product__content .header-product__product-links{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

body .header-product__wrap .header-product__content .header-product__product-links li{
    flex-basis: calc(33% - 16px);
    text-align: -webkit-center;
}

@supports (font: -apple-system-body) { 

    .musa-sorteo-wrap input[type="date"]::before{
        top: unset!important;
    }
    input[type="date"]::-webkit-datetime-edit{

    }
    .musa-sorteo-wrap input[type="file"]:is(.wpcf7-not-valid)::before {
        width: calc(400px - 6.5em);
    }
    .musa-sorteo-wrap input[type="file"]::before {
        margin-left: 6.5em!important;
        margin-right: 0px!important;
    }
    .musa-sorteo-wrap input[type="file"] {
        width: 400px;
    }
    .musa-sorteo-wrap input[type="file"]::file-selector-button {
        display: inline-block!important;
        font-size:13.6px;
    }
    .musa-sorteo-ticket-wrap-1 p{
        overflow: visible;
    }
    .musa-sorteo-wrap form input[type=text]{
        color: var(--musa-sorteo-color);
    }
    @media screen and (hover: hover){
        .musa-sorteo-wrap input[type="file"]::file-selector-button {
            font-size:inherit;
        }
        .musa-sorteo-wrap input[type="date"]::before {
            line-height: 1.9!important;
        }
    }

}