/* Style calqué sur l'apparence des produits typiques du site */
.angie-produits-similaires-wrapper .woocommerce ul.products li.product {
    text-align: center;
    transition: transform 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product img {
    border-radius: 8px;
    margin-bottom: 15px;
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product .price {
    color: #6EC1E4; /* primary global color */
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product .button {
    background-color: #242871; /* Bleu french global color */
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.angie-produits-similaires-wrapper .woocommerce ul.products li.product .button:hover {
    background-color: #000;
}
