/* ==========================================================================
   F&H — Base, typographie, composants (boards 05–08)
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body.fh {
  margin: 0; background: var(--fh-white-100); color: var(--fh-black-900);
  font-family: var(--fh-font); font-size: 16px; line-height: 1.55; font-weight: 400;
  font-variation-settings: "wdth" 100; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
:where(body.fh) :lang(ar), :where(body.fh) .fh-ar, [dir="rtl"] body.fh { font-family: var(--fh-font-ar); }
:where(body.fh) img { max-width: 100%; height: auto; display: block; }
:where(body.fh) a { color: inherit; text-decoration: none; }
:where(body.fh) a:hover { color: inherit; }
:where(body.fh) button { font-family: inherit; cursor: pointer; }
:where(body.fh) input, :where(body.fh) select, :where(body.fh) textarea { font-family: inherit; }
:where(body.fh) h1, :where(body.fh) h2, :where(body.fh) h3, :where(body.fh) h4, :where(body.fh) h5 { margin: 0; font-weight: 700; color: inherit; }
:where(body.fh) p { margin: 0 0 1em; }
:where(body.fh) p:last-child { margin-bottom: 0; }
:where(body.fh) ul, :where(body.fh) ol { margin: 0; padding: 0; list-style: none; }
body.fh :focus-visible { outline: 2px solid var(--fh-black-900); outline-offset: 2px; }
[hidden] { display: none !important; }
.fh-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.fh-tabular { font-variant-numeric: tabular-nums; }
.fh-price { font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; white-space: nowrap; }
.fh-price--old { color: var(--fh-grey-3); text-decoration: line-through; font-weight: 400; }
.fh-price--promo { color: var(--fh-yellow-700); }
.fh-price sup { display: none; }
.fh-muted { color: var(--fh-grey-3); }
.fh-note { font-size: 12px; line-height: 1.4; color: var(--fh-grey-3); }

/* ---- Échelle typographique ------------------------------------------------ */
.fh-display, .fh-display-2, .fh-t1, .fh-t2, .fh-t3, .fh-t4 { font-weight: 700; margin: 0; }
.fh-display { font-size: 112px; line-height: .9; font-weight: 800; font-stretch: 118%; font-variation-settings: "wdth" 118; text-transform: uppercase; letter-spacing: -0.022em; }
.fh-display-2 { font-size: 72px; line-height: .94; font-weight: 800; font-stretch: 112%; font-variation-settings: "wdth" 112; text-transform: uppercase; letter-spacing: -0.02em; }
.fh-t1 { font-size: 52px; line-height: 1; font-stretch: 108%; font-variation-settings: "wdth" 108; letter-spacing: -0.018em; }
.fh-t2 { font-size: 40px; line-height: 1.05; font-stretch: 108%; font-variation-settings: "wdth" 108; letter-spacing: -0.016em; }
.fh-t3 { font-size: 26px; line-height: 1.15; font-weight: 600; font-stretch: 104%; font-variation-settings: "wdth" 104; letter-spacing: -0.012em; }
.fh-t4 { font-size: 20px; line-height: 1.25; font-weight: 600; font-stretch: 102%; font-variation-settings: "wdth" 102; letter-spacing: -0.008em; }
.fh-body-l { font-size: 18px; line-height: 1.55; }
.fh-body { font-size: 16px; line-height: 1.55; }
.fh-body-s { font-size: 14px; line-height: 1.5; }
.fh-eyebrow { font-size: 12px; line-height: 1; font-weight: 600; font-stretch: 78%; font-variation-settings: "wdth" 78; text-transform: uppercase; letter-spacing: .14em; color: var(--fh-grey-2); }
.fh-eyebrow--dot { display: inline-flex; align-items: center; gap: 10px; }
.fh-eyebrow--dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--fh-yellow-500); flex: none; }
.fh-legend { font-size: 12px; line-height: 1.4; color: var(--fh-grey-3); }
.fh-btn-text, .fh-nav-text { font-size: 13px; line-height: 1; font-weight: 600; font-stretch: 90%; font-variation-settings: "wdth" 90; text-transform: uppercase; letter-spacing: .08em; }
.fh-product-title { font-size: 15px; line-height: 1.35; font-weight: 500; letter-spacing: -0.005em; }
.fh-price-l { font-size: 30px; line-height: 1; font-weight: 600; font-stretch: 104%; font-variation-settings: "wdth" 104; }
.fh-lead { max-width: 66ch; }
@media (max-width: 767px) {
  .fh-display { font-size: 58px; }
  .fh-display-2 { font-size: 40px; }
  .fh-t1 { font-size: 34px; }
  .fh-t2 { font-size: 28px; }
  .fh-t3 { font-size: 22px; }
  .fh-t4 { font-size: 17px; }
  .fh-body-l { font-size: 16px; } .fh-body { font-size: 15px; } .fh-body-s { font-size: 14px; }
  .fh-product-title { font-size: 14px; } .fh-price-l { font-size: 28px; }
}
@media (min-width: 768px) and (max-width: 1023px) { .fh-display { font-size: 80px; } .fh-display-2 { font-size: 56px; } .fh-t1 { font-size: 44px; } .fh-t2 { font-size: 34px; } }

