
.produit-vedette img {
    width: 100%;
    border-radius: 10px;
}

.produit-vedette h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.produit-vedette .prix-barre {
    color: #a00;
    text-decoration: line-through;
}

.produit-vedette .prix-actuel {
    font-size: 22px;
    font-weight: bold;
}

.produit-vedette .btn-treasure {
    background: #c59b00;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
