.mcb-v1{--mcb-light:color-mix(in srgb,var(--mcb) 22%,#fff);--mcb-dark:color-mix(in srgb,var(--mcb) 82%,#000);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#233}
.mcb-v1 *{box-sizing:border-box}
.mcb-v1-hero{text-align:center;margin:25px 0 28px}
.mcb-v1-hero span{display:inline-flex;background:#fff;color:var(--mcb);font-weight:900;border-radius:999px;padding:8px 16px;box-shadow:0 14px 35px color-mix(in srgb,var(--mcb) 18%,transparent);margin-bottom:12px}
.mcb-v1-hero h2{font-size:clamp(30px,5vw,54px);line-height:1.05;margin:0;color:#203837}
.mcb-v1-hero p{max-width:760px;margin:12px auto 0;color:#6d7d7c;font-size:17px}
.mcb-v1-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:24px;align-items:start}
.mcb-v1-main,.mcb-v1-summary{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:0 18px 48px color-mix(in srgb,var(--mcb) 16%,transparent);padding:24px}
.mcb-v1-summary{position:sticky;top:22px}
.mcb-v1-steps{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px;margin-bottom:18px}
.mcb-v1-step{border:0;background:#fff;color:#738887;border-radius:18px;padding:12px 15px;min-width:150px;text-align:left;font-weight:900;cursor:pointer;transition:.22s}
.mcb-v1-step.is-active{background:linear-gradient(135deg,var(--mcb-light),var(--mcb));color:#fff;transform:translateY(-2px)}
.mcb-v1-step small{display:block;font-weight:700;opacity:.8}
.mcb-v1-progress{height:12px;border-radius:99px;background:var(--mcb-light);overflow:hidden;margin-bottom:22px}
.mcb-v1-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--mcb),#d9a441);transition:.35s;border-radius:99px}
.mcb-v1-title{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:20px}
.mcb-v1-title h3{font-size:clamp(24px,3vw,32px);margin:0;color:#203837}
.mcb-v1-title p{margin:7px 0 0;color:#6d7d7c}
.mcb-v1-title strong{background:var(--mcb-light);color:var(--mcb-dark);border-radius:999px;padding:10px 14px;white-space:nowrap}
.mcb-v1-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mcb-v1-card{position:relative;overflow:hidden;background:#fff;border:2px solid transparent;border-radius:24px;box-shadow:0 9px 25px rgba(20,40,40,.08);cursor:pointer;transition:.22s}
.mcb-v1-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(20,40,40,.14)}
.mcb-v1-card.is-selected{border-color:var(--mcb);transform:translateY(-3px) scale(1.01)}
.mcb-v1-card img{width:100%;height:180px;object-fit:cover;display:block;background:#f5f5f5}
.mcb-v1-card-body{padding:15px}
.mcb-v1-card h4{margin:0 0 6px;font-size:16px;color:#203837}
.mcb-v1-card p{margin:0;color:#6d7d7c;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mcb-v1-pill{display:inline-flex;margin-top:13px;border-radius:999px;background:var(--mcb-light);color:var(--mcb-dark);padding:8px 12px;font-weight:900;font-size:13px}
.mcb-v1-card.is-selected .mcb-v1-pill{background:#35b779;color:#fff}
.mcb-v1-check{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#35b779;color:#fff;font-weight:900;opacity:0;transform:scale(.5);transition:.22s;z-index:3}
.mcb-v1-card.is-selected .mcb-v1-check{opacity:1;transform:scale(1)}
.mcb-v1-actions{display:flex;justify-content:space-between;gap:12px;margin-top:22px}
.mcb-v1-btn{border:0;background:linear-gradient(135deg,var(--mcb),var(--mcb-dark));color:#fff;font-weight:900;border-radius:16px;min-height:48px;padding:14px 18px;cursor:pointer;box-shadow:0 13px 26px color-mix(in srgb,var(--mcb) 25%,transparent);transition:.22s}
.mcb-v1-btn:hover{transform:translateY(-2px)}
.mcb-v1-btn-light{background:#fff;color:var(--mcb);box-shadow:none}
.mcb-v1-btn-full{width:100%;margin-top:15px}
.mcb-v1-summary h3{font-size:26px;margin:0 0 8px;color:#203837}
.mcb-v1-price{font-size:35px;font-weight:950;color:var(--mcb);margin-bottom:18px}
.mcb-v1-box{min-height:180px;border:2px dashed color-mix(in srgb,var(--mcb) 40%,transparent);background:linear-gradient(135deg,var(--mcb-light),#fff);border-radius:28px;padding:16px;display:flex;align-content:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.mcb-v1-mini{width:58px;height:58px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(20,40,40,.1);animation:mcbPop .25s}
.mcb-v1-mini img{width:100%;height:100%;object-fit:cover}
@keyframes mcbPop{from{transform:scale(.55);opacity:0}to{transform:scale(1);opacity:1}}
.mcb-v1-selected{display:grid;gap:9px;margin:14px 0;max-height:260px;overflow:auto}
.mcb-v1-row{display:flex;justify-content:space-between;gap:10px;background:#fff;border-radius:15px;padding:11px;font-size:14px}
.mcb-v1-row small{color:#6d7d7c;text-align:right}
.mcb-v1-complete{display:none;background:#eafff6;color:#16845b;text-align:center;padding:14px;border-radius:16px;font-weight:900;margin-top:14px}
.mcb-v1-complete.is-visible{display:block}
.mcb-v1-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(24px);background:#203837;color:#fff;padding:12px 18px;border-radius:999px;opacity:0;transition:.22s;z-index:999999;font-weight:900;max-width:calc(100vw - 28px);text-align:center}
.mcb-v1-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:1050px){.mcb-v1-layout{grid-template-columns:1fr}.mcb-v1-summary{position:static;order:-1}.mcb-v1-box{min-height:115px}.mcb-v1-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.mcb-v1-main,.mcb-v1-summary{padding:17px;border-radius:22px}.mcb-v1-products{grid-template-columns:1fr}.mcb-v1-title{display:block}.mcb-v1-title strong{display:inline-flex;margin-top:12px}.mcb-v1-actions{position:sticky;bottom:0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding-top:10px;z-index:10}.mcb-v1-btn{flex:1;padding-left:10px;padding-right:10px}.mcb-v1-card img{height:210px}}


/* V1.2 panier : anti double-clic + animation */
.mcb-v1-btn:disabled{
  cursor:not-allowed;
  opacity:.82;
  transform:none!important;
}

.mcb-v1-btn.is-loading{
  position:relative;
  color:transparent!important;
}

.mcb-v1-btn.is-loading::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:20px;
  margin:-10px 0 0 -10px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.55);
  border-top-color:#fff;
  animation:mcbSpin .75s linear infinite;
}

.mcb-v1-btn.is-added{
  background:linear-gradient(135deg,#35b779,#16845b)!important;
  color:#fff!important;
  box-shadow:0 13px 26px rgba(53,183,121,.25)!important;
}

.mcb-added-success .mcb-v1-summary{
  animation:mcbSuccessPulse .8s ease;
}

.mcb-added-success .mcb-v1-box{
  animation:mcbBoxGlow 1.1s ease;
}

.mcb-v1.mcb-is-adding .mcb-v1-card{
  pointer-events:none;
}

@keyframes mcbSpin{
  to{transform:rotate(360deg)}
}

@keyframes mcbSuccessPulse{
  0%{transform:scale(1)}
  45%{transform:scale(1.025)}
  100%{transform:scale(1)}
}

@keyframes mcbBoxGlow{
  0%{box-shadow:0 0 0 rgba(53,183,121,0)}
  40%{box-shadow:0 0 0 8px rgba(53,183,121,.16)}
  100%{box-shadow:0 0 0 rgba(53,183,121,0)}
}


/* V1.3 - Lecture plus claire dans panier/checkout */
.woocommerce-cart .cart_item .variation,
.woocommerce-checkout .cart_item .variation,
.woocommerce-order-details .variation{
  display:grid;
  gap:8px;
  margin-top:10px;
}

.woocommerce-cart .cart_item .variation dt,
.woocommerce-checkout .cart_item .variation dt,
.woocommerce-order-details .variation dt{
  color:#409A98;
  font-weight:800;
  margin-top:6px;
}

.woocommerce-cart .cart_item .variation dd,
.woocommerce-checkout .cart_item .variation dd,
.woocommerce-order-details .variation dd{
  margin:0 0 8px 0;
  line-height:1.55;
}

/* V1.6 - vraie optimisation mobile/tablette : étapes compactes, 2 produits/ligne, bulle complète */
.mcb-v1{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.mcb-v1 *{min-width:0}
.mcb-v1-layout,.mcb-v1-main,.mcb-v1-summary,.mcb-v1-products,.mcb-v1-card{max-width:100%}
.mcb-v1-steps{scrollbar-width:thin}
.mcb-v1-step span{display:block}
.mcb-v1-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:13px}
.mcb-v1-card-actions .mcb-v1-pill{margin-top:0}
.mcb-v1-view-product{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--mcb-dark);border:1px solid var(--mcb-light);font-size:12px;font-weight:900;text-decoration:none;padding:8px 10px;line-height:1}
.mcb-v1-view-product:hover{background:var(--mcb-light);color:var(--mcb-dark);text-decoration:none}
.mcb-v1-mobile-bubble{display:none}

@media(max-width:1050px){
  .mcb-v1-layout{display:block}
  .mcb-v1-summary{margin-bottom:16px}
}

@media(max-width:700px){
  .mcb-v1-hero{display:none}
  .mcb-v1-layout{width:100%;display:block}
  .mcb-v1-main,.mcb-v1-summary{width:100%;padding:16px;border-radius:22px;box-shadow:0 10px 30px color-mix(in srgb,var(--mcb) 11%,transparent)}
  .mcb-v1-summary{position:relative;top:auto;order:0;margin-bottom:14px;padding:14px}
  .mcb-v1-summary h3,.mcb-v1-price{display:none}
  .mcb-v1-box{min-height:82px;padding:10px;border-radius:20px;gap:7px;margin-bottom:10px}
  .mcb-v1-mini{width:46px;height:46px;border-radius:13px}
  .mcb-v1-selected{display:none}
  .mcb-v1-summary > strong[data-mcb="selectedTitle"]{display:none}
  .mcb-v1-summary .mcb-v1-btn-full{display:none}
  .mcb-v1-complete{display:none!important}

  /* Sur mobile on ne montre que l'étape en cours : fini le gros bloc avec toutes les étapes */
  .mcb-v1-steps{display:block;overflow:visible;padding:0;margin:0 0 14px;position:relative}
  .mcb-v1-steps::before{content:attr(data-current-label);display:flex;align-items:center;min-height:46px;width:100%;border-radius:18px;background:linear-gradient(135deg,var(--mcb-light),var(--mcb));color:#fff;font-weight:950;font-size:15px;line-height:1.15;padding:10px 14px;box-shadow:0 12px 24px color-mix(in srgb,var(--mcb) 18%,transparent)}
  .mcb-v1-steps::after{content:attr(data-progress-label);display:block;margin-top:8px;color:#6d7d7c;font-size:13px;font-weight:800;text-align:right}
  .mcb-v1-step{display:none!important}
  .mcb-v1-progress{height:10px;margin-bottom:22px}

  .mcb-v1-title{display:block;margin-bottom:14px}
  .mcb-v1-title h3{font-size:clamp(28px,8vw,40px);line-height:1.05}
  .mcb-v1-title p{font-size:16px;line-height:1.35}
  .mcb-v1-title strong{display:inline-flex;margin-top:12px;font-size:15px;padding:9px 13px}

  /* 2 produits par ligne sur téléphone */
  .mcb-v1-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .mcb-v1-card{border-radius:18px;border-width:1.5px;box-shadow:0 8px 20px rgba(20,40,40,.07)}
  .mcb-v1-card:hover{transform:none}
  .mcb-v1-card.is-selected{transform:none}
  .mcb-v1-card img{height:auto;aspect-ratio:1/1;object-fit:contain;padding:8px;background:#fff}
  .mcb-v1-card-body{padding:10px}
  .mcb-v1-card h4{font-size:14px;line-height:1.15;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mcb-v1-card p{font-size:12px;line-height:1.25;-webkit-line-clamp:2}
  .mcb-v1-check{width:28px;height:28px;top:8px;right:8px;font-size:16px}
  .mcb-v1-card-actions{gap:6px;margin-top:9px;display:grid;grid-template-columns:1fr;align-items:stretch}
  .mcb-v1-pill,.mcb-v1-view-product{width:100%;justify-content:center;font-size:12px;padding:8px 6px;text-align:center}

  .mcb-v1-actions{position:sticky;bottom:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:10px 0 0;margin-top:14px}
  .mcb-v1-btn{min-height:46px;border-radius:14px;font-size:14px}

  .mcb-v1-mobile-bubble{position:fixed;left:12px;right:12px;bottom:74px;z-index:999998;background:#fff;border:2px solid var(--mcb-light);border-radius:22px;padding:14px;box-shadow:0 16px 46px rgba(20,40,40,.22);text-align:center;transform:translateY(18px) scale(.96);opacity:0;pointer-events:none;transition:.28s ease;color:#203837}
  .mcb-v1-mobile-bubble.is-visible{display:block;transform:translateY(0) scale(1);opacity:1;pointer-events:auto;animation:mcbBubblePop .42s ease}
  .mcb-v1-mobile-bubble strong{display:block;font-size:15px;line-height:1.25;margin:7px 0 12px}
  .mcb-v1-fireworks{font-size:22px;letter-spacing:4px;animation:mcbFireworks 1.25s ease-in-out infinite}
  .mcb-v1-bubble-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px}
  .mcb-v1-bubble-actions button{border:0;border-radius:15px;min-height:44px;padding:10px 8px;font-weight:950;cursor:pointer}
  .mcb-v1-bubble-modify{background:var(--mcb-light);color:var(--mcb-dark)}
  .mcb-v1-bubble-cart{background:linear-gradient(135deg,var(--mcb),var(--mcb-dark));color:#fff;box-shadow:0 10px 22px color-mix(in srgb,var(--mcb) 22%,transparent)}
  .mcb-v1-bubble-cart:disabled{opacity:.75}
}

@media(max-width:380px){
  .mcb-v1-main,.mcb-v1-summary{padding:12px}
  .mcb-v1-products{gap:8px}
  .mcb-v1-card h4{font-size:13px}
  .mcb-v1-card p{font-size:11px}
  .mcb-v1-pill,.mcb-v1-view-product{font-size:11px}
}

@media(min-width:701px) and (max-width:1024px){
  .mcb-v1-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mcb-v1-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}
  .mcb-v1-summary{position:sticky;top:16px}
  .mcb-v1-step{min-width:175px}
}

@keyframes mcbBubblePop{0%{transform:translateY(22px) scale(.88);opacity:0}70%{transform:translateY(-4px) scale(1.02);opacity:1}100%{transform:translateY(0) scale(1);opacity:1}}
@keyframes mcbFireworks{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.08) rotate(-2deg)}}

/* V1.7 - Header mobile moderne avec miniatures sélectionnées */
.mcb-v1-mobile-head{display:none}

@media(max-width:700px){
  .mcb-v1-mobile-head{
    display:block;
    margin:0 0 14px;
    border:1px solid color-mix(in srgb,var(--mcb) 18%,transparent);
    background:linear-gradient(135deg,rgba(255,255,255,.96),color-mix(in srgb,var(--mcb) 10%,#fff));
    border-radius:24px;
    padding:12px;
    box-shadow:0 14px 36px color-mix(in srgb,var(--mcb) 16%,transparent);
    backdrop-filter:blur(14px);
    overflow:hidden;
  }
  .mcb-mobile-header-sticky .mcb-v1-mobile-head{
    position:sticky;
    top:8px;
    z-index:70;
  }
  .mcb-mobile-header-static .mcb-v1-mobile-head{
    position:relative;
  }
  .mcb-v1-mobile-head-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
  }
  .mcb-v1-mobile-kicker{
    display:block;
    color:var(--mcb-dark);
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
    opacity:.72;
    line-height:1;
    margin-bottom:5px;
  }
  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    display:block;
    color:#203837;
    font-size:18px;
    line-height:1.08;
    font-weight:950;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .mcb-v1-mobile-count{
    flex:0 0 auto;
    min-width:54px;
    min-height:54px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--mcb),var(--mcb-dark));
    color:#fff;
    font-weight:950;
    box-shadow:0 10px 24px color-mix(in srgb,var(--mcb) 28%,transparent);
  }
  .mcb-v1-mobile-strip{
    display:flex;
    align-items:center;
    gap:7px;
    overflow-x:auto;
    padding:3px 1px 2px;
    scrollbar-width:none;
  }
  .mcb-v1-mobile-strip::-webkit-scrollbar{display:none}
  .mcb-v1-mobile-mini{
    flex:0 0 auto;
    width:42px;
    height:42px;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    border:2px solid rgba(255,255,255,.9);
    box-shadow:0 8px 18px rgba(20,40,40,.12);
    animation:mcbMobileMiniPop .25s ease;
  }
  .mcb-v1-mobile-mini img{width:100%;height:100%;object-fit:cover;display:block}
  .mcb-v1-mobile-empty{font-size:13px;font-weight:800;color:#6d7d7c;padding:6px 2px}

  /* L'ancien résumé mobile devient plus discret, le header prend le rôle principal */
  .mcb-v1-summary{display:none}
  .mcb-v1-layout{margin-top:0}
}

@keyframes mcbMobileMiniPop{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}

/* V1.8 - Mobile réellement collé à l'écran + navigation toujours visible */
@media(max-width:700px){
  .mcb-v1{
    padding-bottom:92px;
  }

  /* Quand l'option admin "Header mobile fixe" est activée, le header ne dépend plus du scroll interne. */
  .mcb-v1.mcb-mobile-header-sticky{
    padding-top:118px;
  }

  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    position:fixed!important;
    left:10px;
    right:10px;
    top:76px;
    width:auto;
    max-width:none;
    margin:0;
    z-index:999990;
    border-radius:22px;
    box-shadow:0 16px 42px rgba(20,40,40,.22);
  }

  .admin-bar .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    top:108px;
  }

  /* Le bouton suivant/précédent reste visible : plus besoin de descendre en bas après chaque sélection. */
  .mcb-v1 .mcb-v1-actions{
    position:fixed!important;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:999991;
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:9px;
    margin:0;
    padding:10px;
    border-radius:20px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.9);
    box-shadow:0 16px 44px rgba(20,40,40,.22);
    backdrop-filter:blur(14px);
  }

  .mcb-v1 .mcb-v1-actions .mcb-v1-btn{
    width:100%;
    min-height:50px;
    border-radius:15px;
    font-size:14px;
    padding:12px 8px;
    box-shadow:none;
  }

  .mcb-v1-mobile-bubble{
    bottom:86px!important;
  }

  .mcb-v1-toast{
    bottom:96px;
  }

  /* Un peu plus compact pour que le header fixe ne mange pas trop l'écran. */
  .mcb-v1-mobile-head{
    padding:10px 11px;
  }
  .mcb-v1-mobile-head-top{
    margin-bottom:8px;
  }
  .mcb-v1-mobile-count{
    min-width:48px;
    min-height:48px;
    border-radius:16px;
  }
  .mcb-v1-mobile-mini{
    width:38px;
    height:38px;
    border-radius:12px;
  }

  /* Les cartes restent en 2 colonnes, même sur petits mobiles, avec texte lisible. */
  .mcb-v1-products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
}

@media(max-width:390px){
  .mcb-v1.mcb-mobile-header-sticky{
    padding-top:108px;
  }
  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    top:70px;
  }
  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    font-size:16px;
  }
  .mcb-v1-mobile-kicker{
    font-size:10px;
  }
}

/* V2.0 - Interface mobile dédiée : header compact, cartes 2 colonnes lisibles */
@media(max-width:700px){
  body{overflow-x:hidden!important}
  .mcb-v1{width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding-bottom:86px!important}
  .mcb-v1 *{max-width:100%;box-sizing:border-box}

  /* Header mobile compact : il ne mange plus l'écran */
  .mcb-v1.mcb-mobile-header-sticky{padding-top:78px!important}
  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    top:76px!important;
    min-height:58px!important;
    margin:0!important;
    padding:8px 10px!important;
    border-radius:18px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    column-gap:8px!important;
    row-gap:4px!important;
    align-items:center!important;
    box-shadow:0 10px 26px rgba(20,40,40,.16)!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(12px)!important;
    z-index:999990!important;
  }
  .admin-bar .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{top:108px!important}
  .mcb-v1-mobile-head-top{display:contents!important;margin:0!important}
  .mcb-v1-mobile-kicker{font-size:10px!important;margin:0 0 2px!important;line-height:1!important;letter-spacing:.06em!important;color:var(--mcb-dark)!important}
  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    font-size:15px!important;
    line-height:1.05!important;
    -webkit-line-clamp:1!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    overflow:hidden!important;
  }
  .mcb-v1-mobile-count{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    min-width:46px!important;
    min-height:46px!important;
    border-radius:15px!important;
    font-size:15px!important;
  }
  .mcb-v1-mobile-strip{
    grid-column:1 / -1!important;
    gap:5px!important;
    padding:0!important;
    min-height:24px!important;
  }
  .mcb-v1-mobile-mini{width:24px!important;height:24px!important;border-radius:8px!important;box-shadow:0 4px 10px rgba(20,40,40,.10)!important;border:1px solid #fff!important}
  .mcb-v1-mobile-empty{font-size:11px!important;padding:0!important;line-height:1.2!important}

  /* On cache les étapes détaillées sur mobile, on garde juste l'étape courante + barre */
  .mcb-v1-steps{height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}
  .mcb-v1-progress{height:8px!important;margin:2px 0 18px!important;border-radius:999px!important}

  /* Bloc principal plus propre */
  .mcb-v1-main{
    padding:14px!important;
    border-radius:22px!important;
    box-shadow:0 8px 28px color-mix(in srgb,var(--mcb) 9%,transparent)!important;
  }
  .mcb-v1-title{margin-bottom:14px!important;text-align:left!important}
  .mcb-v1-title h3{
    font-size:clamp(24px,8vw,31px)!important;
    line-height:1.05!important;
    margin:0!important;
    display:block!important;
  }
  .mcb-v1-title p{font-size:15px!important;line-height:1.3!important;margin:8px 0 0!important;color:#6d7d7c!important}
  .mcb-v1-title strong{
    margin-top:10px!important;
    padding:8px 13px!important;
    font-size:15px!important;
    border-radius:999px!important;
  }

  /* Grille produit mobile : 2 produits lisibles par ligne */
  .mcb-v1-products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    align-items:stretch!important;
  }
  .mcb-v1-card{
    border-radius:18px!important;
    box-shadow:0 8px 22px rgba(20,40,40,.08)!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  .mcb-v1-card:hover,.mcb-v1-card.is-selected{transform:none!important}
  .mcb-v1-card img{
    height:auto!important;
    aspect-ratio:1 / 1!important;
    object-fit:contain!important;
    padding:8px!important;
    background:#fff!important;
  }
  .mcb-v1-card-body{padding:10px!important;display:flex!important;flex-direction:column!important;gap:7px!important;flex:1!important}
  .mcb-v1-card h4{
    font-size:14px!important;
    line-height:1.08!important;
    min-height:31px!important;
    margin:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    text-transform:none!important;
  }
  .mcb-v1-card p{display:none!important}
  .mcb-v1-card-actions{
    margin-top:auto!important;
    display:grid!important;
    grid-template-columns:1fr 38px!important;
    gap:6px!important;
    align-items:center!important;
  }
  .mcb-v1-pill{
    width:100%!important;
    min-height:36px!important;
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    padding:7px 8px!important;
    font-size:12px!important;
    line-height:1.05!important;
    margin:0!important;
  }
  .mcb-v1-view-product{
    width:38px!important;
    height:36px!important;
    padding:0!important;
    border-radius:13px!important;
    font-size:0!important;
    border:1px solid color-mix(in srgb,var(--mcb) 25%,#fff)!important;
  }
  .mcb-v1-view-product::before{content:"👁";font-size:16px;line-height:1}
  .mcb-v1-check{width:28px!important;height:28px!important;top:8px!important;right:8px!important;font-size:15px!important}

  /* Navigation fixe en bas, moins massive */
  .mcb-v1 .mcb-v1-actions{
    left:8px!important;right:8px!important;bottom:8px!important;
    padding:8px!important;border-radius:18px!important;
    grid-template-columns:42px 1fr!important;
    gap:8px!important;
  }
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn{min-height:48px!important;border-radius:14px!important;font-size:14px!important;white-space:nowrap!important}
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light{font-size:0!important;position:relative!important}
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light::before{content:"←";font-size:22px!important;line-height:1!important}

  /* Bulle finale plus jolie et moins envahissante */
  .mcb-v1-mobile-bubble{
    left:10px!important;right:10px!important;bottom:76px!important;
    border-radius:20px!important;padding:13px!important;
    box-shadow:0 18px 46px rgba(20,40,40,.24)!important;
  }
  .mcb-v1-mobile-bubble strong{font-size:15px!important;line-height:1.25!important}
  .mcb-v1-fireworks{font-size:18px!important;margin-bottom:5px!important}
  .mcb-v1-bubble-actions{gap:8px!important;margin-top:10px!important}
  .mcb-v1-bubble-actions button{min-height:42px!important;border-radius:14px!important;font-size:13px!important}
}

@media(max-width:380px){
  .mcb-v1-products{gap:8px!important}
  .mcb-v1-card h4{font-size:13px!important;min-height:29px!important}
  .mcb-v1-pill{font-size:11px!important;min-height:34px!important}
  .mcb-v1-view-product{width:34px!important;height:34px!important}
  .mcb-v1-title h3{font-size:24px!important}
}

/* V2.1 - vraie mise en page mobile compacte */
@media (max-width:700px){
  .mcb-v1{
    padding:56px 10px 82px!important;
    overflow-x:hidden!important;
  }

  .mcb-v1.mcb-mobile-header-sticky{padding-top:56px!important;}

  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head,
  .mcb-v1-mobile-head{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:88px!important;
    min-height:48px!important;
    max-height:58px!important;
    padding:7px 10px!important;
    border-radius:18px!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    gap:8px!important;
    align-items:center!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid rgba(63,160,155,.16)!important;
    box-shadow:0 10px 28px rgba(20,40,40,.14)!important;
    backdrop-filter:blur(14px)!important;
    z-index:999990!important;
  }

  .admin-bar .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{top:120px!important;}
  .mcb-mobile-header-static .mcb-v1-mobile-head{position:relative!important;top:auto!important;left:auto!important;right:auto!important;margin:0 0 10px!important;}

  .mcb-v1-mobile-head-top{display:contents!important;}
  .mcb-v1-mobile-kicker{display:none!important;}
  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    grid-column:2!important;
    font-size:13px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    color:#203837!important;
  }
  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]::before{content:"👜 ";}
  .mcb-v1-mobile-count{
    grid-column:3!important;
    grid-row:1!important;
    min-width:42px!important;
    min-height:38px!important;
    height:38px!important;
    padding:0 8px!important;
    border-radius:14px!important;
    font-size:14px!important;
    box-shadow:none!important;
  }
  .mcb-v1-mobile-strip{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    gap:3px!important;
    min-width:38px!important;
    max-width:58px!important;
    overflow:hidden!important;
    padding:0!important;
    min-height:34px!important;
  }
  .mcb-v1-mobile-mini{width:30px!important;height:30px!important;border-radius:9px!important;flex:0 0 auto!important;}
  .mcb-v1-mobile-empty{font-size:0!important;width:30px!important;height:30px!important;border-radius:9px!important;background:var(--mcb-light)!important;display:block!important;}

  .mcb-v1-layout{display:block!important;width:100%!important;margin-top:14px!important;}
  .mcb-v1-main{
    width:100%!important;
    padding:10px!important;
    border-radius:20px!important;
    box-shadow:none!important;
    background:rgba(255,255,255,.72)!important;
  }

  .mcb-v1-steps{display:none!important;}
  .mcb-v1-progress{height:7px!important;margin:0 0 14px!important;}

  .mcb-v1-title{
    text-align:left!important;
    margin:0 0 12px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:8px!important;
    align-items:end!important;
  }
  .mcb-v1-title h3{
    font-size:28px!important;
    line-height:1.03!important;
    margin:0!important;
    letter-spacing:-.02em!important;
  }
  .mcb-v1-title p{
    grid-column:1/-1!important;
    font-size:14px!important;
    line-height:1.25!important;
    margin:0!important;
  }
  .mcb-v1-title strong{
    grid-column:2!important;
    grid-row:1!important;
    margin:0!important;
    padding:7px 10px!important;
    font-size:13px!important;
    border-radius:999px!important;
  }

  .mcb-v1-products{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .mcb-v1-card{
    width:100%!important;
    border-radius:18px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    box-shadow:0 8px 22px rgba(20,40,40,.08)!important;
    background:#fff!important;
  }
  .mcb-v1-card img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1.08/1!important;
    object-fit:contain!important;
    padding:8px!important;
    background:#fff!important;
  }
  .mcb-v1-card-body{
    padding:9px!important;
    flex:1!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .mcb-v1-card h4{
    font-size:13.5px!important;
    line-height:1.08!important;
    min-height:30px!important;
    margin:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mcb-v1-card p{display:none!important;}
  .mcb-v1-card-actions{
    margin-top:auto!important;
    display:flex!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }
  .mcb-v1-pill,
  .mcb-v1-view-product{
    width:38px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0!important;
    border-radius:13px!important;
    display:inline-grid!important;
    place-items:center!important;
    flex:0 0 38px!important;
    font-size:0!important;
    line-height:1!important;
    margin:0!important;
  }
  .mcb-v1-pill::before{content:"+";font-size:22px!important;font-weight:950!important;color:var(--mcb-dark)!important;}
  .mcb-v1-card.is-selected .mcb-v1-pill::before{content:"✓";color:#fff!important;}
  .mcb-v1-view-product::before{content:"👁";font-size:17px!important;}
  .mcb-v1-check{width:30px!important;height:30px!important;top:8px!important;right:8px!important;font-size:16px!important;}

  .mcb-v1 .mcb-v1-actions{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    z-index:999991!important;
    display:grid!important;
    grid-template-columns:46px 1fr!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:19px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 12px 34px rgba(20,40,40,.18)!important;
    backdrop-filter:blur(12px)!important;
  }
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn{min-height:46px!important;border-radius:14px!important;font-size:14px!important;padding:0 12px!important;}
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light{font-size:0!important;padding:0!important;}
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light::before{content:"←";font-size:22px!important;}

  .mcb-v1-mobile-bubble{
    left:10px!important;
    right:10px!important;
    bottom:74px!important;
    border-radius:20px!important;
    padding:12px!important;
  }
}

@media (max-width:380px){
  .mcb-v1{padding-left:8px!important;padding-right:8px!important;}
  .mcb-v1-title h3{font-size:25px!important;}
  .mcb-v1-products{gap:8px!important;}
  .mcb-v1-card h4{font-size:12.5px!important;}
  .mcb-v1-pill,.mcb-v1-view-product{width:36px!important;height:36px!important;flex-basis:36px!important;}
}

/* V2.2 - Mobile : zone blanche plus large + articles plus grands */
@media (max-width:700px){
  /* Le constructeur sort des limites trop étroites du thème/Elementor sur mobile */
  .mcb-v1{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:8px!important;
    padding-right:8px!important;
    padding-top:92px!important;
    padding-bottom:86px!important;
  }

  .mcb-v1.mcb-mobile-header-sticky{
    padding-top:92px!important;
  }

  .mcb-v1-layout,
  .mcb-v1-main{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Grande zone blanche : quasiment toute la largeur du téléphone */
  .mcb-v1-main{
    padding:14px 10px 16px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.94)!important;
    box-shadow:0 10px 30px rgba(20,40,40,.08)!important;
    border:1px solid rgba(255,255,255,.86)!important;
  }

  /* Le header reste compact et ne cache plus le titre */
  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head,
  .mcb-v1-mobile-head{
    left:8px!important;
    right:8px!important;
    top:82px!important;
    min-height:46px!important;
    max-height:54px!important;
    padding:6px 9px!important;
    border-radius:17px!important;
  }

  .admin-bar .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    top:114px!important;
  }

  .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    font-size:13px!important;
  }

  .mcb-v1-mobile-count{
    min-width:40px!important;
    height:36px!important;
    min-height:36px!important;
    border-radius:13px!important;
  }

  .mcb-v1-mobile-mini,
  .mcb-v1-mobile-empty{
    width:28px!important;
    height:28px!important;
  }

  /* Titre plus lisible mais moins énorme */
  .mcb-v1-title{
    margin-bottom:14px!important;
  }
  .mcb-v1-title h3{
    font-size:26px!important;
    line-height:1.05!important;
  }

  /* Articles plus grands : deux colonnes larges sur toute la largeur */
  .mcb-v1-products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
  }

  .mcb-v1-card{
    border-radius:20px!important;
    min-height:205px!important;
  }

  .mcb-v1-card img{
    aspect-ratio:1.18/1!important;
    padding:10px!important;
  }

  .mcb-v1-card-body{
    padding:10px 10px 11px!important;
  }

  .mcb-v1-card h4{
    font-size:15px!important;
    line-height:1.08!important;
    min-height:34px!important;
  }

  /* Boutons icônes plus propres et moins collés */
  .mcb-v1-card-actions{
    gap:8px!important;
    margin-top:9px!important;
  }
  .mcb-v1-pill,
  .mcb-v1-view-product{
    width:42px!important;
    height:40px!important;
    min-height:40px!important;
    flex-basis:42px!important;
    border-radius:14px!important;
  }

  .mcb-v1-pill::before{font-size:23px!important;}
  .mcb-v1-view-product::before{font-size:18px!important;}

  /* Barre du bas légèrement moins haute */
  .mcb-v1 .mcb-v1-actions{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    padding:7px!important;
    border-radius:18px!important;
  }
}

@media (max-width:380px){
  .mcb-v1{
    padding-left:6px!important;
    padding-right:6px!important;
  }
  .mcb-v1-main{
    padding-left:8px!important;
    padding-right:8px!important;
  }
  .mcb-v1-products{
    gap:10px!important;
  }
  .mcb-v1-card h4{
    font-size:14px!important;
  }
  .mcb-v1-pill,
  .mcb-v1-view-product{
    width:40px!important;
    height:38px!important;
    flex-basis:40px!important;
  }
}

/* V2.3 - Header mobile style barre du bas + articles plus grands */
@media (max-width:700px){
  html, body{overflow-x:hidden!important;}

  .mcb-v1{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:78px 6px 88px!important;
    background:transparent!important;
  }
  .mcb-v1.mcb-mobile-header-sticky{padding-top:78px!important;}

  /* Header comme la barre du bas, mais plus petit et plus utile */
  .mcb-v1 .mcb-v1-mobile-head,
  .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    top:82px!important;
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
    margin:0!important;
    padding:7px 8px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.97)!important;
    border:1px solid rgba(255,255,255,.92)!important;
    box-shadow:0 12px 34px rgba(20,40,40,.18)!important;
    backdrop-filter:blur(14px)!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:2px!important;
    align-items:center!important;
    overflow:hidden!important;
    z-index:999990!important;
  }
  .admin-bar .mcb-v1.mcb-mobile-header-sticky .mcb-v1-mobile-head{top:114px!important;}

  .mcb-v1 .mcb-v1-mobile-head-top{display:contents!important;margin:0!important;}
  .mcb-v1 .mcb-v1-mobile-kicker{
    display:block!important;
    grid-column:1!important;
    grid-row:1!important;
    margin:0!important;
    font-size:9px!important;
    line-height:1!important;
    letter-spacing:.06em!important;
    color:var(--mcb-dark)!important;
    opacity:.70!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .mcb-v1 .mcb-v1-mobile-head strong[data-mcb="mobileStep"]{
    grid-column:1!important;
    grid-row:2!important;
    margin:0!important;
    font-size:14px!important;
    line-height:1.05!important;
    color:#203837!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    display:block!important;
    -webkit-line-clamp:1!important;
  }
  .mcb-v1 .mcb-v1-mobile-head strong[data-mcb="mobileStep"]::before{content:""!important;}
  .mcb-v1 .mcb-v1-mobile-count{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    min-width:46px!important;
    width:46px!important;
    height:46px!important;
    min-height:46px!important;
    border-radius:15px!important;
    display:grid!important;
    place-items:center!important;
    font-size:15px!important;
    font-weight:950!important;
    color:#fff!important;
    background:linear-gradient(135deg,var(--mcb),var(--mcb-dark))!important;
    box-shadow:0 8px 20px color-mix(in srgb,var(--mcb) 24%,transparent)!important;
  }
  .mcb-v1 .mcb-v1-mobile-strip{
    position:absolute!important;
    left:8px!important;
    right:62px!important;
    bottom:5px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    display:flex!important;
    gap:4px!important;
    overflow:hidden!important;
    padding:0!important;
    pointer-events:none!important;
  }
  .mcb-v1 .mcb-v1-mobile-mini{
    width:18px!important;
    height:18px!important;
    flex:0 0 18px!important;
    border-radius:6px!important;
    box-shadow:0 3px 8px rgba(20,40,40,.12)!important;
  }
  .mcb-v1 .mcb-v1-mobile-empty{
    width:auto!important;
    height:auto!important;
    background:transparent!important;
    font-size:0!important;
    padding:0!important;
  }

  /* Contenu : on laisse de la place au header fixe */
  .mcb-v1-layout{width:100%!important;max-width:100%!important;margin:0!important;display:block!important;}
  .mcb-v1-main{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:16px 6px 18px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid rgba(255,255,255,.9)!important;
    box-shadow:0 10px 32px rgba(20,40,40,.08)!important;
  }
  .mcb-v1-steps{display:none!important;}
  .mcb-v1-progress{height:7px!important;margin:0 8px 14px!important;}

  .mcb-v1-title{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:end!important;
    gap:8px!important;
    margin:0 8px 14px!important;
    text-align:left!important;
  }
  .mcb-v1-title h3{
    font-size:25px!important;
    line-height:1.05!important;
    margin:0!important;
    letter-spacing:-.02em!important;
  }
  .mcb-v1-title p{
    grid-column:1/-1!important;
    font-size:14px!important;
    line-height:1.25!important;
    margin:0!important;
    color:#6d7d7c!important;
  }
  .mcb-v1-title strong{
    grid-column:2!important;
    grid-row:1!important;
    margin:0!important;
    padding:7px 10px!important;
    font-size:13px!important;
    border-radius:999px!important;
  }

  /* Articles plus grands : toute la largeur, moins d'espace perdu */
  .mcb-v1-products{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    padding:0 4px!important;
    align-items:stretch!important;
  }
  .mcb-v1-card{
    width:100%!important;
    min-width:0!important;
    min-height:236px!important;
    border-radius:20px!important;
    background:#fff!important;
    border:2px solid transparent!important;
    box-shadow:0 9px 24px rgba(20,40,40,.09)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  .mcb-v1-card.is-selected{border-color:var(--mcb)!important;}
  .mcb-v1-card img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1.15/1!important;
    object-fit:contain!important;
    padding:10px 8px 4px!important;
    background:#fff!important;
  }
  .mcb-v1-card-body{
    padding:10px 10px 11px!important;
    display:flex!important;
    flex-direction:column!important;
    flex:1!important;
    gap:8px!important;
  }
  .mcb-v1-card h4{
    font-size:16px!important;
    line-height:1.06!important;
    min-height:35px!important;
    margin:0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .mcb-v1-card p{display:none!important;}

  /* Boutons lisibles, mais pas trop larges */
  .mcb-v1-card-actions{
    margin-top:auto!important;
    display:grid!important;
    grid-template-columns:1fr 42px!important;
    gap:7px!important;
    align-items:center!important;
  }
  .mcb-v1-pill{
    width:100%!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:999px!important;
    padding:0 8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:0!important;
    line-height:1!important;
    margin:0!important;
    flex:initial!important;
  }
  .mcb-v1-pill::before{
    content:"+"!important;
    font-size:22px!important;
    font-weight:950!important;
    color:var(--mcb-dark)!important;
  }
  .mcb-v1-pill::after{
    content:" Choisir"!important;
    font-size:12px!important;
    font-weight:950!important;
    color:var(--mcb-dark)!important;
  }
  .mcb-v1-card.is-selected .mcb-v1-pill::before{content:"✓"!important;color:#fff!important;}
  .mcb-v1-card.is-selected .mcb-v1-pill::after{content:" Choisi"!important;color:#fff!important;}
  .mcb-v1-view-product{
    width:42px!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:14px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    font-size:0!important;
    margin:0!important;
    flex:initial!important;
    background:#fff!important;
    border:1px solid color-mix(in srgb,var(--mcb) 28%,#fff)!important;
  }
  .mcb-v1-view-product::before{content:"👁"!important;font-size:17px!important;}
  .mcb-v1-check{width:32px!important;height:32px!important;top:8px!important;right:8px!important;font-size:17px!important;}

  /* Barre basse conservée, mais un peu plus compacte */
  .mcb-v1 .mcb-v1-actions{
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    z-index:999991!important;
    display:grid!important;
    grid-template-columns:88px 1fr!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.97)!important;
    border:1px solid rgba(255,255,255,.9)!important;
    box-shadow:0 14px 38px rgba(20,40,40,.20)!important;
    backdrop-filter:blur(14px)!important;
  }
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn{
    min-height:46px!important;
    border-radius:14px!important;
    font-size:13px!important;
    padding:0 10px!important;
    white-space:nowrap!important;
  }
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light{
    font-size:0!important;
    padding:0!important;
  }
  .mcb-v1 .mcb-v1-actions .mcb-v1-btn-light::before{
    content:"← PRÉC."!important;
    font-size:12px!important;
    font-weight:950!important;
  }
}

@media (max-width:380px){
  .mcb-v1{padding-left:4px!important;padding-right:4px!important;}
  .mcb-v1-products{gap:7px!important;padding:0 3px!important;}
  .mcb-v1-card{min-height:222px!important;border-radius:18px!important;}
  .mcb-v1-card h4{font-size:15px!important;min-height:33px!important;}
  .mcb-v1-pill::after{font-size:11px!important;}
  .mcb-v1-title h3{font-size:23px!important;}
}