/* ---- Grille & sections ---------------------------------------------------- */
.fh-container { width: 100%; max-width: calc(var(--fh-container) + 2 * var(--fh-margin)); margin: 0 auto; padding: 0 var(--fh-margin); }
.fh-section { padding: var(--fh-section) 0; }
.fh-section--tight { padding: calc(var(--fh-section) * .6) 0; }
.fh-section--dark { background: var(--fh-black-900); color: var(--fh-white-50); }
.fh-section--dark .fh-eyebrow { color: var(--fh-grey-4); }
.fh-section--tint { background: var(--fh-yellow-50); }
.fh-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: var(--fh-section-title-gap); }
.fh-section__head .fh-eyebrow { margin-bottom: 20px; display: inline-flex; }
.fh-section__head .fh-t2 { margin: 0; }
.fh-section__link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 6px; border-bottom: 1.5px solid var(--fh-black-900); white-space: nowrap; }
.fh-section__link svg { width: 16px; height: 16px; transition: transform var(--fh-t-micro) var(--fh-e-out); }
.fh-section__link:hover svg { transform: translateX(4px); }
.fh-section--dark .fh-section__link { border-color: var(--fh-white-50); }
.fh-grid { display: grid; gap: var(--fh-card-gap-y) var(--fh-card-gap-x); }
.fh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fh-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1023px) { .fh-grid--4, .fh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .fh-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .fh-grid--4, .fh-grid--3, .fh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fh-grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
.fh-rule { border: 0; border-top: 1px solid var(--fh-white-300); margin: 0; }
.fh-section--dark .fh-rule { border-color: var(--fh-black-600); }
.fh-icon { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.fh-icon--sm { width: 16px; height: 16px; }
.fh-icon--xs { width: 14px; height: 14px; }

/* ---- Boutons -------------------------------------------------------------- */
.fh-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: 48px; padding: 0 28px; border-radius: var(--fh-r-press); border: 1px solid transparent;
  font-size: 13px; line-height: 1; font-weight: 600; font-stretch: 90%; font-variation-settings: "wdth" 90; text-transform: uppercase; letter-spacing: .08em;
  color: var(--fh-white-50); background: var(--fh-black-900); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color var(--fh-t-micro) var(--fh-e-out), color var(--fh-t-micro) var(--fh-e-out), border-color var(--fh-t-micro) var(--fh-e-out), transform var(--fh-t-micro) var(--fh-e-out), box-shadow var(--fh-t-micro) var(--fh-e-out);
}
.fh-btn svg { width: 16px; height: 16px; transition: transform var(--fh-t-micro) var(--fh-e-out); }
.fh-btn:hover { background: var(--fh-black-700); color: var(--fh-white-50); }
.fh-btn:hover svg { transform: translateX(4px); }
.fh-btn:active { transform: scale(.98); }
.fh-btn--primary { background: var(--fh-yellow-500); color: var(--fh-black-900); }
.fh-btn--primary:hover { background: #E1B400; color: var(--fh-black-900); }
.fh-btn--outline { background: transparent; color: var(--fh-black-900); border-color: var(--fh-black-900); }
.fh-btn--outline:hover { background: var(--fh-black-900); color: var(--fh-white-50); }
.fh-btn--ghost { background: transparent; color: var(--fh-black-900); border-color: var(--fh-white-400); }
.fh-btn--ghost:hover { background: var(--fh-white-50); color: var(--fh-black-900); border-color: var(--fh-black-900); }
.fh-btn--inverse { background: var(--fh-white-50); color: var(--fh-black-900); }
.fh-btn--inverse:hover { background: var(--fh-white-200); color: var(--fh-black-900); }
.fh-btn--on-dark { background: transparent; color: var(--fh-white-50); border-color: rgba(255,255,255,.5); }
.fh-btn--on-dark:hover { border-color: var(--fh-white-50); background: rgba(255,255,255,.06); color: var(--fh-white-50); }
.fh-btn--lg { height: 56px; padding: 0 32px; }
.fh-btn--sm { height: 40px; padding: 0 20px; font-size: 12px; }
.fh-btn--block { width: 100%; }
.fh-btn--icon { width: 48px; padding: 0; }
.fh-btn[disabled], .fh-btn.is-disabled { opacity: .45; pointer-events: none; }
.fh-btn.is-done { background: var(--fh-green); color: #fff; }
.fh-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1.5px solid currentColor; padding-bottom: 3px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-stretch: 90%; font-variation-settings: "wdth" 90; }
.fh-link svg { width: 14px; height: 14px; transition: transform var(--fh-t-micro) var(--fh-e-out); }
.fh-link:hover svg { transform: translateX(4px); }
.fh-link--accent { color: var(--fh-yellow-700); }
.fh-section--dark .fh-link--accent, .fh-on-dark .fh-link--accent { color: var(--fh-yellow-400); }
.fh-link--plain { text-transform: none; letter-spacing: 0; font-weight: 400; font-stretch: 100%; font-variation-settings: "wdth" 100; border-bottom-width: 1px; font-size: inherit; }

/* ---- Badges, puces, indicateurs ------------------------------------------ */
.fh-badge { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: var(--fh-r-press); background: var(--fh-black-900); color: var(--fh-white-50); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-stretch: 85%; font-variation-settings: "wdth" 85; white-space: nowrap; }
.fh-badge--promo { background: var(--fh-yellow-500); color: var(--fh-black-900); }
.fh-badge--outline { background: var(--fh-white-50); color: var(--fh-black-900); border: 1px solid var(--fh-white-400); }
.fh-badge--muted { background: var(--fh-white-200); color: var(--fh-grey-2); }
.fh-badge--ok { background: #E4F2E9; color: var(--fh-green); }
.fh-badge--new { background: var(--fh-white-50); color: var(--fh-black-900); border: 1px solid var(--fh-black-900); }
.fh-chip { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 16px; border-radius: var(--fh-r-pill); border: 1px solid var(--fh-white-400); background: var(--fh-white-50); font-size: 13px; font-weight: 500; white-space: nowrap; transition: border-color var(--fh-t-micro), background-color var(--fh-t-micro), color var(--fh-t-micro); }
.fh-chip:hover { border-color: var(--fh-black-900); }
.fh-chip.is-active, .fh-chip--active { background: var(--fh-black-900); color: var(--fh-white-50); border-color: var(--fh-black-900); }
.fh-chip--sm { height: 32px; padding: 0 12px; font-size: 12px; }
.fh-chip .fh-chip__x { width: 14px; height: 14px; }
.fh-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fh-grey-2); }
.fh-stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--fh-green); flex: none; }
.fh-stock--low::before { background: var(--fh-amber); }
.fh-stock--out { color: var(--fh-grey-3); } .fh-stock--out::before { background: var(--fh-grey-4); }
.fh-stars { display: inline-flex; gap: 2px; }
.fh-stars svg { width: 12px; height: 12px; fill: var(--fh-black-900); }
.fh-stars svg.is-empty { fill: var(--fh-white-400); }
.fh-stars--lg svg { width: 16px; height: 16px; }
.fh-rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fh-grey-2); white-space: nowrap; }
.fh-counter { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--fh-yellow-500); color: var(--fh-black-900); font-size: 11px; font-weight: 700; line-height: 1; }
.fh-counter.is-bump { animation: fh-bump 300ms var(--fh-e-state); }
@keyframes fh-bump { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } }

