/*
Theme Name: Pharmacie Lafayette Archive
Theme URI: https://www.pharmacielafayettedelhoteldeville.com/
Author: Archive restoration team
Description: Filesystem-only, evidence-aware public theme for the Pharmacie Lafayette Hôtel de Ville archive restoration.
Version: 0.1.0
Text Domain: pharmacie-lafayette-archive
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
*/

:root { --ink:#263238; --green:#619723; --mint:#edf4dc; --paper:#fff; --line:#dfe3e5; --muted:#657279; --warm:#f7f7f5; --orange:#e85424; --red:#e11d30; --pink:#ea0672; --max:72rem; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:1.55; }
a { color:inherit; text-decoration-thickness:1px; text-underline-offset:.18em; }
a:hover { color:var(--green); }
a:focus-visible, button:focus-visible, input:focus-visible { outline:3px solid #d99f36; outline-offset:3px; }
img { display:block; max-width:100%; height:auto; }
.screen-reader-text { clip:rect(1px,1px,1px,1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; position:absolute; width:1px; word-wrap:normal!important; }
.screen-reader-text:focus { clip:auto!important; clip-path:none; display:block; height:auto; left:1rem; padding:.75rem 1rem; position:fixed; top:1rem; width:auto; z-index:100; background:#fff; }
.site-header { background:var(--paper); border-bottom:1px solid var(--line); position:relative; z-index:10; }
.utility, .masthead, .site-footer__inner, .page-wrap, .archive-hero__inner { max-width:var(--max); margin:0 auto; padding-inline:1.25rem; }
.utility { color:var(--muted); font-size:.78rem; padding-block:.5rem; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; gap:1rem; }
.utility a { color:var(--green); font-weight:700; text-decoration:none; }
.masthead { min-height:7.5rem; display:flex; justify-content:space-between; align-items:center; gap:1rem; flex-wrap:wrap; }
.brand { display:inline-flex; align-items:center; text-decoration:none; }
.brand__logo { width:auto; height:6.4rem; max-width:10.5rem; object-fit:contain; }
.menu-toggle { background:transparent; border:1px solid var(--ink); padding:.5rem .7rem; color:var(--ink); font:inherit; }
.header-search { display:none; flex:1; max-width:30rem; border:1px solid var(--line); }
.header-search input { min-width:0; flex:1; border:0; padding:.75rem .9rem; font:inherit; }
.header-search button { border:0; background:var(--green); color:#fff; padding:.75rem 1rem; font:inherit; font-weight:700; cursor:pointer; }
.primary-nav { display:none; position:absolute; inset:100% 0 auto; background:var(--paper); border-bottom:1px solid var(--line); padding:1rem 1.25rem; }
.primary-nav.is-open { display:block; }
.primary-nav ul { list-style:none; padding:0; margin:0; display:grid; gap:.65rem; }
.primary-nav a { text-decoration:none; font-weight:700; }
.page-wrap { padding-block:3rem 5rem; }
.archive-hero { background:var(--ink); color:#fff; }
.archive-hero__inner { min-height:min(64vh,46rem); display:grid; align-content:center; gap:1rem; padding-block:4rem; }
.eyebrow { margin:0; color:#b7ddcc; font-size:.76rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.archive-hero h1 { max-width:14ch; font-size:clamp(2.7rem,7vw,6.6rem); letter-spacing:-.075em; line-height:.9; margin:0; }
.archive-hero p:not(.eyebrow) { max-width:36rem; margin:0; color:#e5eee9; font-size:1.08rem; }
.hero-art { position:absolute; right:7vw; bottom:0; width:min(31vw,24rem); height:min(31vw,24rem); border-radius:50% 50% 0 0; background:var(--green); opacity:.8; }
.archive-hero__inner { position:relative; overflow:hidden; }
.archive-hero__inner > *:not(.hero-art) { position:relative; z-index:1; }
.section { margin-top:4rem; }
.section-heading { display:flex; align-items:baseline; justify-content:space-between; gap:1rem; border-bottom:1px solid var(--ink); padding-bottom:.8rem; margin-bottom:1.5rem; }
.section-heading h2 { margin:0; letter-spacing:-.04em; font-size:clamp(1.65rem,3vw,2.5rem); }
.text-link { color:var(--green); font-weight:700; }
.product-grid, .term-grid, .post-list { display:grid; gap:1rem; }
.product-card { min-width:0; display:grid; gap:.9rem; padding-bottom:1.25rem; border-bottom:1px solid var(--line); }
.product-card__media, .attachment-placeholder { aspect-ratio:1/1; display:grid; place-items:center; background:var(--warm); overflow:hidden; }
.product-card__media img { width:100%; height:100%; object-fit:contain; }
.attachment-placeholder { color:var(--muted); font-size:.82rem; text-align:center; padding:1rem; }
.product-card h3, .post-list h2 { font-size:1.08rem; line-height:1.2; margin:0; }
.product-card h3 a, .post-list h2 a { text-decoration:none; }
.product-card__terms { font-size:.78rem; color:var(--muted); margin:0; }
.term-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.term-link { background:var(--mint); text-decoration:none; padding:1.2rem; font-weight:700; min-height:6rem; display:flex; align-items:end; }
.empty-state { background:var(--warm); border-left:4px solid var(--green); padding:1.25rem; max-width:46rem; }
.entry-header { max-width:48rem; margin-bottom:2rem; }
.entry-title { margin:0; font-size:clamp(2.35rem,5vw,4.6rem); line-height:.98; letter-spacing:-.065em; }
.entry-content { max-width:46rem; }
.entry-content > * + * { margin-top:1.2em; }
.entry-content a { color:var(--green); }
.single-product { display:grid; gap:2rem; }
.single-product__image .attachment-placeholder { max-width:32rem; }
.tax-links { color:var(--muted); font-size:.88rem; }
.pagination { margin-top:3rem; }
.pagination .nav-links { display:flex; gap:.8rem; flex-wrap:wrap; }
.pagination a, .pagination .current { border:1px solid var(--line); padding:.45rem .7rem; text-decoration:none; }
.search-form { display:flex; max-width:34rem; gap:.5rem; }
.search-field { flex:1; min-width:0; padding:.7rem; font:inherit; border:1px solid var(--ink); background:#fff; }
.search-submit { padding:.7rem 1rem; border:1px solid var(--green); color:#fff; background:var(--green); font:inherit; font-weight:700; cursor:pointer; }
.site-footer { color:#dcebe3; background:var(--ink); }
.site-footer__inner { padding-block:3rem; display:grid; gap:1.5rem; }
.site-footer h2 { margin:0; font-size:1.2rem; }
.site-footer p { max-width:42rem; color:#bbd2c7; margin:0; }
.site-footer nav ul { list-style:none; display:flex; gap:1rem; padding:0; margin:0; flex-wrap:wrap; }
.site-footer small { color:#9ab4a6; }
.storefront-hero { background:linear-gradient(100deg,#f8f8f8 0%,#f8f8f8 62%,#e4efd0 62%); border-bottom:1px solid var(--line); }
.storefront-hero__inner { max-width:var(--max); margin:0 auto; padding:clamp(3rem,7vw,6rem) 1.25rem; min-height:25rem; display:grid; align-items:center; gap:2rem; }
.storefront-hero__message { max-width:38rem; }
.storefront-hero h1 { color:#313c42; font-size:clamp(2.5rem,6vw,5.4rem); line-height:.94; letter-spacing:-.065em; margin:.35rem 0 1.2rem; }
.storefront-hero__message > p:not(.eyebrow) { max-width:30rem; font-size:1.15rem; color:var(--muted); margin:0 0 1.7rem; }
.button { display:inline-block; padding:.9rem 1.25rem; font-weight:700; text-decoration:none; transition:transform .18s ease, background .18s ease; }
.button--orange { background:var(--orange); color:#fff; }
.button:hover { color:#fff; background:#c74419; transform:translateY(-2px); }
.contact-panel { background:#fff; border-top:5px solid var(--green); box-shadow:0 12px 28px rgba(38,50,56,.12); padding:1.5rem; max-width:21rem; justify-self:end; }
.contact-panel h2 { font-size:1rem; color:var(--green); letter-spacing:.1em; text-transform:uppercase; margin:0 0 1rem; }
.contact-panel p { margin:0 0 1rem; }
.contact-panel > a { display:block; color:var(--ink); font-weight:700; text-decoration:none; }
.contact-panel__link { margin-top:1.4rem; border-top:1px solid var(--line); padding-top:1rem; color:var(--orange)!important; }
.shop-stripe { background:#fff; box-shadow:0 3px 12px rgba(0,0,0,.07); position:relative; z-index:2; }
.shop-stripe__inner { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); }
.shop-stripe a { color:#fff; padding:1rem; font-size:.85rem; font-weight:700; text-align:center; text-decoration:none; text-transform:uppercase; transition:filter .18s ease; }
.shop-stripe a:hover { color:#fff; filter:brightness(.9); }
.shop-stripe__orange { background:var(--orange); }.shop-stripe__red { background:var(--red); }.shop-stripe__pink { background:var(--pink); }.shop-stripe__green { background:var(--green); }
.storefront-wrap { padding-top:2rem; }
.section-heading p { color:var(--muted); margin:0; font-size:.9rem; text-align:right; }
.category-showcase .term-link { background:#f6f6f4; border-top:3px solid var(--green); min-height:7rem; justify-content:space-between; align-items:flex-end; transition:transform .18s ease,background .18s ease; }
.category-showcase .term-link:hover { background:var(--mint); color:var(--ink); transform:translateY(-3px); }
.term-link span { color:var(--green); font-size:1.4rem; }
.product-card { border:1px solid var(--line); padding:1rem; background:#fff; transition:transform .18s ease,box-shadow .18s ease; }
.product-card:hover { transform:translateY(-.3rem); box-shadow:0 12px 22px rgba(38,50,56,.1); border-color:var(--line); }
.product-card__media, .attachment-placeholder { background:#fafafa; }
.health-section { border-top:1px solid var(--line); padding-top:2.5rem; }
.post-list article { background:var(--warm); padding:1.4rem; border-left:4px solid var(--orange); }
.post-list h3 { font-size:1.25rem; line-height:1.15; margin:.4rem 0 1.2rem; }.post-list h3 a { text-decoration:none; }
.contact-section { background:var(--green); color:#fff; display:flex; align-items:end; justify-content:space-between; gap:2rem; padding:2rem; }.contact-section h2 { margin:.3rem 0 0; font-size:clamp(1.5rem,3vw,2.4rem); line-height:1; }.contact-section p { margin:0; }.contact-section a { color:#fff; font-weight:700; }
.legacy-product-card { display:block; position:relative; min-width:0; min-height:218px; padding:0!important; background:#fff; border:2px solid #ffdc00!important; overflow:hidden; }.legacy-product-card .photo-meilleures { height:132px; padding:8px; }.legacy-product-card .product-card__media { display:flex; align-items:center; justify-content:center; width:100%; height:100%; aspect-ratio:auto; background:#fff; }.legacy-product-card .product-card__media img { width:100%; height:100%; object-fit:contain; }.legacy-product-card .nom-meilleures { min-height:62px; padding:5px 10px 0; }.legacy-product-card h3 { margin:0; font-family:Arial,Helvetica,sans-serif; font-size:1rem; font-weight:400; letter-spacing:0; line-height:1.42; }.legacy-product-card h3 a { color:#333; text-decoration:none; }.legacy-product-card .labo-produit { min-height:24px; padding:0 10px 7px; color:#74706f; font-family:Arial,Helvetica,sans-serif; font-size:.78rem; font-weight:400; line-height:1.3; text-transform:uppercase; }.legacy-product-card .labo-produit a { color:inherit; text-decoration:none; }
.primary-nav { background:#000; border:0; }.primary-nav ul { gap:0; }.primary-nav a { color:#fff; padding:.85rem .95rem; text-transform:uppercase; font-size:.72rem; }.primary-nav a:hover { background:#fff; color:#000; }.masthead { max-width:62.5rem; min-height:8.5rem; }.utility { max-width:62.5rem; }.legacy-secondary-nav { max-width:62.5rem; margin:0 auto; padding:.6rem 1rem; text-align:center; font-size:.78rem; border-bottom:1px solid #e4e4e4; }.legacy-secondary-nav a { color:#666; padding:0 .5rem; text-decoration:none; border-right:1px solid #ccc; }.legacy-secondary-nav a:last-child { border:0; }.legacy-intro { background:#f5f5f5; }.legacy-intro__inner { width:min(62.5rem,100%); margin:auto; padding:1.5rem 1.25rem; display:grid; grid-template-columns:minmax(0,1fr) 19.5rem; gap:1.5rem; }.legacy-intro__catalogue { min-height:13rem; padding:1.25rem 1.5rem; background:#fff; border:1px solid #e7e7e7; border-top:4px solid var(--orange); }.legacy-intro__catalogue h1 { margin:.2rem 0 .75rem; font-size:clamp(1.8rem,4vw,3rem); line-height:1; letter-spacing:-.05em; }.legacy-intro__catalogue p:not(.eyebrow) { color:#666; max-width:32rem; }.contact-panel { max-width:none; justify-self:stretch; box-shadow:none; border-top:4px solid var(--orange); padding:1.1rem 1.3rem; }.contact-panel h2 { color:#333; }.contact-panel__actions { display:grid; grid-template-columns:repeat(3,1fr); margin-top:1rem; border-top:1px solid var(--line); }.contact-panel__actions a { color:var(--orange); padding:.6rem .2rem 0; font-size:.7rem; text-align:center; text-transform:uppercase; }.storefront-wrap { max-width:62.5rem; padding-top:1rem; }.legacy-products { border:3px solid var(--orange); padding:0 1rem 1rem; }.legacy-products__title { background:var(--orange); color:#fff; margin:0 -1rem 1rem; padding:.7rem 1rem; display:flex; justify-content:space-between; gap:1rem; font-size:.85rem; }.legacy-products__title span { font-size:.72rem; }.legacy-products .product-card { border:0; border-right:1px solid #eee; box-shadow:none; padding:.5rem; }.legacy-products .product-card:hover { transform:none; box-shadow:none; }.legacy-products .product-card__media { aspect-ratio:1/1; }
@media (min-width:48rem) { .header-search { display:flex; } .menu-toggle { display:none; } .primary-nav { order:3; display:block; width:100%; position:static; border-top:1px solid var(--line); border-bottom:0; padding:.8rem 0 0; } .primary-nav ul { display:flex; gap:1.5rem; } .primary-nav a { font-size:.9rem; } .storefront-hero__inner { grid-template-columns:minmax(0,1fr) 21rem; }.shop-stripe__inner { grid-template-columns:repeat(4,1fr); }.product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; } .term-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } .post-list { grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; } .single-product { grid-template-columns:minmax(0,1fr) minmax(20rem,1fr); } }
@media (prefers-reduced-motion:no-preference) { .archive-hero__inner > *:not(.hero-art) { animation:rise .55s ease-out both; } .product-card { transition:transform .18s ease, border-color .18s ease; } .product-card:hover { transform:translateY(-.25rem); border-color:var(--green); } }
@keyframes rise { from { opacity:0; transform:translateY(1rem); } to { opacity:1; transform:none; } }

/* 2017 home composition: fixed desktop shell, four-level navigation, no commerce UI. */
:root { --ink:#353435; --green:#619723; --orange:#e9530d; --muted:#656565; --shell:73.125rem; }
body { color:var(--muted); font-family:Verdana,Arial,Helvetica,sans-serif; font-size:15px; line-height:1.4; }
.site-shell { width:min(var(--shell),100%); margin-inline:auto; padding-inline:15px; }
.site-header { border:0; }
.utility-bar { height:36px; color:#fff; background:#000; font:12px/36px Arial,Helvetica,sans-serif; }
.utility-bar .site-shell { display:flex; justify-content:flex-end; gap:12px; }
.utility-bar a { color:#fff; text-decoration:none; }
.brand-bar { height:115px; background:#000; color:#fff; }
.brand-bar__inner { height:100%; display:flex; align-items:center; justify-content:space-between; }
.brand { order:2; }
.brand__logo { width:auto; height:104px; max-width:170px; }
.brand-bar__place { order:1; margin:0; color:#fff; font:22px/1.38 Arial,Helvetica,sans-serif; }
.search-band { height:50px; background:var(--orange); }
.search-band__inner { height:100%; display:flex; align-items:center; }
.header-search { display:flex; max-width:430px; height:31px; border:0; }
.header-search input { padding:6px 11px; font:13px Arial,Helvetica,sans-serif; }
.header-search button { padding:0 12px; color:#fff; background:#000; font:700 13px Arial,Helvetica,sans-serif; }
.menu-toggle { margin-left:auto; border-color:#fff; color:#fff; }
.primary-nav { position:static; display:block; padding:0; color:#fff; background:#000; border:0; }
.primary-nav .site-shell { padding-inline:0; }
.primary-nav ul { display:flex; align-items:stretch; justify-content:space-between; gap:0; }
.primary-nav li { display:flex; flex:1 1 auto; }
.primary-nav a { width:100%; padding:17px 9px 15px; color:#fff; font:700 12px/17px Arial,Helvetica,sans-serif; text-align:center; text-decoration:none; text-transform:none; white-space:nowrap; }
.primary-nav a:hover,.primary-nav li:last-child a { color:#fff; background:var(--green); }
.primary-nav .has-mega-menu { position:relative; }.primary-nav .mega-menu { display:none; position:absolute; z-index:30; top:100%; left:0; width:950px; padding:18px 20px; grid-template-columns:repeat(6,1fr); gap:18px; background:#e9530d; box-shadow:0 10px 20px rgba(0,0,0,.25); }.primary-nav .has-mega-menu:hover .mega-menu,.primary-nav .has-mega-menu:focus-within .mega-menu { display:grid; }.primary-nav .mega-menu a { display:block; width:auto; padding:5px 0; color:#fff; font:12px/1.25 Arial,Helvetica,sans-serif; text-align:left; white-space:normal; }.primary-nav .mega-menu div a:first-child { padding-top:0; font-weight:700; text-decoration:underline; }.primary-nav .mega-menu a:hover { color:#000; background:transparent; }
.legacy-secondary-nav { max-width:none; padding:9px 0; border:0; background:#fff; text-align:left; font:700 11px/18px Arial,Helvetica,sans-serif; }
.legacy-secondary-nav .site-shell { display:flex; flex-wrap:wrap; justify-content:flex-start; padding-inline:15px; }
.legacy-secondary-nav a { padding:0 7px; color:#353435; border-right:1px solid #aaa; }
.legacy-secondary-nav a:first-child { padding-left:0; }
.page-wrap.storefront-wrap { width:min(var(--shell),100%); max-width:none; margin:auto; padding:0 15px 65px; }
.home-promo { display:grid; grid-template-columns:minmax(0,750px) minmax(280px,360px); gap:30px; align-items:stretch; }
.archive-slider { position:relative; min-height:263px; overflow:hidden; background:#f2f2f2; }
.archive-slider__slide { display:none; width:100%; height:263px; }.archive-slider__slide.is-active { display:block; }
.archive-slider__slide a,.archive-slider__slide img { display:block; width:100%; height:100%; }.archive-slider__slide img { object-fit:cover; }
.archive-slider__controls { position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; pointer-events:none; }
.archive-slider__arrow { width:34px; height:50px; padding:0; border:0; color:#fff; background:rgba(0,0,0,.42); font:36px/1 Arial,Helvetica,sans-serif; cursor:pointer; opacity:0; pointer-events:auto; transition:opacity .18s ease; }
.archive-slider:hover .archive-slider__arrow,.archive-slider:focus-within .archive-slider__arrow { opacity:1; }.archive-slider__dots { position:absolute; right:0; bottom:10px; left:0; display:flex; justify-content:center; gap:7px; }
.archive-slider__dots button { width:10px; height:10px; padding:0; border:1px solid #fff; border-radius:50%; background:rgba(0,0,0,.35); cursor:pointer; }.archive-slider__dots button[aria-selected="true"] { background:#fff; }
.contact-panel { width:auto; max-width:none; min-height:263px; padding:15px; color:#fff; background:#000; border:0; box-shadow:none; }
.contact-panel h2 { margin:0 0 17px; color:#fff; font:700 18px/1 Georgia,serif; letter-spacing:0; }
.contact-panel p { margin:0; color:#fff; font:11px/1.48 Arial,Helvetica,sans-serif; }
.contact-panel a { color:#fff; }
.contact-panel__thumb { float:left; width:102px; height:75px; margin:0 12px 8px 0; object-fit:cover; }.contact-panel p::after { content:""; display:block; clear:both; }
.contact-panel__actions { gap:12px; margin-top:25px; border:0; }
.contact-panel__actions a { padding:4px; color:#000; background:#fff; font:14px/1 Arial,Helvetica,sans-serif; text-transform:uppercase; }
.contact-panel__actions a:last-child { color:#fff; background:var(--orange); }
.section { margin-top:32px; }
.legacy-products { padding:0 15px 15px; border:3px solid var(--orange); }
.legacy-products__title { min-height:35px; margin:0 -15px 15px; padding:8px 15px; background:var(--orange); font:700 15px/19px Arial,Helvetica,sans-serif; }
.legacy-products__title span { font-size:12px; }
.legacy-products .product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; align-items:stretch; }
.legacy-products .product-card { display:flex; flex-direction:column; min-height:270px; padding:8px!important; border:0; border-right:1px solid #eee; overflow:visible; }
.legacy-products .product-card:nth-child(4n) { border-right:0; }
.legacy-product-card .photo-meilleures { height:166px; padding:4px; }
.legacy-product-card .nom-meilleures { min-height:0; padding:6px 4px 0; }
.legacy-product-card h3 { font:400 16px/1.42 Arial,Helvetica,sans-serif; }
.legacy-product-card h3 a { color:#353435; }
.legacy-product-card .labo-produit { min-height:0; margin-top:auto; padding:7px 4px 0; color:#74706f; font:12px/1.3 Arial,Helvetica,sans-serif; }
.category-showcase .term-link { min-height:100px; }
.site-footer { margin-top:0; background:#353435; }
@media (max-width:767px) {
	html,body { max-width:100%; }
	.utility-bar { height:30px; font-size:11px; line-height:30px; }
	.brand-bar { height:82px; }
	.brand { order:1; margin-inline:auto; }
	.brand__logo { height:74px; max-width:120px; }
	.brand-bar__place { display:none; }
	.search-band { height:48px; }
	.header-search { display:flex; max-width:none; width:calc(100% - 72px); }
	.menu-toggle { padding:5px 8px; font-size:12px; }
	.primary-nav { display:none; position:absolute; z-index:20; left:0; right:0; }
	.primary-nav.is-open { display:block; }
	.primary-nav .site-shell { padding:0; }
	.primary-nav ul { display:block; }
	.primary-nav li { display:block; }
	.primary-nav a { display:block; padding:12px 18px; text-align:left; white-space:normal; }
	.primary-nav .mega-menu { display:none!important; }
	.legacy-secondary-nav { display:none; }
	.page-wrap.storefront-wrap { padding:14px 15px 42px; }
	.home-promo,.legacy-products,.legacy-products .product-grid,.legacy-products .product-card,.contact-panel,.contact-panel__actions { width:100%; max-width:100%; min-width:0; }
	.home-promo { grid-template-columns:1fr; gap:12px; }
	.archive-slider { min-height:0; aspect-ratio:682/265; }
	.archive-slider__slide { height:100%; }
	.contact-panel { padding:17px; }
	.contact-panel__actions { grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
	.contact-panel__actions a { min-width:0; padding:5px 2px; font-size:11px; white-space:normal; overflow-wrap:anywhere; }
	.legacy-products { margin-top:22px; padding:0 8px 8px; }
	.legacy-products__title { margin:0 -8px 8px; padding:8px; }
	.legacy-products__title span { display:none; }
	.legacy-products .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.legacy-products .product-card { min-height:0; padding:7px!important; }
	.legacy-products .product-card > * { max-width:100%; min-width:0; }
	.legacy-products .product-card:nth-child(2n) { border-right:0; }
	.legacy-product-card .photo-meilleures { height:145px; }
	.legacy-product-card h3 { font-size:16px; }
}
.primary-nav .has-mega-menu:last-child .mega-menu { right:0; left:auto; grid-template-columns:repeat(7,minmax(0,1fr)); width:min(1100px,calc(100vw - 30px)); }.primary-nav .has-mega-menu:last-child .mega-menu a { overflow-wrap:anywhere; }
.primary-nav .mega-menu--medicaments { background:#fff; }.primary-nav .mega-menu--medicaments a { color:#555!important; background:transparent!important; }.primary-nav .mega-menu--medicaments div a:first-child { color:#e9530d!important; border-bottom:1px solid #e9530d; }.primary-nav .mega-menu--medicaments a:hover { color:#afafaf!important; background:transparent!important; }
@media (max-width:767px) { .primary-nav .has-mega-menu.is-expanded .mega-menu { display:block!important; position:static; width:auto; padding:10px 18px; box-shadow:none; }.primary-nav .mega-menu--medicaments div { margin:0 0 12px; }.primary-nav .mega-menu--medicaments a { padding:5px 0; font-size:13px; } }
.archive-promo-bar { margin-top:18px; background:#e71d36; text-align:right; }.archive-promo-bar a { display:block; padding:9px 16px; color:#fff; font-weight:700; text-decoration:none; }.archive-services { margin-top:28px; padding:15px; background:#bdb8b0; }.archive-services h2,.archive-health h2 { margin:0 0 12px; color:#fff; font:700 16px Georgia,serif; }.archive-services__items { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.archive-services__items a { display:flex; flex-direction:column; min-height:140px; padding:18px; color:#fff; background:#619723; text-decoration:none; }.archive-services__items a:nth-child(2) { background:#e9530d; }.archive-services__items span { margin-top:12px; }.archive-services__items em { margin-top:auto; font-style:normal; text-align:right; }.archive-health { margin-top:12px; padding:18px; background:#619723; color:#fff; }.archive-health form { display:flex; gap:16px; }.archive-health input { flex:1; min-width:0; padding:10px 14px; border:0; border-radius:8px; }.archive-health button { min-width:126px; border:0; color:#fff; background:#e9530d; font-weight:700; }.archive-health__topics a,.archive-health__content a { color:#fff; font-weight:700; }.archive-health__content { margin-top:18px; padding:18px; color:#333; background:#fff; }.archive-health__content h3 { margin-top:0; color:#619723; }@media(max-width:767px){.archive-services__items{grid-template-columns:1fr}.archive-health form{flex-direction:column}.archive-health button{min-height:42px}}

/* Static archive product selections restored from legacy listing blocks. */
.entry-content:has(.archive-card-list) { max-width:none; }
.entry-content:has(.archive-card-list) > h2 { width:100%; margin:0 0 14px; padding:9px 14px; color:#fff; background:#e9530d; font:700 18px/1.2 Arial,Helvetica,sans-serif; letter-spacing:0; }
.archive-card-list { width:100%; margin:0 0 34px; padding:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; border-top:3px solid #e9530d; border-left:1px solid #e5e5e5; background:#fff; }
.entry-content > * + .archive-card-list { margin-top:0; }
.archive-card-list li { position:relative; min-width:0; min-height:286px; padding:13px 12px 16px; display:grid; grid-template-rows:150px auto min-content min-content; gap:7px; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#fff; }
.archive-card-list li::before { content:"Nouveau"; position:absolute; top:0; left:0; z-index:1; padding:5px 7px; color:#fff; background:#ea0672; font:700 10px/1 Arial,Helvetica,sans-serif; text-transform:uppercase; }
.archive-card-image-link { width:100%; height:150px; display:grid; place-items:center; background:#fafafa; border:1px solid #f0f0f0; text-decoration:none; }
.archive-card-image-link img,.archive-card-image-link .attachment-placeholder { width:100%; height:100%; object-fit:contain; }
.archive-card-image-link .attachment-placeholder { aspect-ratio:auto; color:#777; font-size:11px; }
.archive-card-list li > img { width:100%; height:150px; padding:22px 18px 14px; object-fit:contain; background:#fafafa; border:1px solid #f0f0f0; }
.archive-card-list li > img[data-archive-media-status="unavailable"] { padding:45px 48px 36px; opacity:.42; filter:grayscale(1); }
.archive-card-title { display:block; min-width:0; color:#353435; font:400 14px/1.32 Arial,Helvetica,sans-serif; overflow-wrap:anywhere; }
.archive-card-title a { color:#353435; text-decoration:none; }
.archive-card-title a:hover { color:#619723; }
.archive-card-title a:not([href]) { cursor:default; }
.archive-card-title a:not([href]):hover { color:#353435; }
.archive-card-brand { display:block; align-self:end; color:#74706f; font:700 11px/1.25 Arial,Helvetica,sans-serif; text-transform:uppercase; overflow-wrap:anywhere; }
.archive-card-price { display:block; color:#e9530d; font:700 20px/1 Arial,Helvetica,sans-serif; }
@media (max-width:767px) {
	.archive-card-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.archive-card-list li { min-height:250px; padding:10px 8px 12px; grid-template-rows:128px auto min-content min-content; }
	.archive-card-image-link { height:128px; }
	.archive-card-list li > img { height:128px; padding:20px 12px 10px; }
	.archive-card-list li > img[data-archive-media-status="unavailable"] { padding:38px 34px 30px; }
	.archive-card-title { font-size:13px; }
	.archive-card-price { font-size:18px; }
}

/* Compact page and product heading scale for long catalogue titles. */
.entry-header { max-width:56rem; margin-bottom:1.45rem; }
.entry-title { font-size:clamp(1.65rem,2.8vw,2.65rem); line-height:1.14; letter-spacing:0; overflow-wrap:anywhere; }
.single-product .entry-title { font-size:clamp(1.45rem,2.35vw,2.25rem); line-height:1.18; }
.archive-hero h1,
.storefront-hero h1 { font-size:clamp(2rem,4vw,3.8rem); line-height:1.05; letter-spacing:0; }
.legacy-intro__catalogue h1 { font-size:clamp(1.55rem,3vw,2.35rem); line-height:1.08; letter-spacing:0; }

@media (max-width:767px) {
	.page-wrap { padding-block:2rem 3.5rem; }
	.entry-header { margin-bottom:1.15rem; }
	.entry-title,
	.single-product .entry-title { font-size:1.5rem; line-height:1.2; }
	.archive-hero h1,
	.storefront-hero h1,
	.legacy-intro__catalogue h1 { font-size:1.85rem; line-height:1.12; }
}
