.udmwe-finder{--cream:#f7ede1;--cream2:#fcf7f1;--copper:#b76536;--ink:#25211f;--muted:#716a65;--line:#e7d9cb;color:var(--ink)}.udmwe-hero{background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:42px;margin-bottom:24px}.udmwe-hero h2{font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;margin:8px 0 12px;letter-spacing:-.035em}.udmwe-hero p{color:var(--muted);max-width:650px;margin:0;font-size:1.05rem}.udmwe-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--copper);font-weight:700}.udmwe-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px}.udmwe-filters{background:var(--cream2);border:1px solid var(--line);border-radius:16px;padding:18px;align-self:start;position:sticky;top:24px}.udmwe-filter-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.udmwe-filter-title button{border:0;background:none;text-decoration:underline;color:var(--muted);cursor:pointer;font-size:.78rem}.udmwe-filter fieldset{border:0;border-top:1px solid var(--line);padding:14px 0;margin:0}.udmwe-filter legend{font-weight:700;font-size:.9rem;padding-top:12px}.udmwe-filter select,.udmwe-filter input{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px}.udmwe-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.udmwe-two label{font-size:.75rem;color:var(--muted)}.udmwe-filter details{border-top:1px solid var(--line)}.udmwe-filter summary{cursor:pointer;font-weight:700;padding:15px 0;color:var(--copper)}.udmwe-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:10px}.udmwe-toolbar select{min-height:38px;border:1px solid var(--line);border-radius:7px;background:#fff}.udmwe-active{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}.udmwe-active:empty{display:none}.udmwe-active button{border:1px solid var(--line);background:var(--cream2);border-radius:999px;padding:6px 9px;font-size:.76rem;cursor:pointer}.udmwe-results{transition:opacity .15s}.udmwe-results.is-loading{opacity:.45}.udmwe-count{margin:0 0 14px}.udmwe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.udmwe-card{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.udmwe-card>img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.udmwe-card-body{padding:14px;display:flex;flex-direction:column;flex:1}.udmwe-card h3{font-size:1.03rem;margin:0 0 5px}.udmwe-card p{margin:3px 0;color:var(--muted)}.udmwe-price{font-weight:750!important;color:var(--ink)!important;font-size:1.05rem}.udmwe-specs{font-size:.82rem;line-height:1.45}.udmwe-actions{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.udmwe-btn,.udmwe-compare-go{display:inline-block;background:var(--ink);color:#fff!important;padding:10px 13px;border-radius:7px;text-decoration:none}.udmwe-compare{font-size:.82rem;white-space:nowrap}.udmwe-compare-bar{position:sticky;bottom:16px;z-index:5;margin:18px auto 0;max-width:520px;background:var(--ink);color:#fff;padding:10px 12px 10px 16px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.18)}.udmwe-compare-bar[hidden]{display:none}.udmwe-compare-bar .udmwe-compare-go{background:var(--cream);color:var(--ink)!important}.udmwe-compare-go[aria-disabled=true]{opacity:.45;pointer-events:none}.udmwe-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.udmwe-table{border-collapse:collapse;width:100%;min-width:700px}.udmwe-table th,.udmwe-table td{padding:13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.udmwe-table thead th{background:var(--cream2)}.udmwe-table thead img{display:block;width:90px;height:90px;object-fit:contain;margin-bottom:7px}.udmwe-empty{padding:24px;background:var(--cream);border:1px solid var(--line);border-radius:14px}@media(max-width:900px){.udmwe-layout{grid-template-columns:1fr}.udmwe-filters{position:static}.udmwe-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.udmwe-hero{padding:28px 20px;border-radius:16px}.udmwe-grid{grid-template-columns:1fr}.udmwe-toolbar{align-items:flex-start;flex-direction:column}.udmwe-actions{gap:12px}.udmwe-compare-bar{left:10px;right:10px}.udmwe-two{grid-template-columns:1fr 1fr}}

/* V0.4 — en-têtes visuels du comparateur */
.udmwe-table thead th.udmwe-product-head{min-width:210px;vertical-align:top;padding:16px;background:var(--cream2)}
.udmwe-compare-image{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden}
.udmwe-table thead .udmwe-compare-image img{display:block;width:100%;height:100%;max-width:180px;object-fit:contain;margin:0}
.udmwe-compare-brand{display:block;color:var(--copper);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}
.udmwe-compare-model{display:block;font-size:1rem;line-height:1.3;color:var(--ink)}
@media(max-width:580px){.udmwe-table thead th.udmwe-product-head{min-width:170px}.udmwe-compare-image{height:140px}.udmwe-table thead .udmwe-compare-image img{max-width:140px}}

/* V0.5 — cartes entièrement évidentes à explorer */
.udmwe-card-image-link{display:block;overflow:hidden;background:#fff;text-decoration:none}.udmwe-card-image-link img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;transition:transform .2s ease}.udmwe-card-title-link{color:var(--ink)!important;text-decoration:none}.udmwe-card-title-link:hover{text-decoration:underline;text-decoration-color:var(--copper);text-underline-offset:3px}.udmwe-card-image-link:focus-visible,.udmwe-card-title-link:focus-visible{outline:2px solid var(--copper);outline-offset:2px}@media(hover:hover) and (pointer:fine){.udmwe-card-image-link:hover img{transform:scale(1.025)}}.udmwe-variant-count{display:inline-block;margin-top:5px;font-size:.76rem;color:var(--copper);font-weight:700}


/* V0.5.1 — lisibilité des filtres actifs + responsive renforcé */
.udmwe-active{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0 16px;min-height:0}
.udmwe-active:empty{display:none}
.udmwe-active .udmwe-active-chip{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 9px 7px 12px!important;border:1px solid #c98f69!important;border-radius:999px!important;background:#f3dfcf!important;color:#713b23!important;font-size:.78rem!important;font-weight:750!important;line-height:1.2!important;opacity:1!important;box-shadow:none!important;cursor:pointer}
.udmwe-active .udmwe-active-chip:hover{background:#ead0bc!important;border-color:#b76536!important;color:#5e301d!important}
.udmwe-active .udmwe-active-chip:focus-visible{outline:3px solid rgba(183,101,54,.28)!important;outline-offset:2px}
.udmwe-active-chip-x{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff7f0;color:#713b23;font-size:16px;font-weight:800;line-height:1}
.udmwe-filter-toggle{display:none;width:100%;min-height:46px;margin:0 0 12px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--cream2);color:var(--ink);font-weight:750;text-align:left;align-items:center;justify-content:space-between;cursor:pointer}
.udmwe-filter-toggle-count{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:var(--copper);color:#fff;font-size:.75rem}
.udmwe-filter-toggle-count[hidden]{display:none}
@media(max-width:1024px) and (min-width:761px){.udmwe-layout{grid-template-columns:230px minmax(0,1fr);gap:18px}.udmwe-filters{padding:15px}.udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.udmwe-card-body{padding:12px}}
@media(max-width:760px){.udmwe-filter-toggle{display:flex}.udmwe-layout{display:block}.udmwe-filters{display:none;position:static;margin-bottom:16px;padding:16px}.udmwe-filters.is-open{display:block}.udmwe-results-col{min-width:0}.udmwe-toolbar{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:8px}.udmwe-toolbar>[data-udmwe-count]{display:none}.udmwe-toolbar label{margin-left:auto}.udmwe-active{margin:6px 0 12px}.udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.udmwe-card h3{font-size:.95rem}.udmwe-card-body{padding:12px}.udmwe-actions{flex-wrap:wrap}.udmwe-btn{min-height:44px;display:inline-flex;align-items:center}.udmwe-compare{min-height:44px;display:inline-flex;align-items:center}.udmwe-compare input{width:18px;height:18px}.udmwe-count{font-weight:700;margin-bottom:12px}}
@media(max-width:520px){.udmwe-grid{grid-template-columns:1fr}.udmwe-toolbar{align-items:stretch;flex-direction:column}.udmwe-toolbar label{margin-left:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.udmwe-toolbar select{flex:1;min-height:44px}.udmwe-active .udmwe-active-chip{min-height:38px}.udmwe-card-image-link img{max-height:310px}.udmwe-actions{justify-content:space-between}.udmwe-compare-bar{bottom:10px;margin-left:0;margin-right:0}}

/* V0.7.1 — comparateur visuel, boutons visibles et responsive sans défilement horizontal */
.udmwe-compare-shell{--cream:#f7ede1;--cream2:#fcf7f1;--copper:#b76536;--ink:#25211f;--muted:#716a65;--line:#e7d9cb;color:var(--ink);width:100%;max-width:100%;min-width:0}
.udmwe-compare-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 16px}
.udmwe-compare-nav-bottom{margin:18px 0 0}
.udmwe-back-btn,.udmwe-new-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:9px;font-weight:750;text-decoration:none!important;line-height:1.2}
.udmwe-back-btn{background:var(--ink);color:#fff!important}.udmwe-new-btn{background:var(--cream2);border:1px solid var(--line);color:var(--ink)!important}
.udmwe-compare-shell .udmwe-table-wrap{width:100%;max-width:100%;overflow:visible;border:1px solid var(--line);border-radius:18px;background:#fff}
.udmwe-compare-shell .udmwe-table{width:100%;max-width:100%;min-width:0!important;table-layout:fixed;border-collapse:collapse}
.udmwe-compare-shell .udmwe-table th,.udmwe-compare-shell .udmwe-table td{box-sizing:border-box;min-width:0;overflow-wrap:anywhere;word-break:normal;padding:14px 12px}
.udmwe-compare-shell .udmwe-table .udmwe-criterion-head,.udmwe-compare-shell .udmwe-table tbody th{width:22%;font-weight:750}
.udmwe-compare-shell .udmwe-product-head{min-width:0!important;width:auto!important;padding:18px 16px!important;background:#fff!important}
.udmwe-compare-shell .udmwe-compare-image{height:260px;width:100%;border:0;border-radius:12px;margin:0 0 14px;background:#fff}
.udmwe-compare-shell .udmwe-table thead .udmwe-compare-image img{width:100%;height:100%;max-width:300px!important;object-fit:contain;margin:auto}
.udmwe-compare-head-price{display:block;margin:8px 0 10px;font-size:1.05rem;font-weight:800;color:var(--ink)}
.udmwe-compare-sheet-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;min-height:42px!important;padding:9px 13px!important;background:var(--ink)!important;color:#fff!important;border:1px solid var(--ink)!important;border-radius:8px!important;font-size:.88rem!important;font-weight:750!important;line-height:1.15!important;visibility:visible!important;opacity:1!important;text-decoration:none!important}
.udmwe-compare-sheet-btn:hover{background:var(--copper)!important;border-color:var(--copper)!important;color:#fff!important}
.udmwe-no-sheet{display:block;margin-top:10px;color:var(--muted);font-size:.8rem;font-weight:600}
@media(max-width:760px){.udmwe-compare-shell .udmwe-table th,.udmwe-compare-shell .udmwe-table td{padding:10px 7px;font-size:.82rem}.udmwe-compare-shell .udmwe-table .udmwe-criterion-head,.udmwe-compare-shell .udmwe-table tbody th{width:24%;font-size:.76rem}.udmwe-compare-shell .udmwe-product-head{padding:10px 6px!important}.udmwe-compare-shell .udmwe-compare-image{height:170px;margin-bottom:9px}.udmwe-compare-shell .udmwe-table thead .udmwe-compare-image img{max-width:180px!important}.udmwe-compare-shell .udmwe-compare-brand{font-size:.61rem;letter-spacing:.06em}.udmwe-compare-shell .udmwe-compare-model{font-size:.82rem;line-height:1.2}.udmwe-compare-head-price{font-size:.86rem;margin:6px 0 8px}.udmwe-compare-sheet-btn{width:100%;min-height:38px!important;padding:7px 5px!important;font-size:.72rem!important}.udmwe-compare-nav{gap:8px}.udmwe-back-btn,.udmwe-new-btn{flex:1 1 160px;font-size:.86rem}}
@media(max-width:480px){.udmwe-compare-shell .udmwe-table th,.udmwe-compare-shell .udmwe-table td{padding:8px 4px;font-size:.72rem}.udmwe-compare-shell .udmwe-table .udmwe-criterion-head,.udmwe-compare-shell .udmwe-table tbody th{width:23%;font-size:.68rem}.udmwe-compare-shell .udmwe-compare-image{height:118px}.udmwe-compare-shell .udmwe-table thead .udmwe-compare-image img{max-width:120px!important}.udmwe-compare-shell .udmwe-compare-brand{font-size:.54rem}.udmwe-compare-shell .udmwe-compare-model{font-size:.69rem}.udmwe-compare-head-price{font-size:.76rem}.udmwe-compare-sheet-btn{font-size:.64rem!important;padding:6px 3px!important;min-height:36px!important}.udmwe-compare-nav{display:grid;grid-template-columns:1fr}.udmwe-back-btn,.udmwe-new-btn{width:100%;box-sizing:border-box}}
@media(max-width:390px){.udmwe-compare-shell .udmwe-table-3 .udmwe-criterion-head,.udmwe-compare-shell .udmwe-table-3 tbody th{width:21%}.udmwe-compare-shell .udmwe-table-3 th,.udmwe-compare-shell .udmwe-table-3 td{padding-left:3px;padding-right:3px;font-size:.66rem}.udmwe-compare-shell .udmwe-table-3 .udmwe-compare-image{height:88px}.udmwe-compare-shell .udmwe-table-3 .udmwe-compare-model{font-size:.62rem}.udmwe-compare-shell .udmwe-table-3 .udmwe-compare-sheet-btn{font-size:.58rem!important}}

/* V0.7.2 — refonte du comparateur */
.udmwe-compare-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.udmwe-compare-products-3{grid-template-columns:repeat(3,minmax(0,1fr))}.udmwe-compare-product{min-width:0;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(54,39,29,.045)}
button.udmwe-compare-image{appearance:none;-webkit-appearance:none;position:relative;display:flex;width:100%;height:340px;padding:0;border:0;border-radius:14px;background:#faf8f5;overflow:hidden;cursor:zoom-in;align-items:center;justify-content:center}.udmwe-compare-image img{display:block;width:100%;height:100%;max-width:390px;object-fit:contain;transition:transform .2s ease}.udmwe-zoom-badge{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 11px;border:1px solid rgba(37,33,31,.13);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 4px 16px rgba(37,33,31,.12);color:var(--ink);font-size:.76rem;font-weight:800;pointer-events:none}.udmwe-compare-image:focus-visible{outline:3px solid rgba(183,101,54,.4);outline-offset:3px}@media(hover:hover){.udmwe-compare-image:hover img{transform:scale(1.035)}}
.udmwe-compare-product .udmwe-compare-brand{margin-top:14px}.udmwe-compare-product .udmwe-compare-model{font-size:1.08rem;line-height:1.3}.udmwe-compare-product .udmwe-compare-head-price{font-size:1.2rem;margin:8px 0 12px}.udmwe-compare-product .udmwe-compare-sheet-btn{width:100%;box-sizing:border-box;min-height:48px!important;background:var(--copper)!important;border-color:var(--copper)!important;font-size:.92rem!important}.udmwe-compare-product .udmwe-compare-sheet-btn:hover{background:#94502f!important;border-color:#94502f!important;transform:translateY(-1px)}
.udmwe-specs-wrap{display:grid;gap:16px}.udmwe-spec-section{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.udmwe-spec-section h3{margin:0;padding:14px 16px;background:var(--cream2);border-bottom:1px solid var(--line);font-size:1rem;color:var(--ink)}.udmwe-spec-grid{display:grid}.udmwe-spec-row{display:grid;grid-template-columns:minmax(145px,22%) minmax(0,1fr);border-bottom:1px solid #eee4da}.udmwe-spec-row:last-child{border-bottom:0}.udmwe-spec-row:nth-child(even){background:#fffdfb}.udmwe-spec-label{padding:13px 16px;font-weight:720;color:#4c443f}.udmwe-spec-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.udmwe-compare-products-3~.udmwe-specs-wrap .udmwe-spec-values{grid-template-columns:repeat(3,minmax(0,1fr))}.udmwe-spec-value{padding:13px 14px;border-left:1px solid #eee4da;text-align:center;font-weight:650;min-width:0;overflow-wrap:anywhere}.udmwe-spec-value span{color:#a49a93;font-weight:500}
.udmwe-back-btn,.udmwe-new-btn{transition:transform .15s ease,background .15s ease,border-color .15s ease}.udmwe-back-btn:hover,.udmwe-new-btn:hover{transform:translateY(-1px)}.udmwe-new-btn{border-color:#d8b89f;background:#fff8f1}.udmwe-new-btn:hover{border-color:var(--copper);background:var(--cream)}
.udmwe-lightbox[hidden]{display:none!important}.udmwe-lightbox{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(24,20,18,.9);backdrop-filter:blur(5px)}.udmwe-lightbox img{display:block;max-width:min(1100px,94vw);max-height:90vh;width:auto;height:auto;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 22px 70px rgba(0,0,0,.35)}.udmwe-lightbox-close{position:fixed;right:22px;top:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#fff;color:#25211f;font-size:30px;line-height:1;cursor:pointer}.udmwe-modal-open{overflow:hidden}
@media(max-width:760px){.udmwe-compare-products{gap:9px}.udmwe-compare-product{padding:9px;border-radius:13px}.udmwe-compare-products button.udmwe-compare-image{height:190px;border-radius:10px}.udmwe-zoom-badge{right:7px;bottom:7px;width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.udmwe-zoom-badge span{display:none}.udmwe-compare-product .udmwe-compare-brand{font-size:.62rem;margin-top:9px}.udmwe-compare-product .udmwe-compare-model{font-size:.82rem}.udmwe-compare-product .udmwe-compare-head-price{font-size:.92rem}.udmwe-compare-product .udmwe-compare-sheet-btn{min-height:42px!important;font-size:.72rem!important;padding:7px 5px!important}.udmwe-spec-row{display:block}.udmwe-spec-label{padding:9px 11px 6px;font-size:.75rem;background:#fcf8f3}.udmwe-spec-values{grid-template-columns:repeat(2,minmax(0,1fr))}.udmwe-compare-products-3~.udmwe-specs-wrap .udmwe-spec-values{grid-template-columns:repeat(3,minmax(0,1fr))}.udmwe-spec-value{padding:10px 5px;font-size:.76rem;border-top:1px solid #f0e7df}.udmwe-spec-value:first-child{border-left:0}.udmwe-spec-section h3{font-size:.9rem;padding:11px}.udmwe-lightbox{padding:14px}.udmwe-lightbox-close{right:12px;top:12px;width:44px;height:44px}}
@media(max-width:480px){.udmwe-compare-products{gap:6px}.udmwe-compare-product{padding:7px}.udmwe-compare-products button.udmwe-compare-image{height:145px}.udmwe-compare-products-3 button.udmwe-compare-image{height:105px}.udmwe-compare-product .udmwe-compare-model{font-size:.72rem}.udmwe-compare-products-3 .udmwe-compare-model{font-size:.62rem}.udmwe-compare-product .udmwe-compare-sheet-btn{font-size:.64rem!important}.udmwe-compare-products-3 .udmwe-compare-sheet-btn{font-size:.56rem!important;padding-left:2px!important;padding-right:2px!important}.udmwe-zoom-badge{width:30px;height:30px;min-height:30px;font-size:.68rem}.udmwe-spec-value{font-size:.7rem}.udmwe-compare-nav{grid-template-columns:1fr 1fr}.udmwe-back-btn,.udmwe-new-btn{font-size:.75rem;padding:8px 6px}.udmwe-compare-nav-bottom{grid-template-columns:1fr}}

/* V0.8 — feedback comparateur */
.udmwe-compare-message{position:fixed;left:50%;bottom:92px;z-index:9998;max-width:min(520px,calc(100vw - 32px));transform:translateX(-50%);padding:12px 16px;background:#25211f;color:#fff;border-radius:9px;box-shadow:0 12px 30px rgba(0,0,0,.18);font-size:14px;text-align:center}.udmwe-compare-message:empty{display:none}

/* V0.8.1 — respiration premium sur pages pleine largeur */
.udmwe-finder{width:min(100%,1520px);margin-inline:auto;padding-inline:clamp(16px,2.2vw,36px)}
.udmwe-layout{grid-template-columns:240px minmax(0,1fr);gap:clamp(24px,2vw,34px);align-items:start}
.udmwe-filters{padding:20px 18px;border-radius:18px;box-shadow:0 8px 28px rgba(54,39,29,.035)}
.udmwe-toolbar{margin-bottom:18px;min-height:44px}.udmwe-count{margin:0 0 20px;font-size:.98rem}.udmwe-grid{gap:clamp(22px,1.7vw,30px)}
.udmwe-card{border-radius:18px;box-shadow:0 10px 32px rgba(54,39,29,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
@media(hover:hover) and (pointer:fine){.udmwe-card:hover{transform:translateY(-3px);border-color:#dcc4b1;box-shadow:0 16px 42px rgba(54,39,29,.075)}}
.udmwe-card-image-link{display:flex;align-items:center;justify-content:center;min-height:0;aspect-ratio:1.18/1;padding:clamp(18px,2vw,30px);background:#fbfaf8;border-bottom:1px solid #f0e6dc}
.udmwe-card-image-link img{width:100%;height:100%;max-height:300px;aspect-ratio:auto;object-fit:contain}
.udmwe-card-body{padding:22px 22px 20px}.udmwe-card h3{font-size:1.08rem;line-height:1.32;margin:0 0 8px}.udmwe-price{margin-top:8px!important;font-size:1.08rem}.udmwe-specs{margin-top:7px!important;line-height:1.55}.udmwe-actions{padding-top:18px;margin-top:14px;border-top:1px solid #f0e6dc}.udmwe-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 15px}.udmwe-compare{display:inline-flex;align-items:center;gap:7px;min-height:44px;cursor:pointer}.udmwe-compare input{width:18px;height:18px;accent-color:var(--copper)}

/* Comparateur : contenu centré dans les pages pleine largeur, sans étirer les produits */
.udmwe-compare-shell{width:min(100%,1520px);margin-inline:auto;padding-inline:clamp(16px,2.2vw,36px)}
.udmwe-compare-nav{margin-bottom:24px}.udmwe-compare-nav-bottom{margin-top:28px}
.udmwe-compare-products{width:100%;max-width:1120px;margin:0 auto 34px;gap:clamp(24px,2.2vw,36px)}
.udmwe-compare-products-3{max-width:1380px;gap:clamp(18px,1.8vw,28px)}
.udmwe-compare-product{padding:clamp(18px,1.8vw,26px);border-radius:20px;box-shadow:0 12px 38px rgba(54,39,29,.055)}
button.udmwe-compare-image{height:clamp(300px,26vw,410px);padding:clamp(20px,2.5vw,38px);background:#fbfaf8;border:1px solid #f0e6dc;border-radius:16px}
.udmwe-compare-products-3 button.udmwe-compare-image{height:clamp(270px,22vw,360px)}
.udmwe-compare-image img{max-width:100%;max-height:100%;object-fit:contain}
.udmwe-compare-product .udmwe-compare-brand{margin-top:20px;margin-bottom:6px}.udmwe-compare-product .udmwe-compare-model{font-size:clamp(1.08rem,1.25vw,1.25rem);line-height:1.3}.udmwe-compare-product .udmwe-compare-head-price{font-size:1.25rem;margin:10px 0 18px}.udmwe-compare-product .udmwe-compare-sheet-btn{min-height:50px!important;border-radius:10px!important}
.udmwe-specs-wrap{gap:24px}.udmwe-spec-section{border-radius:18px;box-shadow:0 8px 26px rgba(54,39,29,.03)}.udmwe-spec-section h3{padding:18px 22px;font-size:1.02rem}.udmwe-spec-row{grid-template-columns:minmax(170px,20%) minmax(0,1fr)}.udmwe-spec-label{padding:16px 22px}.udmwe-spec-value{padding:16px 18px}

@media(max-width:1180px){.udmwe-layout{grid-template-columns:220px minmax(0,1fr);gap:22px}.udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.udmwe-card-image-link{aspect-ratio:1.3/1}}
@media(max-width:760px){.udmwe-finder,.udmwe-compare-shell{padding-inline:16px}.udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.udmwe-card-body{padding:16px}.udmwe-card-image-link{padding:16px;aspect-ratio:1/1}.udmwe-compare-products{gap:12px;margin-bottom:24px}.udmwe-compare-product{padding:11px}.udmwe-compare-products button.udmwe-compare-image,.udmwe-compare-products-3 button.udmwe-compare-image{height:190px;padding:12px}.udmwe-specs-wrap{gap:16px}.udmwe-spec-section h3{padding:13px 14px}.udmwe-spec-label{padding:10px 12px 7px}.udmwe-spec-value{padding:11px 7px}}
@media(max-width:520px){.udmwe-grid{grid-template-columns:1fr;gap:18px}.udmwe-card-image-link{aspect-ratio:1.18/1;padding:22px}.udmwe-card-body{padding:18px}.udmwe-actions{padding-top:14px}.udmwe-compare-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.udmwe-compare-products-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.udmwe-compare-product{padding:8px;border-radius:13px}.udmwe-compare-products button.udmwe-compare-image{height:145px;padding:8px}.udmwe-compare-products-3 button.udmwe-compare-image{height:112px;padding:5px}.udmwe-compare-product .udmwe-compare-brand{margin-top:9px}.udmwe-compare-product .udmwe-compare-head-price{margin:7px 0 10px}.udmwe-spec-row{display:block}.udmwe-spec-label{background:var(--cream2)} }
.udmwe-card-brand{margin:0 0 7px!important;font-size:.68rem!important}


/* V0.8.3 — layout pleine largeur maîtrisé + respiration renforcée */
.udmwe-finder,
.udmwe-compare-shell{box-sizing:border-box;width:calc(100% - 40px)!important;max-width:1360px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.udmwe-finder *,.udmwe-compare-shell *{box-sizing:border-box}
.udmwe-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:36px!important;align-items:start}
.udmwe-filters{padding:22px 18px!important;border-radius:18px!important}
.udmwe-results-col{min-width:0}
.udmwe-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px!important;padding:0 2px}
.udmwe-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important}
.udmwe-card{overflow:hidden;border-radius:18px!important}
.udmwe-card-image-link{aspect-ratio:1.08/1!important;padding:30px!important;background:#fcfaf7!important}
.udmwe-card-image-link img{max-width:100%!important;max-height:280px!important;object-fit:contain!important}
.udmwe-card-body{padding:24px!important}
.udmwe-card-brand{display:block!important;margin:0 0 8px!important;color:#b76536!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.udmwe-card h3{margin:0 0 10px!important;font-size:1.05rem!important;line-height:1.32!important}
.udmwe-price{margin:0 0 8px!important}.udmwe-specs{margin:0!important}
.udmwe-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-top:18px!important;padding-top:18px!important}

/* Deux montres : ne jamais étirer les cartes sur toute la page. */
.udmwe-compare-products{max-width:1040px!important;gap:32px!important;margin:0 auto 42px!important}
.udmwe-compare-products-3{max-width:1280px!important;gap:24px!important}
.udmwe-compare-product{padding:24px!important;border-radius:20px!important}
button.udmwe-compare-image{height:340px!important;padding:34px!important;background:#fcfaf7!important}
.udmwe-compare-products-3 button.udmwe-compare-image{height:300px!important;padding:28px!important}
.udmwe-specs-wrap{max-width:1280px;margin-inline:auto;gap:26px!important}
.udmwe-spec-section h3{padding:18px 22px!important}.udmwe-spec-label,.udmwe-spec-value{padding-top:17px!important;padding-bottom:17px!important}

@media(max-width:1180px){
 .udmwe-finder,.udmwe-compare-shell{width:calc(100% - 32px)!important}
 .udmwe-layout{grid-template-columns:210px minmax(0,1fr)!important;gap:24px!important}
 .udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
}
@media(max-width:760px){
 .udmwe-finder,.udmwe-compare-shell{width:calc(100% - 28px)!important}
 .udmwe-layout{display:block!important}.udmwe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
 .udmwe-card-image-link{padding:18px!important}.udmwe-card-body{padding:17px!important}
 .udmwe-compare-products{gap:12px!important;margin-bottom:26px!important}.udmwe-compare-product{padding:11px!important}
 button.udmwe-compare-image,.udmwe-compare-products-3 button.udmwe-compare-image{height:190px!important;padding:12px!important}
}
@media(max-width:520px){
 .udmwe-finder,.udmwe-compare-shell{width:calc(100% - 24px)!important}
 .udmwe-grid{grid-template-columns:1fr!important;gap:18px!important}
 .udmwe-toolbar{align-items:flex-start;flex-direction:column;gap:10px}
 .udmwe-compare-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .udmwe-compare-products-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
 .udmwe-compare-product{padding:8px!important}
 button.udmwe-compare-image{height:145px!important;padding:8px!important}
 .udmwe-compare-products-3 button.udmwe-compare-image{height:112px!important;padding:5px!important}
}

/* V0.8.4 — variantes + filtres couleurs */
.udmwe-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px;max-height:190px;overflow:auto;padding:2px 0}.udmwe-check-grid label{display:flex;align-items:center;gap:7px;font-size:.82rem;cursor:pointer}.udmwe-check-grid input{width:16px;height:16px;accent-color:var(--copper)}
.udmwe-variant-picker{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 6px}.udmwe-swatch{width:25px;height:25px;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d8c8bb;cursor:pointer;background:#b7b7b7}.udmwe-swatch:hover,.udmwe-swatch:focus-visible,.udmwe-swatch.is-active{box-shadow:0 0 0 2px var(--copper);outline:none}.udmwe-swatch-black{background:#252525}.udmwe-swatch-white{background:#fff}.udmwe-swatch-blue{background:#315b86}.udmwe-swatch-green{background:#47705b}.udmwe-swatch-silver{background:#c8c8c8}.udmwe-swatch-grey{background:#8b8b8b}.udmwe-swatch-cream{background:#eee2ce}.udmwe-swatch-champagne{background:#dbc49c}.udmwe-swatch-brown{background:#76513d}.udmwe-swatch-red{background:#a9463e}.udmwe-swatch-orange{background:#d47b3f}.udmwe-swatch-yellow{background:#e1c95b}.udmwe-swatch-pink{background:#d69aa8}.udmwe-swatch-purple{background:#735b83}.udmwe-swatch-turquoise{background:#4aa3a5}.udmwe-swatch-beige{background:#d7c5a8}.udmwe-swatch-gold{background:#c9a34f}.udmwe-swatch-salmon{background:#d78f7d}.udmwe-swatch-burgundy{background:#713c48}.udmwe-swatch-multicolor{background:linear-gradient(135deg,#315b86 0 33%,#a9463e 33% 66%,#e1c95b 66%)}.udmwe-variant-reference{display:block;min-height:1.1em;margin:0 0 5px;color:#756b64;font-size:.76rem}.udmwe-card-image-link img{transition:opacity .16s ease}

/* V0.9 — modèles utilisables dans le Finder avant publication de leur fiche */
.udmwe-btn-disabled{opacity:.58;cursor:default;pointer-events:none}.udmwe-card-image-static{cursor:default}

/* V0.9.1 — prix calculé par variantes + zoom Finder */
button.udmwe-card-image-link{appearance:none;-webkit-appearance:none;width:100%;border:0;font:inherit;color:inherit;position:relative;cursor:zoom-in;text-align:inherit}
.udmwe-card-image-zoom:focus-visible{outline:3px solid rgba(183,101,54,.38);outline-offset:-3px}
.udmwe-card-zoom-badge{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 11px;border:1px solid rgba(37,33,31,.13);border-radius:999px;background:rgba(255,255,255,.95);box-shadow:0 4px 16px rgba(37,33,31,.12);color:#25211f;font-size:.76rem;font-weight:800;pointer-events:none}
@media(hover:hover) and (pointer:fine){.udmwe-card-image-zoom img{transition:opacity .16s ease,transform .2s ease}.udmwe-card-image-zoom:hover img{transform:scale(1.035)}}
@media(max-width:760px){.udmwe-card-zoom-badge{right:8px;bottom:8px;width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.udmwe-card-zoom-badge span{display:none}}
.udmwe-price{font-weight:800}.udmwe-price[data-base-label^="À partir de"]{letter-spacing:-.01em}


/* V0.9.2 — correctif bouton zoom + netteté des visuels Finder */
button.udmwe-card-image-link{
  border-radius:0!important;
  box-shadow:none!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  margin:0!important;
  min-width:0!important;
  max-width:none!important;
  line-height:normal!important;
  overflow:hidden!important;
  isolation:isolate;
}
button.udmwe-card-image-link::before,
button.udmwe-card-image-link::after{content:none!important;display:none!important}
button.udmwe-card-image-link img{
  border-radius:0!important;
  box-shadow:none!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  image-rendering:auto!important;
  backface-visibility:hidden;
}
.udmwe-card-zoom-badge{
  z-index:3!important;
  right:14px!important;
  bottom:14px!important;
  max-width:calc(100% - 28px);
  white-space:nowrap;
}
@media(max-width:760px){
  .udmwe-card-zoom-badge{right:9px!important;bottom:9px!important}
}

/* V1.0 — actions comparateur boutique */
.udmwe-compare-card-actions{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:12px}.udmwe-compare-card-actions .udmwe-btn{width:100%;justify-content:center;text-align:center}.udmwe-compare-shop-btn{background:var(--udmwe-ink,#25211f)!important;color:#fff!important;border-color:var(--udmwe-ink,#25211f)!important}.udmwe-compare-shop-btn:hover{background:var(--udmwe-copper,#b76536)!important;border-color:var(--udmwe-copper,#b76536)!important}.udmwe-no-sheet{display:block;margin:0;text-align:center}
