/* ============================================================
   GARDE-FOU contenu article (accueil provisoire / pages internes)
   Empêche les icônes Ionicon/SVG de s'afficher en pleine taille (1000px)
   tant que l'accueil n'est pas recâblé en hero+sections.
   ============================================================ */
.ch-content .ionicon,
.ch-content svg.svgicon-ionicon,
.ch-content svg.ionicon { width: 46px !important; height: 46px !important; max-width: 46px; color: var(--accent); vertical-align: middle; }
.ch-content .item-page img,
.ch-content .com-content-article img { max-width: 100%; height: auto; }
.ch-content .item-page { max-width: var(--container); margin: 0 auto; }

/* Ancien slider JoomlaCK (pbck) : son JS/CSS ayant été retiré, on le
   transforme en galerie verticale propre (sinon les diapos s'affichent
   côte à côte et débordent horizontalement -> footer par-dessus). */
.ch-content .cktype,
.ch-content [class*="pbckid"],
.ch-content .pbck_slider,
.ch-content .pbck_slides,
.ch-content .pbck_wrap,
.ch-content .pbck_wrapinner { width: 100% !important; max-width: 100% !important; height: auto !important; min-height: 0 !important; overflow: visible !important; transform: none !important; position: static !important; left: auto !important; top: auto !important; }
.ch-content .pbck_wrapinner { display: flex !important; flex-direction: column; gap: 16px; }
.ch-content .pbck_slide { position: relative !important; width: 100% !important; height: auto !important; left: auto !important; top: auto !important; float: none !important; display: block !important; opacity: 1 !important; visibility: visible !important; margin: 0 !important; }
.ch-content .pbck_slide_img { width: 100% !important; }
.ch-content .pbck_slide_img img { width: 100% !important; height: auto !important; display: block; border-radius: var(--radius-md); }
.ch-content .pbck_slider_controls,
.ch-content .pbck_arrows,
.ch-content .pbck_pagination { display: none !important; }
.ch-content .pbck_slide_caption { position: static !important; background: none !important; padding: 8px 0 0 !important; }
.ch-content .pbck_slide_title { font-family: var(--font-serif); color: var(--ink); font-size: 16px; }
.ch-content .pbck_slide_desc { color: var(--text-2); font-size: 14px; }

/* Filet de sécurité anti-débordement horizontal sur tout le contenu */
.ch-main { overflow-x: clip; }

/* ===== Accueil design : contenu pleine largeur (hero/sections gèrent leur centrage) ===== */
body.is-home .ch-main { padding: 0; }
body.is-home .ch-main > .ch-container { max-width: none; padding: 0; }
body.is-home .ch-content-row { display: block; }
body.is-home .ch-content { max-width: none; }
body.is-home .ch-content .item-page,
body.is-home .ch-content .com-content-article,
body.is-home .ch-content .com-content-article__body { max-width: none; margin: 0; padding: 0; }
/* neutralise le garde-fou galerie/ck sur l'accueil design (pas de contenu ck) */
body.is-home .ch-content .pagebuilderck { max-width: none; }

/* ===== Accueil PageBuilder CK : sections empilées stylées ===== */
.ch-content .pagebuilderck { max-width: 900px; margin: 0 auto; }
.ch-content .rowck { padding: 30px 0; border-bottom: 1px solid var(--border); }
.ch-content .rowck:last-child { border-bottom: 0; }
.ch-content .rowck .inner { display: block; }
.ch-content .blockck { text-align: center; }
.ch-content .cktype.iconespha, .ch-content .iconck, .ch-content .pbckicon { background: none !important; width: auto !important; height: auto !important; min-height: 0 !important; border-radius: 0 !important; margin: 0 auto !important; display: inline-flex !important; align-items: center; justify-content: center; box-shadow: none !important; }
.ch-content .iconck svg, .ch-content .pbckicon svg, .ch-content .iconck .ionicon { width: 50px !important; height: 50px !important; color: var(--accent) !important; margin: 0 auto 8px; }
/* ionicons « pleines » (fill) : recolorer sans toucher aux icônes en trait (fill:none) */
.ch-content .iconck svg path:not([fill="none"]),
.ch-content .iconck svg polygon:not([fill="none"]),
.ch-content .iconck svg circle:not([fill="none"]),
.ch-content .iconck svg rect:not([fill="none"]) { fill: var(--accent) !important; }
.ch-content .titleck { font-family: var(--font-serif) !important; font-weight: 600; font-size: 23px; color: var(--ink); margin: 6px 0 10px; text-align: center; }
.ch-content .cktext { color: var(--text-2); font-size: 15px; line-height: 1.65; max-width: 640px; margin: 0 auto; text-align: center; }
.ch-content .cktext .italic-green, .ch-content .cktext em { color: var(--italic-green); font-style: italic; }

