/* ==========================================================
   OVINIS SALES PAGE - STEP 21 PROFESSIONAL FIX
   Strict isolated stylesheet for templates/single-product.php
   Scope: .ovx.ov-clean-commerce
========================================================== */
:root{
  --ov-bg:#f8f4eb;
  --ov-cream:#fffaf2;
  --ov-soft:#eef8f3;
  --ov-card:#ffffff;
  --ov-ink:#09251f;
  --ov-text:#2a4941;
  --ov-muted:#687b74;
  --ov-line:#dce8e1;
  --ov-green:#052c25;
  --ov-green-2:#0a5145;
  --ov-jade:#63d1ba;
  --ov-jade-2:#dff7ef;
  --ov-shadow:0 18px 50px rgba(7,38,33,.09);
  --ov-shadow-strong:0 26px 78px rgba(7,38,33,.15);
  --ov-body:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --ov-display:'Marcellus',Georgia,serif;
}
html{scroll-behavior:smooth;background:var(--ov-bg)!important;margin-top:0!important;}
body.maison-aurea-product-template{margin:0!important;background:var(--ov-bg)!important;color:var(--ov-ink)!important;font-family:var(--ov-body)!important;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;}
body.maison-aurea-product-template #wpadminbar{display:none!important;}
body.maison-aurea-product-template.admin-bar{margin-top:0!important;}
.ovx.ov-clean-commerce{min-height:100vh;background:var(--ov-bg);color:var(--ov-ink);font-family:var(--ov-body);font-size:16px;line-height:1.55;overflow-x:hidden;}
.ovx.ov-clean-commerce *,.ovx.ov-clean-commerce *::before,.ovx.ov-clean-commerce *::after{box-sizing:border-box;}
.ovx.ov-clean-commerce img{display:block;max-width:100%;height:auto;}
.ovx.ov-clean-commerce a{color:inherit;text-decoration:none;}
.ovx.ov-clean-commerce button,.ovx.ov-clean-commerce input,.ovx.ov-clean-commerce select,.ovx.ov-clean-commerce textarea{font:inherit;}
.ovx.ov-clean-commerce .ov-container,.ovx.ov-clean-commerce .container{width:min(1180px,calc(100% - 48px));margin-inline:auto;}
.ovx.ov-clean-commerce .ov-grain,.ovx.ov-clean-commerce .ov-marquee,.ovx.ov-clean-commerce .ov-announce,.ovx.ov-clean-commerce .ov-commerce-strip,.ovx.ov-clean-commerce .ov-shade,.ovx.ov-clean-commerce .ov-seal,.ovx.ov-clean-commerce .ov-price-float,.ovx.ov-clean-commerce .ov-zoom-hint,.ovx.ov-clean-commerce .maeu-cod-product-summary,.ovx.ov-clean-commerce .maeu-cod-product-summary-clean,.ovx.ov-clean-commerce .maeu-cod-mobile-progress,.ovx.ov-clean-commerce .maeu-cod-mobile-help,.ovx.ov-clean-commerce .maeu-cod-reassurance,.ovx.ov-clean-commerce .maeu-cod-field-info,.ovx.ov-clean-commerce .maeu-cod-field-section,.ovx.ov-clean-commerce .maeu-noest-public-box,.ovx.ov-clean-commerce .maeu-noest-fee-card,.ovx.ov-clean-commerce .maeu-noest-public-alert,.ovx.ov-clean-commerce .maeu-noest-public-summary,.ovx.ov-clean-commerce .maeu-cod-flow{display:none!important;}

/* Typography */
.ovx.ov-clean-commerce .ov-h1,.ovx.ov-clean-commerce .ov-h2,.ovx.ov-clean-commerce .ov-h3,.ovx.ov-clean-commerce .section-title{font-family:var(--ov-display)!important;font-weight:400!important;letter-spacing:-.025em;color:var(--ov-ink);margin:0;text-wrap:balance;}
.ovx.ov-clean-commerce .ov-h1{font-size:clamp(42px,4.4vw,68px);line-height:1.02;}
.ovx.ov-clean-commerce .ov-h2,.ovx.ov-clean-commerce .section-title{font-size:clamp(31px,2.9vw,44px);line-height:1.08;}
.ovx.ov-clean-commerce .ov-h3{font-size:clamp(24px,2vw,31px);line-height:1.12;}
.ovx.ov-clean-commerce .ov-lead,.ovx.ov-clean-commerce .lead{font-size:clamp(16px,1.12vw,18px);line-height:1.72;color:var(--ov-muted);margin:0;max-width:730px;}
.ovx.ov-clean-commerce .ov-eyebrow,.ovx.ov-clean-commerce .eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;color:#0c705f;font-size:11px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-eyebrow::before,.ovx.ov-clean-commerce .eyebrow::before{content:'';width:8px;height:8px;border-radius:999px;background:#0c705f;box-shadow:0 0 0 5px rgba(12,112,95,.11);}

