:root{color-scheme:light;--bg: #fafbfc;--surface: #ffffff;--text: #0b1220;--muted: #5c6778;--border: #e6eaf0;--accent: #0e7c82;--accent-hover: #0a6368;--ok: #1f7a4c;--ok-bg: #e8f6ee;--danger: #b42318;--danger-bg: #fdecea;--media: #ffffff;--placeholder: #f4f6f8;--btn: #ffffff;--overlay: rgba(11, 18, 32, .38);--placeholder-text: #8b95a5;--radius: 18px;--header-h: 150px;--shadow: 0 1px 2px rgba(11, 18, 32, .04);--font: Inter, "Segoe UI", system-ui, -apple-system, sans-serif}html[data-theme=dark]{color-scheme:dark;--bg: #10151c;--surface: #1a212b;--text: #f3f5f8;--muted: #9aa6b5;--border: #2c3644;--accent: #2aa0a6;--accent-hover: #1d858b;--ok: #3dba74;--ok-bg: #163326;--danger: #f97066;--danger-bg: #3a1816;--media: #141b24;--placeholder: #161d26;--btn: #222b36;--overlay: rgba(4, 8, 14, .62);--placeholder-text: #7d8898;--shadow: 0 1px 2px rgba(0, 0, 0, .35)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}button,input{font-family:inherit}img{max-width:100%;display:block}a{color:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:42;flex-shrink:0;background:var(--bg);border-bottom:1px solid var(--border)}.header-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:10px 16px 12px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand theme" "search search";gap:10px 12px;align-items:center}.brand{grid-area:brand;display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none}.brand img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.brand-text{display:flex;flex-direction:column;min-width:0}.brand-text strong{font-size:15px;font-weight:600;letter-spacing:-.01em}.brand-text span{font-size:12px;color:var(--muted)}.search{grid-area:search;position:relative}.search input{width:100%;height:42px;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:0 44px 0 40px;font-size:15px;color:var(--text);outline:none}.search input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.search input::placeholder{color:var(--placeholder-text)}.theme-toggle{grid-area:theme;width:42px;height:42px;border:1px solid var(--border);background:var(--btn);color:var(--text);border-radius:12px;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.theme-toggle:hover{border-color:var(--accent)}.search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0e7c821f}.search-icon{position:absolute;left:4px;top:50%;transform:translateY(-50%);color:var(--muted);width:36px;height:36px;border:0;background:transparent;padding:0;display:grid;place-items:center;cursor:pointer;z-index:1}.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:14px;line-height:1;cursor:pointer;z-index:1}.search-suggest{position:absolute;left:0;right:0;top:calc(100% + 4px);margin:0;padding:6px 0;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);z-index:30;overflow:hidden}.search-suggest button{width:100%;text-align:left;border:0;background:transparent;color:var(--text);padding:8px 12px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px}.search-suggest button:hover,.search-suggest button:focus-visible{background:var(--placeholder)}.search-suggest-thumb{width:38px;height:38px;flex-shrink:0;border-radius:8px;object-fit:contain;padding:4px;background:var(--media);border:1px solid var(--border);box-sizing:border-box}.search-suggest-thumb.is-empty{display:block;padding:0;background:#e8eef0;border-color:#d5dee3}html[data-theme=dark] .search-suggest-thumb.is-empty{background:#1c2a30;border-color:#2c3644}.search-suggest-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.search-suggest-name{font-size:14px;font-weight:600}.search-suggest-meta{font-size:12px;color:var(--muted)}.search-suggest-more{font-size:18px;font-weight:600;letter-spacing:.12em;color:var(--muted);align-items:center;justify-content:center}.remise-banner{margin:0;padding:7px 16px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.15em .55em;text-align:center;font-size:12.5px;font-weight:500;letter-spacing:.01em;line-height:1.35;background:#0b3034;color:#f4efe6}.remise-banner>span{white-space:nowrap}html[data-theme=dark] .remise-banner{background:#0e3c41;color:#f6f1e8}.results-title{font-size:18px;font-weight:600;margin:4px 0 0;letter-spacing:-.02em}.main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:16px 16px 96px}.filters{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.pills{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pills::-webkit-scrollbar{display:none}.pill{flex:0 0 auto;border:1px solid var(--border);background-color:var(--surface);color:var(--text);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;overflow:hidden;background-clip:padding-box;transform:translateZ(0);clip-path:inset(0 round 999px);outline:none}.pill.active{background-color:var(--accent);border-color:var(--accent);color:#fff}.toolbar{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:8px 0 14px}.count{font-size:13px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);cursor:pointer;text-align:left;padding:0;display:flex;flex-direction:column;color:inherit;width:100%}.card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card-media{aspect-ratio:1 / 1;background:var(--media);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;padding:8px;box-sizing:border-box}.card.rupture .card-media img{opacity:.55}.card-body{padding:12px 12px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.marque{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500}.nom{font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.card-meta{margin-top:auto;display:flex;flex-direction:column;gap:6px}.prix{font-size:15px;font-weight:600;color:var(--text)}.badge{display:inline-flex;align-self:flex-start;font-size:11px;font-weight:600;border-radius:999px;padding:3px 8px}.badge.ok{color:var(--ok);background:var(--ok-bg)}.badge.ko{color:var(--danger);background:var(--danger-bg)}.placeholder{width:100%;height:100%;background:var(--placeholder);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;text-align:center;color:var(--muted)}.placeholder img{width:44px;height:44px;opacity:.55;object-fit:contain}.placeholder .ph-initials{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--accent);background:var(--btn)}.placeholder .ph-brand{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.placeholder .ph-name{font-size:11px;color:var(--muted);line-height:1.3;max-width:90%}.empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 20px;text-align:center}.empty h2{margin:0 0 8px;font-size:18px}.empty p{margin:0 0 18px;color:var(--muted)}.similar-title{font-size:15px;font-weight:600;margin:20px 0 12px}.overlay{position:fixed;top:var(--header-h);right:0;bottom:0;left:0;background:var(--overlay);z-index:40}.drawer{position:fixed;z-index:41;top:var(--header-h);right:0;bottom:0;width:min(100%,480px);background:var(--surface);box-shadow:-8px 0 30px #0b122014;display:flex;flex-direction:column}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.drawer-head h2{font-size:14px;font-weight:600;margin:0;color:var(--muted)}.icon-btn{width:40px;height:40px;border:1px solid var(--border);background:var(--btn);color:var(--text);border-radius:12px;cursor:pointer;display:grid;place-items:center}.drawer-body{overflow:auto;padding:16px 16px 28px;display:flex;flex-direction:column;gap:16px}.gallery{display:flex;flex-direction:column;gap:8px}.gallery-main{position:relative;width:100%;aspect-ratio:1 / 1;min-height:240px;flex-shrink:0;background:var(--media);border:1px solid var(--border);border-radius:16px;overflow:hidden;touch-action:pan-y}.gallery-dots{display:flex;justify-content:center;gap:6px;padding:2px 0 0}.gallery-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:var(--border);cursor:pointer}.gallery-dots button.active{background:var(--accent)}.gallery-main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;padding:12px;box-sizing:border-box}.gallery-main .placeholder{position:absolute;top:8px;right:8px;bottom:8px;left:8px;width:auto;height:auto}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border:1px solid var(--border);background:var(--btn);color:var(--text);border-radius:50%;cursor:pointer;font-size:22px;line-height:1;display:grid;place-items:center;padding:0}.gallery-nav.prev{left:8px}.gallery-nav.next{right:8px}.thumbs{display:flex;gap:8px;overflow-x:auto}.thumbs button{flex:0 0 64px;width:64px;height:64px;padding:0;border-radius:12px;border:1px solid var(--border);background:var(--media);overflow:hidden;cursor:pointer;color:var(--text)}.thumbs .placeholder{padding:4px;border:0;border-radius:0}.thumbs button.active{border-color:var(--accent);box-shadow:0 0 0 2px #0e7c8233}.thumbs img{width:100%;height:100%;object-fit:contain;background:var(--media)}.drawer-marque{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;margin:0 0 4px}.drawer-title{font-size:20px;font-weight:600;line-height:1.3;margin:0 0 10px}.facts{display:flex;flex-wrap:wrap;gap:8px}.chip{font-size:12px;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:5px 10px;background:var(--bg)}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-row .prix{font-size:22px}.description{color:var(--text);font-size:15px;line-height:1.55}.description p{margin:0 0 10px}.description p:last-child{margin-bottom:0}.wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;background:var(--accent);color:#fff;border:0;border-radius:14px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer}.wa-btn:hover{background:var(--accent-hover)}.ref-line{font-size:12px;color:var(--muted)}.fab{position:fixed;right:16px;bottom:16px;z-index:30;width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px #0e7c8247;text-decoration:none}.fab:hover{background:var(--accent-hover)}.footer{border-top:1px solid var(--border);padding:20px 16px 88px;text-align:center;color:var(--muted);font-size:13px}.status{padding:64px 20px;text-align:center;color:var(--muted)}@media(max-width:719px){.remise-banner{font-size:12px;padding:6px 12px}}@media(max-width:380px){.remise-banner{font-size:11px;padding:6px 10px;gap:.1em .45em}}@media(min-width:720px){:root{--header-h: 106px}.header-inner{grid-template-columns:auto 1fr auto;grid-template-areas:"brand search theme";padding:12px 24px}.main{padding:24px 24px 96px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.nom{font-size:16px}.fab{right:24px;bottom:24px}}@media(min-width:1100px){.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}
