/* ==========================================================================
   Presta Product Block — v2 — Maquette 1envie1vin
   Tous les sélecteurs préfixés .ppb- pour éviter les collisions.
   ========================================================================== */

/* =====================
   Variables (locales — fallback si tokens du thème non chargés)
   ===================== */
:root {
	--ppb-brand:       #36000C;
	--ppb-bg:          #F2ECE9;
	--ppb-white:       #FFFFFF;
	--ppb-gray-light:  #E8E0DC;
	--ppb-gray-mid:    #B8A9A3;
	--ppb-font-body:   'proxima-nova', sans-serif;
	--ppb-font-title:  'miller-display', serif;
}

/* =====================
   1. Carte produit pilule (inline)
   ===================== */

.ppb-card {
	display: flex;
	align-items: center;
	gap: 24px;
	background: var(--ppb-white);
	border-radius: 60px;
	padding: 24px 28px;
	margin: 32px 0;
	text-decoration: none !important;
	color: var(--ppb-brand);
	transition: box-shadow 0.2s;
	box-sizing: border-box;
}

.ppb-card:hover { box-shadow: 0 8px 32px rgba(54,0,12,0.10); }

.ppb-card__img {
	flex: 0 0 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ppb-card__img img {
	width: 155px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	display: block;
}

.ppb-card__info {
	flex: 1 1 auto;
	min-width: 0;
}

.ppb-card__name {
	font-family: var(--ppb-font-body) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--ppb-brand);
	margin: 0 0 4px;
}

.ppb-card__sub {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: var(--ppb-brand);
	opacity: 0.75;
	margin: 0 0 12px;
}

.ppb-card__divider {
	border: none;
	border-top: 1px solid var(--ppb-gray-light);
	margin: 10px 0;
}

.ppb-card__pairings {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 4px;
}

.ppb-card__pairings .presta-product-card__pairing-icon { display: inline-flex; align-items: center; }
.ppb-card__pairings svg { width: 28px; height: 22px; opacity: 0.6; }

/* Note expert (sur 20) */
.ppb-card__note-expert {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 12px;
}

.ppb-card__note-expert-label {
	font-family: var(--ppb-font-body) !important;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ppb-brand);
	opacity: 0.55;
}

.ppb-card__note-expert-value {
	font-family: var(--ppb-font-body) !important;
	font-size: 15px;
	font-weight: 700;
	color: var(--ppb-brand);
}

.ppb-card__price {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	min-width: 130px;
	text-align: right;
}

.ppb-card__badge {
	background: var(--ppb-brand);
	color: var(--ppb-white);
	font-family: var(--ppb-font-body) !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	align-self: flex-end;
}

/* Style TTC en petit (même taille/opacité que le prix barré) */
.ppb-card__price-ttc {
	font-size: 11px;
	font-weight: 300;
	opacity: 0.65;
}

.ppb-card__price-old {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 300;
	text-decoration: line-through;
	opacity: 0.5;
	color: var(--ppb-brand);
}

.ppb-card__price-new {
	font-family: var(--ppb-font-body) !important;
	font-size: 20px;
	font-weight: 700;
	color: var(--ppb-brand);
	line-height: 1;
}

.ppb-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--ppb-brand);
	color: var(--ppb-white);
	font-family: var(--ppb-font-body) !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 8px 16px;
	border-radius: 20px;
	margin-top: 4px;
	white-space: nowrap;
}

.ppb-card__stock-out {
	font-family: var(--ppb-font-body) !important;
	font-size: 12px;
	color: var(--ppb-gray-mid);
	font-style: italic;
}

/* Note SAG — carte inline */
.ppb-card__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--ppb-gray-light);
}

.ppb-card__rating-score {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 700;
	color: var(--ppb-brand);
}

.ppb-card__rating-count {
	font-family: var(--ppb-font-body) !important;
	font-size: 12px;
	font-weight: 300;
	color: var(--ppb-brand);
	opacity: 0.55;
}

/* Note SAG — best cards */
.ppb-best-card__rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
}

.ppb-best-card__rating-score {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 700;
	color: var(--ppb-brand);
}

.ppb-best-card__rating-count {
	font-family: var(--ppb-font-body) !important;
	font-size: 11px;
	font-weight: 300;
	opacity: 0.55;
}

