/* --- BASE & TYPO --- */
.vin-page-wrapper {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Cinzel', serif;
    text-transform: uppercase; /* Aspect photo bistrot */
    color: #000;
}

.vin-category-block {
margin-bottom: 80px;
}

/* --- TITRES --- */
.category-main-title {
font-size: 18px;
border-bottom: 1px solid #eee;
padding-bottom: 8px;
margin-bottom: 20px;
letter-spacing: 2px;
}
.category-main-section {
font-size: 18px;
border-bottom: 0px solid #eee;
padding-bottom: 20px;
margin-bottom: 0px;
letter-spacing: 2px;
text-align: center;
}
.section-sub-title {
font-size: 18px;
color: #111;
margin: 0px 0 0px;
letter-spacing: 1px;
font-weight: 800;
}

/* --- GRILLE VINS AU VERRE (4 COLONNES) --- */
.grid-verre-container { display: grid; width: 100%; }

.grid-verre-header, .grid-verre-row {
display: grid;
grid-template-columns: 1fr 80px 80px 80px;
gap: 15px;
align-items: end;
padding: 0;
border-bottom: 0px solid #f2f2f2;
margin-bottom: 10px;
}
.grid-verre-header {
border-bottom: 1px solid #eee;
font-size: 0.75rem;
font-weight: bold;
color: #bebebe;
margin-top: 0px;
padding-top: 0px;
}
.item-name {
font-size: 15px;
line-height: 1.3;
padding-right: 10px;
font-weight: 100;
letter-spacing: 1px;
}
.item-price {
text-align: right;
font-weight: bold;
font-size: 15px;
}

.item-name span {
    font-weight: 100;
}

/* --- GRILLE BOUTEILLES (POINTILLÉS) --- */
.grid-bouteille-row {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 0;
border-bottom: 0px solid #f2f2f2;
margin-bottom: 15px;
}

.item-dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 15px;
    position: relative;
    top: -4px;
}
.label-price{
    text-align: right;
}