/* Styles pour les informations techniques */

.product-description-technique,
.product-nutrition,
.product-qrcode {
    margin-bottom: 20px;
}

.product-nutrition table {
    width: 100%;
    border-collapse: collapse;
}

.product-nutrition table th,
.product-nutrition table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.product-qrcode img {
    max-width: 200px;
    height: auto;
}