/* =============================================================
   Choix achat unique / abonnement (WCSATT) — style Eden unifié.
   Cible directement les classes WCSATT rendues dans le DOM.
   ============================================================= */
.wcsatt-options-wrapper { margin: 4px 0 18px; }
.wcsatt-options-prompt-fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.wcsatt-options-prompt-radios { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.wcsatt-options-prompt-radio { margin: 0; }
.wcsatt-options-prompt-radio::before { display: none; }

/* Labels de section (pseudo-éléments sur le li) */
.wcsatt-options-prompt-radio:has(.wcsatt-options-prompt-label-one-time) { margin-bottom: 6px; }
.wcsatt-options-prompt-radio:has(.wcsatt-options-prompt-label-one-time)::before {
	content: "Achat unique";
	display: block;
	font-size: 12.5px;
	font-weight: 500;
	color: var(--ink-soft);
	margin-bottom: 6px;
}
.wcsatt-options-prompt-radio:has(.wcsatt-options-prompt-label-subscription)::before {
	content: "Abonnement mensuel";
	display: block;
	font-size: 12.5px;
	font-weight: 500;
	color: var(--ink-soft);
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--rose-soft);
	margin-bottom: 6px;
}
/* Style des labels (bouton-like) */
.wcsatt-options-prompt-label {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 11px 14px;
	border: 1.5px solid var(--rose-soft);
	border-radius: 12px;
	background: var(--cream);
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 14.5px;
	color: var(--ink);
	transition: border-color 0.13s, background 0.13s;
}
.wcsatt-options-prompt-label:hover { border-color: var(--rose); background: var(--rose-mist); }
/* Faux radio */
.wcsatt-options-prompt-action-input {
	-webkit-appearance: none;
	appearance: none;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 2px solid var(--rose-soft);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: border-color 0.13s;
}
.wcsatt-options-prompt-action-input:checked { border-color: var(--rose); }
.wcsatt-options-prompt-action-input:checked::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--rose);
}
.wcsatt-options-prompt-label:has(.wcsatt-options-prompt-action-input:checked) {
	border-color: var(--rose);
	background: var(--rose-mist);
}
.wcsatt-options-prompt-action { font-weight: 600; line-height: 1.35; display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; }
.wcsatt-options-prompt-action .subscription-price del { color: var(--ink-mute); font-weight: 400; text-decoration: line-through; }
.wcsatt-options-prompt-action .subscription-price ins { text-decoration: none; font-weight: 700; }
.wcsatt-options-prompt-action .subscription-details { font-size: 0.9em; font-weight: 500; color: var(--ink-mute); }
@media (max-width: 600px) {
	.wcsatt-options-prompt-label { padding: 10px 12px; font-size: 14px; }
}

}


/* Hero nu (fond du hero en haut, sans texte) */
.cat-banner--bare { min-height: 140px; padding-top: 48px !important; padding-bottom: 48px !important; margin-bottom: 0 !important; }
.cat-banner--bare .cat-banner__inner { display: none; }

