.price-button-wrapper {
    display: flex;
    align-items: center; /* aligne verticalement */
    justify-content: space-between;
}

.price-button-wrapper .price {
    margin-left: 15px;
}

/* taille du nom du produit */
.product_title {
    font-size: 28px;
}