/* =====================
   2. CTA Catégorie (bandeau bordeaux horizontal)
   ===================== */

.ppb-cta-categorie {
	background: var(--ppb-brand);
	border-radius: 12px;
	padding: 32px 40px;
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	box-sizing: border-box;
}

.ppb-cta-categorie__text {
	color: var(--ppb-white);
	flex: 1 1 auto;
}

.ppb-cta-categorie__title {
	font-family: var(--ppb-font-title) !important;
	font-size: 22px;
	font-style: italic;
	color: var(--ppb-white) !important;
	margin: 0 0 4px;
	line-height: 1.2;
}

.ppb-cta-categorie__text p {
	color: rgba(255,255,255,0.7) !important;
	font-family: var(--ppb-font-body) !important;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	line-height: 1.5;
}

.ppb-cta-categorie__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--ppb-white);
	color: var(--ppb-brand) !important;
	font-family: var(--ppb-font-body) !important;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 28px;
	border-radius: 24px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s, transform 0.2s;
	flex-shrink: 0;
}

.ppb-cta-categorie__btn:hover {
	background: var(--ppb-bg);
	transform: translateX(2px);
}

/* =====================
   3. Bloc "Nos meilleures ventes"
   ===================== */

.ppb-best-products {
	background: var(--ppb-white);
	border-radius: 12px;
	padding: 28px 12px 28px 32px;
	margin: 28px 0 40px;
	box-sizing: border-box;
}

.ppb-best-products__title {
	font-family: var(--ppb-font-body) !important;
	font-size: 18px;
	font-weight: 700;
	color: var(--ppb-brand);
	margin: 0 0 24px;
	font-style: normal !important;
}

.ppb-best-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ppb-best-card {
	background: var(--ppb-bg);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	color: var(--ppb-brand);
	transition: transform 0.2s, box-shadow 0.2s;
	position: relative;
}

.ppb-best-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(54,0,12,0.10);
}

.ppb-best-card__img {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--ppb-white);
}

.ppb-best-card__img img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.ppb-best-card__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--ppb-brand);
	color: var(--ppb-white);
	font-family: var(--ppb-font-body) !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	z-index: 2;
}

.ppb-best-card__info { padding: 16px; }

.ppb-best-card__name {
	font-family: var(--ppb-font-body) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
	color: var(--ppb-brand);
}

.ppb-best-card__pricing {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.ppb-best-card__price {
	font-family: var(--ppb-font-body) !important;
	font-size: 17px;
	font-weight: 700;
	color: var(--ppb-brand);
}

.ppb-best-card__old {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 300;
	text-decoration: line-through;
	opacity: 0.4;
}

/* =====================
   4. Bloc Sous-catégories
   ===================== */

.ppb-subcats { margin: 40px 0; }

.ppb-subcats__header {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 6px;
}

.ppb-subcats__title {
	font-family: var(--ppb-font-body) !important;
	font-size: 18px;
	font-weight: 700;
	color: var(--ppb-brand);
	margin: 0;
	font-style: normal !important;
}

.ppb-subcats__voir-tout {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	color: var(--ppb-brand) !important;
	text-decoration: none !important;
	opacity: 0.6;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: opacity 0.2s;
}

.ppb-subcats__voir-tout:hover { opacity: 1; }

.ppb-subcats__sub {
	font-family: var(--ppb-font-body) !important;
	font-size: 12px;
	opacity: 0.45;
	margin-bottom: 24px;
}

.ppb-subcats__grid {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
	scrollbar-width: thin;
	scrollbar-color: var(--ppb-gray-light) transparent;
}

.ppb-subcats__grid::-webkit-scrollbar { height: 4px; }
.ppb-subcats__grid::-webkit-scrollbar-track { background: transparent; }
.ppb-subcats__grid::-webkit-scrollbar-thumb { background: var(--ppb-gray-light); border-radius: 2px; }

.ppb-subcat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	color: var(--ppb-brand);
	width: 96px;
	flex: 0 0 96px;
	transition: opacity 0.2s;
}

.ppb-subcat-item:hover { opacity: 0.75; }

.ppb-subcat-item__circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--ppb-gray-light);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.ppb-subcat-item__circle img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	display: block !important;
	border-radius: 0 !important;
}