/* ---- Formulaires ---------------------------------------------------------- */
.fh-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.fh-field__label, .fh-label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-stretch: 85%; font-variation-settings: "wdth" 85; color: var(--fh-black-900); }
.fh-label__ar { font-family: var(--fh-font-ar); text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 13px; color: var(--fh-grey-2); direction: rtl; }
.fh-label__opt { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--fh-grey-3); font-size: 12px; }
.fh-input, body.fh .fh-form input[type="text"], body.fh .fh-form input[type="email"], body.fh .fh-form input[type="tel"], body.fh .fh-form input[type="number"], body.fh .fh-form input[type="password"], body.fh .fh-form select, body.fh .fh-form textarea {
  width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--fh-white-400); border-radius: var(--fh-r-press); background: var(--fh-white-50); color: var(--fh-black-900); font-size: 15px; line-height: 1; font-family: inherit;
  transition: border-color var(--fh-t-micro), box-shadow var(--fh-t-micro); appearance: none; -webkit-appearance: none;
}
body.fh .fh-form textarea { height: auto; min-height: 52px; padding: 14px 16px; line-height: 1.5; resize: vertical; }
.fh-input::placeholder, body.fh .fh-form input::placeholder, body.fh .fh-form textarea::placeholder { color: var(--fh-grey-4); }
.fh-input:focus, body.fh .fh-form input:focus, body.fh .fh-form select:focus, body.fh .fh-form textarea:focus { outline: none; border-color: var(--fh-black-900); box-shadow: inset 0 0 0 1px var(--fh-black-900); }
.fh-field.has-error .fh-input, body.fh .fh-form .woocommerce-invalid input, body.fh .fh-form .woocommerce-invalid select { border-color: var(--fh-red); box-shadow: inset 0 0 0 1px var(--fh-red); }
.fh-field__error { font-size: 13px; color: var(--fh-red); }
.fh-field__hint { font-size: 12px; color: var(--fh-grey-3); line-height: 1.4; }
.fh-select { position: relative; }
.fh-select select { padding-right: 44px; }
.fh-select::after { content: ""; position: absolute; right: 16px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--fh-black-900); border-bottom: 1.5px solid var(--fh-black-900); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.fh-check { display: flex; align-items: center; gap: 12px; font-size: 15px; cursor: pointer; }
.fh-check input { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; margin: 0; border: 1px solid var(--fh-white-400); border-radius: var(--fh-r-press); background: var(--fh-white-50); display: grid; place-content: center; flex: none; transition: background-color var(--fh-t-micro), border-color var(--fh-t-micro); }
.fh-check input::before { content: ""; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translate(1px,-1px); opacity: 0; }
.fh-check input:checked { background: var(--fh-black-900); border-color: var(--fh-black-900); }
.fh-check input:checked::before { opacity: 1; }
.fh-check input[type="radio"] { border-radius: 50%; }
.fh-check input[type="radio"]::before { width: 8px; height: 8px; border: 0; border-radius: 50%; background: #fff; transform: none; }
.fh-check__count { margin-left: auto; color: var(--fh-grey-3); font-size: 13px; }
.fh-switch { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 15px; cursor: pointer; }
.fh-switch input { appearance: none; -webkit-appearance: none; width: 44px; height: 24px; margin: 0; border-radius: 999px; background: var(--fh-white-400); position: relative; flex: none; transition: background-color var(--fh-t-micro); }
.fh-switch input::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform var(--fh-t-micro) var(--fh-e-out); }
.fh-switch input:checked { background: var(--fh-black-900); }
.fh-switch input:checked::after { transform: translateX(20px); }
.fh-choice { display: block; position: relative; padding: 16px 18px; border: 1px solid var(--fh-white-400); border-radius: var(--fh-r-card); background: var(--fh-white-50); cursor: pointer; transition: border-color var(--fh-t-micro), box-shadow var(--fh-t-micro); }
.fh-choice:hover { border-color: var(--fh-grey-3); }
.fh-choice.is-selected, .fh-choice:has(input:checked) { border-color: var(--fh-black-900); box-shadow: inset 0 0 0 1px var(--fh-black-900); }
.fh-choice input { position: absolute; opacity: 0; pointer-events: none; }
.fh-choice__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.fh-choice__title { font-size: 15px; font-weight: 600; }
.fh-choice__price { font-weight: 600; font-variant-numeric: tabular-nums; }
.fh-choice__sub { font-size: 13px; color: var(--fh-grey-3); margin-top: 4px; }
.fh-choice--radio { padding-left: 52px; }
.fh-choice--radio::before { content: ""; position: absolute; left: 18px; top: 19px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--fh-white-400); background: #fff; }
.fh-choice--radio::after { content: ""; position: absolute; left: 24px; top: 25px; width: 8px; height: 8px; border-radius: 50%; background: var(--fh-black-900); opacity: 0; transition: opacity var(--fh-t-micro); }
.fh-choice--radio.is-selected::before, .fh-choice--radio:has(input:checked)::before { border-color: var(--fh-black-900); }
.fh-choice--radio.is-selected::after, .fh-choice--radio:has(input:checked)::after { opacity: 1; }
.fh-qty { display: inline-flex; align-items: center; height: 48px; border: 1px solid var(--fh-white-400); border-radius: var(--fh-r-press); background: var(--fh-white-50); }
.fh-qty button { width: 44px; height: 100%; border: 0; background: none; font-size: 18px; color: var(--fh-black-900); display: grid; place-content: center; }
.fh-qty button:hover { background: var(--fh-white-200); }
.fh-qty input { width: 48px; height: 100%; border: 0; border-left: 1px solid var(--fh-white-300); border-right: 1px solid var(--fh-white-300); text-align: center; font-size: 15px; font-weight: 600; background: transparent; -moz-appearance: textfield; padding: 0; }
.fh-qty input::-webkit-outer-spin-button, .fh-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fh-qty--sm { height: 36px; } .fh-qty--sm button { width: 32px; font-size: 15px; } .fh-qty--sm input { width: 38px; font-size: 14px; }