/* ===== Formulaires utilisateur (connexion / rappel / reset) com_users ===== */
.ch-content .com-users-login, .ch-content .com-users-remind, .ch-content .com-users-reset, .ch-content .com-users-registration, .ch-content .com-users-profile { max-width: 460px; margin: 0 auto; }
.ch-content .well { background: #fff !important; border: 1px solid var(--border) !important; border-radius: var(--radius-md) !important; box-shadow: var(--shadow-card); padding: 26px !important; }
.ch-content .com-users-login fieldset, .ch-content .com-users-remind fieldset, .ch-content .com-users-reset fieldset { border: 0; padding: 0; margin: 0; }
.ch-content .com-users-login .control-group, .ch-content .com-users-remind .control-group, .ch-content .com-users-reset .control-group { margin-bottom: 14px; }
.ch-content .com-users-login .control-label, .ch-content .com-users-remind .control-label, .ch-content .com-users-reset .control-label { display: block; float: none; width: auto; text-align: left; margin: 0 0 5px; }
.ch-content .com-users-login .control-label label, .ch-content .com-users-remind .control-label label, .ch-content .com-users-reset .control-label label { font-size: 13px; font-weight: 600; color: var(--text-2); }
.ch-content .com-users-login .controls, .ch-content .com-users-remind .controls, .ch-content .com-users-reset .controls { margin-left: 0 !important; }
.ch-content .com-users-login input[type=text], .ch-content .com-users-login input[type=password],
.ch-content .com-users-remind input[type=text], .ch-content .com-users-reset input[type=text], .ch-content .com-users-reset input[type=password], .ch-content .com-users-reset input[type=email] { width: 100%; box-sizing: border-box; padding: 11px 13px; border: 1.5px solid var(--border-2); border-radius: var(--radius-input); font-family: var(--font-sans); font-size: 15px; color: var(--text); background: #fff; }
.ch-content .com-users-login input:focus, .ch-content .com-users-remind input:focus, .ch-content .com-users-reset input:focus { border-color: var(--accent); outline: none; box-shadow: 0 0 0 3px rgba(23, 153, 184, .12); }
.ch-content .com-users-login .password-group, .ch-content .com-users-reset .password-group { display: flex; gap: 8px; align-items: stretch; }
.ch-content .com-users-login .password-group input.form-control { flex: 1; }
.ch-content .com-users-login .input-group-text, .ch-content .com-users-login .password-group .btn { background: #fff; border: 1.5px solid var(--border-2); border-radius: var(--radius-input); color: var(--text-2); font-size: 13px; width: auto; padding: 0 12px; cursor: pointer; }
.ch-content .com-users-login .btn-primary, .ch-content .com-users-login button[type=submit], .ch-content .com-users-login input[type=submit],
.ch-content .com-users-remind button[type=submit], .ch-content .com-users-reset button[type=submit] { background: var(--accent) !important; color: #fff !important; border: 0 !important; border-radius: var(--radius-pill) !important; padding: 12px 26px !important; font-weight: 700 !important; font-family: var(--font-sans) !important; cursor: pointer; width: 100%; margin-top: 6px; box-shadow: 0 8px 20px rgba(23, 153, 184, .25); }
.ch-content .com-users-login .btn-primary:hover, .ch-content .com-users-login button[type=submit]:hover { background: var(--accent-dark) !important; }
.ch-content .com-users-login .control-group.form-check, .ch-content .com-users-login .form-check { display: flex; align-items: center; gap: 8px; }
.ch-content .com-users-login nav ul, .ch-content .com-users-login .nav, .ch-content .login ul.nav { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; }
.ch-content .com-users-login nav a, .ch-content .login a, .ch-content .com-users-login .nav a { color: var(--accent); font-size: 14px; }

/* ============================================================
   Template Joomla 6 — Pharmacie de Chénens (« chenens »)
   Feuille de style extraite du design handoff (tokens + composants).
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
	/* Ambiance : Turquoise (défaut) — surchargée par [data-ambiance] */
	--accent: #1799b8;
	--accent-dark: #127a94;
	--accent-hover: #127a94;
	--deep: #0e7b96;
	--footer-bg: #0b4a5c;

	/* Rayons (paramètre « coins » : Pilule par défaut) */
	--radius-pill: 999px;
	--radius-lg: 24px;
	--radius-md: 20px;
	--radius-sm: 16px;
	--radius-input: 12px;

	/* Couleurs fixes */
	--page: #f7fafb;
	--ink: #123c4b;
	--text: #1d3d49;
	--text-2: #4a6570;
	--muted: #6f8b94;
	--border: #dde8eb;
	--border-2: #cfe0e5;
	--border-btn: #b9d3da;
	--brand-green: #8dc63f;
	--brand-green-dark: #7cb332;
	--italic-green: #6faa28;
	--green-text: #4c7213;
	--green-pale: #f0f7e4;
	--green-pale-2: #ddf0c9;
	--blue-pale: #e9f6fa;
	--blue-pale-2: #e6f4f8;

	--container: 1200px;
	--shadow-sm: 0 2px 8px rgba(11, 74, 92, 0.06);
	--shadow-card: 0 12px 32px rgba(11, 74, 92, 0.08);
	--shadow-float: 0 24px 60px rgba(11, 74, 92, 0.16);
	--shadow-hover: 0 18px 44px rgba(11, 74, 92, 0.13);
	--shadow-btn: 0 10px 24px rgba(23, 153, 184, 0.28);

	--font-serif: 'Lora', Georgia, serif;
	--font-sans: 'Karla', -apple-system, 'Segoe UI', sans-serif;
}

/* ---------- Icônes (masques SVG, colorées par background-color) ---------- */
.ch-ico {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: var(--ico) center / contain no-repeat;
	mask: var(--ico) center / contain no-repeat;
	flex-shrink: 0;
}
.ch-ico-leaf { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E"); }
.ch-ico-drop { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z'/%3E%3C/svg%3E"); }
.ch-ico-bag { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E"); }
.ch-ico-cross { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5v5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z'/%3E%3C/svg%3E"); }
.ch-ico-sprout { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 20h10'/%3E%3Cpath d='M10 20c5.5-2.5.8-6.4 3-10'/%3E%3Cpath d='M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z'/%3E%3Cpath d='M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z'/%3E%3C/svg%3E"); }
.ch-ico-users { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E"); }
.ch-ico-phone { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.ch-ico-chat { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3C/svg%3E"); }
/* Vrai logo WhatsApp (glyphe officiel, en masque) : appliqué à toute icône « chat » d'un lien wa.me */
.ch-ico-whatsapp, a[href*="wa.me"] .ch-ico-chat { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.885-9.885 9.885m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3E%3C/svg%3E"); }
.ch-ico-facebook { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E"); }
.ch-ico-instagram { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E"); }
.ch-ico-building { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V7l8-4v18'/%3E%3Cpath d='M19 21V11l-6-4'/%3E%3Cpath d='M9 9v.01'/%3E%3Cpath d='M9 12v.01'/%3E%3Cpath d='M9 15v.01'/%3E%3Cpath d='M9 18v.01'/%3E%3C/svg%3E"); }

[data-ambiance="vert-lime"] {
	--accent: #6faa28;
	--accent-dark: #55831f;
	--accent-hover: #55831f;
	--deep: #4c7213;
	--footer-bg: #2f4d09;
}

[data-ambiance="ocean"] {
	--accent: #0e5f77;
	--accent-dark: #0a4a5e;
	--accent-hover: #0a4a5e;
	--deep: #0b4a5c;
	--footer-bg: #092f3b;
}

[data-coins="doux"] {
	--radius-pill: 14px;
	--radius-lg: 16px;
	--radius-md: 14px;
	--radius-sm: 12px;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: var(--page); }

body {
	font-family: var(--font-sans);
	color: var(--text);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }
::selection { background: var(--green-pale-2); }

/* Transitions douces et cohérentes sur tout l'interactif
   (les règles spécifiques plus bas peuvent affiner au besoin) */
a, button,
input, textarea, select,
.ch-btn, .ch-chip, .ch-tab, .ch-cta, .ch-add,
.ch-service-card, .ch-teaser, .ch-product, .ch-remedy, .ch-flower,
.ch-cc-cat, .ch-fdb-size, .ch-fdb-chip, .ch-fdb-cta {
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		fill 0.18s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease,
		opacity 0.18s ease;
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

img { max-width: 100%; }

.ch-container {
	max-width: var(--container);
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

/* zone de contenu principale (index.php) */
.ch-main { padding: 40px 0 72px; }
.ch-main .ch-breadcrumb { padding-top: 8px; }
.ch-content-row { display: block; }
.ch-main.ch-has-sidebar .ch-content-row { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.ch-sidebar { position: sticky; top: 24px; }
@media (max-width: 980px) {
	.ch-main.ch-has-sidebar .ch-content-row { grid-template-columns: 1fr; }
	.ch-sidebar { position: static; }
}

/* ---------- Panier header (mod_hikashop_cart) ---------- */
.ch-cart { position: relative; margin-left: 16px; flex-shrink: 0; }
.ch-cart .hikashop_cart { position: relative; }
.ch-cart .hikashop_small_cart_checkout_link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1.5px solid var(--border-2);
	background: #ffffff;
	border-radius: 50%;
	color: var(--ink);
	box-shadow: var(--shadow-sm);
}
.ch-cart .hikashop_small_cart_checkout_link:hover { border-color: var(--accent); }
/* texte du module masqué : seul le picto reste */
.ch-cart .hikashop_small_cart_total_title { display: inline-flex; align-items: center; font-size: 0; }
.ch-cart img.hikashop_cart_module_product_icon_title { width: 20px; height: 20px; display: block; }
/* badge compteur (data-count posé par template.js) */
.ch-cart .hikashop_small_cart_checkout_link::after {
	content: attr(data-count);
	position: absolute;
	top: -6px;
	right: -7px;
	min-width: 19px;
	height: 19px;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 19px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(23, 153, 184, 0.35);
}
.ch-cart .hikashop_small_cart_checkout_link:not([data-count])::after,
.ch-cart .hikashop_small_cart_checkout_link[data-count="0"]::after { display: none; }
.ch-cart .hikashop_cart_dropdown_container { position: absolute; top: calc(100% + 10px); right: 0; z-index: 70; }
/* le dropdown reste ouvert tant que la souris est dans la zone panier,
   même quand HikaShop re-rend le module (changement de quantité en AJAX) */
.ch-cart:hover .hikashop_cart_dropdown_content { display: block !important; }
/* pont de survol entre la pilule et le dropdown */
.ch-cart .hikashop_cart_dropdown_container::before { content: ""; position: absolute; top: -12px; right: 0; width: 60px; height: 12px; }
.ch-cart .hikashop_cart_dropdown_content {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	max-width: calc(100vw - 32px);
	max-height: min(62vh, 540px);
	overflow-y: auto;
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 16px;
	box-shadow: var(--shadow-float);
	padding: 16px 18px;
}
.ch-cart table.hikashop_cart { width: 100%; border-collapse: collapse; font-size: 13.5px; }
/* filets au niveau des LIGNES : l'en-tête n'a que 3 cellules pour 4 colonnes,
   des bordures par cellule laissent un trou sous la colonne de suppression */
.ch-cart table.hikashop_cart tr { border-bottom: 1px solid var(--border); }
.ch-cart table.hikashop_cart tr:last-child,
.ch-cart table.hikashop_cart tfoot tr { border-bottom: 0; }
.ch-cart table.hikashop_cart tfoot tr { border-top: 1px solid var(--border-2); }
.ch-cart table.hikashop_cart th {
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
	color: var(--muted); text-align: left; font-weight: 700;
	padding: 4px 4px 8px; border-bottom: 0;
}
.ch-cart table.hikashop_cart td { padding: 9px 4px; border-bottom: 0; vertical-align: middle; color: var(--text); }
.ch-cart table.hikashop_cart td[class*="quantity"] { text-align: center; }
.ch-cart table.hikashop_cart th[class*="quantity"] { text-align: center; }
.ch-cart table.hikashop_cart tfoot td,
.ch-cart table.hikashop_cart td[class*="total"] { font-weight: 700; color: var(--ink); }
.ch-cart table.hikashop_cart a { color: var(--ink); font-weight: 600; }
.ch-cart table.hikashop_cart a:hover { color: var(--accent); }
.ch-cart .hikashop_cart_dropdown_content input[type="text"] {
	width: 40px; text-align: center;
	border: 1.5px solid var(--border-2); border-radius: 8px; padding: 4px 2px;
	font-family: var(--font-sans); font-size: 13px;
}
.ch-cart .hikashop_cart_dropdown_content .hikabtn,
.ch-cart .hikashop_cart_dropdown_content a.hikashop_cart_proceed_to_checkout,
.ch-cart .hikashop_cart_dropdown_content button[type="submit"] {
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--accent); color: #fff !important;
	border: 0; border-radius: var(--radius-pill);
	padding: 11px 20px; font-size: 14px; font-weight: 700;
	font-family: var(--font-sans); cursor: pointer;
	width: 100%; margin-top: 12px;
}
.ch-cart .hikashop_cart_dropdown_content .hikabtn:hover,
.ch-cart .hikashop_cart_dropdown_content button[type="submit"]:hover { background: var(--accent-hover); }
/* mini-panier : pas de boutons +/− (la quantité s'édite au clavier), suppression en croix */
.ch-cart .hikashop_product_quantity_change_div_default { display: none !important; }
.ch-cart .hikashop_cart_dropdown_content [class*="delete"] i,
.ch-cart .hikashop_cart_dropdown_content [class*="refresh"] { display: none !important; }
.ch-cart .hikashop_cart_dropdown_content [class*="delete"] a {
	display: inline-flex; width: 24px; height: 24px;
	align-items: center; justify-content: center;
	border-radius: 50%; color: var(--muted); text-decoration: none;
}
.ch-cart .hikashop_cart_dropdown_content [class*="delete"] a:hover { background: #fdecec; color: #c0392b; }
.ch-cart .hikashop_cart_dropdown_content [class*="delete"] a::before { content: "\00d7"; font-size: 19px; line-height: 1; }
.ch-cart .hikashop_cart_dropdown_content td[class*="price"],
.ch-cart .hikashop_cart_dropdown_content td[class*="total"] { white-space: nowrap; text-align: right; }
.ch-cart .hikashop_cart_dropdown_content th[class*="price"] { text-align: right; }

/* ---------- Onglets catégories boutique (dans la description de catégorie) ---------- */
.ch-content .hikashop_category_description .ch-shop-cats {
	display: flex; gap: 10px; justify-content: center; margin-top: 24px; flex-wrap: wrap;
}
.ch-content .hikashop_product_listing_12 .ch-shop-cats a[href*="tisanes"],
.ch-content .hikashop_product_listing_14 .ch-shop-cats a[href*="huiles"] {
	background: var(--accent); color: #ffffff; border-color: var(--accent);
	pointer-events: none;
}

/* ---------- Boutons ---------- */
.ch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: var(--radius-pill);
	font-weight: 700;
	font-family: var(--font-sans);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	text-decoration: none;
}

.ch-btn-primary {
	background: var(--accent);
	color: #ffffff;
	padding: 15px 32px;
	font-size: 16px;
	border: 1.5px solid var(--accent);
	box-shadow: var(--shadow-btn);
}
.ch-btn-primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff; transform: translateY(-2px); }
.ch-btn-primary:active { transform: none; }

.ch-btn-secondary {
	background: rgba(255, 255, 255, 0.7);
	color: var(--text);
	padding: 15px 28px;
	font-size: 16px;
	font-weight: 600;
	border: 1.5px solid var(--border-btn);
}
.ch-btn-secondary:hover { border-color: var(--accent); color: var(--accent); background: #fff; transform: translateY(-2px); }
.ch-btn-secondary:active { transform: none; }

.ch-btn-sm { padding: 13px 28px; font-size: 15px; }

/* ---------- Topbar ---------- */
.ch-topbar {
	background: var(--deep);
	color: var(--blue-pale-2);
	font-size: 13.5px;
	letter-spacing: 0.02em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;
	padding: 9px 24px;
}
.ch-topbar a { color: #cdeaf2; }
.ch-topbar a:hover { color: #fff; }
.ch-topbar .ch-sep { opacity: 0.6; }

/* ---------- Header ---------- */
.ch-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(247, 250, 251, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
}
.ch-header-inner {
	max-width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 13px 32px;
}
.ch-logo { display: flex; align-items: center; flex-shrink: 0; }
.ch-logo img { height: 50px; display: block; }

.ch-nav {
	display: flex;
	gap: 26px;
	margin-left: auto;
	font-size: 15px;
	font-weight: 500;
	align-items: center;
}
.ch-nav .ch-cta { margin-left: 6px; }
.ch-nav a { color: var(--text); position: relative; padding: 4px 0; flex-shrink: 0; white-space: nowrap; }
.ch-nav a:not(.ch-cta)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -2px;
	height: 2px;
	border-radius: 2px;
	background: var(--accent);
	transition: right 0.25s ease;
}
.ch-nav a:not(.ch-cta):hover::after,
.ch-nav a.is-active:not(.ch-cta)::after { right: 0; }
.ch-nav a:hover { color: var(--accent); }
.ch-nav a.is-active { color: var(--accent); font-weight: 700; }

/* sous-menu Boutique en ligne */
.ch-nav-sub { position: relative; display: flex; align-items: center; }
.ch-caret {
	display: inline-block;
	width: 8px; height: 8px;
	margin-left: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}
.ch-nav-sub:hover .ch-caret,
.ch-nav-sub:focus-within .ch-caret { transform: rotate(225deg) translateY(-1px); }
.ch-nav-sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: -14px;
	min-width: 235px;
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 16px;
	box-shadow: var(--shadow-float);
	padding: 8px;
	display: grid;
	gap: 2px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 60;
}
/* pont invisible pour ne pas perdre le survol entre le lien et le menu */
.ch-nav-sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.ch-nav-sub:hover .ch-nav-sub-menu,
.ch-nav-sub:focus-within .ch-nav-sub-menu { opacity: 1; visibility: visible; transform: none; }
.ch-nav .ch-nav-sub-menu a { padding: 11px 14px; border-radius: 10px; font-size: 14.5px; font-weight: 600; }
.ch-nav .ch-nav-sub-menu a:hover { background: var(--blue-pale); color: var(--accent-dark); }
.ch-nav .ch-nav-sub-menu a::after { display: none; }

.ch-cta {
	background: var(--accent);
	color: #ffffff !important;
	padding: 11px 26px !important;
	border-radius: var(--radius-pill);
	font-size: 14.5px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	transition: background-color 0.2s ease;
	box-shadow: none;
}
.ch-cta:hover { background: var(--accent-hover); }

/* largeurs intermédiaires : resserrer la nav au lieu d'écraser les items */
@media (max-width: 1180px) and (min-width: 821px) {
	.ch-header-inner { gap: 16px; padding: 12px 24px; }
	.ch-nav { gap: 16px; font-size: 14px; }
	.ch-logo img { height: 44px; }
	.ch-cta { padding: 10px 18px !important; font-size: 13.5px; }
	.ch-cart { margin-left: 8px; }
	.ch-cart .hikashop_small_cart_checkout_link { width: 38px; height: 38px; }
}

/* burger (mobile) */
.ch-burger {
	display: none;
	flex-direction: column;
	gap: 5px;
	width: 46px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin-left: auto;
	border-radius: 10px;
}
.ch-burger span {
	width: 24px;
	height: 2.5px;
	border-radius: 2px;
	background: var(--ink);
	transition: transform 0.3s ease, opacity 0.2s ease;
}

/* ---------- Hero ---------- */
.ch-hero {
	position: relative;
	overflow: clip;
	background: linear-gradient(180deg, #e6f3f7 0%, #f0f7f6 55%, var(--page) 88%, var(--page) 100%);
}
.ch-hero::before {
	content: "";
	position: absolute;
	top: -220px;
	right: -160px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(23, 153, 184, 0.12), transparent 65%);
	pointer-events: none;
}
.ch-hero-inner {
	position: relative;
	z-index: 1;
	max-width: var(--container);
	margin: 0 auto;
	padding: 76px 32px 92px;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}
.ch-hero.photo-left .ch-hero-text { order: 2; }
.ch-hero.photo-left .ch-hero-media { order: 1; }

.ch-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--accent-dark);
	font-weight: 700;
	margin-bottom: 20px;
}
.ch-hero .ch-eyebrow {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--border-2);
	border-radius: var(--radius-pill);
	padding: 8px 18px;
	box-shadow: var(--shadow-sm);
}
.ch-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--brand-green);
	flex-shrink: 0;
}
.ch-hero h1 {
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: clamp(38px, 4.6vw, 58px);
	line-height: 1.1;
	letter-spacing: -0.01em;
	margin: 0 0 24px;
	color: var(--ink);
	text-wrap: pretty;
}
.ch-hero h1 em { color: var(--italic-green); font-style: italic; }
.ch-hero-lead {
	font-size: 18.5px;
	line-height: 1.65;
	color: var(--text-2);
	max-width: 46ch;
	margin: 0 0 36px;
}
.ch-hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.ch-hero-trust {
	list-style: none;
	display: flex;
	gap: 14px 20px;
	margin: 44px 0 0;
	padding: 26px 0 0;
	border-top: 1px solid rgba(18, 122, 148, 0.16);
	flex-wrap: wrap;
	justify-content: space-between;
}
.ch-hero-trust li { display: flex; align-items: center; gap: 10px; }
.ch-hero-trust .ch-ico-wrap {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid var(--border-2);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.ch-hero-trust .ch-ico-wrap .ch-ico { width: 19px; height: 19px; background-color: var(--accent-dark); }
.ch-hero-trust strong { display: block; font-size: 14px; color: var(--ink); font-weight: 800; letter-spacing: 0.01em; white-space: nowrap; }
.ch-hero-trust small { font-size: 12px; color: var(--muted); white-space: nowrap; }

/* stats héritées (compat ancien contenu) */
.ch-hero-stats { display: flex; gap: 36px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border); }
.ch-stat-num { font-family: var(--font-serif); font-size: 24px; color: var(--ink); }
.ch-stat-label { font-size: 13.5px; color: var(--muted); }

.ch-hero-media { position: relative; width: 100%; }
.ch-hero-media::before {
	content: "";
	position: absolute;
	inset: 26px -26px -26px 26px;
	border-radius: 150px 32px 40px 32px;
	background: linear-gradient(135deg, rgba(141, 198, 63, 0.28), rgba(23, 153, 184, 0.22));
	pointer-events: none;
}
.ch-hero-photo {
	position: relative;
	width: 100%;
	aspect-ratio: 10 / 10.6;
	max-height: 560px;
	border-radius: 150px 32px 40px 32px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--blue-pale), var(--green-pale));
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow-float);
}
.ch-hero-card {
	position: absolute;
	left: -34px;
	bottom: 36px;
	background: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 20px 24px;
	box-shadow: var(--shadow-float);
	max-width: 300px;
}
.ch-hero-card-label {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--green-text);
	font-weight: 800;
	margin-bottom: 8px;
}
.ch-hero-card-label.is-closed { color: var(--muted); }
.ch-hero-card-hours { font-size: 15px; line-height: 1.55; color: var(--text); }

/* ---------- Sections communes ---------- */
.ch-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 44px;
	flex-wrap: wrap;
}
.ch-section-head.is-center {
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	margin-bottom: 52px;
}
.ch-section-head.is-center .ch-eyebrow { margin-bottom: 10px; }
.ch-h2 {
	font-family: var(--font-serif);
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 500;
	color: var(--ink);
	margin: 0;
	letter-spacing: -0.01em;
	text-wrap: balance;
}
.ch-section-sub { font-size: 15.5px; color: var(--muted); }

/* ---------- Services ---------- */
.ch-services {
	position: relative;
	background: linear-gradient(180deg, var(--page) 0%, var(--green-pale) 18%, var(--green-pale) 100%);
	padding: 88px 32px 96px;
}
.ch-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.ch-service-card {
	position: relative;
	background: #ffffff;
	border-radius: var(--radius-md);
	padding: 36px 32px 34px;
	border: 1px solid rgba(220, 235, 196, 0.9);
	box-shadow: var(--shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	overflow: hidden;
}
.ch-service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 32px;
	right: 32px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, var(--accent), var(--brand-green));
	opacity: 0;
	transition: opacity 0.25s ease;
}
.ch-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: var(--border-2); }
.ch-service-card:hover::before { opacity: 1; }
.ch-service-icon {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--blue-pale), var(--green-pale-2));
	display: grid;
	place-items: center;
	margin-bottom: 22px;
	color: var(--accent-dark);
}
.ch-service-icon .ch-ico { width: 27px; height: 27px; }
.ch-service-card h3 {
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 12px;
	color: var(--ink);
}
.ch-service-card p { font-size: 15.5px; line-height: 1.68; color: var(--text-2); margin: 0; }

/* ---------- Boutique teasers ---------- */
.ch-boutique { max-width: var(--container); margin: 0 auto; padding: 96px 32px; }
.ch-teaser-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.ch-teaser {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	padding: 46px 48px 42px;
	display: block;
	min-height: 230px;
	box-sizing: border-box;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	isolation: isolate;
}
.ch-teaser::before {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -110px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.09);
	transition: transform 0.35s ease;
	z-index: -1;
}
.ch-teaser::after {
	content: "";
	position: absolute;
	right: 34px;
	top: 30px;
	width: 92px;
	height: 92px;
	background-color: rgba(255, 255, 255, 0.16);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E") center / contain no-repeat;
	pointer-events: none;
}
.ch-teaser:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.ch-teaser:hover::before { transform: scale(1.25); }
.ch-teaser-eyebrow {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 16px;
}
.ch-teaser-title { font-family: var(--font-serif); font-size: 33px; line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.01em; }
.ch-teaser p { font-size: 15.5px; line-height: 1.6; margin: 0 0 26px; max-width: 42ch; }
.ch-teaser-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
}
.ch-teaser-link::after { content: "→"; transition: transform 0.25s ease; }
.ch-teaser:hover .ch-teaser-link::after { transform: translateX(5px); }