/* Conteneur — remonté pour coller au hero */
.product-page { max-width: none; padding: 0 0 56px; margin-top: -75px; position: relative; z-index: 2; }
.product-page .wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.product-breadcrumb { font-size: 12px; color: var(--ink-mute); margin-bottom: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.product-breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.product-breadcrumb a:hover { color: var(--rose-deep); }
.product-breadcrumb span { opacity: 0.5; }

.product-layout { display: grid; grid-template-columns: 1fr 1.08fr; gap: 40px; align-items: flex-start; }
.product-gallery { position: sticky; top: 20px; }
.product-gallery-main { aspect-ratio: 1 / 1; background: #fff; border: 1px solid #e5e4df; border-radius: 18px; position: relative; overflow: hidden; margin-bottom: 12px; }
.product-gallery-img { position: absolute; inset: 0; background-size: contain; background-position: center; background-repeat: no-repeat; }
.product-gallery-badge { position: absolute; top: 20px; left: 20px; font-family: var(--font-hand); font-size: 22px; color: var(--rose-deep); font-weight: 700; transform: rotate(-6deg); text-shadow: 0 2px 4px rgba(255,255,255,0.8); }
.product-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.product-thumb { aspect-ratio: 1 / 1; border-radius: 12px; background-color: #fff; border: 1.5px solid #e5e4df; cursor: pointer; overflow: hidden; background-size: contain; background-position: center; background-repeat: no-repeat; transition: border-color 0.2s; }
.product-thumb.active, .product-thumb:hover { border-color: var(--rose); }

/* Colonne d'achat — typo sobre */
.product-detail-brand { font-family: var(--font-body); font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose-deep); transform: none; display: inline-block; margin: 0 0 12px; }
.product-detail-name { font-family: var(--font-display); font-size: 23px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.25; margin: 0 0 18px; }
.product-detail-ag { margin: 0 0 14px; }
.product-detail-rating { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; }
.product-detail-stars { color: var(--rose); display: inline-flex; gap: 2px; }
.product-detail-rating-text { font-size: 13.5px; color: var(--ink-soft); }
.product-detail-rating-text a { color: var(--rose-deep); text-decoration: underline; }

.product-detail-price-row { display: flex; align-items: baseline; gap: 14px; margin: 0 0 22px; padding: 18px 0; border-top: 1px solid var(--rose-soft); border-bottom: 1px solid var(--rose-soft); }
.product-detail-price { font-family: var(--font-display); font-size: 23px; font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.product-detail-price small { font-size: 15px; color: var(--ink-soft); }
.product-detail-from { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--ink-soft); }
.product-detail-was { text-decoration: line-through; color: var(--ink-mute); font-size: 15px; }
.product-detail-save { background: var(--rose-mist); color: var(--rose-deep); padding: 4px 10px; border-radius: 99px; font-size: 11.5px; font-weight: 600; }

/* Rupture de stock */
.product-detail-oos { margin: 18px 0 24px; }
.product-detail-oos__badge { display: inline-block; background: #f5f5f3; color: #c0392b; border: 1px solid #e9e8e3; border-radius: 99px; padding: 6px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.product-detail-oos__text { margin: 10px 0 0; font-size: 13.5px; color: var(--ink-soft); }

/* Zone d'achat (produit simple) */
.product-detail-actions:not(.product-detail-actions--wc) { display: flex; gap: 10px; margin: 0 0 22px; }
.product-detail-actions--wc { margin: 0 0 22px; }
.product-detail-qty { display: inline-flex; align-items: center; height: 46px; background: #fff; border: 1.5px solid var(--rose-soft); border-radius: 10px; overflow: hidden; }
.product-detail-qty button { width: 34px; height: 100%; background: none; border: none; cursor: pointer; font-size: 16px; color: var(--ink); }
.product-detail-qty button:hover { color: var(--rose-deep); }
.product-detail-qty input { width: 40px; height: 100%; text-align: center; border: none; background: none; font: inherit; font-size: 13px; font-weight: 600; -moz-appearance: textfield; appearance: textfield; padding: 0; margin: 0; }
.product-detail-qty input::-webkit-inner-spin-button, .product-detail-qty input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product-detail-add { flex: 1; min-width: 0; height: 46px; background: var(--rose); color: #fff; border: none; border-radius: 10px; padding: 0 24px; font: inherit; font-weight: 400; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 20px -8px color-mix(in oklab, var(--rose) 60%, transparent); }
.product-detail-add:hover { background: var(--rose-deep); }

/* Zone variation WooCommerce (produits variables) : layout vertical aéré */
.product-detail-actions--wc { display: block; margin: 0 0 22px; }
.product-detail-actions--wc .variations { width: 100%; margin: 0 0 14px; border: 0; }
.product-detail-actions--wc .variations td, .product-detail-actions--wc .variations th { display: block; width: 100%; padding: 0; text-align: left; }
.product-detail-actions--wc .variations th { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.product-detail-actions--wc .variations select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--rose-soft); border-radius: 99px; background: #fff; font: inherit; font-size: 14px; cursor: pointer; margin-bottom: 6px; }
.product-detail-actions--wc .reset_variations { display: none !important; }
.product-detail-actions--wc table.variations { margin: 0 !important; }
.product-detail-actions--wc .single_variation_wrap { margin: 0; }
.product-detail-actions--wc .woocommerce-variation:empty, .product-detail-actions--wc .single_variation:empty { display: none !important; margin: 0 !important; padding: 0 !important; }
.product-detail-actions--wc .woocommerce-variation { margin: 0 !important; }
/* « En stock » WC masqué (on a notre propre ligne livraison) */
.product-detail-actions--wc .woocommerce-variation-availability { display: none !important; }
/* Prix de variation masqué : chaque carte de taille affiche déjà son prix (sinon il réapparaît dessous au clic) */
.product-detail-actions--wc .woocommerce-variation-price { display: none !important; }
.product-detail-actions--wc .woocommerce-variation-description { margin: 0 !important; }
.product-detail-actions--wc .woocommerce-variation-add-to-cart { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.product-detail-actions--wc .quantity { display: inline-flex; align-items: center; height: 46px; background: #fff; border: 1.5px solid var(--rose-soft); border-radius: 10px; overflow: hidden; }
.product-detail-actions--wc .quantity input { width: 34px; height: 100%; text-align: center; border: 0; background: none; font: inherit; font-size: 13px; font-weight: 600; -moz-appearance: textfield; appearance: textfield; }
.product-detail-actions--wc .quantity input::-webkit-inner-spin-button, .product-detail-actions--wc .quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product-detail-actions--wc .single_add_to_cart_button { flex: 1; min-width: 0; height: 46px; background: var(--rose); color: #fff; border: 0; border-radius: 10px; padding: 0 24px; font: inherit; font-weight: 400; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px -8px color-mix(in oklab, var(--rose) 60%, transparent); }
.product-detail-actions--wc .single_add_to_cart_button:hover { background: var(--rose-deep); }
.sxs-qbtn { width: 34px; height: 100%; background: none; border: 0; cursor: pointer; font-size: 16px; line-height: 1; color: var(--ink); transition: color .15s; }
.sxs-qbtn:hover { color: var(--rose-deep); }

/* Taille en boutons (boxes) au lieu du menu déroulant */
.product-detail-actions--wc .variations select.sxs-has-swatch { display: none !important; }
.sxs-swatches { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 16px; }
.sxs-swatch { min-width: 46px; text-align: center; background: #fff; border: 1.5px solid #e5e4df; border-radius: 12px; padding: 10px 13px; font-size: 13px; font-weight: 600; line-height: 1.1; cursor: pointer; font-family: var(--font-body); color: var(--ink); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.sxs-swatch:hover { border-color: var(--rose); color: var(--rose-deep); transform: translateY(-1px); box-shadow: 0 6px 14px -7px color-mix(in oklab, var(--rose) 55%, transparent); }
.sxs-swatch.active { background: var(--rose); border-color: var(--rose); color: #fff; box-shadow: 0 8px 18px -7px color-mix(in oklab, var(--rose) 70%, transparent); }
.sxs-swatch.is-oos { position: relative; cursor: not-allowed; background: #f5f5f3; color: #b3b3b3; border-color: #e9e8e3; box-shadow: none; }
.sxs-swatch.is-oos:hover { transform: none; box-shadow: none; border-color: #e9e8e3; color: #b3b3b3; }
.sxs-swatch.is-oos > span:first-child { text-decoration: line-through; }
.sxs-swatch__oos { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #c0392b; color: #fff; padding: 1px 6px; border-radius: 5px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; line-height: 1.45; text-decoration: none; }
.sxs-stock-urgency { margin: -6px 0 18px; font-size: 14px; font-weight: 700; color: #c0392b; }

/* Livraison estimée */
.product-detail-alma { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; font-family: var(--font-body); font-size: 13.5px; color: #444; }
.product-detail-alma__badge { background: #fa5022; color: #fff; font-weight: 700; font-size: 12px; padding: 3px 9px; border-radius: 6px; letter-spacing: 0.02em; }
/* Deux box côte à côte : Score Eden | En stock + paiements (full width si pas de score) */
.pd-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 4px 0 20px; align-items: stretch; }
.pd-boxes:not(:has(.nutri-full)) { grid-template-columns: 1fr; }
.pd-boxes .nutri-full { margin: 0; background: #fff; }
.pd-infobox { background: #fff; border: 1px solid var(--rose-soft); border-radius: 14px; padding: 14px 16px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.pd-infobox .sxs-delivery-est { margin: 0; }
.pd-infobox .product-detail-pay { margin: 0; }
@media (max-width: 600px) { .pd-boxes { grid-template-columns: 1fr; } }

/* Abonnement SIMPLE (type subscription) : form natif sans .variations_form → on l'aligne aussi en ligne flex (qté + bouton pleine largeur), comme les autres */
.product-detail-actions--wc form.cart:not(.variations_form) { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; max-width: none; margin: 0; }
.product-detail-actions--wc form.cart:not(.variations_form) .single_add_to_cart_button { flex: 1; min-width: 0; }

.sxs-delivery-est { display: flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; gap: 7px; margin: 0 0 18px; font-family: var(--font-body); font-size: 12.5px; font-weight: 500; line-height: 1.45; color: #5a5a5a; }
.sxs-delivery-est span { white-space: nowrap; }
.sxs-delivery-est svg { color: var(--rose); flex: 0 0 auto; width: 19px; height: 19px; }
.sxs-delivery-est strong { color: var(--ink); font-weight: 600; }

/* Paiements */
.product-detail-pay { margin: 0 0 4px; display: flex; flex-direction: column; gap: 9px; }
.product-detail-pay-secure { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--ink-soft); }
.product-detail-pay-secure svg { color: var(--rose-deep); flex: 0 0 auto; }
/* Logos paiement en UN seul bloc (encadré) */
.product-detail-pay--block { flex-direction: row; align-items: center; gap: 8px; flex-wrap: wrap; border: 0; border-radius: 0; padding: 4px 0; background: none; margin: 0 0 4px; }

/* Ligne « note + badge Score Eden » côte à côte */
.product-detail-meta-row { display: flex; align-items: center; gap: 10px 16px; flex-wrap: wrap; margin: 0 0 18px; }
.product-detail-meta-row .product-detail-rating { margin: 0; }
.product-detail-meta-row .nutri-pillwrap { margin: 0; }

/* Pastille Score Eden compacte (cliquable → modale) — juste la fréquence, en gros */
.nutri-pillwrap { margin: 0 0 18px; }
.nutri-pill { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1.5px solid color-mix(in oklab, var(--nf, #3fae6a) 45%, var(--rose-soft)); border-radius: 10px; padding: 6px 11px; cursor: pointer; transition: border-color .15s, background .15s; }
.nutri-pill:hover { border-color: var(--nf, #3fae6a); background: color-mix(in oklab, var(--nf, #3fae6a) 9%, #fff); }
.nutri-pill__leaf { width: 13px; height: 13px; color: var(--nf, #3fae6a); flex: 0 0 auto; }
.nutri-pill__pre { font-family: var(--font-body); font-size: 11px; font-weight: 500; color: var(--ink-soft); }
.nutri-pill__lbl { font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--ink); }
.nutri-pill__chev { width: 11px; height: 11px; color: var(--nf, #3fae6a); flex: 0 0 auto; margin-left: 1px; }
/* Modale Score Eden (texte d'explication centré) */
.nutri-modal .eden-modal__box p { margin: 4px 0 20px; }
.product-detail-pay .sxs-payments { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.product-detail-pay .sxs-pay__svg, .product-detail-pay .sxs-pay img { height: 30px; width: auto; }

/* UGS */
.product-detail-sku { margin: 22px 0 0; font-family: var(--font-body); font-size: 12px; color: #8a8a8a; letter-spacing: 0.02em; }
.product-detail-sku__val { color: #6a6a6a; font-weight: 500; }

/* Réassurance en 3 box à icônes */
.product-detail-reassure { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--rose-soft); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pdr-box { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; gap: 8px; padding: 15px 8px; background: #fff; border: 1px solid #e9e8e3; border-radius: 12px; font-family: var(--font-body); font-size: 11.5px; line-height: 1.35; color: #6a6a6a; }
.pdr-box svg { width: 25px; height: 25px; color: var(--rose); flex: 0 0 auto; }
.pdr-box strong { display: block; color: var(--ink); font-weight: 600; font-size: 12.5px; margin-bottom: 1px; }
@media (max-width: 480px) { .product-detail-reassure { gap: 6px; } .pdr-box { padding: 11px 5px; font-size: 10px; } .pdr-box strong { font-size: 11px; } }

/* Bande défilante d'avis « Ils nous font confiance » */
.sxs-reviews-band { margin: 48px 0; }
.sxs-reviews-band__head { display: flex; align-items: center; justify-content: center; gap: 12px 22px; flex-wrap: wrap; margin: 0 0 22px; }
.sxs-reviews-band__title { text-align: center; font-family: var(--font-display); font-size: 22px; font-weight: 500; margin: 0; }
.sxs-reviews-band__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.sxs-reviews-band__track { display: flex; gap: 16px; width: max-content; animation: sxs-marquee 70s linear infinite; }
.sxs-reviews-band:hover .sxs-reviews-band__track { animation-play-state: paused; }
.sxs-rev { flex: 0 0 290px; width: 290px; box-sizing: border-box; background: #fff; border: 1px solid #e9e8e3; border-radius: 14px; padding: 18px 20px; }
.sxs-rev__stars { color: var(--rose); margin-bottom: 9px; display: flex; gap: 1px; }
.sxs-rev__txt { font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: #444; margin: 0 0 12px; }
.sxs-rev__who { font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--ink); }
@keyframes sxs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Description (voir plus / voir moins via checkbox) */
.product-desc { margin: 48px 0 0; text-align: left; background: none; border: 0; padding: 0; }
.product-desc__title { font-family: var(--font-display); font-size: 22px; font-weight: 500; margin: 0 0 18px; text-align: left; }
.product-desc__body { position: relative; max-height: 11em; overflow: hidden; text-align: left; font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); }
.product-desc__body > :first-child { margin-top: 0; }
.product-desc__body h2 { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--ink); margin: 22px 0 8px; line-height: 1.3; }
.product-desc__body h3 { font-size: 15.5px; font-weight: 600; color: var(--ink); margin: 18px 0 6px; }
.product-desc__body p { margin: 0 0 12px; }
.product-desc__body ul, .product-desc__body ol { margin: 0 0 12px; padding-left: 20px; }
.product-desc__body li { margin: 4px 0; }
.product-desc__body strong { color: var(--ink); font-weight: 600; }
.product-desc__body::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3em; background: linear-gradient(transparent, var(--cream)); pointer-events: none; }
.product-desc__toggle-in:checked ~ .product-desc__body { max-height: none; }
.product-desc__toggle-in:checked ~ .product-desc__body::after { display: none; }
.product-desc__toggle { display: inline-block; margin-top: 14px; color: var(--rose-deep); font-weight: 600; font-size: 13.5px; text-decoration: underline; cursor: pointer; }
.product-desc__toggle .less { display: none; }
.product-desc__toggle-in:checked ~ .product-desc__toggle .more { display: none; }
.product-desc__toggle-in:checked ~ .product-desc__toggle .less { display: inline; }

/* Carrousel « Produits similaires » */
.sxs-related { margin: 56px 0 0; }
.sxs-related.shop-wide { max-width: none; padding: 0; margin: 56px 0 0; }
.sxs-related__title { font-family: var(--font-display); font-size: 22px; font-weight: 500; margin: 0 0 22px; }
.sxs-related__viewport { overflow: hidden; }
.sxs-related__track { display: flex; gap: clamp(16px, 1.8vw, 24px); transition: transform .6s cubic-bezier(.16, 1, .3, 1); will-change: transform; }
.sxs-related__track > .product-card { flex: 0 0 calc((100% - (var(--sxs-per, 4) - 1) * clamp(16px, 1.8vw, 24px)) / var(--sxs-per, 4)); width: auto; }
@media (max-width: 900px) { .sxs-related__track > .product-card { flex-basis: calc((100% - 16px) / 2); } }
@media (max-width: 560px) { .sxs-related__track { gap: 12px; } .sxs-related__track > .product-card { flex-basis: calc((100% - 12px) / 2); } }

/* ---- Correctifs produits variables / abonnements ---- */
/* === Cartes de taille (alignées à gauche, prix en avant) — réf sixtystones === */
.sxs-swatches { display: flex !important; flex-wrap: wrap; gap: 12px !important; margin: 14px 0 14px !important; max-width: none; width: 100%; }
.sxs-swatches .sxs-swatch { flex: 1 1 calc((100% - 36px) / 4); min-width: 100px; }
@media (max-width: 680px) { .sxs-swatches .sxs-swatch { flex-basis: calc((100% - 24px) / 3); } }
@media (max-width: 520px) { .sxs-swatches { grid-template-columns: repeat(2, 1fr); } }
.sxs-swatch {
	display: flex !important; flex-direction: column; align-items: flex-start; justify-content: flex-start;
	gap: 5px; min-width: 0; min-height: 86px; padding: 13px 16px !important;
	position: relative; text-align: left;
	border: 1.5px solid #e5e4df; border-radius: 14px; background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.03); transition: border-color .16s, box-shadow .16s, background .16s, transform .16s;
}
.sxs-swatch:hover:not(.is-oos):not(.active) { border-color: var(--rose); transform: translateY(-2px); box-shadow: 0 8px 18px -10px color-mix(in oklab, var(--rose) 55%, transparent); }
.sxs-swatch__size { font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--rose-deep); line-height: 1; letter-spacing: 0.01em; }
.sxs-swatch__price { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--ink); line-height: 1.1; letter-spacing: -0.01em; }
.sxs-swatch__perkg { margin-top: auto; font-family: var(--font-body); font-size: 11px; font-weight: 400; color: var(--ink-mute); text-decoration: none; }
.sxs-swatch__per { font-family: var(--font-body); font-size: 0.68em; font-weight: 400; color: var(--ink-mute); }
/* Sélectionnée → rose clair du hover du menu compte (rose-mist + rose-deep) */
.sxs-swatch.active { background: var(--rose-mist); border-color: var(--rose); box-shadow: none; }
.sxs-swatch.active .sxs-swatch__size { color: var(--rose-deep); }
.sxs-swatch.active .sxs-swatch__price { color: var(--ink); }
.sxs-swatch.active .sxs-swatch__perkg { color: var(--ink-mute); }
/* Meilleur rapport */
.sxs-swatch.is-best { border-color: var(--rose); }
.sxs-swatch__best { position: absolute; top: -9px; right: 10px; background: #2e9e5b; color: #fff; font-family: var(--font-body); font-size: 8.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 3px 9px; border-radius: 99px; white-space: nowrap; box-shadow: 0 3px 8px -3px rgba(46,158,91,.5); }
/* Rupture */
.sxs-swatch.is-oos { background: #f6f5f3; border-color: #e9e8e3; cursor: not-allowed; box-shadow: none; }
.sxs-swatch.is-oos > span:first-child { text-decoration: none; }
.sxs-swatch.is-oos .sxs-swatch__size { text-decoration: line-through; color: #b3b3b3; }
.sxs-swatch.is-oos .sxs-swatch__price { color: #c2c2c2; }
.sxs-swatch.is-oos .sxs-swatch__perkg { color: #c8c8c8; }
.sxs-swatch.is-oos .sxs-swatch__oos { position: absolute; top: -9px; right: 10px; left: auto; transform: none; background: #c0392b; color: #fff; padding: 3px 9px; border-radius: 99px; font-size: 8.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

/* Label de variation (ex. « Taille de l'abonnement ») : sobre et petit */
.product-detail-actions--wc .variations th,
.product-detail-actions--wc .variations th label,
.product-detail-actions--wc .variations .label,
.product-detail-actions--wc .variations .label label {
	font-family: var(--font-display) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: -0.01em !important;
	text-transform: none !important;
	color: var(--ink) !important;
	line-height: 1.3 !important;
	margin: 0 0 10px !important;
	display: block;
}
/* Bouton « Commander » / « Ajouter au panier » : rose Eden (le .button.alt WC le mettait en violet) */
.product-page .product-detail-actions--wc .single_add_to_cart_button,
.product-page .product-detail-actions--wc .single_add_to_cart_button.alt {
	background: var(--rose) !important;
	color: #fff !important;
	border-color: var(--rose) !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}
/* Même taille de texte sur TOUS les boutons d'ajout de la fiche */
.product-page .product-detail-add { font-size: 14px !important; font-weight: 400 !important; }
.product-page .product-detail-actions--wc .single_add_to_cart_button:hover,
.product-page .product-detail-actions--wc .single_add_to_cart_button.alt:hover {
	background: var(--rose-deep) !important;
	border-color: var(--rose-deep) !important;
}
/* Bloc d'options plugin « pofw » VIDE : 1er enfant flex avant la quantité → créait un gap à gauche. Masqué. */
.product-detail-actions--wc .pofw-product-options-wrapper:not(:has(input, select, textarea)) { display: none !important; }

/* ---------- Options produit « pofw » (PPOM) : mise en page Edenv2 ----------
 * Composer de pack (ex. grand-vracky : 1 foin + N sachets). Boîte blanche,
 * grille 2 colonnes ; le 1er champ (produit principal) prend toute la largeur. */
.product-detail .pofw-product-options-wrapper {
	margin: 0 0 18px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--rose-soft);
	border-radius: 14px;
}
.product-detail .pofw-product-options-wrapper .fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 14px;
	margin: 0;
	padding: 0;
	border: 0;
}
.product-detail .pofw-product-options-wrapper .field { margin: 0; min-width: 0; }
.product-detail .pofw-product-options-wrapper .field:first-child { grid-column: 1 / -1; }
.product-detail .pofw-product-options-wrapper .field > label {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 600;
	color: var(--ink-soft);
	line-height: 1.3;
}
.product-detail .pofw-product-options-wrapper .field.pofw-required > label span::after {
	content: " *";
	color: var(--rose);
}
.product-detail .pofw-product-options-wrapper .control { margin: 0; }
.product-detail .pofw-product-options-wrapper select.pofw-option {
	width: 100%;
	padding: 11px 14px;
	border: 1.5px solid var(--rose-soft);
	border-radius: 10px;
	background: var(--cream);
	color: var(--ink);
	font: inherit;
	font-size: 14px;
	cursor: pointer;
	transition: border-color 0.2s;
}
.product-detail .pofw-product-options-wrapper select.pofw-option:focus { outline: none; border-color: var(--rose); }
.product-detail .pofw-product-options-wrapper .pofw-error,
.product-detail .pofw-product-options-wrapper .field.error select.pofw-option { border-color: #c0392b; }
.product-detail .pofw-product-options-wrapper .pofw-error { color: #c0392b; font-size: 12px; margin-top: 4px; }
@media (max-width: 520px) {
	.product-detail .pofw-product-options-wrapper .fieldset { grid-template-columns: 1fr; }
}
/* Bouton « Commander » arrondi comme les autres (WC .button l'arrondissait peu) */
.product-page .product-detail-actions--wc .single_add_to_cart_button,
.product-page .product-detail-actions--wc .single_add_to_cart_button.alt { border-radius: 10px !important; }

/* Qté + bouton sur UNE seule ligne, sans espacement parasite à gauche */
.product-detail-actions--wc .woocommerce-variation-add-to-cart {
	flex-wrap: nowrap !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
}
/* Liste d'envies : icône cœur compacte À CÔTÉ du bouton (même ligne), pas en pleine largeur */
.product-detail-actions:not(.product-detail-actions--wc) { flex-wrap: nowrap; }
.product-detail-actions .leden-wish-btn,
.product-detail-actions--wc .leden-wish-btn {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	justify-content: center;
	gap: 0;
}
.product-detail-actions .leden-wish-btn .leden-wish-txt,
.product-detail-actions--wc .leden-wish-btn .leden-wish-txt { display: none; }
.product-detail-actions .leden-wish-btn svg,
.product-detail-actions--wc .leden-wish-btn svg { width: 19px; height: 19px; }
.product-detail-actions--wc .quantity { margin: 0 !important; }
.product-detail-actions--wc .quantity input { padding: 0 !important; text-indent: 0 !important; }
.product-detail-actions--wc .single_variation_wrap,
.product-detail-actions--wc .single_variation { padding-left: 0 !important; margin-left: 0 !important; }

/* Modale (identique espace membre — .eden-modal, ici sur la fiche produit) */
.eden-modal[hidden] { display: none; }
.eden-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.eden-modal__overlay { position: absolute; inset: 0; background: rgba(40,25,38,.45); animation: eden-modal-fade .15s ease; cursor: pointer; }
.eden-modal__box { position: relative; background: #fff; border-radius: 18px; max-width: 380px; width: 100%; margin-bottom: 6vh; padding: 26px 26px 22px; box-shadow: 0 18px 50px rgba(0,0,0,.22); text-align: center; animation: eden-modal-pop .18s ease; }
.eden-modal__icon { width: 54px; height: 54px; border-radius: 50%; background: #fbeaea; color: #b14a4a; display: inline-flex; align-items: center; justify-content: center; margin: 0 0 14px; }
.eden-modal__icon--danger { background: #fbeaea; color: #b14a4a; }
.eden-modal__box h3 { font-family: var(--font-display); font-weight: 500; font-size: 20px; margin: 0 0 8px; color: #1A1A1A; }
.eden-modal__box p { font-size: 14px; color: #4F4F4F; line-height: 1.55; margin: 0 0 20px; }
.eden-modal__actions { display: flex; gap: 10px; }
.eden-modal__actions button { flex: 1 1 0; border-radius: 9px; padding: 9px 16px; font-size: 13px; font-weight: 400; cursor: pointer; transition: .15s; margin: 0; outline: none; }
.eden-modal__confirm.is-ok { background: var(--rose); color: #fff; border: 1px solid var(--rose); }
.eden-modal__confirm.is-ok:hover { background: var(--rose-deep); border-color: var(--rose-deep); }
@keyframes eden-modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes eden-modal-pop { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }

/* Calque invisible sur le bouton (déclenche la modale si pas de taille choisie) */
.leden-add-wrap { position: relative; flex: 1; display: flex; min-width: 0; }
.leden-add-wrap .single_add_to_cart_button { flex: 1; width: 100%; }
.leden-add-guard { position: absolute; inset: 0; z-index: 4; cursor: pointer; }

/* Responsive : colonnes empilées */
@media (max-width: 860px) {
	.product-layout { grid-template-columns: 1fr; gap: 28px; }
	.product-gallery { position: static; }
}

/* ===== Pastille « avis » (style Score Eden) + modale d'avis ===== */
.rating-pillwrap { margin: 0; position: relative; }
.product-detail-meta-row .rating-pillwrap { margin: 0; }
.rating-pill { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1.5px solid color-mix(in oklab, var(--rose) 55%, var(--rose-soft)); border-radius: 10px; padding: 6px 11px; cursor: pointer; transition: border-color .15s, background .15s; }
.rating-pill:hover { border-color: var(--rose); background: var(--rose-mist, color-mix(in oklab, var(--rose) 9%, #fff)); }
.rating-pill__stars { color: var(--rose); display: inline-flex; gap: 1px; flex: 0 0 auto; }
.rating-pill__avg { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--ink); }
.rating-pill__count { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--ink-soft); }
.rating-pill__chev { width: 11px; height: 11px; color: var(--rose); flex: 0 0 auto; margin-left: 1px; }

.reviews-modal__box { max-width: 540px; text-align: left; padding: 0; max-height: 60vh; display: flex; flex-direction: column; overflow: hidden; }
.reviews-modal__x { position: absolute; top: 9px; right: 11px; z-index: 2; background: none; border: 0; font-size: 23px; line-height: 1; color: var(--ink-mute, #9a8e95); cursor: pointer; padding: 2px 6px; }
.reviews-modal__x:hover { color: var(--ink); }
.reviews-modal__head { display: flex; align-items: center; gap: 13px; padding: 18px 20px 14px; border-bottom: 1px solid color-mix(in oklab, var(--rose) 22%, #fff); flex: 0 0 auto; }
.reviews-modal__score { font-family: var(--font-display); font-size: 29px; font-weight: 500; color: var(--ink); line-height: 1; }
.reviews-modal__score small { font-size: 14px; color: var(--ink-soft); font-weight: 400; }
.reviews-modal__headmeta { display: flex; flex-direction: column; gap: 3px; }
.reviews-modal__stars { color: var(--rose); display: inline-flex; gap: 2px; }
.reviews-modal__total { font-size: 12.5px; color: var(--ink-soft); }
.reviews-modal__list { overflow-y: auto; padding: 2px 20px; flex: 1 1 auto; -webkit-overflow-scrolling: touch; }
.rev-card { padding: 12px 0; border-bottom: 1px solid color-mix(in oklab, var(--rose) 14%, #fff); }
.rev-card:last-child { border-bottom: 0; }
.rev-card__top { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; flex-wrap: wrap; }
.rev-card__stars { color: var(--rose); display: inline-flex; gap: 1px; }
.rev-card__author { font-size: 13px; font-weight: 600; color: var(--ink); }
.rev-card__date { font-size: 11.5px; color: var(--ink-mute, #9a8e95); margin-left: auto; }
.rev-card__text { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin: 0; }
.reviews-modal__empty { padding: 26px; text-align: center; color: var(--ink-soft); }
.reviews-modal__foot { padding: 13px 20px 16px; border-top: 1px solid color-mix(in oklab, var(--rose) 22%, #fff); flex: 0 0 auto; text-align: center; }
.reviews-modal__foot .eden-modal__confirm { display: inline-block; text-decoration: none; border-radius: 9px; padding: 10px 22px; font-family: var(--font-body); font-size: 13px; font-weight: 400; line-height: 1.2; transition: .15s; }
@media (max-width: 600px){ .reviews-modal__box { max-width: 100%; max-height: 72vh; } }

/* ============================================================
   Choix « achat simple / abonnement » (WooCommerce All Products
   for Subscriptions). Recoloré Eden : deux cartes radio nettes.
   Injecté dans .single_variation au choix de la déclinaison.
   ============================================================ */
.wcsatt-options-wrapper { margin: 4px 0 18px; }
.wcsatt-options-product-prompt { margin: 0; }
.wcsatt-options-prompt-fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
/* Le <legend> « Choisir un type d'achat » : on le rend visible et discret. */
.wcsatt-options-prompt-fieldset .screen-reader-text {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 9px !important;
	padding: 0 !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
	display: block;
	font-family: var(--font-body);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--ink-soft);
}
.wcsatt-options-prompt-radios {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.wcsatt-options-prompt-radio { margin: 0; }
.wcsatt-options-prompt-radio::before { display: none; } /* anti puce thème */
.wcsatt-options-prompt-label {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	padding: 12px 15px;
	border: 1.5px solid var(--rose-soft);
	border-radius: 14px;
	background: var(--cream);
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 14.5px;
	color: var(--ink);
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.wcsatt-options-prompt-label:hover { border-color: var(--rose); }
/* Faux radio rond Eden */
.wcsatt-options-prompt-action-input {
	-webkit-appearance: none;
	appearance: none;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 0;
	border: 2px solid var(--rose-soft);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: border-color 0.15s;
}
.wcsatt-options-prompt-action-input:checked { border-color: var(--rose); }
.wcsatt-options-prompt-action-input:checked::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: var(--rose);
}
/* Carte sélectionnée */
.wcsatt-options-prompt-label:has(.wcsatt-options-prompt-action-input:checked) {
	border-color: var(--rose);
	background: var(--rose-mist);
	box-shadow: 0 8px 20px -14px rgba(166, 104, 152, 0.65);
}
.wcsatt-options-prompt-action {
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
	font-weight: 600;
	line-height: 1.35;
}
/* Prix barré / promo de l'abonnement */
.wcsatt-options-prompt-action .subscription-price { font-weight: 600; }
.wcsatt-options-prompt-action .subscription-price del {
	color: var(--ink-mute);
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 1px;
}
.wcsatt-options-prompt-action .subscription-price ins {
	text-decoration: none;
	color: var(--rose-deep);
	font-weight: 700;
}
.wcsatt-options-prompt-action .subscription-details {
	color: var(--ink-soft);
	font-weight: 500;
	font-size: 0.92em;
}
/* Sélecteur de schéma (caché s'il n'y a qu'un abonnement) */
.wcsatt-options-product-wrapper { margin-top: 10px; }
.wcsatt-options-product-wrapper .wcsatt-options-prompt-radios { gap: 7px; }

@media (max-width: 600px) {
	.wcsatt-options-prompt-label { padding: 11px 13px; font-size: 14px; gap: 10px; }
	.wcsatt-options-prompt-action-input { width: 18px; height: 18px; }
}

/* ============================================================
   Chooser direct achat/abo sur la fiche (produit WCSATT 1 attr)
   Même style que .sxs-swatch/.sxs-swatches
   ============================================================ */
.sp-wc-hidden { display: none !important; }
.sp-chooser { margin: 6px 0 18px; }
.sp-chooser--cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; align-items: start; }
.sp-chooser__col { display: flex; flex-direction: column; gap: 8px; }
.sp-chooser__label {
	font-size: 12.5px;
	font-weight: 500;
	color: var(--ink-soft);
	margin: 0 0 4px;
}
.sp-opt { width: 100%; }
@media (max-width: 480px) {
	.sp-chooser--cols { grid-template-columns: 1fr; gap: 6px; }
}
/* sp-opt = clone de sxs-swatch */
.sp-opt {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
	min-width: 100px;
	min-height: 72px;
	padding: 13px 16px !important;
	position: relative;
	text-align: left;
	border: 1.5px solid #e5e4df;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	font-family: var(--font-body);
	box-shadow: 0 1px 2px rgba(0,0,0,0.03);
	transition: border-color .16s, box-shadow .16s, background .16s, transform .16s;
}
.sp-opt:hover { border-color: var(--rose); transform: translateY(-2px); box-shadow: 0 8px 18px -10px color-mix(in oklab, var(--rose) 55%, transparent); }
.sp-opt__label { font-family: var(--font-body); font-size: 12.5px; font-weight: 600; color: var(--rose-deep); line-height: 1; }
.sp-opt__price { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--ink); line-height: 1.1; letter-spacing: -0.01em; }
.sp-opt__freq { font-family: var(--font-body); font-size: 0.68em; font-weight: 400; color: var(--ink-mute); }
.sp-opt--sub { border-color: var(--rose); }
.sp-opt.is-loading { opacity: 0.6; pointer-events: none; }
@media (max-width: 540px) {
	.sp-chooser__opts { flex-direction: column; }
	.sp-opt { width: 100%; min-height: auto; flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; }
}

	.sp-opt { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; }
}