/* ---- Carte produit -------------------------------------------------------- */
.fh-card { position: relative; display: flex; flex-direction: column; gap: 6px; }
.fh-card__media { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--fh-r-card); border: 1px solid var(--fh-white-300); background: var(--fh-white-50); overflow: hidden; transition: border-color var(--fh-t-state) var(--fh-e-state), box-shadow var(--fh-t-state) var(--fh-e-state); margin-bottom: 14px; }
.fh-card__media img { position: absolute; inset: 12% 10%; width: 80%; height: 76%; object-fit: contain; object-position: center; transition: transform var(--fh-t-state) var(--fh-e-state), opacity var(--fh-t-state); }
.fh-card:hover .fh-card__media { border-color: var(--fh-black-900); box-shadow: var(--fh-shadow-hover); }
.fh-card:hover .fh-card__media img { transform: scale(1.02); }
.fh-card--out .fh-card__media img { filter: grayscale(1) opacity(.55); }
.fh-card__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.fh-card__wish { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--fh-white-400); background: var(--fh-white-50); display: grid; place-content: center; color: var(--fh-black-900); transition: border-color var(--fh-t-micro), color var(--fh-t-micro), transform var(--fh-t-micro); }
.fh-card__wish svg { width: 16px; height: 16px; }
.fh-card__wish:hover { border-color: var(--fh-black-900); }
.fh-card__wish.is-active { color: var(--fh-yellow-700); border-color: var(--fh-yellow-700); }
.fh-card__wish.is-active svg { fill: currentColor; }
.fh-card__quick { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; gap: 8px; z-index: 2; opacity: 0; transform: translateY(8px); transition: opacity var(--fh-t-state) var(--fh-e-state), transform var(--fh-t-state) var(--fh-e-state); }
.fh-card:hover .fh-card__quick, .fh-card:focus-within .fh-card__quick { opacity: 1; transform: none; }
.fh-card__quick .fh-btn { flex: 1; height: 44px; padding: 0 12px; font-size: 12px; }
.fh-card__quick .fh-btn--icon { flex: none; width: 44px; background: var(--fh-white-50); color: var(--fh-black-900); border: 1px solid var(--fh-white-400); }
.fh-card__quick .fh-btn--icon:hover { border-color: var(--fh-black-900); }
.fh-card__notify { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 2; }
.fh-card__notify .fh-btn { width: 100%; height: 44px; background: var(--fh-white-50); color: var(--fh-black-900); border: 1px solid var(--fh-white-400); font-size: 12px; }
.fh-card__notify .fh-btn:hover { border-color: var(--fh-black-900); }
.fh-card__cat { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-stretch: 78%; font-variation-settings: "wdth" 78; color: var(--fh-grey-2); }
.fh-card__title { font-size: 15px; line-height: 1.35; font-weight: 500; letter-spacing: -0.005em; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fh-card__title a:hover { text-decoration: underline; text-underline-offset: 3px; }
.fh-card__line { font-size: 13px; color: var(--fh-grey-3); }
.fh-card__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 4px; }
.fh-card__price { font-size: 16px; }
.fh-card__price .fh-price--old { font-size: 13px; margin-left: 6px; }
.fh-card__rating { font-size: 13px; color: var(--fh-grey-3); display: inline-flex; align-items: center; gap: 6px; }
.fh-card__stock { margin-top: 2px; }
@media (hover: none), (max-width: 1023px) {
  .fh-card__quick { opacity: 1; transform: none; left: auto; right: 12px; bottom: 12px; }
  .fh-card__quick .fh-btn { width: 40px; height: 40px; flex: none; padding: 0; border-radius: 50%; font-size: 0; }
  .fh-card__quick .fh-btn span { display: none; }
  .fh-card__quick .fh-btn::after { content: "+"; font-size: 22px; font-weight: 300; line-height: 1; }
  .fh-card__quick .fh-btn--icon { display: none; }
  .fh-card__quick .fh-btn svg { display: none; }
}
.fh-card--small .fh-card__media { margin-bottom: 10px; }
/* fiche produit insérée dans la grille */
.fh-card--fiche { border-radius: var(--fh-r-card); background: var(--fh-black-900); color: var(--fh-white-50); padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; gap: 12px; }
.fh-card--fiche .fh-badge { align-self: flex-start; margin-bottom: auto; }
.fh-card--fiche .fh-t3 { color: var(--fh-white-50); }
.fh-card--fiche p { color: var(--fh-grey-4); font-size: 14px; }