/* Buttons */
.ovx.ov-clean-commerce .ov-btn,.ovx.ov-clean-commerce .maeu-cod-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px;min-height:58px;padding:16px 24px;border-radius:16px;border:0;cursor:pointer;font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;}
.ovx.ov-clean-commerce .ov-btn svg{width:18px;height:18px;}
.ovx.ov-clean-commerce .ov-btn-primary,.ovx.ov-clean-commerce .maeu-cod-submit{background:linear-gradient(135deg,#06342d,#0d735f)!important;color:#fff!important;box-shadow:0 18px 42px rgba(6,43,37,.22)!important;}
.ovx.ov-clean-commerce .ov-btn-primary:hover,.ovx.ov-clean-commerce .maeu-cod-submit:hover{transform:translateY(-2px);box-shadow:0 24px 62px rgba(6,43,37,.28)!important;}
.ovx.ov-clean-commerce .ov-btn-ghost{background:#fff;color:var(--ov-green);border:1px solid rgba(6,43,37,.14);box-shadow:0 10px 24px rgba(6,43,37,.055);}
.ovx.ov-clean-commerce .ov-btn-ghost:hover{background:#f3fbf7;border-color:rgba(12,112,95,.28);}
.ovx.ov-clean-commerce a:focus-visible,.ovx.ov-clean-commerce button:focus-visible,.ovx.ov-clean-commerce input:focus-visible,.ovx.ov-clean-commerce select:focus-visible,.ovx.ov-clean-commerce textarea:focus-visible{outline:3px solid rgba(99,209,186,.44)!important;outline-offset:3px!important;}

/* Header */
.ovx.ov-clean-commerce .ov-commerce-header{position:sticky;top:0;z-index:70;background:rgba(255,252,246,.98);border-bottom:1px solid rgba(6,43,37,.08);backdrop-filter:blur(16px);}
.ovx.ov-clean-commerce .ov-nav{min-height:82px;display:flex;align-items:center;gap:22px;}
.ovx.ov-clean-commerce .ov-brand{display:flex;align-items:center;gap:13px;min-width:255px;}
.ovx.ov-clean-commerce .ov-brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ov-green);color:#fff;font-family:var(--ov-display);font-size:25px;box-shadow:0 12px 28px rgba(6,43,37,.16);}
.ovx.ov-clean-commerce .ov-brand-name{display:block;font-size:19px;line-height:1;color:var(--ov-green);font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-brand-kicker{display:block;margin-top:5px;font-size:10px;color:#0c705f;font-weight:950;letter-spacing:.16em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-navlinks{display:flex;align-items:center;gap:6px;margin-left:auto;}
.ovx.ov-clean-commerce .ov-navlinks a{display:inline-flex;align-items:center;min-height:44px;padding:10px 14px;border-radius:999px;color:#345a51;font-size:13px;font-weight:900;letter-spacing:.03em;}
.ovx.ov-clean-commerce .ov-navlinks a:hover{background:#edf8f3;color:#062f28;}
.ovx.ov-clean-commerce .ov-nav-cta{min-height:48px;padding:13px 19px;}
.ovx.ov-clean-commerce .ov-mobile-menu-toggle{display:none;}

/* Hero */
.ovx.ov-clean-commerce .ov-commerce-hero{padding:34px 0 50px;background:radial-gradient(circle at 20% 10%,rgba(99,209,186,.13),transparent 30%),linear-gradient(180deg,#fffaf1 0%,#f5efe3 100%);}
.ovx.ov-clean-commerce .ov-bread{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 20px;color:#74857f;font-size:12px;font-weight:850;}
.ovx.ov-clean-commerce .ov-bread a{color:#0b594b;font-weight:950;}
.ovx.ov-clean-commerce .ov-commerce-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:clamp(28px,3.8vw,54px);align-items:start;}
.ovx.ov-clean-commerce .ov-product-visual{min-width:0;}
.ovx.ov-clean-commerce .ov-frame{position:relative;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(6,43,37,.10);box-shadow:var(--ov-shadow-strong);}
.ovx.ov-clean-commerce .ov-main-open{display:block;width:100%;padding:0;background:transparent;border:0;cursor:zoom-in;}
.ovx.ov-clean-commerce .ov-main-img{width:100%;height:clamp(430px,40vw,560px);object-fit:cover;object-position:center;background:#e8eee9;transition:transform .28s ease;}
.ovx.ov-clean-commerce .ov-frame:hover .ov-main-img{transform:scale(1.01);}
.ovx.ov-clean-commerce .ov-placeholder{min-height:430px;display:grid;place-items:center;background:#eff5f1;color:#49645d;}
.ovx.ov-clean-commerce .ov-stock-badge{position:absolute;z-index:3;left:18px;top:18px;display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;background:#fff;color:#06342d;box-shadow:0 14px 34px rgba(0,0,0,.13);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-stock-low-stock{background:#fff4d8;color:#704800;}
.ovx.ov-clean-commerce .ov-stock-preorder{background:#e7f0ff;color:#083b73;}
.ovx.ov-clean-commerce .ov-stock-out-of-stock{background:#ffe8e5;color:#8d211a;}
.ovx.ov-clean-commerce .ov-thumbs{display:flex;gap:12px;margin-top:15px;overflow:auto;padding:2px 2px 8px;scrollbar-width:thin;}
.ovx.ov-clean-commerce .ov-thumbs button{flex:0 0 82px;width:82px;height:82px;display:block;padding:0;border:2px solid rgba(6,43,37,.10);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(6,43,37,.08);opacity:.84;cursor:pointer;transition:transform .18s ease,opacity .18s ease,border-color .18s ease;}
.ovx.ov-clean-commerce .ov-thumbs button.on,.ovx.ov-clean-commerce .ov-thumbs button:hover{opacity:1;border-color:#0c705f;transform:translateY(-2px);}
.ovx.ov-clean-commerce .ov-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:15px;}

/* Buy card */
.ovx.ov-clean-commerce .ov-buy-card{position:sticky;top:104px;background:#fff;color:var(--ov-ink);border:1px solid rgba(6,43,37,.10);border-radius:28px;padding:30px;box-shadow:var(--ov-shadow-strong);}
.ovx.ov-clean-commerce .ov-product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;}
.ovx.ov-clean-commerce .ov-product-topline span,.ovx.ov-clean-commerce .ov-product-topline em{display:inline-flex;border-radius:999px;padding:9px 12px;background:#edf8f3;color:#0c705f;font-size:10px;font-weight:950;letter-spacing:.10em;text-transform:uppercase;font-style:normal;}
.ovx.ov-clean-commerce .ov-product-topline em{background:#0b4339;color:#fff;}
.ovx.ov-clean-commerce .ov-buy-card .ov-lead{margin-top:16px;color:#526a63;font-size:17px;}
.ovx.ov-clean-commerce .ov-sublead{margin:12px 0 0;color:#687b74;font-size:15.5px;line-height:1.7;}
.ovx.ov-clean-commerce .ov-price-block{margin:23px 0 17px;padding:18px 20px;border-radius:21px;background:linear-gradient(135deg,#052c25,#0c705f);color:#fff;display:grid;gap:4px;}
.ovx.ov-clean-commerce .ov-price-block span{font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:#bdf0e3;}
.ovx.ov-clean-commerce .ov-price-block strong{font-family:var(--ov-display);font-size:clamp(42px,4vw,58px);font-weight:400;line-height:1;letter-spacing:-.04em;}
.ovx.ov-clean-commerce .ov-proof-row{display:grid;gap:9px;margin:14px 0 19px;}
.ovx.ov-clean-commerce .ov-proof-row span{display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid var(--ov-line);border-radius:14px;background:#fbfff9;color:#21483f;font-size:13px;font-weight:900;}
.ovx.ov-clean-commerce .ov-proof-row svg{width:16px;height:16px;flex:0 0 16px;color:#0c705f;}
.ovx.ov-clean-commerce .ov-actions{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;}
.ovx.ov-clean-commerce .ov-buy-note{margin-top:15px;padding:14px 16px;border-radius:16px;background:#edf8f3;color:#2c5a50;font-size:14px;line-height:1.6;}
.ovx.ov-clean-commerce .ov-review-line{margin-top:12px;color:#60746d;font-size:13px;font-weight:800;}
.ovx.ov-clean-commerce .ov-popularity-line{color:#0c705f;}

/* COD FORM - moved right after hero */
.ovx.ov-clean-commerce .maeu-cod-section-v8{background:#fff!important;border-top:1px solid var(--ov-line)!important;border-bottom:1px solid var(--ov-line)!important;padding:54px 0!important;}
.ovx.ov-clean-commerce .maeu-cod-layout-clean,.ovx.ov-clean-commerce .maeu-cod-grid-v8{display:block!important;max-width:820px!important;margin-inline:auto!important;}
.ovx.ov-clean-commerce .maeu-cod-heading,.ovx.ov-clean-commerce .maeu-cod-copy{display:none!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8{display:block!important;background:#fff!important;border:1px solid var(--ov-line)!important;border-radius:26px!important;box-shadow:0 22px 70px rgba(6,43,37,.11)!important;color:var(--ov-ink)!important;overflow:hidden!important;padding:0 0 24px!important;margin:0!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;background:linear-gradient(180deg,#ffffff,#f7fbf8)!important;color:var(--ov-ink)!important;border-bottom:1px solid var(--ov-line)!important;padding:26px 30px 20px!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head span{display:block!important;color:#0c705f!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head b{display:block!important;margin-top:5px!important;color:var(--ov-ink)!important;font-family:var(--ov-display)!important;font-size:32px!important;line-height:1.1!important;font-weight:400!important;letter-spacing:-.02em!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head em{display:none!important;}
.ovx.ov-clean-commerce .maeu-cod-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:17px!important;padding:28px 30px 18px!important;margin:0!important;}
.ovx.ov-clean-commerce .maeu-cod-field{display:grid!important;gap:9px!important;margin:0!important;min-width:0!important;color:var(--ov-ink)!important;}
.ovx.ov-clean-commerce .maeu-cod-field.maeu-width-full,.ovx.ov-clean-commerce .maeu-noest-role-address{grid-column:1/-1!important;}
.ovx.ov-clean-commerce .maeu-noest-role-station_code{display:none!important;}
.ovx.ov-clean-commerce .maeu-noest-role-station_code.is-visible{display:grid!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 label span{color:#315a51!important;font-size:11px!important;font-weight:950!important;letter-spacing:.10em!important;text-transform:uppercase!important;line-height:1.2!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 input:not([type="hidden"]),.ovx.ov-clean-commerce .maeu-cod-form-v8 select,.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{width:100%!important;min-height:60px!important;margin:0!important;padding:15px 16px!important;background:#fff!important;border:1px solid #d6e6df!important;border-radius:15px!important;box-shadow:none!important;color:#0b211d!important;font-size:16px!important;line-height:1.35!important;appearance:auto;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{min-height:112px!important;resize:vertical!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 input::placeholder,.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea::placeholder{color:#8aa09a!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 input:focus,.ovx.ov-clean-commerce .maeu-cod-form-v8 select:focus,.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea:focus{border-color:#0c705f!important;box-shadow:0 0 0 4px rgba(12,112,95,.13)!important;outline:0!important;}
.ovx.ov-clean-commerce .maeu-cod-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 60px)!important;margin:10px 30px 0!important;min-height:66px!important;border-radius:17px!important;font-size:13px!important;}
.ovx.ov-clean-commerce .maeu-cod-privacy{margin:14px 30px 0!important;color:#758982!important;font-size:12.5px!important;line-height:1.55!important;text-align:center!important;}
.ovx.ov-clean-commerce .maeu-cod-success{margin:20px 30px 0!important;padding:15px 16px!important;border-radius:18px!important;background:#edf8f4!important;border:1px solid #cfe9df!important;color:#0b453b!important;display:grid!important;gap:4px!important;}
.ovx.ov-clean-commerce .maeu-cod-success strong{font-size:15px!important;}
.ovx.ov-clean-commerce .maeu-cod-success span{font-size:13px!important;color:#557069!important;}
.ovx.ov-clean-commerce .maeu-noest-disabled{opacity:.55!important;cursor:not-allowed!important;transform:none!important;filter:grayscale(.25)!important;box-shadow:none!important;}
/* Note "bouton en pause" cote client clair : le bouton n'est jamais muet. */
.ovx.ov-clean-commerce .maeu-cod-blocknote{margin:14px 30px 0!important;padding:11px 14px!important;border-radius:14px!important;font-size:13px!important;line-height:1.5!important;border:1px solid #d7e7df!important;background:#f3faf6!important;color:#33564d!important;}
.ovx.ov-clean-commerce .maeu-cod-blocknote[data-tone="loading"]{border-color:#cfe9df!important;background:#edf8f4!important;color:#2f6f5c!important;}
.ovx.ov-clean-commerce .maeu-cod-blocknote[data-tone="blocked"]{border-color:#e7dabc!important;background:#fbf6ea!important;color:#7a6326!important;}
.ovx.ov-clean-commerce .maeu-cod-blocknote[hidden]{display:none!important;}

/* Sections */
.ovx.ov-clean-commerce .ov-sec{padding:clamp(52px,5.2vw,78px) 0;}
.ovx.ov-clean-commerce .ov-light-section{background:var(--ov-cream);}
.ovx.ov-clean-commerce .ov-soft-section{background:var(--ov-soft);}
.ovx.ov-clean-commerce .ov-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;}
.ovx.ov-clean-commerce .ov-link{display:inline-flex;align-items:center;color:#0c705f;font-weight:950;font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-clean-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ovx.ov-clean-commerce .ov-benefit,.ovx.ov-clean-commerce .ov-info-card,.ovx.ov-clean-commerce .ov-solution-card,.ovx.ov-clean-commerce .ov-testimonial{background:#fff;border:1px solid var(--ov-line);border-radius:22px;padding:24px;box-shadow:0 14px 38px rgba(6,43,37,.055);}
.ovx.ov-clean-commerce .ov-clean-benefits .ov-benefit:nth-child(n+4){display:none;}
.ovx.ov-clean-commerce .ov-ic{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#e5f8f1;color:#0c705f;margin-bottom:17px;}
.ovx.ov-clean-commerce .ov-ic svg{width:21px;height:21px;}
.ovx.ov-clean-commerce .ov-benefit h3,.ovx.ov-clean-commerce .ov-step h3,.ovx.ov-clean-commerce .ov-mini-list h3{margin:0 0 8px;color:var(--ov-ink);font-size:17px;font-weight:950;line-height:1.25;}
.ovx.ov-clean-commerce .ov-benefit p,.ovx.ov-clean-commerce .ov-step p,.ovx.ov-clean-commerce .ov-mini-list p,.ovx.ov-clean-commerce .ov-solution-card p{margin:0;color:#63776f;line-height:1.68;font-size:14.5px;}
.ovx.ov-clean-commerce .ov-clean-problem{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:22px;align-items:stretch;}
.ovx.ov-clean-commerce .ov-problem-copy{padding:30px;border-radius:24px;background:#052c25;color:#fff;display:flex;flex-direction:column;justify-content:center;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-h2,.ovx.ov-clean-commerce .ov-problem-copy .ov-lead{color:#fff;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-lead{opacity:.84;margin-top:13px;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-eyebrow{color:#9be1d0;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-eyebrow::before{background:#9be1d0;box-shadow:0 0 0 5px rgba(155,225,208,.14);}
.ovx.ov-clean-commerce .ov-solution-card h3{margin:0 0 12px;color:var(--ov-ink);font-size:24px;font-family:var(--ov-display);font-weight:400;letter-spacing:-.02em;}
.ovx.ov-clean-commerce .ov-proof-list{display:grid;gap:10px;margin-top:18px;}
.ovx.ov-clean-commerce .ov-proof-list div{display:grid;gap:4px;padding:13px 14px;border-radius:15px;background:#f1fbf7;border:1px solid #dcece5;}
.ovx.ov-clean-commerce .ov-proof-list b{color:#0c705f;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.ovx.ov-clean-commerce .ov-proof-list span{color:#4f665f;font-size:14px;line-height:1.55;}
.ovx.ov-clean-commerce .ov-clean-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.ovx.ov-clean-commerce .ov-clean-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--ov-line);box-shadow:0 14px 34px rgba(6,43,37,.06);}
.ovx.ov-clean-commerce .ov-clean-gallery button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;}
.ovx.ov-clean-commerce .ov-clean-gallery img{width:100%;height:285px;object-fit:cover;transition:transform .25s ease;}
.ovx.ov-clean-commerce .ov-clean-gallery figure:hover img{transform:scale(1.025);}
.ovx.ov-clean-commerce .ov-clean-gallery figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:9px 11px;border-radius:13px;background:rgba(5,44,37,.86);color:#fff;font-size:12px;font-weight:800;line-height:1.35;}
.ovx.ov-clean-commerce .ov-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ovx.ov-clean-commerce .ov-info-card .ov-h2{font-size:27px;margin-bottom:17px;}
.ovx.ov-clean-commerce .ov-specs{display:grid;gap:10px;}
.ovx.ov-clean-commerce .ov-specs div{display:grid;gap:5px;padding:13px 14px;border-radius:15px;background:#f7fbf8;border:1px solid #e4eee9;}
.ovx.ov-clean-commerce .ov-specs span{font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;color:#0c705f;}
.ovx.ov-clean-commerce .ov-specs b{font-size:14px;color:#263f38;line-height:1.45;}
.ovx.ov-clean-commerce .ov-mini-list{display:grid;gap:12px;}
.ovx.ov-clean-commerce .ov-mini-list article{display:grid;grid-template-columns:30px 1fr;gap:12px;padding:13px;border-radius:16px;background:#f7fbf8;border:1px solid #e4eee9;}
.ovx.ov-clean-commerce .ov-mini-list article>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#e5f8f1;color:#0c705f;}
.ovx.ov-clean-commerce .ov-mini-list svg{width:16px;height:16px;}

/* Delivery */
.ovx.ov-clean-commerce .ov-trust-section{background:#052c25;color:#fff;padding:48px 0;}
.ovx.ov-clean-commerce .ov-trust-section .ov-h2,.ovx.ov-clean-commerce .ov-trust-section .ov-lead{color:#fff;}
.ovx.ov-clean-commerce .ov-trust-section .ov-lead{opacity:.84;margin-top:12px;}
.ovx.ov-clean-commerce .ov-trust-section .ov-eyebrow{color:#9be1d0;}
.ovx.ov-clean-commerce .ov-trust-section .ov-eyebrow::before{background:#9be1d0;box-shadow:0 0 0 5px rgba(155,225,208,.14);}
.ovx.ov-clean-commerce .ov-clean-confidence{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:26px;align-items:start;}
.ovx.ov-clean-commerce .ov-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ovx.ov-clean-commerce .ov-step{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:20px;}
.ovx.ov-clean-commerce .ov-step b{display:inline-flex;margin-bottom:16px;color:#9be1d0;font-size:12px;font-weight:950;letter-spacing:.12em;}
.ovx.ov-clean-commerce .ov-step h3{color:#fff;}
.ovx.ov-clean-commerce .ov-step p{color:#cfe3dc;}

/* FAQ, testimonials, related */
.ovx.ov-clean-commerce .ov-faq{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:34px;align-items:start;}
.ovx.ov-clean-commerce .ov-faq .ov-lead{margin-top:12px;}
.ovx.ov-clean-commerce .ov-faq-list{display:grid;gap:12px;}
.ovx.ov-clean-commerce .ov-faq-list details{background:#fff;border:1px solid var(--ov-line);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(6,43,37,.04);}
.ovx.ov-clean-commerce .ov-faq-list summary{position:relative;cursor:pointer;list-style:none;padding:20px 48px 20px 22px;color:var(--ov-ink);font-weight:950;font-size:15px;}
.ovx.ov-clean-commerce .ov-faq-list summary::-webkit-details-marker{display:none;}
.ovx.ov-clean-commerce .ov-faq-list summary::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#0c705f;font-weight:950;font-size:18px;}
.ovx.ov-clean-commerce .ov-faq-list details[open] summary::after{content:'–';}
.ovx.ov-clean-commerce .ov-faq-list p{margin:0;padding:0 22px 20px;color:#5f746d;line-height:1.65;font-size:14.5px;}
.ovx.ov-clean-commerce .ov-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.ovx.ov-clean-commerce .ov-testimonial p{color:#5f746d;line-height:1.7;margin:0 0 14px;}
.ovx.ov-clean-commerce .ov-testimonial b{color:var(--ov-ink);}
.ovx.ov-clean-commerce .ov-proof-mini{display:inline-flex;background:#e7f7f2;color:#0c705f;border-radius:999px;padding:8px 11px;font-weight:950;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;}
.ovx.ov-clean-commerce .ov-related-section{background:var(--ov-bg);}
.ovx.ov-clean-commerce .ov-related-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:28px;}
.ovx.ov-clean-commerce .ov-related-head .ov-lead{margin-top:12px;}
.ovx.ov-clean-commerce .ov-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.ovx.ov-clean-commerce .ov-related-card{min-width:0;overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--ov-line);box-shadow:var(--ov-shadow);}
.ovx.ov-clean-commerce .ov-related-img{position:relative;display:block;height:220px;background-size:cover;background-position:center;}
.ovx.ov-clean-commerce .ov-related-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(6,43,37,.52));}
.ovx.ov-clean-commerce .ov-related-img span{position:absolute;z-index:2;left:12px;top:12px;max-width:calc(100% - 24px);border-radius:999px;background:rgba(6,43,37,.88);color:#fff;padding:8px 10px;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ovx.ov-clean-commerce .ov-related-body{padding:16px;}
.ovx.ov-clean-commerce .ov-related-body small{display:block;color:#0c705f;font-weight:950;letter-spacing:.09em;text-transform:uppercase;font-size:10px;}
.ovx.ov-clean-commerce .ov-related-body h3{margin:7px 0 13px;color:var(--ov-ink);font-family:var(--ov-display);font-size:19px;font-weight:400;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:46px;}
.ovx.ov-clean-commerce .ov-related-body>div{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.ovx.ov-clean-commerce .ov-related-body b{color:#0b453b;font-size:16px;white-space:nowrap;}
.ovx.ov-clean-commerce .ov-related-body a{display:inline-flex;align-items:center;justify-content:center;color:#0b332d;background:#fff;border:1px solid var(--ov-line);border-radius:999px;padding:8px 11px;font-size:11px;font-weight:950;text-transform:uppercase;}

/* Footer */
.ovx.ov-clean-commerce .ov-footer{background:#051c18;color:#d4e8e1;padding:36px 0;border-top:0;}
.ovx.ov-clean-commerce .ov-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr auto;gap:22px;align-items:center;}
.ovx.ov-clean-commerce .ov-footer-grid div{display:grid;gap:5px;}
.ovx.ov-clean-commerce .ov-footer-grid b{color:#fff;font-size:14px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-footer-grid span{font-size:13px;color:#b8d2ca;}
.ovx.ov-clean-commerce .ov-footer a{color:#9be1d0!important;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px;}

/* Dock */
.ovx.ov-clean-commerce .ov-dock{position:fixed;left:50%;bottom:18px;z-index:60;transform:translateX(-50%) translateY(120%);opacity:0;width:min(560px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;background:#fff;border:1px solid var(--ov-line);border-radius:20px;box-shadow:0 18px 50px rgba(6,43,37,.16);transition:transform .22s ease,opacity .22s ease;}
.ovx.ov-clean-commerce .ov-dock.is-visible{transform:translateX(-50%) translateY(0);opacity:1;}
.ovx.ov-clean-commerce .ov-dock-price{display:grid;gap:2px;padding-left:8px;}
.ovx.ov-clean-commerce .ov-dock small{color:#0c705f;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-dock b{color:var(--ov-ink);font-family:var(--ov-display);font-size:25px;font-weight:400;}
.ovx.ov-clean-commerce .ov-dock-actions{display:flex;gap:8px;}
.ovx.ov-clean-commerce .ov-dock .ov-btn{min-height:46px;padding:11px 15px;border-radius:14px;}

/* Lightbox */
.ovx.ov-clean-commerce .ov-lightbox{position:fixed;inset:0;z-index:9999;display:none;color:#fff;}
.ovx.ov-clean-commerce .ov-lightbox.is-open{display:block;}
.ovx.ov-clean-commerce .ov-lightbox-backdrop{position:absolute;inset:0;background:rgba(2,12,10,.86);backdrop-filter:blur(12px);}
.ovx.ov-clean-commerce .ov-lightbox-panel{position:absolute;inset:32px;display:grid;place-items:center;}
.ovx.ov-clean-commerce .ov-lightbox-panel img{max-width:min(1100px,100%);max-height:calc(100vh - 130px);object-fit:contain;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.45);}
.ovx.ov-clean-commerce .ov-lightbox-close,.ovx.ov-clean-commerce .ov-lightbox-arrow{position:absolute;z-index:3;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;cursor:pointer;backdrop-filter:blur(10px);}
.ovx.ov-clean-commerce .ov-lightbox-close{right:18px;top:18px;width:48px;height:48px;border-radius:50%;font-size:34px;line-height:1;}
.ovx.ov-clean-commerce .ov-lightbox-arrow{top:50%;transform:translateY(-50%);width:52px;height:70px;border-radius:18px;font-size:44px;}
.ovx.ov-clean-commerce .ov-lightbox-prev{left:18px;}
.ovx.ov-clean-commerce .ov-lightbox-next{right:18px;}
.ovx.ov-clean-commerce .ov-lightbox-meta{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:12px;align-items:center;max-width:min(820px,calc(100% - 70px));padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:13px;}

/* Responsive */
@media(max-width:1120px){
  .ovx.ov-clean-commerce .ov-commerce-grid{grid-template-columns:1fr!important;}
  .ovx.ov-clean-commerce .ov-buy-card{position:relative!important;top:auto!important;}
  .ovx.ov-clean-commerce .ov-clean-benefits{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-clean-problem,.ovx.ov-clean-commerce .ov-info-grid,.ovx.ov-clean-commerce .ov-faq,.ovx.ov-clean-commerce .ov-clean-confidence{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-clean-gallery,.ovx.ov-clean-commerce .ov-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:820px){
  .ovx.ov-clean-commerce .ov-container,.ovx.ov-clean-commerce .container{width:min(100% - 28px,1180px);}
  .ovx.ov-clean-commerce .ov-commerce-hero{padding:22px 0 38px;}
  .ovx.ov-clean-commerce .ov-nav{min-height:68px;flex-wrap:wrap;gap:12px;}
  .ovx.ov-clean-commerce .ov-brand{min-width:auto;}
  .ovx.ov-clean-commerce .ov-brand-name{font-size:16px;}
  .ovx.ov-clean-commerce .ov-brand-mark{width:39px;height:39px;font-size:21px;}
  .ovx.ov-clean-commerce .ov-navlinks{display:none;order:5;width:100%;margin:0 0 12px;padding:10px;background:#fff;border:1px solid rgba(6,43,37,.10);border-radius:18px;}
  .ovx.ov-clean-commerce .ov-navlinks.is-open{display:grid;}
  .ovx.ov-clean-commerce .ov-navlinks a{padding:12px;}
  .ovx.ov-clean-commerce .ov-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;min-height:42px;padding:10px 14px;border:1px solid rgba(6,43,37,.12);border-radius:999px;background:#fff;color:#0b453b;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}
  .ovx.ov-clean-commerce .ov-nav-cta{display:none;}
  .ovx.ov-clean-commerce .ov-main-img{height:380px;}
  .ovx.ov-clean-commerce .ov-thumbs button{flex-basis:72px;width:72px;height:72px;border-radius:16px;}
  .ovx.ov-clean-commerce .ov-buy-card{padding:24px;border-radius:24px;}
  .ovx.ov-clean-commerce .ov-actions{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .maeu-cod-section-v8{padding:40px 0!important;}
  .ovx.ov-clean-commerce .maeu-cod-fields{grid-template-columns:1fr!important;padding:22px!important;}
  .ovx.ov-clean-commerce .maeu-cod-card-head{padding:22px!important;}
  .ovx.ov-clean-commerce .maeu-cod-card-head b{font-size:27px!important;}
  .ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 44px)!important;margin-left:22px!important;margin-right:22px!important;}
  .ovx.ov-clean-commerce .maeu-cod-privacy{margin-left:22px!important;margin-right:22px!important;}
  .ovx.ov-clean-commerce .ov-clean-benefits,.ovx.ov-clean-commerce .ov-clean-gallery,.ovx.ov-clean-commerce .ov-steps,.ovx.ov-clean-commerce .ov-related-grid,.ovx.ov-clean-commerce .ov-testimonials{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-section-head,.ovx.ov-clean-commerce .ov-related-head{display:grid;gap:14px;}
  .ovx.ov-clean-commerce .ov-clean-gallery img{height:280px;}
  .ovx.ov-clean-commerce .ov-related-img{height:238px;}
  .ovx.ov-clean-commerce .ov-footer-grid{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .ovx.ov-clean-commerce .ov-h1{font-size:35px;}
  .ovx.ov-clean-commerce .ov-h2,.ovx.ov-clean-commerce .section-title{font-size:29px;}
  .ovx.ov-clean-commerce .ov-main-img{height:315px;}
  .ovx.ov-clean-commerce .ov-btn{width:100%;}
  .ovx.ov-clean-commerce .ov-dock{bottom:calc(10px + env(safe-area-inset-bottom));padding:10px;border-radius:18px;}
  .ovx.ov-clean-commerce .ov-dock-price{display:none;}
  .ovx.ov-clean-commerce .ov-dock-actions{width:100%;}
  .ovx.ov-clean-commerce .ov-dock .ov-btn{width:100%;font-size:10px;}
  .ovx.ov-clean-commerce .ov-price-block strong{font-size:42px;}
  .ovx.ov-clean-commerce .ov-product-topline{display:grid;justify-content:start;}
  .ovx.ov-clean-commerce .ov-lightbox-panel{inset:12px;}
  .ovx.ov-clean-commerce .ov-lightbox-arrow{display:none;}
  .ovx.ov-clean-commerce .ov-lightbox-panel img{border-radius:18px;max-height:calc(100vh - 110px);}
  .ovx.ov-clean-commerce .ov-lightbox-meta{border-radius:18px;bottom:10px;max-width:calc(100% - 24px);}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important;}
  .ovx.ov-clean-commerce *{animation:none!important;transition:none!important;}
}

/* ==========================================================
   STEP 22 - TEMU-INSPIRED CLEAN COMMERCE REFINEMENT
   Keep OVINIS colors, remove cream background, push a cleaner
   marketplace / product-page feeling.
========================================================== */
:root{
  --ov-bg:#f4f8f7;
  --ov-cream:#ffffff;
  --ov-soft:#f7fbfa;
  --ov-card:#ffffff;
  --ov-ink:#0b241f;
  --ov-text:#35554c;
  --ov-muted:#667c75;
  --ov-line:#d9e7e2;
  --ov-green:#062f28;
  --ov-green-2:#0d5b4d;
  --ov-jade:#63d1ba;
  --ov-jade-2:#e8f8f3;
  --ov-shadow:0 14px 34px rgba(7,38,33,.07);
  --ov-shadow-strong:0 22px 54px rgba(7,38,33,.11);
}
html,.ovx.ov-clean-commerce{background:var(--ov-bg)!important;}
body.maison-aurea-product-template{background:var(--ov-bg)!important;}
.ovx.ov-clean-commerce .ov-commerce-header{background:rgba(255,255,255,.96);}
.ovx.ov-clean-commerce .ov-nav{min-height:78px;}
.ovx.ov-clean-commerce .ov-navlinks a{font-size:12.5px;}

.ovx.ov-clean-commerce .ov-commerce-hero{padding:28px 0 34px;background:linear-gradient(180deg,#f7fbfa 0%,#f3f8f7 100%);}
.ovx.ov-clean-commerce .ov-hero-shell{padding:18px;border:1px solid var(--ov-line);border-radius:32px;background:#fff;box-shadow:var(--ov-shadow-strong);}
.ovx.ov-clean-commerce .ov-commerce-grid{gap:26px;}
.ovx.ov-clean-commerce .ov-main-img{height:clamp(400px,37vw,510px);}
.ovx.ov-clean-commerce .ov-stock-badge{top:16px;left:16px;border:1px solid rgba(6,43,37,.08);box-shadow:0 12px 26px rgba(0,0,0,.09);}
.ovx.ov-clean-commerce .ov-thumbs{gap:10px;margin-top:14px;}
.ovx.ov-clean-commerce .ov-thumbs button{flex:0 0 76px;width:76px;height:76px;border-radius:16px;box-shadow:none;}

.ovx.ov-clean-commerce .ov-buy-card{top:94px;padding:24px;border-radius:24px;box-shadow:none;border:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-product-topline{margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-product-topline span,.ovx.ov-clean-commerce .ov-product-topline em{background:#f1faf6;color:#0a6658;font-size:10px;padding:8px 11px;}
.ovx.ov-clean-commerce .ov-h1{font-size:clamp(34px,3.4vw,52px);line-height:1.04;}
.ovx.ov-clean-commerce .ov-buy-card .ov-lead{font-size:15.5px;line-height:1.62;max-width:none;}
.ovx.ov-clean-commerce .ov-sublead{margin-top:10px;color:var(--ov-text);font-size:14.5px;line-height:1.6;}
.ovx.ov-clean-commerce .ov-price-block{margin:18px 0 14px;padding:18px 18px;border-radius:20px;background:linear-gradient(135deg,#083a31,#0d6c5b);color:#fff;box-shadow:none;}
.ovx.ov-clean-commerce .ov-price-block span{display:block;color:rgba(255,255,255,.78);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px;}
.ovx.ov-clean-commerce .ov-price-block strong{display:block;font-size:44px;line-height:1;font-family:var(--ov-display);font-weight:400;letter-spacing:-.03em;}
.ovx.ov-clean-commerce .ov-buy-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 14px;}
.ovx.ov-clean-commerce .ov-buy-meta-grid div{padding:12px 12px;border:1px solid var(--ov-line);background:#fbfefd;border-radius:16px;display:grid;gap:4px;min-width:0;}
.ovx.ov-clean-commerce .ov-buy-meta-grid small{color:#6b8179;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-buy-meta-grid b{color:var(--ov-ink);font-size:13.5px;line-height:1.35;}
.ovx.ov-clean-commerce .ov-proof-row{display:grid;grid-template-columns:1fr;gap:9px;margin:0 0 14px;}
.ovx.ov-clean-commerce .ov-proof-row span{background:#fff;border:1px solid var(--ov-line);border-radius:14px;padding:12px 13px;display:flex;align-items:center;gap:9px;color:#214740;font-size:13px;font-weight:800;box-shadow:none;}
.ovx.ov-clean-commerce .ov-proof-row svg{width:16px;height:16px;color:#0c705f;flex:0 0 auto;}
.ovx.ov-clean-commerce .ov-review-line{margin:0 0 8px;font-size:13px;color:#58716a;}
.ovx.ov-clean-commerce .ov-popularity-line{color:#0d5b4d;font-weight:800;}
.ovx.ov-clean-commerce .ov-actions{margin-top:16px;display:grid;grid-template-columns:1.3fr .9fr;gap:10px;}
.ovx.ov-clean-commerce .ov-actions .ov-btn{min-height:56px;border-radius:15px;}
.ovx.ov-clean-commerce .ov-buy-note{margin-top:12px;padding:12px 14px;background:#f7fbfa;border:1px solid var(--ov-line);border-radius:14px;color:#44655c;font-size:13px;line-height:1.55;}
.ovx.ov-clean-commerce .ov-buy-trust{margin-top:10px;}
.ovx.ov-clean-commerce .ov-buy-trust span{display:flex;align-items:flex-start;gap:8px;color:#58716a;font-size:12.5px;line-height:1.5;}
.ovx.ov-clean-commerce .ov-buy-trust svg{width:15px;height:15px;color:#0c705f;flex:0 0 auto;margin-top:2px;}

.ovx.ov-clean-commerce .ov-sec{padding:44px 0;}
.ovx.ov-clean-commerce .ov-light-section{background:#ffffff;}
.ovx.ov-clean-commerce .ov-soft-section{background:var(--ov-soft);border-top:1px solid rgba(6,43,37,.04);border-bottom:1px solid rgba(6,43,37,.04);}
.ovx.ov-clean-commerce .ov-section-head{margin-bottom:20px;}
.ovx.ov-clean-commerce .ov-clean-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.ovx.ov-clean-commerce .ov-benefit,.ovx.ov-clean-commerce .ov-info-card,.ovx.ov-clean-commerce .ov-testimonial{background:#fff;border:1px solid var(--ov-line);border-radius:20px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-benefit{padding:20px;}
.ovx.ov-clean-commerce .ov-benefit h3{font-size:19px;margin:12px 0 8px;line-height:1.2;}
.ovx.ov-clean-commerce .ov-benefit p{margin:0;color:#60736d;font-size:14px;line-height:1.6;}
.ovx.ov-clean-commerce .ov-ic{width:42px;height:42px;border-radius:14px;background:#ebf7f2;color:#0c705f;display:grid;place-items:center;}
.ovx.ov-clean-commerce .ov-ic svg{width:18px;height:18px;}
.ovx.ov-clean-commerce .ov-clean-problem{grid-template-columns:1fr 1fr;gap:20px;}
.ovx.ov-clean-commerce .ov-problem-copy,.ovx.ov-clean-commerce .ov-solution-card{min-width:0;padding:28px;border-radius:22px;border:1px solid var(--ov-line);box-shadow:none;}
.ovx.ov-clean-commerce .ov-problem-copy{background:linear-gradient(135deg,#06342d,#0b5145);color:#fff;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-h2,.ovx.ov-clean-commerce .ov-problem-copy .ov-lead,.ovx.ov-clean-commerce .ov-problem-copy .ov-eyebrow{color:#fff;}
.ovx.ov-clean-commerce .ov-problem-copy .ov-eyebrow::before{background:#8ee3d1;box-shadow:none;}
.ovx.ov-clean-commerce .ov-solution-card{background:#fff;}
.ovx.ov-clean-commerce .ov-solution-card h3{margin:10px 0 10px;font-family:var(--ov-display);font-size:28px;line-height:1.14;}
.ovx.ov-clean-commerce .ov-solution-card p{margin:0 0 14px;color:#5e746d;line-height:1.65;}
.ovx.ov-clean-commerce .ov-proof-list{display:grid;gap:10px;}
.ovx.ov-clean-commerce .ov-proof-list div{padding:12px 14px;background:#f7fbfa;border:1px solid var(--ov-line);border-radius:14px;display:flex;justify-content:space-between;gap:14px;align-items:flex-start;}
.ovx.ov-clean-commerce .ov-proof-list b{font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#0c705f;}
.ovx.ov-clean-commerce .ov-proof-list span{font-size:13px;color:#445e57;}

.ovx.ov-clean-commerce .ov-clean-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ovx.ov-clean-commerce .ov-clean-gallery figure{margin:0;background:#fff;border:1px solid var(--ov-line);border-radius:18px;overflow:hidden;box-shadow:none;}
.ovx.ov-clean-commerce .ov-clean-gallery button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;}
.ovx.ov-clean-commerce .ov-clean-gallery img{width:100%;height:220px;object-fit:cover;}
.ovx.ov-clean-commerce .ov-clean-gallery figcaption{padding:10px 12px;color:#5d726b;font-size:13px;line-height:1.45;}

.ovx.ov-clean-commerce .ov-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.ovx.ov-clean-commerce .ov-info-card{padding:22px;}
.ovx.ov-clean-commerce .ov-specs,.ovx.ov-clean-commerce .ov-mini-list{display:grid;gap:11px;}
.ovx.ov-clean-commerce .ov-specs div,.ovx.ov-clean-commerce .ov-mini-list article{padding:12px 14px;background:#f8fbfa;border:1px solid var(--ov-line);border-radius:14px;}
.ovx.ov-clean-commerce .ov-specs span{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#718780;margin-bottom:5px;}
.ovx.ov-clean-commerce .ov-specs b{font-size:14px;color:#17322d;}
.ovx.ov-clean-commerce .ov-mini-list article{display:flex;gap:12px;align-items:flex-start;}
.ovx.ov-clean-commerce .ov-mini-list article span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:#ebf7f2;color:#0c705f;}
.ovx.ov-clean-commerce .ov-mini-list h3{margin:0 0 4px;font-size:16px;line-height:1.25;font-family:var(--ov-body);font-weight:800;}
.ovx.ov-clean-commerce .ov-mini-list p{margin:0;color:#5d726b;font-size:13.5px;line-height:1.55;}

.ovx.ov-clean-commerce .ov-trust-section{background:linear-gradient(135deg,#062f28,#0a4c41);color:#fff;}
.ovx.ov-clean-commerce .ov-clean-confidence{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:start;}
.ovx.ov-clean-commerce .ov-trust-section .ov-h2,.ovx.ov-clean-commerce .ov-trust-section .ov-eyebrow,.ovx.ov-clean-commerce .ov-trust-section .ov-lead{color:#fff;}
.ovx.ov-clean-commerce .ov-trust-section .ov-eyebrow::before{background:#8ee3d1;box-shadow:none;}
.ovx.ov-clean-commerce .ov-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ovx.ov-clean-commerce .ov-step{padding:18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);}
.ovx.ov-clean-commerce .ov-step b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(99,209,186,.18);color:#a2eedf;font-size:12px;font-weight:900;margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-step h3{margin:0 0 7px;font-family:var(--ov-body);font-size:17px;font-weight:800;color:#fff;}
.ovx.ov-clean-commerce .ov-step p{margin:0;color:#d9ece6;font-size:13.5px;line-height:1.55;}

.ovx.ov-clean-commerce .maeu-cod-section-v8{background:#f7fbfa!important;border-top:1px solid var(--ov-line)!important;border-bottom:1px solid var(--ov-line)!important;padding:46px 0!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8{border-radius:22px!important;box-shadow:0 18px 42px rgba(6,43,37,.08)!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head{padding:24px 28px 18px!important;background:#fff!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head b{font-size:30px!important;}
.ovx.ov-clean-commerce .maeu-cod-fields{padding:24px 28px 16px!important;gap:15px!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 input:not([type="hidden"]),.ovx.ov-clean-commerce .maeu-cod-form-v8 select,.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{min-height:58px!important;border-radius:14px!important;background:#fbfefd!important;}
.ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 56px)!important;margin:8px 28px 0!important;min-height:62px!important;border-radius:15px!important;}
.ovx.ov-clean-commerce .maeu-cod-privacy{margin:13px 28px 0!important;}

.ovx.ov-clean-commerce .ov-faq{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:24px;align-items:start;}
.ovx.ov-clean-commerce .ov-faq-list details{border-radius:16px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-faq-list summary{padding:18px 46px 18px 18px;font-size:14px;}
.ovx.ov-clean-commerce .ov-faq-list p{padding:0 18px 18px;font-size:13.5px;}

.ovx.ov-clean-commerce .ov-related-section{background:#fff;}
.ovx.ov-clean-commerce .ov-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.ovx.ov-clean-commerce .ov-related-card{border-radius:18px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-related-img{height:190px;}
.ovx.ov-clean-commerce .ov-related-body{padding:14px;}
.ovx.ov-clean-commerce .ov-related-body h3{font-size:17px;min-height:42px;}

.ovx.ov-clean-commerce .ov-footer{background:#06231e;padding:30px 0;}
.ovx.ov-clean-commerce .ov-footer-grid{grid-template-columns:1.25fr 1fr 1fr auto;gap:18px;}

@media(max-width:1120px){
  .ovx.ov-clean-commerce .ov-hero-shell{padding:16px;}
  .ovx.ov-clean-commerce .ov-clean-benefits,.ovx.ov-clean-commerce .ov-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-clean-gallery,.ovx.ov-clean-commerce .ov-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-clean-confidence{grid-template-columns:1fr;}
}
@media(max-width:820px){
  .ovx.ov-clean-commerce .ov-hero-shell{padding:12px;border-radius:24px;}
  .ovx.ov-clean-commerce .ov-main-img{height:340px;}
  .ovx.ov-clean-commerce .ov-buy-card{padding:20px;border-radius:20px;}
  .ovx.ov-clean-commerce .ov-buy-meta-grid{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-actions{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-clean-benefits,.ovx.ov-clean-commerce .ov-clean-problem,.ovx.ov-clean-commerce .ov-clean-gallery,.ovx.ov-clean-commerce .ov-info-grid,.ovx.ov-clean-commerce .ov-steps,.ovx.ov-clean-commerce .ov-faq,.ovx.ov-clean-commerce .ov-related-grid,.ovx.ov-clean-commerce .ov-testimonials{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-problem-copy,.ovx.ov-clean-commerce .ov-solution-card,.ovx.ov-clean-commerce .ov-info-card{padding:20px;}
  .ovx.ov-clean-commerce .ov-clean-gallery img{height:240px;}
  .ovx.ov-clean-commerce .maeu-cod-fields{padding:20px!important;}
  .ovx.ov-clean-commerce .maeu-cod-card-head{padding:20px!important;}
  .ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 40px)!important;margin-left:20px!important;margin-right:20px!important;}
  .ovx.ov-clean-commerce .maeu-cod-privacy{margin-left:20px!important;margin-right:20px!important;}
}



/* ==========================================================
   STEP 23B - OVINIS CONVERSION VERSION
   Direction: direct sales / marketplace rhythm, clear price,
   strong CTA, compact sections. Same OVINIS colors, no cream.
========================================================== */
:root{
  --ov-bg:#ffffff;
  --ov-cream:#ffffff;
  --ov-soft:#f1f8f6;
  --ov-card:#ffffff;
  --ov-ink:#061e1a;
  --ov-text:#274a42;
  --ov-muted:#5f7770;
  --ov-line:#d7e6e1;
  --ov-green:#06342d;
  --ov-green-2:#08705d;
  --ov-jade:#5ed9bf;
  --ov-jade-2:#e8fbf5;
  --ov-shadow:0 10px 24px rgba(6,43,37,.06);
  --ov-shadow-strong:0 18px 46px rgba(6,43,37,.10);
}
html,.ovx.ov-clean-commerce,body.maison-aurea-product-template{background:#fff!important;}
.ovx.ov-clean-commerce .ov-commerce-header{background:#fff;border-bottom:1px solid #dbe9e4;box-shadow:0 6px 20px rgba(6,43,37,.045);}
.ovx.ov-clean-commerce .ov-nav{min-height:68px;}
.ovx.ov-clean-commerce .ov-brand-mark{width:40px;height:40px;font-size:22px;}
.ovx.ov-clean-commerce .ov-brand-name{font-size:16px;}
.ovx.ov-clean-commerce .ov-brand-kicker{font-size:9px;}
.ovx.ov-clean-commerce .ov-navlinks a{min-height:38px;padding:8px 12px;font-size:12px;}
.ovx.ov-clean-commerce .ov-nav-cta{min-height:42px;padding:10px 17px;}
.ovx.ov-clean-commerce .ov-commerce-hero{padding:20px 0 26px;background:#fff;}
.ovx.ov-clean-commerce .ov-bread{margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-hero-shell{padding:14px;border-radius:20px;background:#fff;border:1px solid #dbe9e4;box-shadow:0 12px 34px rgba(6,43,37,.075);}
.ovx.ov-clean-commerce .ov-commerce-grid{grid-template-columns:minmax(0,1.04fr) minmax(380px,.72fr);gap:18px;}
.ovx.ov-clean-commerce .ov-frame{border-radius:18px;box-shadow:none;border:1px solid #dbe9e4;}
.ovx.ov-clean-commerce .ov-main-img{height:clamp(390px,35vw,500px);}
.ovx.ov-clean-commerce .ov-stock-badge{left:12px;top:12px;padding:8px 11px;font-size:10px;box-shadow:0 10px 22px rgba(0,0,0,.10);}
.ovx.ov-clean-commerce .ov-thumbs{margin-top:10px;gap:8px;padding-bottom:4px;}
.ovx.ov-clean-commerce .ov-thumbs button{flex-basis:66px;width:66px;height:66px;border-radius:12px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-thumbs img{border-radius:10px;}
.ovx.ov-clean-commerce .ov-buy-card{top:80px;padding:20px;border-radius:18px;box-shadow:none;border:1px solid #dbe9e4;}
.ovx.ov-clean-commerce .ov-product-topline{margin-bottom:9px;}
.ovx.ov-clean-commerce .ov-product-topline span,.ovx.ov-clean-commerce .ov-product-topline em{font-size:9px;padding:7px 10px;background:#e9fbf4;color:#076353;}
.ovx.ov-clean-commerce .ov-h1{font-size:clamp(32px,3.1vw,48px);line-height:1.04;}
.ovx.ov-clean-commerce .ov-buy-card .ov-lead{font-size:14.5px;line-height:1.55;color:#4f6861;}
.ovx.ov-clean-commerce .ov-sublead{font-size:13.5px;line-height:1.5;margin-top:8px;}
.ovx.ov-clean-commerce .ov-price-block{margin:14px 0 12px;padding:16px 18px;border-radius:16px;background:#08705d;box-shadow:none;}
.ovx.ov-clean-commerce .ov-price-block span{font-size:10px;}
.ovx.ov-clean-commerce .ov-price-block strong{font-size:46px;}
.ovx.ov-clean-commerce .ov-buy-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-buy-meta-grid div{border-radius:12px;padding:10px;background:#f7fbfa;}
.ovx.ov-clean-commerce .ov-buy-meta-grid small{font-size:9px;}
.ovx.ov-clean-commerce .ov-buy-meta-grid b{font-size:12.5px;}
.ovx.ov-clean-commerce .ov-proof-row{gap:7px;margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-proof-row span{padding:10px 11px;border-radius:12px;font-size:12.5px;font-weight:850;}
.ovx.ov-clean-commerce .ov-actions{grid-template-columns:1fr;gap:9px;margin-top:12px;}
.ovx.ov-clean-commerce .ov-actions .ov-btn{width:100%;min-height:55px;border-radius:13px;}
.ovx.ov-clean-commerce .ov-actions .ov-btn-primary{font-size:13px;}
.ovx.ov-clean-commerce .ov-buy-note{font-size:12.5px;padding:10px 12px;border-radius:12px;margin-top:9px;}
.ovx.ov-clean-commerce .ov-buy-trust{display:none;}
.ovx.ov-clean-commerce .ov-review-line{font-size:12px;}
.ovx.ov-clean-commerce .ov-sec{padding:34px 0;}
.ovx.ov-clean-commerce .ov-light-section{background:#fff;}
.ovx.ov-clean-commerce .ov-soft-section{background:#f1f8f6;}
.ovx.ov-clean-commerce .ov-h2{font-size:clamp(26px,2.4vw,36px);}
.ovx.ov-clean-commerce .ov-section-head{margin-bottom:16px;}
.ovx.ov-clean-commerce .ov-clean-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.ovx.ov-clean-commerce .ov-benefit{padding:16px;border-radius:15px;border:1px solid #dbe9e4;box-shadow:none;}
.ovx.ov-clean-commerce .ov-benefit h3{font-size:16px;margin:9px 0 5px;font-family:var(--ov-body);font-weight:850;}
.ovx.ov-clean-commerce .ov-benefit p{font-size:12.8px;line-height:1.45;margin:0;}
.ovx.ov-clean-commerce .ov-ic{width:34px;height:34px;border-radius:10px;}
.ovx.ov-clean-commerce .ov-ic svg{width:16px;height:16px;}
.ovx.ov-clean-commerce .ov-clean-problem{gap:14px;grid-template-columns:.8fr 1.2fr;}
.ovx.ov-clean-commerce .ov-problem-copy,.ovx.ov-clean-commerce .ov-solution-card{padding:22px;border-radius:17px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-solution-card h3{font-size:24px;}
.ovx.ov-clean-commerce .ov-proof-list{gap:8px;}
.ovx.ov-clean-commerce .ov-proof-list div{padding:10px 12px;border-radius:11px;}
.ovx.ov-clean-commerce .ov-clean-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.ovx.ov-clean-commerce .ov-clean-gallery figure{border-radius:14px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-clean-gallery img{height:190px;}
.ovx.ov-clean-commerce .ov-clean-gallery figcaption{font-size:12px;padding:8px 10px;}
.ovx.ov-clean-commerce .ov-info-grid{gap:12px;}
.ovx.ov-clean-commerce .ov-info-card{padding:18px;border-radius:16px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-specs,.ovx.ov-clean-commerce .ov-mini-list{gap:8px;}
.ovx.ov-clean-commerce .ov-specs div,.ovx.ov-clean-commerce .ov-mini-list article{padding:10px;border-radius:11px;}
.ovx.ov-clean-commerce .ov-mini-list h3{font-size:14px;}
.ovx.ov-clean-commerce .ov-mini-list p{font-size:12.5px;}
.ovx.ov-clean-commerce .ov-trust-section{padding:32px 0;background:#06342d;}
.ovx.ov-clean-commerce .ov-clean-confidence{grid-template-columns:.65fr 1.35fr;gap:16px;}
.ovx.ov-clean-commerce .ov-steps{gap:10px;}
.ovx.ov-clean-commerce .ov-step{padding:14px;border-radius:13px;}
.ovx.ov-clean-commerce .ov-step b{width:28px;height:28px;margin-bottom:8px;}
.ovx.ov-clean-commerce .ov-step h3{font-size:15px;}
.ovx.ov-clean-commerce .ov-step p{font-size:12.5px;}
.ovx.ov-clean-commerce .maeu-cod-section-v8{padding:34px 0!important;background:#fff!important;}
.ovx.ov-clean-commerce .maeu-cod-layout-clean,.ovx.ov-clean-commerce .maeu-cod-grid-v8{max-width:780px!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8{border-radius:18px!important;box-shadow:0 12px 36px rgba(6,43,37,.08)!important;border:1px solid #dbe9e4!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head{padding:20px 24px 14px!important;}
.ovx.ov-clean-commerce .maeu-cod-card-head b{font-size:28px!important;}
.ovx.ov-clean-commerce .maeu-cod-fields{padding:20px 24px 14px!important;gap:12px!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 label span{font-size:10px!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 input:not([type="hidden"]),.ovx.ov-clean-commerce .maeu-cod-form-v8 select,.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{min-height:54px!important;border-radius:12px!important;}
.ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{min-height:96px!important;}
.ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 48px)!important;margin:6px 24px 0!important;min-height:60px!important;border-radius:13px!important;background:#08705d!important;box-shadow:none!important;}
.ovx.ov-clean-commerce .maeu-cod-privacy{margin:10px 24px 0!important;font-size:11.5px!important;}
.ovx.ov-clean-commerce .ov-faq{grid-template-columns:.55fr 1.45fr;gap:18px;}
.ovx.ov-clean-commerce .ov-faq-list{gap:8px;}
.ovx.ov-clean-commerce .ov-faq-list details{border-radius:12px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-faq-list summary{padding:14px 40px 14px 16px;font-size:13px;}
.ovx.ov-clean-commerce .ov-faq-list p{font-size:12.5px;padding:0 16px 14px;}
.ovx.ov-clean-commerce .ov-related-grid{gap:12px;}
.ovx.ov-clean-commerce .ov-related-card{border-radius:14px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-related-img{height:170px;}
.ovx.ov-clean-commerce .ov-related-body{padding:12px;}
.ovx.ov-clean-commerce .ov-related-body h3{font-size:15px;min-height:38px;font-family:var(--ov-body);font-weight:850;}
.ovx.ov-clean-commerce .ov-related-body b{font-size:14px;}
.ovx.ov-clean-commerce .ov-footer{padding:24px 0;}
@media(max-width:1120px){
  .ovx.ov-clean-commerce .ov-clean-benefits,.ovx.ov-clean-commerce .ov-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:820px){
  .ovx.ov-clean-commerce .ov-commerce-hero{padding:14px 0 22px;}
  .ovx.ov-clean-commerce .ov-hero-shell{padding:10px;border-radius:17px;}
  .ovx.ov-clean-commerce .ov-main-img{height:320px;}
  .ovx.ov-clean-commerce .ov-buy-meta-grid{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-clean-benefits,.ovx.ov-clean-commerce .ov-clean-problem,.ovx.ov-clean-commerce .ov-clean-gallery,.ovx.ov-clean-commerce .ov-info-grid,.ovx.ov-clean-commerce .ov-clean-confidence,.ovx.ov-clean-commerce .ov-steps,.ovx.ov-clean-commerce .ov-faq,.ovx.ov-clean-commerce .ov-related-grid{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-sec{padding:28px 0;}
  .ovx.ov-clean-commerce .ov-clean-gallery img{height:230px;}
}

/* ==========================================================
   STEP 24 - MAX CONVERSION MARKETING LAYER + GSAP SUPPORT
========================================================== */
.ovx.ov-clean-commerce .ov-section-head-split,
.ovx.ov-clean-commerce .ov-related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;}
.ovx.ov-clean-commerce .ov-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 14px;border-radius:999px;background:#ecfbf6;border:1px solid #cceee4;color:#08705d;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;}
.ovx.ov-clean-commerce .ov-link:hover{background:#dff7ef;color:#06342d;}
.ovx.ov-clean-commerce .ov-conversion-rail{background:#fff;border-top:1px solid var(--ov-line);border-bottom:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-conversion-rail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;}
.ovx.ov-clean-commerce .ov-conversion-rail-grid div{padding:16px 18px;border-right:1px solid var(--ov-line);display:grid;gap:4px;}
.ovx.ov-clean-commerce .ov-conversion-rail-grid div:first-child{border-left:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-conversion-rail-grid b{font-size:13px;color:#06342d;font-weight:950;}
.ovx.ov-clean-commerce .ov-conversion-rail-grid span{font-size:12.5px;color:#637b73;line-height:1.45;}

.ovx.ov-clean-commerce .ov-angle-section{background:#f7fbfa;border-top:1px solid rgba(6,52,45,.04);border-bottom:1px solid rgba(6,52,45,.04);}
.ovx.ov-clean-commerce .ov-angle-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:stretch;}
.ovx.ov-clean-commerce .ov-angle-copy{padding:24px;border-radius:18px;background:#06342d;color:#fff;display:flex;flex-direction:column;justify-content:center;}
.ovx.ov-clean-commerce .ov-angle-copy .ov-eyebrow,.ovx.ov-clean-commerce .ov-angle-copy .ov-h2,.ovx.ov-clean-commerce .ov-angle-copy .ov-lead{color:#fff;}
.ovx.ov-clean-commerce .ov-angle-copy .ov-eyebrow::before{background:#8ee3d1;box-shadow:none;}
.ovx.ov-clean-commerce .ov-angle-copy .ov-lead{color:#d7eee8;}
.ovx.ov-clean-commerce .ov-angle-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.ovx.ov-clean-commerce .ov-angle-cards article{background:#fff;border:1px solid var(--ov-line);border-radius:18px;padding:18px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-angle-cards b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#e9fbf4;color:#08705d;font-weight:950;font-size:12px;margin-bottom:14px;}
.ovx.ov-clean-commerce .ov-angle-cards h3{margin:0 0 8px;font-family:var(--ov-body);font-size:16px;line-height:1.25;color:#06342d;font-weight:950;}
.ovx.ov-clean-commerce .ov-angle-cards p{margin:0;color:#637b73;font-size:13px;line-height:1.55;}

.ovx.ov-clean-commerce .ov-manual-section{background:#fff;}
.ovx.ov-clean-commerce .ov-manual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ovx.ov-clean-commerce .ov-manual-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--ov-line);border-radius:18px;padding:18px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-manual-card::after{content:'';position:absolute;inset:auto 0 0 0;height:4px;background:linear-gradient(90deg,#08705d,#63d1ba);opacity:.85;}
.ovx.ov-clean-commerce .ov-manual-card span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e9fbf4;color:#08705d;margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-manual-card svg{width:17px;height:17px;}
.ovx.ov-clean-commerce .ov-manual-card h3{margin:0 0 7px;font-family:var(--ov-body);font-size:15px;line-height:1.25;font-weight:950;color:#06342d;}
.ovx.ov-clean-commerce .ov-manual-card p{margin:0;color:#637b73;font-size:13px;line-height:1.55;}

.ovx.ov-clean-commerce .ov-compare-section{background:#f7fbfa;}
.ovx.ov-clean-commerce .ov-compare-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:20px;align-items:start;}
.ovx.ov-clean-commerce .ov-compare-copy{position:sticky;top:92px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-compare-table{overflow:hidden;background:#fff;border:1px solid var(--ov-line);border-radius:18px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-compare-row{display:grid;grid-template-columns:.8fr 1fr 1fr;border-bottom:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-compare-row:last-child{border-bottom:0;}
.ovx.ov-clean-commerce .ov-compare-row span,.ovx.ov-clean-commerce .ov-compare-row strong{padding:15px 16px;font-size:13px;line-height:1.45;border-right:1px solid var(--ov-line);}
.ovx.ov-clean-commerce .ov-compare-row span:last-child,.ovx.ov-clean-commerce .ov-compare-row strong:last-child{border-right:0;}
.ovx.ov-clean-commerce .ov-compare-row span:first-child{font-weight:950;color:#06342d;background:#fbfefd;}
.ovx.ov-clean-commerce .ov-compare-head span{background:#06342d!important;color:#fff!important;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.ovx.ov-clean-commerce .ov-compare-row strong{background:#eafbf5;color:#08705d;font-weight:950;}

.ovx.ov-clean-commerce .ov-objection-section{background:#fff;}
.ovx.ov-clean-commerce .ov-objection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.ovx.ov-clean-commerce .ov-objection-card{background:#fff;border:1px solid var(--ov-line);border-radius:18px;padding:18px;box-shadow:none;}
.ovx.ov-clean-commerce .ov-objection-card span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e9fbf4;color:#08705d;margin-bottom:12px;}
.ovx.ov-clean-commerce .ov-objection-card svg{width:17px;height:17px;}
.ovx.ov-clean-commerce .ov-objection-card h3{margin:0 0 7px;font-family:var(--ov-body);font-size:15px;line-height:1.25;font-weight:950;color:#06342d;}
.ovx.ov-clean-commerce .ov-objection-card p{margin:0;color:#637b73;font-size:13px;line-height:1.55;}

.ovx.ov-clean-commerce .ov-final-cta-section{background:#f7fbfa;}
.ovx.ov-clean-commerce .ov-final-cta{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:24px;border-radius:22px;background:linear-gradient(135deg,#06342d,#08705d);color:#fff;box-shadow:none;}
.ovx.ov-clean-commerce .ov-final-cta .ov-eyebrow,.ovx.ov-clean-commerce .ov-final-cta .ov-h2,.ovx.ov-clean-commerce .ov-final-cta .ov-lead{color:#fff;}
.ovx.ov-clean-commerce .ov-final-cta .ov-lead{color:#d7eee8;}
.ovx.ov-clean-commerce .ov-final-cta .ov-eyebrow::before{background:#8ee3d1;box-shadow:none;}
.ovx.ov-clean-commerce .ov-final-cta-actions{display:grid;grid-template-columns:1fr;gap:10px;min-width:260px;}
.ovx.ov-clean-commerce .ov-final-price{display:grid;gap:2px;padding:13px 15px;border-radius:15px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);}
.ovx.ov-clean-commerce .ov-final-price small{font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#b8eee3;}
.ovx.ov-clean-commerce .ov-final-price b{font-family:var(--ov-display);font-size:32px;font-weight:400;color:#fff;line-height:1;}
.ovx.ov-clean-commerce .ov-final-cta .ov-btn-primary{background:#63d1ba!important;color:#062f28!important;box-shadow:none!important;}
.ovx.ov-clean-commerce .ov-final-cta .ov-btn-ghost{background:#fff!important;color:#06342d!important;border-color:transparent!important;}

.ovx.ov-clean-commerce .ov-gsap-card,
.ovx.ov-clean-commerce .ov-gsap-section .ov-section-head,
.ovx.ov-clean-commerce .ov-angle-copy,
.ovx.ov-clean-commerce .ov-compare-copy,
.ovx.ov-clean-commerce .ov-final-cta > div:first-child{will-change:transform,opacity;}

@media(max-width:1120px){
  .ovx.ov-clean-commerce .ov-conversion-rail-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-angle-grid,.ovx.ov-clean-commerce .ov-compare-grid,.ovx.ov-clean-commerce .ov-final-cta{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-angle-cards,.ovx.ov-clean-commerce .ov-manual-grid,.ovx.ov-clean-commerce .ov-objection-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ovx.ov-clean-commerce .ov-compare-copy{position:relative;top:auto;}
}
@media(max-width:820px){
  .ovx.ov-clean-commerce .ov-section-head-split{display:grid;gap:12px;}
  .ovx.ov-clean-commerce .ov-conversion-rail-grid,.ovx.ov-clean-commerce .ov-angle-cards,.ovx.ov-clean-commerce .ov-manual-grid,.ovx.ov-clean-commerce .ov-objection-grid{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-conversion-rail-grid div{border-left:1px solid var(--ov-line);}
  .ovx.ov-clean-commerce .ov-compare-row{grid-template-columns:1fr;}
  .ovx.ov-clean-commerce .ov-compare-row span,.ovx.ov-clean-commerce .ov-compare-row strong{border-right:0;border-bottom:1px solid var(--ov-line);}
  .ovx.ov-clean-commerce .ov-compare-row strong:last-child{border-bottom:0;}
  .ovx.ov-clean-commerce .ov-final-cta-actions{min-width:0;}
  .ovx.ov-clean-commerce .ov-final-price b{font-size:28px;}
}


/* STEP 25 - Critical fix: keep the COD form always visible */
.ovx.ov-clean-commerce #commande-cod,
.ovx.ov-clean-commerce .maeu-cod-section-v8,
.ovx.ov-clean-commerce .maeu-cod-layout-clean,
.ovx.ov-clean-commerce .maeu-cod-grid-v8,
.ovx.ov-clean-commerce .maeu-cod-form-v8{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}
.ovx.ov-clean-commerce .maeu-cod-section-v8{
  position:relative!important;
  z-index:5!important;
  min-height:420px!important;
}
.ovx.ov-clean-commerce .maeu-cod-form-v8{
  min-height:320px!important;
}
.ovx.ov-clean-commerce .maeu-cod-fields,
.ovx.ov-clean-commerce .maeu-cod-field{
  visibility:visible!important;
  opacity:1!important;
}


/* STEP 26 - Elementor GSAP widgets support */
.ovx.ov-clean-commerce.ov-widget-scope{background:transparent!important;min-height:auto!important;overflow:visible!important;}
.ovx.ov-clean-commerce.ov-widget-scope .ov-sec{padding:42px 0;}
.ovx.ov-clean-commerce .ov-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--ov-line);color:#06342d!important;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(6,43,37,.05);}
.ovx.ov-clean-commerce .ov-section-head-split{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;}
.ovx.ov-clean-commerce.ov-widget-scope .ov-conversion-rail{border-radius:18px;overflow:hidden;border:1px solid var(--ov-line);}
@media(max-width:820px){.ovx.ov-clean-commerce .ov-section-head-split{display:grid;align-items:start}.ovx.ov-clean-commerce.ov-widget-scope .ov-sec{padding:32px 0;}}

/* ==========================================================
   STEP 27 - FIX HERO / TOP RAIL FADE LOOK
   Stronger contrast and punch for the top product area.
========================================================== */
.ovx.ov-clean-commerce .ov-commerce-hero{
  padding:34px 0 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(99,209,186,.18), transparent 26%),
    linear-gradient(180deg,#f8fcfb 0%, #eef6f3 100%);
}
.ovx.ov-clean-commerce .ov-bread{
  margin:0 0 16px;
  color:#5f7a72;
  font-size:12px;
  font-weight:900;
}
.ovx.ov-clean-commerce .ov-bread a{color:#0b5c4e;}
.ovx.ov-clean-commerce .ov-hero-shell{
  background:linear-gradient(180deg,#ffffff 0%, #fbfefd 100%);
  border:1px solid #d7e7e1;
  box-shadow:0 24px 54px rgba(6,43,37,.10);
  border-radius:28px;
  padding:18px;
}
.ovx.ov-clean-commerce .ov-commerce-grid{
  gap:24px;
}
.ovx.ov-clean-commerce .ov-frame{
  border:1px solid #d8e6e0;
  box-shadow:0 20px 44px rgba(6,43,37,.10);
  border-radius:24px;
}
.ovx.ov-clean-commerce .ov-main-img{
  height:clamp(420px,39vw,540px);
}
.ovx.ov-clean-commerce .ov-stock-badge{
  padding:11px 15px;
  border:1px solid rgba(6,43,37,.06);
  box-shadow:0 14px 30px rgba(0,0,0,.12);
}
.ovx.ov-clean-commerce .ov-thumbs{
  margin-top:14px;
  gap:10px;
}
.ovx.ov-clean-commerce .ov-thumbs button{
  width:74px;
  height:74px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(6,43,37,.08);
}
.ovx.ov-clean-commerce .ov-thumbs img{border-radius:12px;}

.ovx.ov-clean-commerce .ov-buy-card{
  background:linear-gradient(180deg,#ffffff 0%, #fbfefd 100%);
  border:1px solid #d7e7e1;
  box-shadow:0 22px 48px rgba(6,43,37,.10);
  border-radius:24px;
  padding:22px;
}
.ovx.ov-clean-commerce .ov-product-topline span,
.ovx.ov-clean-commerce .ov-product-topline em{
  background:#eaf8f3;
  color:#0a6658;
  border:1px solid #d7eee6;
}
.ovx.ov-clean-commerce .ov-h1{
  font-size:clamp(34px,3.2vw,52px);
  line-height:1.04;
  color:#092a24;
}
.ovx.ov-clean-commerce .ov-buy-card .ov-lead{
  color:#567169;
  font-size:15px;
  line-height:1.62;
}
.ovx.ov-clean-commerce .ov-sublead{
  color:#6b8179;
  font-size:14px;
  line-height:1.58;
}
.ovx.ov-clean-commerce .ov-price-block{
  margin:16px 0 14px;
  padding:18px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b5d4f,#11856e);
  box-shadow:0 16px 34px rgba(8,92,77,.24);
}
.ovx.ov-clean-commerce .ov-price-block strong{
  font-size:40px;
}
.ovx.ov-clean-commerce .ov-buy-meta-grid{
  gap:10px;
  margin-bottom:14px;
}
.ovx.ov-clean-commerce .ov-buy-meta-grid div{
  background:#f6fbf9;
  border:1px solid #deebe6;
  border-radius:14px;
  padding:12px 12px;
}
.ovx.ov-clean-commerce .ov-buy-meta-grid small{
  color:#6e857d;
}
.ovx.ov-clean-commerce .ov-buy-meta-grid b{
  color:#16342d;
  font-size:13px;
}
.ovx.ov-clean-commerce .ov-proof-row{
  gap:10px;
  margin:0 0 16px;
}
.ovx.ov-clean-commerce .ov-proof-row span{
  background:#ffffff;
  border:1px solid #deebe6;
  box-shadow:0 8px 18px rgba(6,43,37,.04);
  border-radius:14px;
  padding:12px 14px;
  font-size:13px;
  font-weight:900;
}
.ovx.ov-clean-commerce .ov-actions{
  gap:10px;
  margin-top:14px;
}
.ovx.ov-clean-commerce .ov-actions .ov-btn{
  min-height:56px;
}
.ovx.ov-clean-commerce .ov-buy-note{
  margin-top:12px;
  background:#f6fbf9;
  border:1px solid #deebe6;
  border-radius:14px;
  color:#4d6961;
  font-size:12.8px;
}
.ovx.ov-clean-commerce .ov-buy-trust span{
  color:#607a72;
  font-size:12.6px;
}

/* stronger top proof rail */
.ovx.ov-clean-commerce .ov-conversion-rail{
  background:transparent;
  border:0;
  margin-top:-4px;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid div{
  position:relative;
  padding:18px 18px 16px 18px;
  background:#fff;
  border:1px solid #dbe9e4;
  border-radius:18px;
  box-shadow:0 14px 30px rgba(6,43,37,.06);
  display:grid;
  gap:6px;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid div::before{
  content:'';
  width:36px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#0b5d4f,#62d0b9);
  display:block;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid div:first-child,
.ovx.ov-clean-commerce .ov-conversion-rail-grid div{
  border-left:1px solid #dbe9e4;
  border-right:1px solid #dbe9e4;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid b{
  color:#0a3029;
  font-size:14px;
  font-weight:950;
  line-height:1.2;
}
.ovx.ov-clean-commerce .ov-conversion-rail-grid span{
  color:#617972;
  font-size:13px;
  line-height:1.5;
}

@media(max-width:980px){
  .ovx.ov-clean-commerce .ov-conversion-rail-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .ovx.ov-clean-commerce .ov-hero-shell{padding:12px;border-radius:20px;}
  .ovx.ov-clean-commerce .ov-buy-card{padding:18px;border-radius:20px;}
  .ovx.ov-clean-commerce .ov-main-img{height:340px;}
  .ovx.ov-clean-commerce .ov-conversion-rail-grid{grid-template-columns:1fr;gap:10px;}
}


/* ==========================================================
   STEP 28 - REAL HERO REBUILD, not cosmetic.
   Strong retail / conversion hero with OVINIS colors.
========================================================== */
.ovx.ov-clean-commerce .ov-hero-impact{
  position:relative;
  padding:34px 0 26px!important;
  background:
    radial-gradient(circle at 18% 4%, rgba(99,209,186,.26), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(7,72,61,.15), transparent 30%),
    linear-gradient(180deg,#eef8f5 0%,#ffffff 76%)!important;
}
.ovx.ov-clean-commerce .ov-hero-impact::before{
  content:'';
  position:absolute;
  inset:0 0 auto 0;
  height:205px;
  background:linear-gradient(135deg,#062f28,#0b5d4f);
  opacity:.96;
  pointer-events:none;
}
.ovx.ov-clean-commerce .ov-hero-impact .ov-container{
  position:relative;
  z-index:1;
}
.ovx.ov-clean-commerce .ov-hero-impact .ov-bread{
  margin:0 0 16px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12px!important;
  font-weight:950!important;
}
.ovx.ov-clean-commerce .ov-hero-impact .ov-bread a{
  color:#c9fff2!important;
}
.ovx.ov-clean-commerce .ov-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.78fr);
  gap:24px;
  align-items:start;
  padding:18px;
  border-radius:30px;
  background:#fff;
  border:1px solid #d6e7e1;
  box-shadow:0 28px 70px rgba(6,43,37,.18);
}
.ovx.ov-clean-commerce .ov-main-gallery-card{
  display:grid;
  gap:14px;
  min-width:0;
}
.ovx.ov-clean-commerce .ov-gallery-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:44px;
}
.ovx.ov-clean-commerce .ov-gallery-topbar .ov-stock-badge,
.ovx.ov-clean-commerce .ov-gallery-badge{
  position:static!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:9px 13px!important;
  border-radius:999px;
  color:#07362e!important;
  background:#edf8f4!important;
  border:1px solid #d5ebe4!important;
  box-shadow:none!important;
  font-size:10.5px!important;
  font-weight:950!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.ovx.ov-clean-commerce .ov-gallery-badge{
  background:#083b33!important;
  color:#fff!important;
  border-color:#0d6656!important;
}
.ovx.ov-clean-commerce .ov-hero-gallery .ov-frame{
  border-radius:24px!important;
  border:1px solid #d6e5df!important;
  box-shadow:0 18px 42px rgba(6,43,37,.13)!important;
  overflow:hidden;
  background:#eaf1ed;
}
.ovx.ov-clean-commerce .ov-hero-gallery .ov-main-img{
  height:clamp(420px,38vw,540px)!important;
  object-fit:cover;
  filter:saturate(1.04) contrast(1.03);
}
.ovx.ov-clean-commerce .ov-thumbs-impact{
  margin-top:0!important;
  display:flex;
  gap:10px!important;
  overflow:auto;
  padding:2px 2px 10px!important;
}
.ovx.ov-clean-commerce .ov-thumbs-impact button{
  width:78px!important;
  height:78px!important;
  flex:0 0 78px!important;
  border-radius:16px!important;
  border:2px solid #d8e7e1!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(6,43,37,.08)!important;
  opacity:.9!important;
}
.ovx.ov-clean-commerce .ov-thumbs-impact button.on,
.ovx.ov-clean-commerce .ov-thumbs-impact button:hover{
  opacity:1!important;
  border-color:#0b6f5d!important;
  box-shadow:0 12px 26px rgba(6,111,93,.16)!important;
}
.ovx.ov-clean-commerce .ov-thumbs-impact img{
  border-radius:12px!important;
}

.ovx.ov-clean-commerce .ov-buy-card-impact{
  position:sticky!important;
  top:92px!important;
  padding:0!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid #d6e7e1!important;
  overflow:hidden;
  box-shadow:0 22px 54px rgba(6,43,37,.14)!important;
}
.ovx.ov-clean-commerce .ov-deal-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 18px;
  color:#fff;
  background:linear-gradient(135deg,#062f28,#0d7a66);
}
.ovx.ov-clean-commerce .ov-deal-strip span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ovx.ov-clean-commerce .ov-deal-strip b{
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-product-topline,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-h1,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-lead,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-sublead,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-price-panel,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-hero-checkout-facts,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-proof-row,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-review-line,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-actions,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-buy-note{
  margin-left:22px!important;
  margin-right:22px!important;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-product-topline{
  margin-top:20px!important;
  margin-bottom:12px!important;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-product-topline span,
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-product-topline em{
  background:#e9fbf4!important;
  color:#096052!important;
  border:1px solid #d0eee4!important;
  font-size:10px!important;
  padding:8px 11px!important;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-h1{
  font-size:clamp(34px,3.3vw,52px)!important;
  line-height:1.02!important;
  color:#082721!important;
  margin-bottom:10px!important;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-lead{
  font-size:15.5px!important;
  line-height:1.6!important;
  color:#415e56!important;
}
.ovx.ov-clean-commerce .ov-buy-card-impact .ov-sublead{
  margin-top:8px!important;
  color:#657d75!important;
  font-size:14px!important;
}
.ovx.ov-clean-commerce .ov-price-panel{
  margin-top:18px!important;
  margin-bottom:14px!important;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b5d4f 0%,#119079 100%);
  color:#fff;
  box-shadow:0 16px 34px rgba(8,92,77,.24);
}
.ovx.ov-clean-commerce .ov-price-panel span{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.76);
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ovx.ov-clean-commerce .ov-price-panel strong{
  display:block;
  font-family:var(--ov-display);
  font-weight:400;
  font-size:clamp(42px,4.2vw,58px);
  line-height:.96;
  letter-spacing:-.04em;
}
.ovx.ov-clean-commerce .ov-price-panel del{
  display:inline-block;
  margin-top:8px;
  color:rgba(255,255,255,.68);
  font-size:15px;
}
.ovx.ov-clean-commerce .ov-price-panel small{
  align-self:center;
  max-width:125px;
  text-align:right;
  color:#e8fff8;
  font-size:11px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ovx.ov-clean-commerce .ov-hero-checkout-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:0!important;
  margin-bottom:13px!important;
}
.ovx.ov-clean-commerce .ov-hero-checkout-facts div{
  display:grid;
  gap:4px;
  min-width:0;
  padding:12px 11px;
  border:1px solid #dae9e4;
  border-radius:14px;
  background:#f8fcfa;
}
.ovx.ov-clean-commerce .ov-hero-checkout-facts small{
  color:#708980;
  font-size:9.5px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ovx.ov-clean-commerce .ov-hero-checkout-facts b{
  color:#102f28;
  font-size:13px;
  line-height:1.25;
}
.ovx.ov-clean-commerce .ov-proof-row-impact{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-bottom:14px!important;
}
.ovx.ov-clean-commerce .ov-proof-row-impact span{
  min-height:42px;
  background:#fff!important;
  border:1px solid #dce9e4!important;
  border-radius:14px!important;
  box-shadow:0 7px 16px rgba(6,43,37,.04)!important;
  color:#1c453c!important;
  font-size:13px!important;
  font-weight:900!important;
}
.ovx.ov-clean-commerce .ov-actions-impact{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:13px!important;
  margin-bottom:0!important;
}
.ovx.ov-clean-commerce .ov-actions-impact .ov-btn{
  width:100%!important;
  min-height:58px!important;
  border-radius:14px!important;
}
.ovx.ov-clean-commerce .ov-actions-impact .ov-btn-primary{
  font-size:13px!important;
  background:linear-gradient(135deg,#05342d,#0d8a73)!important;
  box-shadow:0 16px 34px rgba(8,92,77,.24)!important;
}
.ovx.ov-clean-commerce .ov-actions-impact .ov-btn-ghost{
  background:#fff!important;
  color:#062f28!important;
  border:1px solid #dce9e4!important;
}
.ovx.ov-clean-commerce .ov-buy-note-impact{
  margin-top:13px!important;
  margin-bottom:22px!important;
  padding:13px 14px!important;
  border-radius:14px!important;
  background:#f3fbf8!important;
  border:1px solid #d6eae3!important;
  display:grid!important;
  gap:4px!important;
}
.ovx.ov-clean-commerce .ov-buy-note-impact b{
  color:#0b4037;
  font-size:13px;
  font-weight:950;
}
.ovx.ov-clean-commerce .ov-buy-note-impact span{
  color:#5a746c;
  font-size:12.8px;
  line-height:1.5;
}

/* Replace fade proof line with cards that sell */
.ovx.ov-clean-commerce .ov-conversion-rail-impact{
  padding:18px 0 34px!important;
  background:#fff!important;
  border:0!important;
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid div{
  position:relative;
  overflow:hidden;
  min-height:132px;
  padding:18px 18px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf9 100%)!important;
  border:1px solid #d6e7e1!important;
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(6,43,37,.075)!important;
  display:grid!important;
  align-content:start;
  gap:7px!important;
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid div::after{
  content:'';
  position:absolute;
  right:-28px;
  top:-28px;
  width:92px;
  height:92px;
  border-radius:999px;
  background:rgba(99,209,186,.18);
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid strong{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:12px;
  background:#06342d;
  color:#9ff1df;
  font-size:12px;
  font-weight:950;
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid b{
  position:relative;
  z-index:1;
  color:#082721!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:950!important;
}
.ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid span{
  position:relative;
  z-index:1;
  color:#5c756d!important;
  font-size:13px!important;
  line-height:1.48!important;
}
@media(max-width:1120px){
  .ovx.ov-clean-commerce .ov-hero-layout{
    grid-template-columns:1fr!important;
  }
  .ovx.ov-clean-commerce .ov-buy-card-impact{
    position:relative!important;
    top:auto!important;
  }
  .ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:720px){
  .ovx.ov-clean-commerce .ov-hero-layout{
    padding:12px;
    border-radius:22px;
  }
  .ovx.ov-clean-commerce .ov-hero-gallery .ov-main-img{
    height:340px!important;
  }
  .ovx.ov-clean-commerce .ov-gallery-topbar{
    align-items:flex-start;
    flex-direction:column;
  }
  .ovx.ov-clean-commerce .ov-hero-checkout-facts{
    grid-template-columns:1fr!important;
  }
  .ovx.ov-clean-commerce .ov-price-panel{
    align-items:flex-start;
    flex-direction:column;
  }
  .ovx.ov-clean-commerce .ov-price-panel small{
    max-width:none;
    text-align:left;
  }
  .ovx.ov-clean-commerce .ov-conversion-rail-impact .ov-conversion-rail-grid{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   STEP 29 - Long marketing image / product advert section
   Placement: after form, before benefits/details.
========================================================== */
.ovx.ov-clean-commerce .ov-long-promo-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(99,209,186,.18), transparent 28%),
    linear-gradient(135deg,#062f28 0%,#0b463d 48%,#08342d 100%);
  color:#fff;
  padding:64px 0!important;
}
.ovx.ov-clean-commerce .ov-long-promo-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.22;
  pointer-events:none;
}
.ovx.ov-clean-commerce .ov-long-promo-section .ov-container{
  position:relative;
  z-index:1;
}
.ovx.ov-clean-commerce .ov-long-promo-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);
  gap:34px;
  align-items:center;
}
.ovx.ov-clean-commerce .ov-long-promo-copy{
  padding:34px;
  border-radius:26px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 70px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
}
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-eyebrow,
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-h2,
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-lead{
  color:#fff!important;
}
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-eyebrow::before{
  background:#8ff0db!important;
  box-shadow:0 0 0 5px rgba(143,240,219,.16)!important;
}
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-h2{
  font-size:clamp(34px,3.5vw,56px)!important;
}
.ovx.ov-clean-commerce .ov-long-promo-copy .ov-lead{
  margin-top:16px!important;
  color:#d9f0ea!important;
  max-width:560px!important;
}
.ovx.ov-clean-commerce .ov-long-promo-points{
  display:grid;
  gap:10px;
  margin-top:24px;
}
.ovx.ov-clean-commerce .ov-long-promo-points span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
  color:#effffb;
  font-weight:900;
  font-size:14px;
}
.ovx.ov-clean-commerce .ov-long-promo-points svg{
  width:17px;
  height:17px;
  color:#8ff0db;
  flex:0 0 auto;
}
.ovx.ov-clean-commerce .ov-long-promo-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.ovx.ov-clean-commerce .ov-long-promo-actions .ov-btn-primary{
  background:linear-gradient(135deg,#63d1ba,#b8ffef)!important;
  color:#062f28!important;
  box-shadow:0 18px 38px rgba(99,209,186,.22)!important;
}
.ovx.ov-clean-commerce .ov-long-promo-actions .ov-btn-ghost{
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.18)!important;
}
.ovx.ov-clean-commerce .ov-long-promo-media{
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#071f1b;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.34);
}
.ovx.ov-clean-commerce .ov-long-promo-media button{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}
.ovx.ov-clean-commerce .ov-long-promo-media img{
  width:100%;
  height:auto;
  max-height:980px;
  object-fit:contain;
  background:#071f1b;
}
.ovx.ov-clean-commerce .ov-long-promo-media figcaption{
  padding:13px 16px;
  color:#cde8df;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(255,255,255,.06);
  border-top:1px solid rgba(255,255,255,.10);
}
@media(max-width:1020px){
  .ovx.ov-clean-commerce .ov-long-promo-grid{
    grid-template-columns:1fr;
  }
  .ovx.ov-clean-commerce .ov-long-promo-copy{
    padding:26px;
  }
}
@media(max-width:620px){
  .ovx.ov-clean-commerce .ov-long-promo-section{
    padding:42px 0!important;
  }
  .ovx.ov-clean-commerce .ov-long-promo-copy{
    padding:22px;
    border-radius:22px;
  }
  .ovx.ov-clean-commerce .ov-long-promo-actions{
    display:grid;
  }
  .ovx.ov-clean-commerce .ov-long-promo-media{
    border-radius:22px;
  }
}

/* ==========================================================
   Sections ajoutées — Offre du moment + Bande réassurance
========================================================== */
.ovx.ov-clean-commerce .ov-offer-strip-section{padding-top:0;padding-bottom:0;margin-top:-6px}
.ovx.ov-clean-commerce .ov-offer-strip{display:flex;align-items:center;gap:22px;flex-wrap:wrap;justify-content:space-between;background:var(--ov-cream);border:1px solid var(--ov-line);color:var(--ov-ink);border-radius:22px;padding:22px 26px;box-shadow:var(--ov-shadow)}
.ovx.ov-clean-commerce .ov-offer-price>span{display:block;font-size:11px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;color:#0c705f}
.ovx.ov-clean-commerce .ov-offer-price>div{display:flex;align-items:baseline;gap:12px;margin-top:5px}
.ovx.ov-clean-commerce .ov-offer-price strong{font-family:var(--ov-display);font-size:36px;line-height:1;color:var(--ov-green)}
.ovx.ov-clean-commerce .ov-offer-price del{color:var(--ov-muted);font-size:18px}
.ovx.ov-clean-commerce .ov-offer-meta{display:flex;flex-direction:column;gap:9px;font-size:13px;font-weight:700;color:var(--ov-text)}
.ovx.ov-clean-commerce .ov-offer-meta span{display:inline-flex;align-items:center;gap:9px}
.ovx.ov-clean-commerce .ov-offer-meta svg{width:17px;height:17px;color:#0d735f;flex:0 0 auto}
.ovx.ov-clean-commerce .ov-offer-strip .ov-btn{min-height:52px}

.ovx.ov-clean-commerce .ov-reassure-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ovx.ov-clean-commerce .ov-reassure-item{text-align:center;padding:22px 14px;border:1px solid var(--ov-line);border-radius:18px;background:var(--ov-card);box-shadow:var(--ov-shadow)}
.ovx.ov-clean-commerce .ov-reassure-item>span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ov-jade-2);color:var(--ov-green-2);margin-bottom:12px}
.ovx.ov-clean-commerce .ov-reassure-item>span svg{width:22px;height:22px}
.ovx.ov-clean-commerce .ov-reassure-item b{display:block;font-size:14px;color:var(--ov-ink);font-weight:800}
.ovx.ov-clean-commerce .ov-reassure-item small{display:block;color:var(--ov-muted);font-size:12px;margin-top:4px;line-height:1.4}
@media(max-width:760px){
  .ovx.ov-clean-commerce .ov-reassure-strip{grid-template-columns:1fr 1fr}
  .ovx.ov-clean-commerce .ov-offer-strip{flex-direction:column;align-items:stretch;text-align:center}
  .ovx.ov-clean-commerce .ov-offer-price>div,.ovx.ov-clean-commerce .ov-offer-meta{justify-content:center;align-items:center}
}
.ovx.ov-clean-commerce .ov-rating-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 20px;border-radius:14px;background:var(--ov-jade-2);border:1px solid rgba(13,115,95,.20)}
.ovx.ov-clean-commerce .ov-rating-badge b{font-family:var(--ov-display);font-size:27px;color:var(--ov-green-2);line-height:1}
.ovx.ov-clean-commerce .ov-rating-badge b span{font-size:14px;color:var(--ov-muted)}
.ovx.ov-clean-commerce .ov-rating-badge small{font-size:11px;font-weight:800;color:var(--ov-muted);margin-top:4px;letter-spacing:.02em}


/* ==========================================================
   STEP 28 - MOBILE PRO : section COD aeree & "de-encadree".
   Objectif telephone (gros du trafic DZ) : UNE seule surface
   claire, cadre leger (hairline + ombre douce, pas de boite
   lourde dans une boite), padding confortable, colonne unique,
   inputs 16px (anti-zoom iOS), zero surcharge. Ce bloc est en
   fin de fichier -> il gagne le cascade sur les couches empilees.
========================================================== */
/* L'encart frais de livraison est enfant direct du <form> : on l'aligne
   sur le meme retrait horizontal que les champs (24px), sinon il touche les bords. */
.ovx.ov-clean-commerce .maeu-cod-livecost{margin-left:24px!important;margin-right:24px!important;}

@media(max-width:768px){
  /* PLEIN ECRAN : section + formulaire occupent toute la largeur, sans gouttieres.
     On garde seulement des filets haut/bas pour separer la section des voisines. */
  .ovx.ov-clean-commerce .maeu-cod-section-v8{padding:0!important;background:#fff!important;border-top:1px solid var(--ov-line)!important;border-bottom:1px solid var(--ov-line)!important;}
  .ovx.ov-clean-commerce .maeu-cod-layout-clean,
  .ovx.ov-clean-commerce .maeu-cod-grid-v8{max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;}
  /* SANS CADRE : zero bordure / ombre / rayon -> look "app" epure, pleine largeur */
  .ovx.ov-clean-commerce .maeu-cod-form-v8{
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    padding:0 0 22px!important;
    margin:0!important;
  }
  .ovx.ov-clean-commerce .maeu-cod-card-head{padding:22px 18px 14px!important;border-radius:0!important;}
  .ovx.ov-clean-commerce .maeu-cod-card-head b{font-size:25px!important;}
  .ovx.ov-clean-commerce .maeu-cod-fields{grid-template-columns:1fr!important;gap:14px!important;padding:18px 18px 6px!important;}
  .ovx.ov-clean-commerce .maeu-cod-form-v8 input:not([type="hidden"]),
  .ovx.ov-clean-commerce .maeu-cod-form-v8 select,
  .ovx.ov-clean-commerce .maeu-cod-form-v8 textarea{min-height:54px!important;font-size:16px!important;border-radius:13px!important;}
  .ovx.ov-clean-commerce .maeu-cod-livecost{margin-left:18px!important;margin-right:18px!important;}
  .ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 36px)!important;margin:12px 18px 0!important;min-height:56px!important;border-radius:14px!important;}
  .ovx.ov-clean-commerce .maeu-cod-privacy{margin:12px 18px 0!important;}
}
/* Petits Android (<=400px, courants en DZ) : on resserre juste les retraits internes */
@media(max-width:400px){
  .ovx.ov-clean-commerce .maeu-cod-card-head{padding:20px 15px 13px!important;}
  .ovx.ov-clean-commerce .maeu-cod-card-head b{font-size:23px!important;}
  .ovx.ov-clean-commerce .maeu-cod-fields{padding:15px 15px 4px!important;gap:13px!important;}
  .ovx.ov-clean-commerce .maeu-cod-livecost{margin-left:15px!important;margin-right:15px!important;}
  .ovx.ov-clean-commerce .maeu-cod-submit{width:calc(100% - 30px)!important;margin:12px 15px 0!important;}
  .ovx.ov-clean-commerce .maeu-cod-privacy{margin:10px 15px 0!important;}
}

/* STEP 29 - Carte quantite "Autre" : input compact & propre (au lieu du champ
   pleine largeur 60px herite de la regle generique des inputs du formulaire). */
.ovx.ov-clean-commerce .maeu-qty-more .maeu-qty-input{
  width:60px!important;max-width:60px!important;min-height:38px!important;
  padding:0 6px!important;text-align:center!important;
  font-size:17px!important;font-weight:800!important;line-height:1!important;
  border:1px solid rgba(127,213,198,.5)!important;border-radius:10px!important;
  background:#fff!important;box-shadow:none!important;color:#0b211d!important;
}
.ovx.ov-clean-commerce .maeu-qty-more .maeu-qty-input:focus{
  border-color:#1f9e80!important;box-shadow:0 0 0 3px rgba(31,158,128,.12)!important;
}