.ppb-subcat-item__label {
	font-family: var(--ppb-font-body) !important;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	color: var(--ppb-brand);
}

/* =====================
   5. Bloc "Ce qu'il faut retenir"
   ===================== */

.ppb-retenir {
	background: var(--ppb-white);
	border-left: 4px solid var(--ppb-brand);
	border-radius: 0 8px 8px 0;
	padding: 24px 28px;
	margin: 0 0 28px;
	box-sizing: border-box;
}

.ppb-retenir__title {
	font-family: var(--ppb-font-body) !important;
	font-size: 18px;
	font-weight: 700;
	color: var(--ppb-brand);
	margin: 0 0 12px;
	font-style: normal !important;
}

.ppb-retenir__list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ppb-retenir__list li {
	font-family: var(--ppb-font-body) !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
	color: var(--ppb-brand);
	padding-left: 16px;
	position: relative;
	margin: 0;
}

.ppb-retenir__list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	font-size: 12px;
	font-weight: 700;
	opacity: 0.5;
	top: 2px;
}

/* =====================
   Bloc réassurance (auto sous "Ce qu'il faut retenir")
   ===================== */

.ppb-reassurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	gap: 8px 16px;
	background: var(--ppb-white);
	border-radius: 8px;
	padding: 8px 24px;
	margin: 0 0 28px;
	box-sizing: border-box;
}

.ppb-reassurance__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	padding-bottom: 10px;
	flex: 1 1 130px;
	max-width: 180px;
}

.ppb-reassurance__icon {
	width: auto;
	height: 42px !important;
	max-width: 56px;
	object-fit: contain;
}

.ppb-reassurance__label {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ppb-brand);
	margin: 0;
}

@media (max-width: 768px) {
	.ppb-reassurance { padding: 8px 16px; gap: 10px; }
	.ppb-reassurance__item { flex: 1 1 40%; gap: 4px; padding-bottom: 0; }
}

/* =====================
   6. Widget "Mini Produits" (sidebar)
   ===================== */

.ppb-mini-products {
	display: flex;
	flex-direction: column;
}

.ppb-mini-product {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--ppb-gray-light);
	text-decoration: none !important;
	color: var(--ppb-brand);
	transition: opacity 0.2s;
}

.ppb-mini-product:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ppb-mini-product:hover { opacity: 0.75; }

.ppb-mini-product__img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.ppb-mini-product__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ppb-mini-product__info { min-width: 0; flex: 1; }

.ppb-mini-product__name {
	font-family: var(--ppb-font-body) !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 4px;
	color: var(--ppb-brand);
}

.ppb-mini-product__price {
	font-family: var(--ppb-font-body) !important;
	font-size: 15px;
	font-weight: 600;
	color: var(--ppb-brand);
}

/* =====================
   7. Widget Newsletter
   ===================== */

.ppb-newsletter {
	font-family: var(--ppb-font-body);
}

/* Supprime le <p> vide injecté par wpautop avant le widget (espace haut en trop) */
.widget:has(.ppb-newsletter) p:empty { display: none; }

.ppb-newsletter .ppb-newsletter__title,
.ppb-newsletter p.ppb-newsletter__title {
	font-family: 'miller-display', serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	color: #36000C !important;
	margin: 0 0 20px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #E8E0DC !important;
	line-height: 1.3 !important;
}

.sib-form-message-panel { display: none; }

.ppb-newsletter__msg {
	display: none;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-family: var(--ppb-font-body) !important;
	margin-bottom: 12px;
}

.ppb-newsletter__msg--success {
	background: #e7faf0;
	color: #085229;
	border: 1px solid #13ce66;
}

.ppb-newsletter__msg--error {
	background: #ffeded;
	color: #661d1d;
	border: 1px solid #ff4949;
}

.ppb-newsletter__desc {
	font-family: var(--ppb-font-body) !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #36000C !important;
	line-height: 1.6 !important;
	margin: 0 0 16px !important;
}

.ppb-newsletter__iframe {
	width: 100%;
	height: 160px;
	border: none;
	display: block;
}

.ppb-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ppb-newsletter__input {
	width: 100% !important;
	padding: 12px 16px !important;
	border: 1.5px solid #E8E0DC !important;
	border-radius: 8px !important;
	font-family: var(--ppb-font-body) !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #36000C !important;
	background: #F2ECE9 !important;
	background-color: #F2ECE9 !important;
	outline: none !important;
	box-sizing: border-box !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: 0 0 0 30px #F2ECE9 inset !important;
	transition: border-color 0.2s;
}