/* ---- Accordéon, onglets, toast, tableau ----------------------------------- */
.fh-acc { border-top: 1px solid var(--fh-white-300); }
.fh-acc__item { border-bottom: 1px solid var(--fh-white-300); }
.fh-acc__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; background: none; border: 0; text-align: left; font-size: 17px; font-weight: 600; color: var(--fh-black-900); letter-spacing: -0.008em; }
/* L'icône « + » est autonome : ses deux barres (::before/::after) se positionnent toujours dans l'icône, quel que soit le bouton hôte (accordéon, section produit mobile, groupe de filtres). */
.fh-acc__icon { display: inline-block; width: 20px; height: 20px; position: relative; flex: none; }
.fh-acc__icon::before, .fh-acc__icon::after { content: ""; position: absolute; left: 4px; right: 4px; top: 50%; height: 1.5px; background: currentColor; transition: transform var(--fh-t-state) var(--fh-e-state); }
.fh-acc__icon::after { transform: rotate(90deg); }
.fh-acc__item.is-open .fh-acc__icon::after { transform: rotate(0); }
.fh-acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--fh-t-state) var(--fh-e-state); }
.fh-acc__panel > div { overflow: hidden; }
.fh-acc__item.is-open .fh-acc__panel { grid-template-rows: 1fr; }
.fh-acc__body { padding: 0 0 24px; color: var(--fh-grey-2); max-width: 72ch; font-size: 16px; line-height: 1.6; }
.fh-acc--dark { border-color: var(--fh-black-600); } .fh-acc--dark .fh-acc__item { border-color: var(--fh-black-600); } .fh-acc--dark .fh-acc__btn { color: var(--fh-white-50); } .fh-acc--dark .fh-acc__body { color: var(--fh-grey-4); }
.fh-tabs { display: flex; gap: 32px; border-bottom: 1px solid var(--fh-white-300); overflow-x: auto; scrollbar-width: none; }
.fh-tabs::-webkit-scrollbar { display: none; }
.fh-tabs__tab { padding: 14px 0 16px; border: 0; background: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-stretch: 90%; font-variation-settings: "wdth" 90; color: var(--fh-grey-3); position: relative; white-space: nowrap; }
.fh-tabs__tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--fh-black-900); transform: scaleX(0); transition: transform var(--fh-t-micro) var(--fh-e-out); }
.fh-tabs__tab.is-active { color: var(--fh-black-900); }
.fh-tabs__tab.is-active::after { transform: scaleX(1); }
.fh-toast { position: fixed; top: 24px; right: 24px; z-index: 1200; display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: var(--fh-r-press); background: var(--fh-black-900); color: var(--fh-white-50); font-size: 14px; box-shadow: var(--fh-shadow-float); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity var(--fh-t-state) var(--fh-e-state), transform var(--fh-t-state) var(--fh-e-state); max-width: calc(100vw - 48px); }
.fh-toast.is-visible { opacity: 1; transform: none; }
.fh-toast svg { width: 18px; height: 18px; stroke: var(--fh-yellow-500); }
.fh-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.fh-table th { text-align: left; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-stretch: 78%; font-variation-settings: "wdth" 78; color: var(--fh-grey-2); padding: 0 0 12px; border-bottom: 1px solid var(--fh-black-900); }
.fh-table td { padding: 16px 0; border-bottom: 1px solid var(--fh-white-300); vertical-align: top; }
.fh-table td.is-num, .fh-table th.is-num { text-align: right; font-variant-numeric: tabular-nums; }
.fh-table tr.is-sub td:first-child { padding-left: 20px; color: var(--fh-grey-3); }
.fh-table tr.is-strong td { font-weight: 600; }

