/* Style pour le bouton "Commandé maintenant" */
.order-now-button {
    background-color: #28a745 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-align: center !important;
    display: inline-block !important;
    margin-top: 10px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border: none !important;
    cursor: pointer !important;
}

.order-now-button:hover {
    background-color: #218838 !important;
}