/*
.buyBtnContainer {
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin: auto;
}

.legalProducto {
    font-size: 0.8rem !important;
    line-height: 1rem;
    padding: 0.8rem 2rem !important;
}

.show-details-btn {
    width: 45% !important;
    height: 50px !important;
    margin: 0 2% 0 0 !important;
    border: solid #3498db 1px;
    border-radius: 0.5rem !important;
}

@media (max-width: 48em) {
    body {
        background-repeat: no-repeat;
    }
    .product {
        margin-bottom: 20px !important;
    }
    .productContainer {
        width: 95% !important;
    }
    .productContainer .product {
        width: 100% !important;
    }
    .legalProducto {
        padding: 0.8rem 0 !important;
    }
} */