/* ---- Révélation au défilement ---------------------------------------------- */
.fh-reveal { opacity: 0; transform: translateY(16px); transition: opacity var(--fh-t-reveal) var(--fh-e-reveal), transform var(--fh-t-reveal) var(--fh-e-reveal); }
.fh-reveal.is-in { opacity: 1; transform: none; }
.fh-reveal[data-delay="1"] { transition-delay: 60ms; } .fh-reveal[data-delay="2"] { transition-delay: 120ms; } .fh-reveal[data-delay="3"] { transition-delay: 180ms; } .fh-reveal[data-delay="4"] { transition-delay: 240ms; } .fh-reveal[data-delay="5"] { transition-delay: 300ms; } .fh-reveal[data-delay="6"] { transition-delay: 360ms; } .fh-reveal[data-delay="7"] { transition-delay: 420ms; }
@media (prefers-reduced-motion: reduce) { .fh-reveal { transform: none; transition: opacity 150ms linear; } .fh-counter.is-bump { animation: none; } .fh-card:hover .fh-card__media img { transform: none; } }
.fh-marquee { overflow: hidden; white-space: nowrap; }
.fh-marquee__track { display: inline-flex; gap: 0; animation: fh-marquee 40s linear infinite; will-change: transform; }
.fh-marquee:hover .fh-marquee__track { animation-play-state: paused; }
.fh-marquee__group { display: inline-flex; align-items: center; flex: none; }
@keyframes fh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .fh-marquee__track { animation: none; } .fh-marquee { overflow-x: auto; } }
.fh-dim { position: fixed; inset: 0; background: rgba(11,11,12,.42); z-index: 900; opacity: 0; pointer-events: none; transition: opacity var(--fh-t-state) var(--fh-e-state); }
.fh-dim.is-on { opacity: 1; pointer-events: auto; }
.fh-dim--dark { background: rgba(11,11,12,.55); }
body.fh.fh-lock { overflow: hidden; }
@media (min-width: 1024px) and (max-width: 1279px) { .fh-display { font-size: 92px; } .fh-display-2 { font-size: 64px; } }
