/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.secure-payment-banner {
    background-color: #f8f9fa;
    border: 2px solid #d1d1d1;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.secure-payment-banner p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.secure-payment-banner img {
    max-width: 200px;
    margin-top: 10px;
}
/* Style spécifique pour chaque produit */
.product-id-2274 .custom-content {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
}

.product-id-2063 .custom-content {
    background-color: #e0f7fa;
    padding: 20px;
    border-radius: 8px;
}

.product-id-2041 .custom-content {
    background-color: #ffe0b2;
    padding: 20px;
    border-radius: 8px;
}