.ch-teaser-deep { background: linear-gradient(140deg, var(--deep) 0%, #0a5871 100%); color: var(--blue-pale-2); }
.ch-teaser-deep:hover { color: var(--blue-pale-2); }
.ch-teaser-deep .ch-teaser-eyebrow { color: #9fd0de; }
.ch-teaser-deep .ch-teaser-title { color: #ffffff; }
.ch-teaser-deep p { color: #bfdde7; }
.ch-teaser-deep .ch-teaser-link { color: #ffffff; }

.ch-teaser-green { background: linear-gradient(140deg, var(--brand-green) 0%, #79b02f 100%); color: #ffffff; }
.ch-teaser-green:hover { color: #fff; }
.ch-teaser-green .ch-teaser-eyebrow { color: #f2fae5; }
.ch-teaser-green .ch-teaser-title { color: #ffffff; }
.ch-teaser-green p { color: #eef7dc; }
.ch-teaser-green .ch-teaser-link { color: #ffffff; }

/* ---------- Click & Collect ---------- */
.ch-cc {
	background: linear-gradient(180deg, #ffffff 0%, var(--blue-pale) 100%);
	border-top: 1px solid var(--border);
	padding: 88px 32px 96px;
}
.ch-cc-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 64px;
	align-items: start;
}
.ch-cc-intro { max-width: 62ch; margin-bottom: 0; }
.ch-cc-intro h2 { margin-bottom: 14px; }
.ch-cc-intro p { font-size: 16.5px; line-height: 1.65; color: var(--text-2); margin: 0 0 28px; }
.ch-nowrap { white-space: nowrap; }
.ch-cc-steps { display: grid; gap: 14px; margin-bottom: 32px; }
.ch-cc-step { display: flex; align-items: center; gap: 15px; font-size: 15.5px; color: var(--ink); font-weight: 600; }
.ch-cc-step span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffffff;
	border: 1.5px solid var(--border-2);
	color: var(--accent-dark);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 14.5px;
	flex-shrink: 0;
	box-shadow: var(--shadow-sm);
}
.ch-chips { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; }
.ch-chip {
	border: 1.5px solid var(--border-2);
	background: #ffffff;
	border-radius: var(--radius-pill);
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 600;
	color: var(--text);
	box-shadow: var(--shadow-sm);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.ch-chip:hover { border-color: var(--accent); color: #ffffff; background: var(--accent); transform: translateY(-2px); }

/* ---------- À propos ---------- */
.ch-apropos {
	max-width: var(--container);
	margin: 0 auto;
	padding: 104px 32px 96px;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 72px;
	align-items: center;
}
.ch-apropos h2 {
	font-family: var(--font-serif);
	font-size: clamp(30px, 3.2vw, 40px);
	font-weight: 500;
	line-height: 1.18;
	color: var(--ink);
	margin: 0 0 20px;
	letter-spacing: -0.01em;
	text-wrap: pretty;
}
.ch-apropos p { font-size: 17px; line-height: 1.72; color: var(--text-2); margin: 0 0 30px; }
.ch-apropos-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.ch-apropos-media { position: relative; padding-bottom: 72px; }
.ch-apropos-photo {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--blue-pale), var(--green-pale));
	background-size: cover;
	background-position: center;
	box-shadow: var(--shadow-card);
}
.ch-apropos-media .ch-quote {
	position: absolute;
	left: -40px;
	bottom: 0;
	max-width: min(400px, 86%);
	margin: 0;
}

.ch-quote {
	background: #ffffff;
	border-radius: 22px;
	padding: 30px 34px;
	border: 1px solid var(--border);
	border-left: 4px solid var(--brand-green);
	box-shadow: var(--shadow-float);
}
.ch-quote-mark { font-family: var(--font-serif); font-size: 56px; color: #a9d36a; line-height: 0.6; margin-bottom: 16px; }
.ch-quote-text {
	font-family: var(--font-serif);
	font-style: italic;
	font-size: 21px;
	line-height: 1.45;
	color: var(--deep);
	margin: 0 0 20px;
	text-wrap: pretty;
}
.ch-quote-author { display: flex; align-items: center; gap: 14px; }
.ch-quote-avatar {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--green-pale-2);
	display: grid; place-items: center;
	font-family: var(--font-serif);
	color: var(--accent-dark);
	flex-shrink: 0;
}
.ch-quote-name { font-weight: 700; font-size: 15px; color: var(--ink); }
.ch-quote-role { font-size: 13.5px; color: var(--muted); }

/* ---------- Bande CTA contact ---------- */
.ch-ctaband-wrap { max-width: var(--container); margin: 0 auto; padding: 0 32px 96px; }
.ch-ctaband {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--deep) 0%, #0a5871 60%, #0e6d8b 100%);
	border-radius: 28px;
	padding: 52px 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	flex-wrap: wrap;
	color: #ffffff;
}
.ch-ctaband::before {
	content: "";
	position: absolute;
	right: -90px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	pointer-events: none;
}
.ch-ctaband::after {
	content: "";
	position: absolute;
	left: 38%;
	bottom: -160px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(141, 198, 63, 0.16);
	pointer-events: none;
}
.ch-ctaband h2 {
	font-family: var(--font-serif);
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 500;
	margin: 0 0 8px;
	color: #ffffff;
	letter-spacing: -0.01em;
}
.ch-ctaband p { margin: 0; font-size: 16px; color: #bfdde7; max-width: 52ch; }
.ch-ctaband-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.ch-ctaband .ch-btn-white {
	background: #ffffff;
	color: var(--deep);
	padding: 14px 28px;
	font-size: 15.5px;
	border: 1.5px solid #ffffff;
}
.ch-ctaband .ch-btn-white:hover { background: var(--blue-pale); color: var(--deep); transform: translateY(-2px); }
.ch-ctaband .ch-btn-ghost {
	background: transparent;
	color: #ffffff;
	padding: 14px 26px;
	font-size: 15.5px;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.ch-ctaband .ch-btn-ghost:hover { border-color: #ffffff; color: #ffffff; background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.ch-ctaband .ch-btn .ch-ico { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.ch-footer { background: var(--footer-bg); color: #cfe6ee; padding: 72px 32px 40px; }
.ch-footer-inner { max-width: var(--container); margin: 0 auto; }
.ch-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #1e6478;
}
.ch-footer-brand { font-family: var(--font-serif); font-size: 24px; color: #ffffff; margin-bottom: 10px; }
.ch-footer-addr { font-size: 15px; line-height: 1.65; margin: 0 0 20px; color: #9fd0de; }
.ch-footer-maplink { color: #ffffff; font-weight: 700; font-size: 14.5px; border-bottom: 1.5px solid #4b93a9; padding-bottom: 2px; }
.ch-footer-maplink:hover { color: #fff; }
.ch-footer-col-title {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #86b9c8;
	font-weight: 700;
	margin-bottom: 16px;
}
.ch-footer-links { display: grid; gap: 10px; font-size: 15px; }
.ch-footer-links a { color: #cfe6ee; display: flex; align-items: center; gap: 9px; }
.ch-footer-links a:hover { color: #fff; }
.ch-footer-links a .ch-ico { width: 17px; height: 17px; background-color: #9fd0de; flex-shrink: 0; }
.ch-footer-links a:hover .ch-ico { background-color: #fff; }
.ch-footer-vitamed-title { margin-top: 24px; }
.ch-footer-hours { font-size: 15px; line-height: 1.55; }
.ch-footer-hours .ch-hours-g { display: block; }
.ch-footer-hours .ch-hours-g + .ch-hours-g { margin-top: 10px; }
.ch-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 28px;
	font-size: 13.5px;
	color: #86b9c8;
	flex-wrap: wrap;
	gap: 12px;
}
.ch-footer-legal { display: flex; gap: 24px; flex-wrap: wrap; }
.ch-footer-legal a { color: #86b9c8; }
.ch-footer-legal a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.ch-hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 48px 24px 64px; }
	.ch-hero.photo-left .ch-hero-text,
	.ch-hero.photo-left .ch-hero-media { order: initial; }
	.ch-hero-photo { aspect-ratio: 16 / 11; max-height: none; border-radius: 100px 26px 32px 26px; }
	.ch-hero-media::before { inset: 20px -18px -18px 20px; border-radius: 100px 26px 32px 26px; }
	.ch-hero-trust { gap: 24px; }
	.ch-services-grid { grid-template-columns: 1fr; }
	.ch-teaser-grid { grid-template-columns: 1fr; }
	.ch-cc-grid { grid-template-columns: 1fr; gap: 40px; }
	.ch-apropos { grid-template-columns: 1fr; gap: 48px; padding: 64px 24px; }
	.ch-apropos-media { padding-bottom: 0; }
	.ch-apropos-media .ch-quote { position: static; max-width: none; margin-top: -48px; margin-left: 20px; margin-right: 20px; }
	.ch-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
	.ch-services, .ch-cc { padding: 56px 24px 64px; }
	.ch-boutique { padding: 64px 24px; }
	.ch-ctaband { padding: 40px 32px; }
	.ch-ctaband-wrap { padding-bottom: 64px; }
}

@media (max-width: 820px) {
	/* le header ne doit plus créer de containing-block/stacking-context
	   (sinon le tiroir fixe est piégé par backdrop-filter/sticky) */
	.ch-header {
		position: static;
		z-index: auto;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: var(--page);
	}
	.ch-header-inner { gap: 16px; }

	/* panier entre logo et burger */
	.ch-cart { order: 2; margin-left: auto; }
	.ch-burger { order: 3; margin-left: 0; }

	/* pas de soulignement animé dans le tiroir (les liens ont déjà un filet) */
	.ch-nav a:not(.ch-cta)::after { display: none; }

	/* sous-menu : liens à plat dans le tiroir */
	.ch-nav-sub { display: contents; }
	.ch-caret { display: none; }
	.ch-nav-sub-menu {
		position: static;
		opacity: 1; visibility: visible; transform: none;
		background: none; border: 0; box-shadow: none;
		padding: 0; min-width: 0;
		display: contents;
	}
	.ch-nav .ch-nav-sub-menu a { padding: 12px 6px 12px 24px; border-radius: 0; font-size: 15.5px; }
	.ch-nav .ch-nav-sub-menu a:hover { background: none; }

	/* menu mobile : tiroir */
	.ch-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(320px, 86vw);
		background: #ffffff;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 84px 24px 32px;
		box-shadow: -20px 0 60px rgba(11, 74, 92, 0.22);
		transform: translateX(105%);
		transition: transform 0.3s ease;
		margin: 0;
		z-index: 60;
		font-size: 17px;
	}
	body.ch-menu-open .ch-nav { transform: none; }
	.ch-nav a { padding: 12px 6px; border-bottom: 1px solid var(--border); }
	.ch-nav .ch-cta { margin-top: 12px; text-align: center; }
	.ch-burger { display: flex; }
	body.ch-menu-open .ch-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
	body.ch-menu-open .ch-burger span:nth-child(2) { opacity: 0; }
	body.ch-menu-open .ch-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
	.ch-nav-overlay {
		position: fixed;
		inset: 0;
		background: rgba(11, 74, 92, 0.4);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
		z-index: 55;
	}
	body.ch-menu-open .ch-nav-overlay { opacity: 1; pointer-events: auto; }
}

@media (max-width: 560px) {
	.ch-topbar { font-size: 12px; gap: 10px 16px; padding: 8px 16px; }
	.ch-hero-inner { padding: 40px 20px 56px; }
	.ch-hero-photo { aspect-ratio: 4 / 3.4; border-radius: 64px 20px 24px 20px; }
	.ch-hero-media::before { inset: 14px -12px -12px 14px; border-radius: 64px 20px 24px 20px; }
	.ch-h2, .ch-apropos h2 { font-size: 28px; }
	.ch-footer-grid { grid-template-columns: 1fr; }
	.ch-hero-card { left: 12px; right: 12px; max-width: none; }
	.ch-hero-stats { flex-wrap: wrap; gap: 20px; }
	.ch-hero-trust { flex-direction: column; align-items: flex-start; gap: 16px; }
	.ch-teaser { padding: 34px 28px 32px; }
	.ch-teaser::after { width: 64px; height: 64px; right: 22px; top: 22px; }
	.ch-apropos-media .ch-quote { margin-left: 8px; margin-right: 8px; }
	.ch-ctaband { padding: 34px 24px; }
	.ch-ctaband .ch-btn { width: 100%; }
	.ch-ctaband-actions { width: 100%; }
}

/* ============================================================
   Pages internes (Boutique, Click & Collect, Fleurs de Bach,
   Qui sommes-nous, Contact)
   ============================================================ */

.ch-breadcrumb { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; }
.ch-breadcrumb .ch-bc-sep { margin: 0 6px; }
.ch-page-intro { max-width: var(--container); margin: 0 auto; padding: 56px 32px 24px; }
.ch-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.ch-h1 { font-family: var(--font-serif); font-size: 44px; font-weight: 500; color: var(--ink); margin: 0 0 12px; }
.ch-page-lead { font-size: 17px; color: var(--text-2); margin: 0; max-width: 62ch; }
.ch-page-lead strong { color: var(--italic-green); }
.ch-page-body { max-width: var(--container); margin: 0 auto; padding: 32px 32px 88px; }

.ch-search {
	border: 1.5px solid var(--border-2); background: #ffffff;
	border-radius: var(--radius-pill); padding: 13px 24px;
	font-size: 15px; font-family: var(--font-sans); color: var(--text);
	width: 300px; max-width: 100%; outline: none;
}
.ch-search:focus { border-color: var(--accent); }

.ch-cart-btn {
	background: var(--accent); color: #ffffff; padding: 10px 22px;
	border-radius: var(--radius-pill); font-size: 14.5px; font-weight: 600;
	border: none; cursor: pointer; font-family: var(--font-sans);
}
.ch-cart-btn:hover { background: var(--accent-hover); }

.ch-footer-compact { padding: 48px 32px 36px; }
.ch-footer-compact .ch-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.ch-footer-compact .ch-footer-brand { font-size: 20px; margin: 0; }
.ch-footer-compact-addr { font-size: 14.5px; color: #9fd0de; }
.ch-footer-compact-addr a { color: #cfe6ee; }

.ch-filters { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.ch-tab {
	border: 1.5px solid var(--border-2); background: #ffffff; color: var(--text);
	border-radius: var(--radius-pill); padding: 11px 22px; font-size: 15px; font-weight: 700;
	cursor: pointer; font-family: var(--font-sans); transition: all 0.15s ease;
}
.ch-tab.is-active { background: var(--accent); color: #ffffff; border-color: var(--accent); }
.ch-count { margin-left: auto; font-size: 14.5px; color: var(--muted); }

.ch-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ch-product {
	background: #ffffff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden;
	display: flex; flex-direction: column;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.ch-product:hover { box-shadow: var(--shadow-hover); border-color: var(--border-btn); transform: translateY(-3px); }
.ch-product-thumb { height: 150px; display: grid; place-items: center; position: relative; }
.ch-product-glyph { font-family: var(--font-serif); font-size: 44px; font-style: italic; }
.ch-badge-bio { position: absolute; top: 12px; left: 12px; background: var(--brand-green); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 999px; padding: 4px 10px; }
.ch-badge-size { position: absolute; top: 12px; right: 12px; background: rgba(255,255,255,0.85); color: var(--text-2); font-size: 12px; font-weight: 700; border-radius: 999px; padding: 4px 10px; }
.ch-product-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ch-product-name { font-family: var(--font-serif); font-size: 18.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.ch-product-latin { font-size: 13.5px; font-style: italic; color: var(--muted); }
.ch-product-origin { font-size: 13.5px; color: var(--text-2); }
.ch-product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.ch-product-price { font-size: 19px; font-weight: 700; color: var(--ink); }
.ch-add { background: var(--accent); color: #fff; border: none; border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font-sans); transition: background-color 0.15s ease; }
.ch-add:hover { background: var(--accent-hover); }
.ch-add.in-cart { background: var(--brand-green); }
.ch-empty { text-align: center; padding: 72px 0; color: var(--muted); font-size: 16px; }
.ch-loadmore { display: flex; justify-content: center; margin-top: 48px; }

.ch-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.ch-step { background: var(--green-pale); border: 1px solid #dcebc4; border-radius: 14px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.ch-step-num { width: 34px; height: 34px; border-radius: 50%; background: var(--brand-green); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.ch-step-txt { font-size: 14.5px; line-height: 1.4; color: var(--ink); }
.ch-cc-layout { max-width: var(--container); margin: 0 auto; padding: 40px 32px 96px; display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.ch-cc-sidebar { position: sticky; top: 24px; }
.ch-cc-sidebar-title { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
.ch-cc-cats { display: grid; gap: 4px; }
.ch-cc-cat { text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 8px; border: none; background: transparent; color: var(--text); border-radius: 10px; padding: 10px 14px; font-size: 14.5px; font-weight: 500; cursor: pointer; font-family: var(--font-sans); }
.ch-cc-cat .ch-cc-cat-count { font-size: 12.5px; color: var(--muted); }
.ch-cc-cat.is-active { background: var(--accent); color: #fff; font-weight: 700; }
.ch-cc-cat.is-active .ch-cc-cat-count { color: #cdeaf2; }
.ch-cc-meta { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; }
.ch-cc-meta strong { color: var(--green-text); }
.ch-remedies { display: grid; gap: 14px; }
.ch-remedy { background: #ffffff; border: 1px solid var(--border); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.ch-remedy:hover { border-color: var(--border-btn); box-shadow: 0 8px 24px rgba(11,74,92,0.07); }
.ch-remedy-code { width: 56px; height: 56px; border-radius: 14px; background: var(--blue-pale); display: grid; place-items: center; font-weight: 800; font-size: 16px; color: var(--accent-dark); flex-shrink: 0; }
.ch-remedy-main { flex: 1; min-width: 0; }
.ch-remedy-head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.ch-remedy-name { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.ch-remedy-chip { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); background: var(--blue-pale); border-radius: 999px; padding: 3px 10px; }
.ch-remedy-ind { font-size: 14.5px; color: var(--text-2); line-height: 1.5; margin-top: 4px; }
.ch-remedy-right { text-align: right; flex-shrink: 0; }
.ch-remedy-price { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }

.ch-fdb-layout { max-width: var(--container); margin: 0 auto; padding: 24px 32px 96px; display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.ch-fdb-sections { display: grid; gap: 40px; }
.ch-fdb-section-title { font-family: var(--font-serif); font-size: 26px; font-weight: 600; color: var(--ink); margin: 0 0 6px; }
.ch-fdb-bar { height: 3px; width: 56px; background: var(--brand-green); border-radius: 2px; margin-bottom: 20px; }
.ch-flowers { display: grid; gap: 14px; }
.ch-flower { background: #ffffff; border: 1.5px solid var(--border); border-radius: 16px; padding: 20px 22px; transition: border-color 0.2s ease; }
.ch-flower.is-selected { border-color: var(--brand-green); }
.ch-flower-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.ch-flower-name { font-weight: 800; font-size: 16px; color: var(--ink); letter-spacing: 0.02em; }
.ch-flower-n { font-size: 12.5px; color: var(--muted); }
.ch-flower-virtue { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-dark); background: var(--blue-pale); border-radius: 999px; padding: 3px 10px; }
.ch-flower.is-selected .ch-flower-virtue { color: var(--green-text); background: var(--green-pale); }
.ch-statements { display: grid; gap: 8px; }
.ch-statement { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 15px; line-height: 1.5; color: var(--text-2); }
.ch-statement input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--accent); cursor: pointer; flex-shrink: 0; }
.ch-fdb-panel { position: sticky; top: 24px; background: #ffffff; border: 1px solid var(--border); border-radius: 20px; padding: 26px; box-shadow: var(--shadow-card); }
.ch-fdb-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.ch-fdb-panel-title { font-family: var(--font-serif); font-size: 21px; font-weight: 600; color: var(--ink); }
.ch-fdb-counter { font-size: 14px; font-weight: 800; color: var(--accent-dark); }
.ch-fdb-counter.is-full { color: var(--green-text); }
.ch-fdb-counter.is-over { color: #c0532c; }
.ch-fdb-progress { height: 6px; background: var(--blue-pale); border-radius: 3px; overflow: hidden; margin-bottom: 18px; }
.ch-fdb-progress-fill { height: 100%; width: 0; background: var(--brand-green); border-radius: 3px; transition: width 0.25s ease; }
.ch-fdb-progress-fill.is-over { background: #e07a4f; }
.ch-fdb-alert { background: #fdf2ee; border: 1px solid #f0c9bb; color: #a5502f; font-size: 13.5px; line-height: 1.5; border-radius: 10px; padding: 10px 14px; margin-bottom: 16px; }
.ch-fdb-empty { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0 0 18px; }
.ch-fdb-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.ch-fdb-chip { background: var(--green-pale); border: 1px solid #cfe6a8; color: var(--green-text); font-size: 13px; font-weight: 700; border-radius: 999px; padding: 6px 12px; cursor: pointer; font-family: var(--font-sans); }
.ch-fdb-qty { border-top: 1px solid var(--border); padding-top: 18px; margin-bottom: 20px; }
.ch-fdb-qty-title { font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 12px; }
.ch-fdb-sizes { display: grid; gap: 8px; }
.ch-fdb-size { display: flex; justify-content: space-between; align-items: center; border: 1.5px solid var(--border-2); background: #ffffff; border-radius: 12px; padding: 12px 16px; cursor: pointer; font-family: var(--font-sans); font-size: 15px; }
.ch-fdb-size.is-active { border-color: var(--accent); background: var(--blue-pale); }
.ch-fdb-size-label { font-weight: 700; color: var(--ink); }
.ch-fdb-size-price { color: var(--text-2); }
.ch-fdb-cta { width: 100%; background: var(--accent); color: #fff; border: none; border-radius: 999px; padding: 15px; font-size: 16px; font-weight: 800; cursor: pointer; font-family: var(--font-sans); }
.ch-fdb-cta:hover { background: var(--accent-hover); }
.ch-fdb-cta.is-disabled { background: #9bb6be; cursor: not-allowed; }
.ch-fdb-note { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 14px 0 0; }

/* ---- Page Qui sommes-nous (article, sections dans .ch-content) ---- */
.ch-content .ch-qsn { display: grid; gap: 72px; padding: 24px 0 8px; }
.ch-content .ch-qsn .ch-about-hero h1 { margin-top: 14px; }
.ch-content .ch-qsn .ch-photo-ph { aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); }
.ch-content .ch-qsn .ch-specialties-sec { border-radius: 28px; padding: 56px 40px; }
.ch-content .ch-qsn .ch-specialties { justify-content: center; margin-bottom: 36px; }
.ch-content .ch-qsn .ch-benefits { grid-template-columns: repeat(3, 1fr); }
.ch-content .ch-qsn .ch-gallery { margin-bottom: 0; }
.ch-content .ch-qsn .ch-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ch-content .ch-qsn .ch-gallery img:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow-hover); }
.ch-content .ch-qsn .ch-quote-center { padding-bottom: 32px; }
@media (max-width: 980px) {
	.ch-content .ch-qsn { gap: 48px; }
	.ch-content .ch-qsn .ch-benefits { grid-template-columns: 1fr; }
	.ch-content .ch-qsn .ch-specialties-sec { padding: 36px 22px; }
}

.ch-about-hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.ch-about-hero h1 { font-family: var(--font-serif); font-size: 46px; font-weight: 500; line-height: 1.15; color: var(--ink); margin: 0 0 22px; text-wrap: pretty; }
.ch-about-hero h1 em { color: var(--italic-green); font-style: italic; }
.ch-about-hero p { font-size: 17.5px; line-height: 1.7; color: var(--text-2); margin: 0; }
.ch-photo-ph { width: 100%; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--blue-pale), var(--green-pale)); display: grid; place-items: center; color: var(--muted); font-size: 14px; font-style: italic; background-size: cover; background-position: center; }
.ch-specialties-sec { background: var(--green-pale); padding: 72px 32px; }
.ch-specialties { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.ch-specialty { background: #ffffff; border: 1.5px solid #cfe6a8; color: var(--green-text); border-radius: 999px; padding: 11px 22px; font-size: 15px; font-weight: 700; }
.ch-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ch-benefit { background: #ffffff; border: 1px solid #dcebc4; border-radius: 16px; padding: 22px 24px; display: flex; align-items: center; gap: 16px; }
.ch-benefit-check { width: 40px; height: 40px; border-radius: 50%; background: var(--green-pale-2); display: grid; place-items: center; color: var(--green-text); font-size: 17px; flex-shrink: 0; }
.ch-benefit-txt { font-size: 15.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.ch-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
.ch-quote-center { max-width: 780px; margin: 0 auto; text-align: center; }
.ch-quote-center p.q { font-family: var(--font-serif); font-size: 26px; font-style: italic; line-height: 1.5; color: var(--ink); margin: 0 0 20px; text-wrap: pretty; }
.ch-quote-center p.sub { font-size: 16.5px; line-height: 1.7; color: var(--text-2); margin: 0 0 36px; }
.ch-quote-center-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.ch-contact-layout { max-width: var(--container); margin: 0 auto; padding: 32px 32px 96px; display: grid; grid-template-columns: 380px 1fr; gap: 40px; align-items: start; }

/* ---- Page contact (article .ch-contactpg, dans .ch-content) ---- */
.ch-content .ch-contactpg { padding: 24px 0 8px; }
.ch-content .ch-contactpg .ch-contact-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.ch-content .ch-contactpg .ch-contact-head .ch-eyebrow { justify-content: center; margin-bottom: 12px; }
.ch-content .ch-contactpg .ch-contact-head .ch-h1 { margin-bottom: 10px; }
.ch-content .ch-contactpg .ch-contact-head .ch-page-lead { margin: 0 auto; }
/* Formulaire à gauche (action principale), cartes d'infos à droite, plus compactes ; le formulaire reste visible
   pendant le défilement de la colonne d'infos (sticky). */
.ch-content .ch-contactpg .ch-contact-layout { padding: 0; grid-template-columns: 1fr 340px; gap: 36px; }
.ch-content .ch-contactpg .ch-contact-info { order: 2; gap: 12px; }
.ch-content .ch-contactpg .ch-contact-formcol { order: 1; position: sticky; top: 24px; }
.ch-content .ch-contactpg .ch-info-card,
.ch-content .ch-contactpg .ch-hours-card { padding: 18px 20px; }
.ch-content .ch-contactpg .ch-info-title { margin-bottom: 8px; }
.ch-content .ch-contactpg .ch-info-socials { grid-template-columns: 1fr 1fr; }
@media (max-width: 1024px) {
	.ch-content .ch-contactpg .ch-contact-layout { grid-template-columns: 1fr; }
	.ch-content .ch-contactpg .ch-contact-formcol { position: static; }
	.ch-content .ch-contactpg .ch-contact-info { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.ch-content .ch-contactpg .ch-contact-info { grid-template-columns: 1fr; }
}
.ch-content .ch-contactpg .ch-info-tels a {
	display: flex; align-items: center; gap: 10px;
	color: var(--ink);
}
.ch-content .ch-contactpg .ch-info-tels a:hover { color: var(--accent); }
.ch-content .ch-contactpg .ch-info-tels a .ch-ico { width: 17px; height: 17px; background-color: var(--accent); }
.ch-content .ch-contactpg .ch-info-tels a small { font-size: 12px; font-weight: 600; color: var(--muted); margin-left: auto; }
.ch-content .ch-contactpg .ch-info-note { font-size: 13px; color: var(--muted); line-height: 1.55; margin: 12px 0 0; }
/* carte WhatsApp */
.ch-content .ch-contactpg .ch-wa-card { border: 1.5px solid #cfe6a8; background: var(--green-pale); }
.ch-content .ch-contactpg .ch-wa-txt { font-size: 14px; color: var(--text-2); line-height: 1.55; margin: 0 0 14px; }
.ch-content .ch-contactpg .ch-wa-btn {
	background: #25d366;
	color: #ffffff;
	padding: 12px 22px;
	font-size: 14.5px;
	font-weight: 800;
	width: 100%;
	gap: 10px;
	box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}
.ch-content .ch-contactpg .ch-wa-btn:hover { background: #1fb857; color: #fff; transform: translateY(-2px); }
.ch-content .ch-contactpg .ch-wa-btn .ch-ico { width: 19px; height: 19px; background-color: #fff; }
/* statut ouvert/fermé dans la carte horaires */
.ch-content .ch-contactpg .ch-hours-status {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(159, 208, 222, 0.35);
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #b5e48c;
}
.ch-content .ch-contactpg .ch-hours-status.is-closed { color: #9fd0de; }
/* colonne formulaire */
.ch-content .ch-contactpg .ch-contact-form-head { margin: 0 0 18px; }
.ch-content .ch-contactpg .ch-contact-form-head h2 {
	font-family: var(--font-serif);
	font-size: 26px;
	font-weight: 600;
	color: var(--ink);
	margin: 0 0 6px;
}
.ch-content .ch-contactpg .ch-contact-form-head p { font-size: 14.5px; color: var(--muted); margin: 0; }
.ch-content .ch-contactpg .convertforms { max-width: none; }
.ch-content .ch-contactpg .cf-form-wrap { padding: 28px 30px 30px !important; }
@media (max-width: 980px) {
	.ch-content .ch-contactpg .ch-contact-layout { grid-template-columns: 1fr; }
}
.ch-contact-info { display: grid; gap: 16px; }
.ch-info-card { background: #ffffff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; }
.ch-info-title { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
.ch-info-addr { font-size: 16px; line-height: 1.6; color: var(--ink); font-weight: 600; }
.ch-info-link { display: inline-block; margin-top: 14px; font-size: 14.5px; font-weight: 700; border-bottom: 1.5px solid #9fd0de; padding-bottom: 2px; }
.ch-info-tels { display: grid; gap: 10px; font-size: 15.5px; font-weight: 600; }
.ch-info-wa { color: var(--green-text) !important; }
.ch-hours-card { background: var(--deep); color: var(--blue-pale-2); border-radius: 18px; padding: 24px; }
.ch-hours-card .ch-info-title { color: #9fd0de; }
.ch-hours-rows { display: grid; gap: 8px; font-size: 15px; line-height: 1.5; }
.ch-hours-row { display: flex; justify-content: space-between; gap: 16px; }
.ch-hours-row.dim { color: #9fd0de; }
.ch-hours-row span:first-child { font-weight: 700; }
.ch-form { background: #ffffff; border: 1px solid var(--border); border-radius: 20px; padding: 36px; box-shadow: 0 12px 32px rgba(11,74,92,0.06); }
.ch-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ch-field { display: grid; gap: 7px; }
.ch-field.full { grid-column: 1 / -1; }
.ch-field span { font-size: 14px; font-weight: 700; color: var(--ink); }
.ch-field input, .ch-field textarea { border: 1.5px solid var(--border-2); border-radius: 12px; padding: 13px 16px; font-size: 15px; color: var(--text); outline: none; background: var(--page); font-family: var(--font-sans); transition: border-color 0.15s ease, background-color 0.15s ease; }
.ch-field input:focus, .ch-field textarea:focus { border-color: var(--accent); background: #ffffff; }
.ch-field textarea { resize: vertical; }
.ch-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; flex-wrap: wrap; }
.ch-form-note { font-size: 13px; color: var(--muted); line-height: 1.55; margin: 0; max-width: 46ch; }
.ch-form-submit { background: var(--accent); color: #fff; border: none; border-radius: 999px; padding: 15px 40px; font-size: 16px; font-weight: 800; cursor: pointer; font-family: var(--font-sans); flex-shrink: 0; }
.ch-form-submit:hover { background: var(--accent-hover); }
.ch-form-success { background: var(--green-pale); border: 1px solid #cfe6a8; color: var(--green-text); border-radius: 14px; padding: 18px 22px; font-size: 15.5px; font-weight: 600; margin-bottom: 24px; }

@media (max-width: 980px) {
	.ch-products { grid-template-columns: repeat(2, 1fr); }
	.ch-steps { grid-template-columns: 1fr; }
	.ch-cc-layout { grid-template-columns: 1fr; }
	.ch-cc-sidebar { position: static; }
	.ch-cc-cats { grid-template-columns: repeat(2, 1fr); }
	.ch-fdb-layout { grid-template-columns: 1fr; }
	.ch-fdb-panel { position: static; order: -1; }
	.ch-about-hero { grid-template-columns: 1fr; gap: 36px; }
	.ch-benefits { grid-template-columns: 1fr; }
	.ch-gallery { grid-template-columns: 1fr; }
	.ch-contact-layout { grid-template-columns: 1fr; }
	.ch-remedy { flex-wrap: wrap; }
}
@media (max-width: 560px) {
	.ch-products { grid-template-columns: 1fr; }
	.ch-cc-cats { grid-template-columns: 1fr; }
	.ch-form-grid { grid-template-columns: 1fr; }
	.ch-h1, .ch-about-hero h1 { font-size: 32px; }
	.ch-page-intro, .ch-page-body, .ch-cc-layout, .ch-fdb-layout, .ch-contact-layout { padding-left: 20px; padding-right: 20px; }
}

/* ============================================================
   Questionnaire Fleurs de Bach (ConvertForms) — design chenens
   ============================================================ */
.ch-content .convertforms { max-width: 1040px; margin: 0 auto; text-align: left; }

/* ---- Page questionnaire : pleine largeur + intro soignée ---- */
.ch-content .pagebuilderck:has(.ch-fdb-active) { max-width: none; }
.ch-content .pagebuilderck:has(.ch-fdb-active) .rowck { padding: 10px 0 0; border-bottom: 0; }
.ch-content .convertforms.ch-fdb-active { max-width: none; }
.ch-content .pagebuilderck:has(.ch-fdb-active) h2.titleck {
	font-size: clamp(32px, 3.6vw, 42px) !important;
	font-weight: 500 !important;
	letter-spacing: -0.01em;
	margin: 6px 0 18px !important;
}
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext {
	max-width: 720px;
	margin: 0 auto 34px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-2);
}
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext p { margin: 0 0 8px; }
/* sous-titre serif */
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext p:first-child {
	font-family: var(--font-serif);
	font-size: 21px;
	color: var(--ink);
	margin-bottom: 12px;
}
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext p:first-child strong { font-weight: 600; }
/* consigne « 7 fleurs maximum » en pastille */
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext p:nth-child(3) {
	display: table;
	margin: 12px auto 14px;
	background: var(--blue-pale);
	border: 1px solid var(--border-2);
	border-radius: var(--radius-pill);
	padding: 8px 20px;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--accent-dark);
}
/* note de préparation : discrète */
.ch-content .pagebuilderck:has(.ch-fdb-active) .cktext p:last-child {
	font-size: 13.5px;
	font-style: italic;
	color: var(--muted);
	max-width: 560px;
	margin: 4px auto 0;
}
.ch-content .convertforms .cf-form-wrap {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 24px;
	box-shadow: var(--shadow-card);
	padding: 40px 44px 44px !important;
}

/* Titre + intro */
/* le design du formulaire CF impose line-height:0 via variable → illisible dès 2 lignes */
.ch-content .convertforms .cf-heading { line-height: 1.25 !important; }
.ch-content .convertforms h2.cf-heading {
	font-family: var(--font-serif);
	font-size: clamp(30px, 3.4vw, 40px);
	font-weight: 500;
	color: var(--ink);
	letter-spacing: -0.01em;
	text-align: center;
	margin: 0 0 6px;
}
.ch-content .convertforms .cf-control-group[data-type="html"] p { line-height: 1.6; }

/* Sections « Sentiment de … » */
.ch-content .convertforms h3.cf-heading {
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 600;
	color: var(--ink);
	text-align: left;
	margin: 36px 0 4px;
	padding-top: 26px;
	border-top: 1px solid var(--border);
}
.ch-content .convertforms .cf-control-group[data-type="heading"]:has(h3)::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	border-radius: 2px;
	background: var(--brand-green);
	margin: 8px 0 18px;
}

/* Fleurs : liste pleine largeur, à la ligne (pas de cartes) */
.ch-content .convertforms fieldset[data-type="radio"].cf-one-half { width: 100% !important; float: none !important; }
.ch-content .convertforms fieldset[data-type="radio"] {
	background: transparent;
	border: 0;
	border-left: 3px solid transparent;
	border-bottom: 1px solid var(--border);
	border-radius: 0;
	padding: 16px 2px 14px 16px;
	margin: 0;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
	text-align: left;
}
/* pas de double filet juste avant un titre de section */
.ch-content .convertforms fieldset[data-type="radio"]:has(+ [data-type="heading"]) { border-bottom: 0; }
.ch-content .convertforms fieldset[data-type="radio"]:has(input:checked:not([value="Aucun"])) {
	border-left-color: var(--brand-green);
	background: linear-gradient(90deg, rgba(141, 198, 63, 0.07), transparent 55%);
}
/* fleur verrouillée (maximum atteint) */
.ch-content .convertforms fieldset[data-type="radio"].is-locked { opacity: 0.45; }
.ch-content .convertforms fieldset[data-type="radio"].is-locked .cf-radio-group:hover { background: none; }
.ch-content .convertforms fieldset[data-type="radio"].is-locked input,
.ch-content .convertforms fieldset[data-type="radio"].is-locked label.cf-label { cursor: not-allowed; }
.ch-content .convertforms fieldset[data-type="radio"] > legend.cf-label {
	/* display:contents : la légende n'est plus « rendue sur la bordure » du fieldset,
	   son texte coule normalement en tête de carte (styles hérités) */
	display: contents;
	font-size: 14.5px;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: var(--ink);
	text-align: left;
}
.ch-content .convertforms fieldset[data-type="radio"] > .cf-control-input { margin-top: 10px; }
.ch-content .convertforms fieldset[data-type="radio"]:has(input:checked:not([value="Aucun"])) > legend.cf-label { color: var(--green-text); }

/* Énoncés (radios) */
.ch-content .convertforms .cf-radio-group,
.ch-content .convertforms .cf-checkbox-group {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 6px 8px;
	border-radius: 8px;
	margin: 0;
}
.ch-content .convertforms .cf-radio-group:hover { background: var(--blue-pale); }
.ch-content .convertforms .cf-radio-group input,
.ch-content .convertforms .cf-checkbox-group input {
	width: 16px; height: 16px;
	margin: 2px 0 0;
	accent-color: var(--accent);
	cursor: pointer;
	flex-shrink: 0;
}
.ch-content .convertforms .cf-radio-group label.cf-label,
.ch-content .convertforms .cf-checkbox-group label.cf-label {
	text-align: left !important;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--text-2);
	cursor: pointer;
	margin: 0;
	font-weight: 500;
}
.ch-content .convertforms .cf-radio-group:has(input:checked) label.cf-label { color: var(--accent-dark); font-weight: 700; }
/* options « Aucun » masquées : re-cliquer un énoncé coché le désélectionne (JS) */
.ch-content .convertforms .cf-radio-group:has(input[value="Aucun"]) { display: none !important; }

/* Champs (quantité, coordonnées) */
.ch-content .convertforms .cf-control-label > label.cf-label {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--ink);
	text-align: left;
}
.ch-content .convertforms select,
.ch-content .convertforms input[type="text"],
.ch-content .convertforms input[type="email"],
.ch-content .convertforms input[type="tel"],
.ch-content .convertforms input[type="date"],
.ch-content .convertforms textarea {
	border: 1.5px solid var(--border-2) !important;
	border-radius: 12px !important;
	padding: 11px 14px !important;
	font-family: var(--font-sans) !important;
	font-size: 15px !important;
	color: var(--text) !important;
	background: var(--page) !important;
	box-shadow: none !important;
}
.ch-content .convertforms select:focus,
.ch-content .convertforms input:focus,
.ch-content .convertforms textarea:focus {
	border-color: var(--accent) !important;
	background: #fff !important;
	outline: none;
}

/* Bouton Commander */
.ch-content .convertforms .cf-btn,
.ch-content .convertforms button[type="submit"] {
	background: var(--accent) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: var(--radius-pill) !important;
	padding: 15px 48px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	font-family: var(--font-sans) !important;
	width: auto !important;
	min-width: 280px;
	margin: 10px auto 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: var(--shadow-btn);
	cursor: pointer;
}
.ch-content .convertforms .cf-btn:hover { background: var(--accent-hover) !important; transform: translateY(-2px); }

/* petits textes (consentement, newsletter) */
.ch-content .convertforms .cf-control-input-desc { font-size: 12.5px; color: var(--muted); line-height: 1.5; text-align: left; }

/* Layout questionnaire + panneau récapitulatif sticky (injecté par template.js)
   Le panneau vit DANS le <form> : les champs de commande déplacés dedans
   restent soumis normalement par ConvertForms. */
.ch-content .convertforms.ch-fdb-active .cf-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 336px;
	column-gap: 40px;
	align-items: start;
}
.ch-content .convertforms.ch-fdb-active .cf-fields > .cf-control-group { grid-column: 1; }
.ch-content .convertforms.ch-fdb-active .cf-fields > .ch-fdb-panel {
	grid-column: 2;
	grid-row: 1 / span 500;
	position: sticky;
	top: 96px;
	max-height: calc(100vh - 116px);
	overflow-y: auto;
}
.ch-fdb-panel .ch-fdb-chips:empty { display: none; }
.ch-fdb-panel .ch-fdb-chips { margin-bottom: 4px; }

/* champs de commande dans le panneau : compacts, pleine largeur
   (sélecteurs préfixés pour battre les règles générales du questionnaire) */
.ch-content .convertforms .ch-fdb-panel .cf-control-group { width: 100% !important; float: none !important; margin: 0 0 10px; padding: 0; }
.ch-content .convertforms .ch-fdb-panel h3.cf-heading {
	font-size: 16px;
	margin: 16px 0 10px;
	padding-top: 16px;
	border-top: 1px solid var(--border);
}
.ch-content .convertforms .ch-fdb-panel .cf-control-group[data-type="heading"]:has(h3)::after { display: none; }
.ch-content .convertforms .ch-fdb-panel .cf-control-label > label.cf-label { font-size: 12.5px; margin-bottom: 3px; }
.ch-content .convertforms .ch-fdb-panel select,
.ch-content .convertforms .ch-fdb-panel input[type="text"],
.ch-content .convertforms .ch-fdb-panel input[type="email"],
.ch-content .convertforms .ch-fdb-panel input[type="tel"],
.ch-content .convertforms .ch-fdb-panel input[type="date"] {
	padding: 9px 12px !important;
	font-size: 14px !important;
	width: 100%;
	box-sizing: border-box;
}
.ch-content .convertforms .ch-fdb-panel .cf-control-group[data-name="html_57"] p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 2px 0 0; }
.ch-content .convertforms .ch-fdb-panel .ch-fdb-tarifs-hidden { display: none !important; }
/* newsletter (Oui/Non) et conditions : compacts, sans style « fleur » */
.ch-content .convertforms .ch-fdb-panel fieldset[data-type="radio"] {
	border: 0 !important; border-left: 0 !important;
	background: none !important;
	padding: 0 !important; margin: 0 0 10px !important;
	opacity: 1 !important;
}
.ch-content .convertforms .ch-fdb-panel fieldset[data-type="radio"] .cf-list { display: flex; gap: 14px; }
.ch-content .convertforms .ch-fdb-panel .cf-radio-group { padding: 2px 0; }
.ch-content .convertforms .ch-fdb-panel .cf-radio-group:hover { background: none; }
.ch-content .convertforms .ch-fdb-panel .cf-radio-group label.cf-label,
.ch-content .convertforms .ch-fdb-panel .cf-checkbox-group label.cf-label { font-size: 12.5px; color: var(--text-2); }
.ch-content .convertforms .ch-fdb-panel .cf-control-input-desc { font-size: 11px; }
/* pastilles fleurs : jamais pleine largeur */
.ch-content .convertforms .ch-fdb-panel .ch-fdb-chip { width: auto !important; display: inline-flex; }
/* bouton Commander pleine largeur dans le panneau */
.ch-content .convertforms .ch-fdb-panel .cf-btn,
.ch-content .convertforms .ch-fdb-panel button[type="submit"] {
	width: 100% !important;
	min-width: 0 !important;
	padding: 13px !important;
	font-size: 15px !important;
	margin: 4px 0 0 !important;
}
.ch-content .convertforms .ch-fdb-panel .cf-btn.is-disabled,
.ch-content .convertforms .ch-fdb-panel button[type="submit"]:disabled {
	background: #9bb6be !important;
	box-shadow: none;
	cursor: not-allowed;
	transform: none !important;
}
.ch-fdb-chip { transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }
.ch-fdb-chip:hover { background: var(--green-pale-2); transform: translateY(-1px); }
/* flash de repérage quand on clique une fleur dans le panneau */
.ch-content .convertforms fieldset[data-type="radio"].is-flashed {
	border-color: var(--accent);
	box-shadow: 0 0 0 4px rgba(23, 153, 184, 0.18);
}

@media (max-width: 980px) {
	/* mobile : le panneau (avec la commande) suit le questionnaire, en flux normal */
	.ch-content .convertforms.ch-fdb-active .cf-fields { display: block; }
	.ch-content .convertforms.ch-fdb-active .cf-fields > .ch-fdb-panel {
		position: static;
		max-height: none;
		overflow: visible;
		margin-top: 28px;
	}
}

@media (max-width: 700px) {
	.ch-content .convertforms .cf-one-half,
	.ch-content .convertforms .cf-one-fourth { width: 100% !important; }
	.ch-content .convertforms .cf-form-wrap { padding: 24px 18px 30px !important; border-radius: 18px; }
}

/* ============================================================
   HikaShop — listing produits en cartes (design chenens)
   ============================================================ */
.ch-content .hikashop_products_listing_main { margin: 0; }

/* ---- En-tête de listing (description de catégorie, éditable client) ---- */
.ch-content .hikashop_category_description {
	text-align: center;
	max-width: 760px;
	margin: 20px auto 48px;
}
/* structure riche .ch-shop-intro (eyebrow + h1 + lead) */
.ch-content .hikashop_category_description .ch-eyebrow { justify-content: center; margin-bottom: 14px; }
.ch-content .hikashop_category_description h1 {
	font-family: var(--font-serif);
	font-size: clamp(32px, 3.6vw, 46px);
	font-weight: 500;
	color: var(--ink);
	letter-spacing: -0.01em;
	margin: 0 0 14px;
	text-wrap: balance;
}
.ch-content .hikashop_category_description h1 em { color: var(--italic-green); font-style: italic; }
.ch-content .hikashop_category_description p {
	font-size: 17px;
	line-height: 1.65;
	color: var(--text-2);
	margin: 0;
}
.ch-content .hikashop_category_description p strong { color: var(--green-text); }
/* fallback : simple titre h2/h3 saisi par le client */
.ch-content .hikashop_category_description h2,
.ch-content .hikashop_category_description h3 {
	font-family: var(--font-serif);
	font-size: 26px;
	font-weight: 600;
	color: var(--ink);
	margin: 0;
}

/* ---- Filtre par sphère (Click & Collect, injecté par template.js) ---- */
.ch-cc-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto 14px;
}
.ch-cc-filter .ch-chip { cursor: pointer; font-family: var(--font-sans); padding: 11px 20px; font-size: 14.5px; }
.ch-cc-filter .ch-chip.is-active {
	background: var(--accent);
	border-color: var(--accent);
	color: #ffffff;
}
.ch-cc-filter-count { text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 22px; min-height: 18px; }
.ch-cc-hidden { display: none !important; }
.ch-cc-filter-loading .hikashop_products { opacity: 0.45; pointer-events: none; transition: opacity 0.2s ease; }

/* ---- Bouton « Charger plus » ---- */
.ch-content .hikashop_infinite_scroll { text-align: center; margin-top: 48px; }
.ch-content .hikashop_infinite_scroll a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1.5px solid var(--border-btn);
	background: #ffffff;
	color: var(--text);
	border-radius: var(--radius-pill);
	padding: 13px 30px;
	font-size: 15px;
	font-weight: 700;
}
.ch-content .hikashop_infinite_scroll a::after { content: "↓"; font-size: 14px; transition: transform 0.25s ease; }
.ch-content .hikashop_infinite_scroll a:hover { border-color: var(--accent); color: var(--accent); background: var(--blue-pale); }
.ch-content .hikashop_infinite_scroll a:hover::after { transform: translateY(2px); }
/* Un seul conteneur flex pour TOUS les produits : les wrappers .hk-row-fluid
   (un par page chargée via « Charger plus ») sont aplatis avec display:contents,
   sinon chaque page AJAX crée sa propre rangée → trous dans la grille. */
.ch-content .hikashop_products_listing_main .hikashop_products {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 22px;
	align-items: stretch;
}
.ch-content .hikashop_products_listing_main .hk-row-fluid:has(> .hikashop_product) {
	display: contents !important;
	margin: 0;
}
/* « Charger plus » enveloppe chaque page AJAX dans un <div> SANS classe, potentiellement
   IMBRIQUÉ dans le wrapper de la page précédente : aplatir à toute profondeur */
.ch-content .hikashop_products_listing_main .hikashop_products div:not([class]):has(.hikashop_product) {
	display: contents !important;
}
/* neutraliser les <div style="clear:both"> intercalés (items flex fantômes → trous) */
.ch-content .hikashop_products_listing_main .hikashop_products div[style*="clear"] {
	display: none !important;
}
.ch-content .hikashop_product {
	width: auto !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ch-content .hikashop_product .hikashop_container { margin: 0; padding: 0; }
.ch-content .hikashop_product .hikashop_subcontainer {
	border: 1px solid var(--border) !important;
	border-radius: 20px;
	background: #ffffff;
	overflow: hidden;
	padding: 0 !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-sm);
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.ch-content .hikashop_product .hikashop_subcontainer:hover {
	box-shadow: var(--shadow-hover);
	border-color: var(--border-btn);
	transform: translateY(-4px);
}
.ch-content .hikashop_product .hikashop_listing_img_desc { padding: 0; }
.ch-content .hikashop_product .hikashop_listing_img_desc > .hk-row-fluid { display: flex; flex-direction: column; margin: 0; }
.ch-content .hikashop_product .hikashop_product_item_left_part,
.ch-content .hikashop_product .hikashop_product_item_right_part {
	width: 100% !important; float: none !important; margin: 0 !important;
}
.ch-content .hikashop_product .hikashop_product_item_left_part {
	background: linear-gradient(165deg, #ddeff6 0%, #e9f5f2 55%, #f2f8f1 100%);
	padding: 26px 20px !important;
	display: flex; align-items: center; justify-content: center;
	position: relative;
	min-height: 225px;
	overflow: hidden;
}
.ch-content .hikashop_product .hikashop_product_item_left_part::after {
	content: "";
	position: absolute;
	right: -46px;
	bottom: -52px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(141, 198, 63, 0.10);
	pointer-events: none;
}
.ch-content .hikashop_product .hikashop_product_item_left_part::before {
	content: "BIO";
	position: absolute; top: 14px; left: 14px;
	width: 46px; height: 46px;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-opacity='0.32' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E") no-repeat center 5px / 33px 33px,
		linear-gradient(145deg, var(--brand-green), #6faa28);
	color: #fff;
	font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
	line-height: 1;
	text-indent: 0.14em; /* compense le letter-spacing pour un centrage optique */
	box-shadow: 0 4px 12px rgba(124, 179, 50, 0.38);
	z-index: 2;
}
.ch-content .hikashop_product .hikashop_product_image,
.ch-content .hikashop_product .hikashop_product_image_subdiv { width: auto !important; margin: 0 !important; }
.ch-content .hikashop_product img {
	max-height: 185px; width: auto; height: auto;
	position: relative; z-index: 1;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 10px 18px rgba(11, 74, 92, 0.10));
	transition: transform 0.35s ease;
}
.ch-content .hikashop_product .hikashop_subcontainer:hover img { transform: scale(1.05) rotate(-1deg); }
.ch-content .hikashop_product_item_right_part {
	padding: 20px 22px 22px !important;
	text-align: left !important;
	display: flex; flex-direction: column; gap: 8px; flex: 1;
}
.ch-content .hikashop_product_name { margin: 0; }
.ch-content .hikashop_product_name a {
	font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.3;
}
.ch-content .hikashop_product_name a:hover { color: var(--accent); }
.ch-content .hikashop_product_item_right_part .hikashop_product_description,
.ch-content .hikashop_product_item_right_part p {
	font-size: 13.5px; line-height: 1.55; color: var(--text-2);
}
.ch-content .hikashop_product_price_full,
.ch-content .hikashop_product_price { font-size: 19px; font-weight: 700; color: var(--ink); }
.ch-content .hikashop_product_price_before_symbol { font-size: 19px; }
.ch-content .hikashop_product .hikashop_product_quantity_field {
	border-radius: 10px !important; border: 1.5px solid var(--border-2) !important;
	text-align: center; box-shadow: none !important;
}
.ch-content .hikashop_product .hikacart,
.ch-content .hikashop_product button.btn,
.ch-content .hikashop_product input.hikashop_cart_input_button {
	border-radius: 999px !important;
	background: var(--accent) !important;
	border: none !important;
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 700 !important;
	font-family: var(--font-sans) !important;
	font-size: 14px !important;
	box-shadow: none !important;
	transition: background-color 0.15s ease;
}
.ch-content .hikashop_product .hikacart:hover,
.ch-content .hikashop_product button.btn:hover { background: var(--accent-hover) !important; }
.ch-content .hikashop_product_characteristics { margin-top: auto; }


/* raffinements carte HikaShop (structure listing_img_description) */
.ch-content .hikashop_product_item_right_part h2 { margin: 0 0 2px; }
.ch-content .hikashop_product_desc {
	font-size: 13.5px; line-height: 1.55; color: var(--muted);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ch-content .hikashop_product_item_right_part .hikapdc {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	flex-wrap: wrap;
	padding-top: 16px;
	border-top: 1px solid var(--border);
}
.ch-content .hikapdc .hikashop_product_price_full,
.ch-content .hikapdc .hikashop_product_price { font-size: 20px; font-weight: 700; color: var(--ink); margin: 0; }
.ch-content .hikashop_product_stock_count { display: none; }
.ch-content .hikashop_product_code_list { display: none; }
/* zone quantité + bouton compacte, alignée à droite */
.ch-content .hikapdc .hikashop_cart { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.ch-content .hikapdc .hikashop_product_quantity_main { display: inline-flex; align-items: center; }

/* largeur des cartes (flex items directs du conteneur .hikashop_products) */
.ch-content .hikashop_products_listing_main > .hikashop_products > .hk-row-fluid > .hikashop_product,
.ch-content .hikashop_products_listing_main .hikashop_product {
	flex: 0 0 calc((100% - 44px) / 3) !important;
	max-width: calc((100% - 44px) / 3) !important;
	width: calc((100% - 44px) / 3) !important;
	box-sizing: border-box;
}
@media (max-width: 980px) {
	.ch-content .hikashop_products_listing_main .hikashop_product {
		flex-basis: calc((100% - 22px) / 2) !important;
		max-width: calc((100% - 22px) / 2) !important;
		width: calc((100% - 22px) / 2) !important;
	}
}
@media (max-width: 560px) {
	.ch-content .hikashop_products_listing_main .hikashop_product {
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

/* listing : masquer le sélecteur de quantité, ne garder que le bouton « Ajouter » */
.ch-content .hikapdc .hikashop_quantity_form { display: none !important; }
.ch-content .hikapdc form { margin: 0 !important; display: inline-flex; }
.ch-content .hikapdc { align-items: center; }
.ch-content .hikapdc .hikashop_product_price_full { display: inline-flex; align-items: baseline; }

/* ===== Popup « ajout au panier » HikaShop (modal vex) — style chenens ===== */
.vex.vex-theme-default { padding: 20px !important; }
.vex.vex-theme-default .vex-overlay {
	background: rgba(11, 74, 92, .55) !important;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.vex.vex-theme-default .vex-content {
	font-family: var(--font-sans) !important;
	background: #fff !important;
	width: 400px !important;
	max-width: calc(100vw - 40px) !important;
	padding: 32px 30px 26px !important;
	border-radius: var(--radius-lg) !important;
	box-shadow: 0 24px 60px rgba(11, 74, 92, .28) !important;
	color: var(--text) !important;
	text-align: center !important;
	margin: 0 auto !important;
}
.vex.vex-theme-default .vex-dialog-message { margin-bottom: 0 !important; }
.vex .notifyjs-metro-base {
	display: block !important;
	position: static !important;
	text-align: center !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	width: auto !important;
	min-height: 0 !important;
}
.vex .notifyjs-metro-base .image {
	position: relative !important;
	display: inline-block !important;
	margin: 0 auto 4px !important;
	float: none !important;
	/* neutralise le positionnement d'origine notify.js (transform/top qui faisait dépasser la vignette) */
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
}
.vex .notifyjs-metro-base .image img {
	width: 78px !important;
	height: 78px !important;
	object-fit: contain;
	border-radius: 16px;
	background: var(--blue-pale);
	padding: 8px;
	border: 1px solid var(--border);
}
/* badge de validation vert au coin de la vignette */
.vex .notifyjs-metro-base .image::after {
	content: "";
	position: absolute;
	right: -4px;
	bottom: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--brand-green);
	border: 3px solid #fff;
	box-shadow: 0 2px 6px rgba(11, 74, 92, .2);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.vex .notifyjs-metro-base .text-wrapper {
	position: static !important;
	margin: 0 !important;
	display: block !important;
	text-align: center !important;
}
.vex .notifyjs-metro-base .title {
	font-family: var(--font-serif) !important;
	font-weight: 600 !important;
	font-size: 21px !important;
	color: var(--ink) !important;
	margin: 10px 0 0 !important;
	line-height: 1.25;
}
.vex .notifyjs-metro-base .text {
	font-size: 14.5px !important;
	color: var(--muted) !important;
	margin: 5px 0 0 !important;
}
.vex.vex-theme-default .vex-dialog-buttons {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px !important;
	min-height: 0 !important;
}
.vex.vex-theme-default .vex-dialog-button {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
	font-family: var(--font-sans) !important;
	text-transform: none !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	padding: 13px 20px !important;
	border-radius: var(--radius-pill) !important;
	cursor: pointer;
	transition: background .18s, color .18s, border-color .18s;
	border: 0 !important;
}
.vex.vex-theme-default .vex-dialog-button.vex-first {
	background: var(--accent) !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(23, 153, 184, .28);
}
.vex.vex-theme-default .vex-dialog-button.vex-first:hover { background: var(--accent-dark) !important; }
.vex.vex-theme-default .vex-dialog-button.vex-last {
	background: #fff !important;
	color: var(--accent-dark) !important;
	border: 1.5px solid var(--border-btn) !important;
}
.vex.vex-theme-default .vex-dialog-button.vex-last:hover {
	background: var(--blue-pale) !important;
	border-color: var(--accent) !important;
	color: var(--accent-dark) !important;
}

/* ===================================================================== */
/* Passage en caisse HikaShop — une seule page, colonne unique centrée    */
/* (le workflow est passé en 1 étape dans la config HikaShop)             */
/* ===================================================================== */
.ch-content .hikashop_checkout_page_step1 { display: flex; flex-direction: column; gap: 20px; max-width: 860px; margin: 0 auto; }
.ch-content .hikashop_checkout_page_step1 > div { float: none !important; width: 100% !important; margin: 0; }
/* ordre logique des blocs sur la page unique */
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_login { order: 1; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_address { order: 2; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_shipping { order: 3; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_payment { order: 4; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_fields { order: 5; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_status { order: 6; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_cart { order: 7; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_coupon { order: 8; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_terms { order: 9; }
.ch-content .hikashop_checkout_page_step1 > .hikashop_checkout_buttons { order: 10; }
/* cartes */
.ch-content .hikashop_checkout_login,
.ch-content .hikashop_checkout_shipping,
.ch-content .hikashop_checkout_payment,
.ch-content .hikashop_checkout_fields,
.ch-content .hikashop_checkout_cart,
.ch-content .hikashop_checkout_coupon { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 22px; box-shadow: var(--shadow-card); }
/* masquer les blocs vides (adresse/statut/champs sans contenu) */
.ch-content .hikashop_checkout_address:not(:has(.hkform-group)):not(:has(table)) { display: none; }
.ch-content .hikashop_checkout_status:not(:has(table)):not(:has(.hikashop_order_status)) { display: none; }
.ch-content .hikashop_checkout_fields:not(:has(input)):not(:has(select)):not(:has(textarea)) { display: none; }
/* titres */
.ch-content .hikashop_checkout_page_step1 h1 { font-family: var(--font-serif); font-weight: 600; font-size: 24px; line-height: 1.2; color: var(--ink); margin: 0 0 18px; }
.ch-content .hikashop_checkout_page_step1 h2,
.ch-content .hikashop_checkout_page_step1 legend { font-family: var(--font-serif); font-weight: 600; font-size: 17px; color: var(--ink); margin: 0 0 12px; padding: 0; border: 0; width: auto; display: block; }
.ch-content .hikashop_checkout_page_step1 fieldset { border: 0; padding: 0; margin: 0; }
/* champs */
.ch-content .hikashop_checkout_page_step1 input[type=text],
.ch-content .hikashop_checkout_page_step1 input[type=email],
.ch-content .hikashop_checkout_page_step1 input[type=password],
.ch-content .hikashop_checkout_page_step1 input[type=tel],
.ch-content .hikashop_checkout_page_step1 select,
.ch-content .hikashop_checkout_page_step1 textarea { width: 100%; box-sizing: border-box; padding: 11px 13px; border: 1.5px solid var(--border-2); border-radius: var(--radius-input); font-family: var(--font-sans); font-size: 15px; color: var(--text); background: #fff; }
.ch-content .hikashop_checkout_page_step1 input:focus,
.ch-content .hikashop_checkout_page_step1 select:focus,
.ch-content .hikashop_checkout_page_step1 textarea:focus { border-color: var(--accent); outline: none; box-shadow: 0 0 0 3px rgba(23, 153, 184, .12); }
.ch-content .hkform-group { margin-bottom: 13px; }
.ch-content .hkform-group > label { display: block; font-size: 13px; font-weight: 600; color: var(--text-2); margin-bottom: 5px; }
/* bloc connexion : grille interne dépliée — onglets en rangée au-dessus, formulaire dessous */
.ch-content .hikashop_checkout_login .hk-container-fluid { display: block; }
.ch-content .hikashop_checkout_login .hk-container-fluid > [class*="hkc-"] { width: 100% !important; max-width: 100% !important; float: none !important; flex: none !important; padding-left: 0 !important; padding-right: 0 !important; }
.ch-content .hikashop_checkout_login .hkc-lg-4 > h2:first-child { display: none; } /* "Identification" redondant */
.ch-content .hikashop_checkout_login .hkc-lg-8 { max-width: 480px; }
/* onglets connexion / enregistrement / invité — rangée de pilules */
.ch-content .hikashop_checkout_login .hikaradios { margin: 0 0 20px; }
.ch-content .hikashop_checkout_login .btn-group-vertical { display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; width: 100%; }
.ch-content .hikashop_checkout_login .hikaradio-label {
	display: inline-flex !important; align-items: center; gap: 8px;
	width: auto !important; min-width: 0 !important; float: none !important;
	padding: 10px 18px;
	border: 1.5px solid var(--border-2); background: #fff;
	color: var(--ink) !important;
	border-radius: var(--radius-pill) !important;
	font-weight: 700; font-size: 14.5px; cursor: pointer; margin: 0 !important;
	box-shadow: var(--shadow-sm);
	opacity: 1 !important;
}
/* puce « radio » : montre clairement qu'il s'agit d'un choix */
.ch-content .hikashop_checkout_login .hikaradio-label::before {
	content: "";
	width: 15px; height: 15px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid var(--border-btn);
	background: #fff;
	flex-shrink: 0;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.ch-content .hikashop_checkout_login .hikaradio-label:hover { border-color: var(--accent); color: var(--accent-dark) !important; }
.ch-content .hikashop_checkout_login .hikaradio-label:hover::before { border-color: var(--accent); }
.ch-content .hikashop_checkout_login .hikaradio-label.active { background: var(--accent); border-color: var(--accent); color: #fff !important; }
.ch-content .hikashop_checkout_login .hikaradio-label.active::before {
	border-color: #fff;
	background: var(--accent);
	box-shadow: inset 0 0 0 2.5px #fff;
}
.ch-content .hikashop_login_password_line input[type=button],
.ch-content .hikashop_login_password_line .btn { background: none; border: 0; color: var(--accent); font-size: 13px; padding: 6px 0 0; cursor: pointer; width: auto; box-shadow: none; }
/* tables livraison / paiement */
.ch-content .hikashop_shipping_methods_table,
.ch-content .hikashop_payment_methods_table { width: 100%; border: 0; border-collapse: separate; background: none; }
.ch-content .hikashop_shipping_methods_table td,
.ch-content .hikashop_payment_methods_table td { border: 0; padding: 8px 6px; vertical-align: middle; background: none; }
.ch-content .hikashop_shipping_methods_table tr,
.ch-content .hikashop_payment_methods_table tr { background: none !important; }
.ch-content .hikashop_checkout_payment_images img { max-height: 34px; width: auto; vertical-align: middle; }
/* coupon */
.ch-content .hikashop_checkout_coupon .input-group { display: flex; gap: 8px; }
.ch-content .hikashop_checkout_coupon .input-group input { flex: 1; }
.ch-content .hikashop_checkout_coupon .btn { background: var(--accent); color: #fff; border: 0; border-radius: var(--radius-input); padding: 0 18px; font-weight: 700; cursor: pointer; }
/* récap panier */
.ch-content .hikashop_checkout_cart table { width: 100%; border-collapse: collapse; border: 0; }
.ch-content .hikashop_checkout_cart td,
.ch-content .hikashop_checkout_cart th { border: 0; border-bottom: 1px solid var(--border); padding: 10px 6px; font-size: 14px; vertical-align: middle; background: none; }
.ch-content .hikashop_checkout_cart img { width: 48px; height: auto; border-radius: 8px; background: var(--blue-pale); }
/* récap panier : zone quantité nettoyée */
.ch-content .hikashop_cart_product_quantity_value { white-space: nowrap; }
.ch-content .hikashop_cart_product_quantity_value .hikashop_product_quantity_input_div_default_main { display: inline-flex; align-items: center; gap: 6px; }
.ch-content .hikashop_product_quantity_field { width: 46px !important; text-align: center; padding: 7px 4px !important; }
.ch-content .hikashop_product_quantity_change_div_default { display: inline-flex; flex-direction: column; gap: 2px; }
.ch-content .hikashop_product_quantity_field_change { display: flex; align-items: center; justify-content: center; width: 22px; height: 16px; line-height: 1; padding: 0; border: 1px solid var(--border-2); border-radius: 6px; background: #fff; color: var(--text-2); font-weight: 700; text-decoration: none; }
.ch-content .hikashop_product_quantity_field_change:hover { border-color: var(--accent); color: var(--accent); }
.ch-content .hikashop_cart_product_quantity_refresh { display: none !important; }
.ch-content .hikashop_cart_product_quantity_delete { display: inline-block; margin-left: 4px; }
.ch-content .hikashop_cart_product_quantity_delete i { display: none; }
.ch-content .hikashop_cart_product_quantity_delete a { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; color: var(--muted); text-decoration: none; }
.ch-content .hikashop_cart_product_quantity_delete a:hover { background: #fdecec; color: #c0392b; }
.ch-content .hikashop_cart_product_quantity_delete a::before { content: "\00d7"; font-size: 20px; line-height: 1; }
/* CGV */
.ch-content .hikashop_checkout_terms { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--text-2); padding: 0 4px; }
.ch-content .hikashop_checkout_terms input[type=checkbox] { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); flex: 0 0 auto; }
.ch-content .hikashop_checkout_terms label { margin: 0; }
/* bouton principal */
.ch-content .buttons_right { float: none; text-align: center; width: 100%; margin: 0; }
.ch-content .hikabtn_checkout_next { background: var(--accent) !important; color: #fff !important; border: 0 !important; border-radius: var(--radius-pill) !important; padding: 15px 28px !important; font-family: var(--font-sans) !important; font-weight: 700 !important; font-size: 16px !important; width: 100% !important; box-shadow: 0 10px 24px rgba(23, 153, 184, .30); cursor: pointer; }
.ch-content .hikabtn_checkout_next:hover { background: var(--accent-dark) !important; }
.ch-content .hikabtn_checkout_login_register,
.ch-content .hikabtn_checkout_login_form { background: var(--accent); color: #fff; border: 0; border-radius: var(--radius-pill); padding: 10px 20px; font-weight: 700; cursor: pointer; }

/* ---- Refonte : labels au-dessus + grille 2 colonnes + alignements ---- */
/* labels au-dessus des champs */
.ch-content .hikashop_checkout_login .hkform-group { display: block; margin-bottom: 14px; }
.ch-content .hikashop_checkout_login .hkform-group > label.hkcontrol-label,
.ch-content .hikashop_checkout_login .hkform-group > label.hkc-sm-4 { display: block; float: none; width: auto; max-width: none; text-align: left; padding: 0; margin: 0 0 5px; font-size: 13px; font-weight: 600; color: var(--text-2); }
.ch-content .hikashop_checkout_login .hikashop_address_field_input,
.ch-content .hikashop_checkout_login .hkform-group > .hkc-sm-8 { display: block; float: none; width: 100% !important; max-width: none !important; padding: 0 !important; }
/* adresse / formulaires en grille 2 colonnes */
.ch-content .hikashop_checkout_login fieldset.hkform-horizontal { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; align-items: start; border: 0; margin: 0; padding: 0; }
.ch-content .hikashop_checkout_login fieldset.hkform-horizontal > legend { grid-column: 1 / -1; }
.ch-content .hikashop_checkout_login .hikashop_registration_email_line,
.ch-content .hikashop_checkout_login .hikashop_address_address_title,
.ch-content .hikashop_checkout_login .hikashop_address_address_street,
.ch-content .hikashop_checkout_login .hikashop_address_address_telephone,
.ch-content .hikashop_checkout_login .hikashop_registration_same_address_line,
.ch-content .hikashop_checkout_login .hikashop_registration_hcaptcha_line,
.ch-content .hikashop_checkout_login .hikashop_registration_required_info_line,
.ch-content .hikashop_checkout_login .acym__regacy,
.ch-content .hikashop_checkout_login .hika_registration_address,
.ch-content .hikashop_checkout_login .hikashop_registration_shipping_address_title,
.ch-content .hikashop_checkout_login .hikashop_registration_shipping_address { grid-column: 1 / -1; }
.ch-content .hikashop_checkout_login .hkc-lg-8 { max-width: none; }
/* récap panier : alignements */
.ch-content .hikashop_checkout_cart th { font-size: 11.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 700; border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.ch-content .hikashop_cart_product_image_title,
.ch-content .hikashop_cart_product_name_title { text-align: left; }
.ch-content .hikashop_cart_product_price_title,
.ch-content .hikashop_cart_product_total_title { text-align: right; }
.ch-content .hikashop_cart_product_quantity_title { text-align: center; }
.ch-content .hikashop_cart_product_name_value { text-align: left; }
.ch-content .hikashop_cart_product_name_value a { color: var(--ink); font-weight: 600; text-decoration: none; }
.ch-content .hikashop_cart_product_price_value,
.ch-content .hikashop_cart_product_total_value { text-align: right; font-weight: 700; color: var(--ink); white-space: nowrap; }
.ch-content .hikashop_cart_product_quantity_value { text-align: center; }
.ch-content .hikashop_cart_empty_footer { border: 0 !important; }
.ch-content .hikashop_cart_subtotal_row td,
.ch-content .hikashop_cart_shipping_row td { border-bottom: 0; padding: 4px 6px; }
.ch-content .hikashop_cart_subtotal_row td:first-child,
.ch-content .hikashop_cart_shipping_row td:first-child,
.ch-content .hikashop_cart_total_row td:first-child { border-top: 1px solid var(--border); }
.ch-content .hikashop_cart_title,
.ch-content .hikashop_cart_subtotal_title,
.ch-content .hikashop_cart_shipping_title,
.ch-content .hikashop_cart_total_title { text-align: right; color: var(--text-2); font-weight: 600; }
.ch-content .hikashop_cart_subtotal_value,
.ch-content .hikashop_cart_shipping_value,
.ch-content .hikashop_cart_total_value { text-align: right; font-weight: 700; color: var(--ink); white-space: nowrap; }
.ch-content .hikashop_cart_total_row td { border-bottom: 0 !important; padding-top: 12px; }
.ch-content .hikashop_cart_total_title { font-size: 16px; color: var(--ink) !important; }
.ch-content .hikashop_cart_total_value { font-size: 19px; color: var(--accent) !important; }
/* livraison / paiement en cartes sélectionnables */
.ch-content .hikashop_checkout_shipping table,
.ch-content .hikashop_checkout_payment table,
.ch-content .hikashop_checkout_shipping tbody,
.ch-content .hikashop_checkout_payment tbody { display: block; width: 100%; }
.ch-content .hikashop_checkout_shipping tr,
.ch-content .hikashop_checkout_payment tr { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; border: 1.5px solid var(--border-2); border-radius: var(--radius-input); padding: 14px 16px; margin-bottom: 10px; cursor: pointer; transition: border-color .15s, background .15s; }
.ch-content .hikashop_checkout_shipping tr:hover,
.ch-content .hikashop_checkout_payment tr:hover { border-color: var(--accent); }
.ch-content .hikashop_checkout_shipping tr:has(input:checked),
.ch-content .hikashop_checkout_payment tr:has(input:checked) { border-color: var(--accent); background: var(--blue-pale); }
.ch-content .hikashop_checkout_shipping td,
.ch-content .hikashop_checkout_payment td { display: flex; align-items: center; gap: 10px; border: 0 !important; padding: 0 !important; background: none !important; }
.ch-content .hikashop_checkout_shipping input[type=radio],
.ch-content .hikashop_checkout_payment input[type=radio] { accent-color: var(--accent); width: 18px; height: 18px; }
.ch-content .hikashop_checkout_payment_name,
.ch-content .hikashop_checkout_shipping_name { font-weight: 600; color: var(--ink); }

/* ===== Cartes Click & Collect (layout img_title) — design chenens ===== */
/* neutralise les styles inline HikaShop injectés par ID (#hikashop_category_information_menu_XXX) */
.ch-content .hikashop_product .hikashop_container { margin: 0 !important; padding: 0 !important; }
.ch-content .hikashop_product .hikashop_subcontainer { border-radius: 20px !important; height: auto !important; }

.ch-content .hikashop_listing_img_title {
	display: grid !important;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto auto 1fr auto;
	grid-template-areas:
		"img img"
		"name name"
		"ind ind"
		"fill fill"
		"price cart";
	column-gap: 12px;
	height: 100%;
	text-align: left !important;
}
.ch-content .hikashop_listing_img_title .hikashop_product_image {
	grid-area: img;
	background: linear-gradient(165deg, #ddeff6 0%, #e9f5f2 55%, #f2f8f1 100%);
	border-radius: 0;
	padding: 26px 20px;
	margin: 0;
	height: auto !important;
	display: flex; align-items: center; justify-content: center;
	min-height: 215px;
	position: relative;
	overflow: hidden;
}
.ch-content .hikashop_listing_img_title .hikashop_product_image::after {
	content: "";
	position: absolute;
	right: -46px;
	bottom: -52px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(141, 198, 63, 0.10);
	pointer-events: none;
}
.ch-content .hikashop_listing_img_title .hikashop_product_name {
	grid-area: name;
	display: block;
	margin: 18px 22px 4px;
	font-family: var(--font-serif); font-size: 19px; font-weight: 600; color: var(--ink); line-height: 1.3;
	text-align: left !important;
}
.ch-content .hikashop_listing_img_title .hikashop_product_name a { color: var(--ink); text-decoration: none; }
.ch-content .hikashop_listing_img_title .hikashop_product_name a:hover { color: var(--accent); }
.ch-content .hikashop_listing_img_title .hikashop_product_code_list { display: none !important; }
.ch-content .hikashop_listing_img_title .hikashop_product_custom_indication_line {
	grid-area: ind;
	margin: 0 22px 10px;
	color: var(--muted); font-size: 13.5px; line-height: 1.55;
}
.ch-content .hikashop_listing_img_title .hikashop_product_custom_indication_line dt { display: none; }
.ch-content .hikashop_listing_img_title .hikashop_product_custom_indication_line dd {
	margin: 0;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	text-align: left !important;
}
.ch-content .hikashop_listing_img_title::after {
	content: "";
	grid-area: fill;
	align-self: end;
	border-bottom: 1px solid var(--border);
	margin: 14px 22px 0;
}
.ch-content .hikashop_listing_img_title .hikashop_product_price_full {
	grid-area: price;
	align-self: center;
	margin: 12px 0 18px 22px;
	font-size: 20px; font-weight: 700; color: var(--ink) !important;
	display: block;
	text-align: left !important;
}
.ch-content .hikashop_listing_img_title form {
	grid-area: cart;
	justify-self: end;
	align-self: center;
	margin: 12px 22px 18px 0;
}
.ch-content .hikashop_listing_img_title .hikashop_quantity_form { display: none !important; }
.ch-content .hikashop_listing_img_title .hikashop_product_stock_count { display: none !important; }

/* ===== Boutons ConvertForms (Contact, Fleurs de Bach) en pilule turquoise ===== */
.ch-content .cf-btn,
.ch-content .cf-submit button,
.ch-content .convertforms button[type=submit] { background: var(--accent) !important; color: #fff !important; border: 0 !important; border-radius: var(--radius-pill) !important; font-family: var(--font-sans) !important; font-weight: 700 !important; box-shadow: 0 8px 20px rgba(23, 153, 184, .25); }
.ch-content .cf-btn:hover { background: var(--accent-dark) !important; }

/* ---------- Pastille « % » du menu (actions en cours) — 2.8.4 ---------- */
.ch-pill-pct {
	display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin: 0 0 0 7px;
	border-radius: 999px; background: #d3372c; color: #fff; font-size: 11px; font-weight: 800; line-height: 1;
	vertical-align: 2px; box-shadow: 0 0 0 0 rgba(211, 55, 44, 0.45); animation: ch-pill-pulse 2.4s ease-out infinite;
}
.ch-nav-sub-toggle .ch-pill-pct { margin-right: 2px; }
.ch-nav .ch-nav-sub-menu a.is-actions { color: #b02a21; }
@keyframes ch-pill-pulse {
	0% { box-shadow: 0 0 0 0 rgba(211, 55, 44, 0.45); }
	70% { box-shadow: 0 0 0 9px rgba(211, 55, 44, 0); }
	100% { box-shadow: 0 0 0 0 rgba(211, 55, 44, 0); }
}
@media (prefers-reduced-motion: reduce) { .ch-pill-pct { animation: none; } }
/* Pastille sur le bouton burger (mobile) : visible avant d'ouvrir le menu. */
.ch-burger { position: relative; }
.ch-burger .ch-pill-pct {
	position: absolute; top: -4px; right: -6px; margin: 0; width: 20px; height: 20px;
	background: #d3372c; border-radius: 999px; transition: none; transform: none !important; opacity: 1 !important;
}

/* ---------- Contacts rapides du tiroir mobile — 2.8.5 ---------- */
.ch-ico-mobile { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/svg%3E"); }
.ch-ico-mail { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 7L2 7'/%3E%3C/svg%3E"); }
.ch-nav-contacts { display: none; }
@media (max-width: 820px) {
	.ch-nav-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; margin-top: 14px; padding-top: 8px; border-top: 1px solid var(--border); }
	.ch-nav .ch-nav-contacts a {
		display: flex; align-items: center; gap: 8px; padding: 8px 2px; margin: 0; border: 0; border-radius: 0; background: none;
		color: var(--text-2); font-size: 13.5px; font-weight: 600; line-height: 1.2; white-space: nowrap;
	}
	.ch-nav .ch-nav-contacts a::after { display: none; }
	.ch-nav .ch-nav-contacts a .ch-ico { width: 17px; height: 17px; color: var(--accent-dark); }
	.ch-nav .ch-nav-contacts a.is-whatsapp .ch-ico { color: #25d366; }
}

/* Logo en tête du tiroir mobile */
.ch-nav-logo { display: none; }
@media (max-width: 820px) {
	.ch-nav { padding-top: 24px; }
	.ch-nav .ch-nav-logo { display: block; padding: 0 0 18px; margin: 0 0 10px; border-bottom: 1px solid var(--border); }
	.ch-nav .ch-nav-logo::after { display: none; }
	.ch-nav .ch-nav-logo img { height: 46px; width: auto; display: block; }
}

/* Click & Collect dans le menu Boutique — 2.8.9 */
.ch-nav .ch-nav-sub-menu a.is-cc { display: block; margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--border); border-radius: 0 0 10px 10px; }
.ch-nav .ch-nav-sub-menu a.is-cc small { display: block; margin-top: 2px; font-size: 11.5px; font-weight: 500; letter-spacing: .02em; color: var(--text-2); }
@media (max-width: 820px) {
	.ch-nav .ch-nav-sub-menu a.is-cc { margin-top: 0; padding-top: 12px; border-top: 0; }
}
