@media (max-width: 479px) {
    .sld-tempo-product-actions {
        a {
            display: block;
        }

        .btn__content {
            margin-bottom: 1rem;
        }

        .btn__content strong {
            font-size: 1.250rem !important;
        }
    }

    .product-buy__logos {
        img {
            width: 90vw!important;
        }
    }

    #order-items {
        border-right: 1px solid #dee2e6!important;
    }
}

.sld-tempo-calculation {
    text-align: justify;
    font-weight: bold;
    .sld-tempo-calculation-label {
        display:unset;
    }
}