.ppb-newsletter__input:focus {
	border-color: #36000C !important;
	outline: none !important;
}

.ppb-newsletter__input::placeholder {
	color: #B8A9A3 !important;
	font-weight: 300 !important;
}

.ppb-newsletter__submit,
body.light .ppb-newsletter .ppb-newsletter__submit,
body.dark .ppb-newsletter .ppb-newsletter__submit {
	width: 100% !important;
	padding: 13px 20px !important;
	background-color: #36000C !important;
	background: #36000C !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: var(--ppb-font-body) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	cursor: pointer !important;
	text-transform: none !important;
	box-shadow: none !important;
	display: block !important;
	line-height: 1.4 !important;
	letter-spacing: 0.01em !important;
	transition: opacity 0.2s;
}

body.light .ppb-newsletter .ppb-newsletter__submit:hover,
body.dark .ppb-newsletter .ppb-newsletter__submit:hover {
	opacity: 0.85 !important;
	background-color: #36000C !important;
	color: #ffffff !important;
}

/* --- Newsletter : éléments masqués sur desktop --- */
.ppb-newsletter__close,
.ppb-newsletter__submit-mobile {
	display: none !important;
}

/* --- Newsletter : sticky bar mobile --- */
@media (max-width: 39.9988em) {
	body { padding-bottom: 132px; }

	.ppb-newsletter {
		position: fixed !important;
		left: 0; right: 0; bottom: 0;
		background: #36000C !important;
		color: #ffffff !important;
		padding: 14px 20px 18px !important;
		z-index: 100;
		box-shadow: 0 -8px 24px rgba(54,0,12,0.18);
		transition: transform 0.3s ease;
		border-radius: 0 !important;
		margin: 0 !important;
	}
	.ppb-newsletter--hidden {
		transform: translateY(105%);
	}
	.ppb-newsletter--hidden ~ * { padding-bottom: 0; }

	/* Titre sticky */
	.ppb-newsletter .ppb-newsletter__title,
	.ppb-newsletter p.ppb-newsletter__title {
		font-family: 'miller-display', Georgia, serif !important;
		font-style: italic !important;
		font-size: 17px !important;
		line-height: 1.3 !important;
		text-align: center !important;
		margin: 0 0 10px !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
		color: #ffffff !important;
	}
	.ppb-newsletter__title strong {
		font-family: 'proxima-nova', -apple-system, sans-serif !important;
		font-style: normal !important;
		font-weight: 700 !important;
		background: #ffffff;
		color: #36000C;
		padding: 1px 8px;
		border-radius: 4px;
		margin: 0 2px;
		font-size: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	/* Masquer description + messages sur mobile */
	.ppb-newsletter__desc { display: none !important; }
	.ppb-newsletter__msg { color: #ffffff !important; border-color: rgba(255,255,255,0.3) !important; }
	.ppb-newsletter__msg--success { background: rgba(19,206,102,0.2) !important; }
	.ppb-newsletter__msg--error { background: rgba(255,73,73,0.2) !important; }

	/* Formulaire en ligne */
	.ppb-newsletter__form {
		flex-direction: row !important;
		gap: 10px !important;
		align-items: center !important;
	}

	/* Input sticky */
	.ppb-newsletter__input {
		flex: 1 !important;
		height: 48px !important;
		padding: 0 18px !important;
		border: 1px solid rgba(255,255,255,0.25) !important;
		background: rgba(255,255,255,0.08) !important;
		background-color: rgba(255,255,255,0.08) !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-radius: 100px !important;
		color: #ffffff !important;
		font-size: 14px !important;
	}
	.ppb-newsletter__input:focus {
		border-color: rgba(255,255,255,0.6) !important;
		background: rgba(255,255,255,0.14) !important;
		background-color: rgba(255,255,255,0.14) !important;
	}
	.ppb-newsletter__input::placeholder { color: rgba(255,255,255,0.6) !important; }

	/* Masquer bouton texte, afficher bouton rond */
	.ppb-newsletter__submit,
	body.light .ppb-newsletter .ppb-newsletter__submit,
	body.dark .ppb-newsletter .ppb-newsletter__submit { display: none !important; }
	.ppb-newsletter__submit-mobile {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 48px !important;
		height: 48px !important;
		min-width: 48px;
		flex-shrink: 0;
		border-radius: 50% !important;
		background: #ffffff !important;
		border: none !important;
		color: #36000C !important;
		cursor: pointer;
		padding: 0 !important;
		transition: transform 0.15s;
	}
	.ppb-newsletter__submit-mobile:active { transform: scale(0.92); }

	/* Bouton fermer */
	.ppb-newsletter__close {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 6px; right: 8px;
		width: 28px; height: 28px;
		background: none; border: none;
		color: rgba(255,255,255,0.55);
		cursor: pointer;
		padding: 0;
		z-index: 1;
	}
}

/* =====================
   6. À lire aussi (CTA inter-articles)
   ===================== */

.ppb-a-lire-aussi {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 28px 0;
	font-size: 14px;
}

.ppb-a-lire-aussi__label {
	font-family: var(--ppb-font-body);
	font-weight: 600;
	color: var(--ppb-brand);
	opacity: 0.5;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ppb-a-lire-aussi__sep {
	width: 24px;
	height: 1px;
	background: var(--ppb-brand);
	opacity: 0.2;
	flex-shrink: 0;
}

.ppb-a-lire-aussi__link {
	font-family: var(--ppb-font-title);
	font-style: italic;
	font-size: 18px;
	color: var(--ppb-brand);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(54, 0, 12, 0.3);
	transition: text-decoration-color 0.2s;
}

.ppb-a-lire-aussi__link:hover { text-decoration-color: var(--ppb-brand); }

/* =====================
   Mobile — max-width: 768px
   ===================== */

@media (max-width: 768px) {

	.ppb-card {
		flex-direction: column;
		align-items: stretch;
		border-radius: 24px;
		padding: 20px;
		text-align: left;
		gap: 16px;
	}

	.ppb-card__img { flex: 0 0 auto; align-self: center; }
	/* Image produit plus grande sur mobile (mise en avant) */
	.ppb-card__img img { width: 200px; max-height: 240px; }
	.ppb-card__price {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		min-width: 0;
		flex-wrap: wrap;
	}

	.ppb-cta-categorie {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 20px;
		gap: 16px;
	}

	/* Long labels (« Découvrir nos vins pour coquillages et crustacés ») must
	   wrap instead of overflowing the screen on mobile. */
	.ppb-cta-categorie__btn {
		white-space: normal;
		max-width: 100%;
		text-align: center;
	}

	.ppb-best-products {
		padding: 12px 16px 20px;
	}

	/* Carrousel horizontal (style Vinatis) : la 2e carte dépasse pour signaler le scroll */
	.ppb-best-products__grid {
		display: flex;
		grid-template-columns: none;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-padding-left: 0;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.ppb-best-products__grid::-webkit-scrollbar { display: none; }

	.ppb-best-card {
		flex: 0 0 80%;
		scroll-snap-align: start;
	}
}

/* ---------------------------------------------------------------------------
   Jump-link interne (« ➥ TOP 3 Rouge ») — remplace les anciens boutons
   .bouton1/.box-bouton obfusqués + leur double bordure. Style unique, propre,
   sans aucun CSS inline.
   --------------------------------------------------------------------------- */
.ppb-jumplink-wrap {
	text-align: center;
	margin: 18px 0;
}

/* Sélecteur à 2 classes pour battre la couleur de lien du thème (.ev-body a). */
.ppb-jumplink-wrap .ppb-jumplink {
	display: inline-block;
	padding: 10px 22px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	border-radius: 100px;
	border: 1px solid #36000C;
	background-color: #fff;
	color: #36000C;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
}

.ppb-jumplink-wrap .ppb-jumplink:hover,
.ppb-jumplink-wrap .ppb-jumplink:focus {
	background-color: #36000C;
	color: #fff;
}

/* Cible d'ancre ré-émise devant les tableaux (id="rouge"/"blanc") : invisible,
   avec une marge de défilement pour ne pas masquer la cible sous l'en-tête. */
.ppb-anchor {
	display: block;
	height: 0;
	margin: 0;
	scroll-margin-top: 90px;
}
