
/* ============================================================
   MR BAMBOO — FINITION VISUELLE
   ============================================================ */

/* Promotions: carrés, deux côte à côte, informations nettement plus grandes */
.stock-promo-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0 0 22px!important;
}
.stock-promo{
  aspect-ratio:1.7/1!important;
  min-height:180px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:20px!important;
  text-align:center!important;
  border-radius:16px!important;
}
.stock-promo__badge{
  font-size:.78rem!important;
  padding:9px 12px!important;
}
.stock-promo__content{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:8px!important;
}
.stock-promo__name{
  font-size:1.55rem!important;
  line-height:1!important;
}
.stock-promo__deal{
  font-size:2rem!important;
  line-height:1!important;
}
.stock-promo__note{
  font-size:.92rem!important;
  line-height:1.25!important;
}

/* Tous les logos Fleurs et Infusés occupent exactement le même cadre */
body.page-fleurs .prod-name,
body.page-infuses .prod-name{
  padding:2px 4px!important;
}
body.page-fleurs .prod-name .main-product-logo,
body.page-fleurs .prod-name > img:first-of-type,
body.page-infuses .prod-name .main-product-logo,
body.page-infuses .prod-name > img:first-of-type{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:86px!important;
  min-height:86px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
}

/* Résines: logos très grands, sans étirement ni résidus blancs */
body.page-resines .prod-name{
  padding:0 2px!important;
  overflow:hidden!important;
}
body.page-resines .prod-name .main-product-logo,
body.page-resines .prod-name > img:first-of-type{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:90px!important;
  min-height:90px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
}
body.page-resines .prod-table tbody td{
  height:94px!important;
  min-height:94px!important;
}

/* Happy Pousse: fond blanc propre pour garantir la lisibilité */
img.partner-brand-logo[src*="baniere-happy-pousse"],
img[alt="Happy Pousse"]{
  padding:6px 8px!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.25)!important;
}

/* Mobile */
@media(max-width:760px){
  .stock-promo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .stock-promo{
    min-height:145px!important;
    padding:14px 10px!important;
  }
  .stock-promo__name{font-size:1.15rem!important}
  .stock-promo__deal{font-size:1.5rem!important}
  .stock-promo__note{font-size:.74rem!important}
}
