/* V42 — quatre offres atelier express, ciblées par identifiant produit. */
body#product .pm-express-offer {
  width:min(1050px,100%);
  margin:30px auto 38px;
  padding:34px;
  border:1px solid #cfe1f1;
  border-radius:17px;
  background:linear-gradient(135deg,#f4f9fd 0%,#fff 72%);
  box-shadow:0 12px 34px rgba(16,37,68,.07);
  color:#102544;
}
body#product .pm-express-offer__head { text-align:center; }
body#product .pm-express-offer__head p {
  margin:0 0 8px;
  color:#0878d1;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
}
body#product .pm-express-offer__head h2 {
  margin:0 0 8px;
  color:#102544!important;
  font-size:27px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
body#product .pm-express-offer__head>span { color:#607089; font-size:14px; }
body#product .pm-express-offer__discount {
  display:flex; align-items:center; justify-content:space-between; gap:18px;
  margin:22px 0 0; padding:17px 20px; border:1px solid #abd2ed;
  border-radius:12px; background:#eaf6fd;
}
body#product .pm-express-offer__discount small,
body#product .pm-express-offer__discount strong,
body#product .pm-express-offer__discount span { display:block; }
body#product .pm-express-offer__discount small { color:#0878d1; font-size:10px; font-weight:800; letter-spacing:.1em; }
body#product .pm-express-offer__discount strong { margin:3px 0; font-size:18px; }
body#product .pm-express-offer__discount strong b { color:#0878d1; }
body#product .pm-express-offer__discount span { color:#607089; font-size:12px; }
body#product .pm-express-offer__discount p { flex:0 0 auto; margin:0; text-align:right; }
body#product .pm-express-offer__discount del,
body#product .pm-express-offer__discount p b { display:block; }
body#product .pm-express-offer__discount del { color:#718097; font-size:13px; }
body#product .pm-express-offer__discount p b { color:#102544; font-size:21px; }
body#product .pm-express-offer__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:25px 0 18px;
}
body#product .pm-express-offer__grid article {
  min-height:105px;
  padding:18px;
  border:1px solid #dce8f2;
  border-radius:12px;
  background:#fff;
}
body#product .pm-express-offer__grid b,
body#product .pm-express-offer__grid span { display:block; }
body#product .pm-express-offer__grid b { margin-bottom:6px; font-size:15px; }
body#product .pm-express-offer__grid span { color:#607089; font-size:13px; line-height:1.5; }
body#product .pm-express-offer__foot {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:17px 19px;
  border-radius:12px;
  background:#102544;
  color:#fff;
}
body#product .pm-express-offer__foot strong,
body#product .pm-express-offer__foot span { display:block; }
body#product .pm-express-offer__foot strong { font-size:14px; }
body#product .pm-express-offer__foot span { margin-top:3px; color:#d8e6f3; font-size:12px; }
body#product .pm-express-offer__foot a {
  flex:0 0 auto;
  padding:12px 17px;
  border-radius:8px;
  background:#0878d1;
  color:#fff!important;
  font-size:13px;
  font-weight:800;
}
@media (min-width:992px) {
  body#product .pm-product-lovable .pm-express-offer {
    width:min(1050px,50%)!important;
    max-width:1050px!important;
    position:relative;
    top:-296px;
    left:-280px!important;
    margin-top:42px!important;
  }
}
@media (max-width:767px) {
  body#product .pm-express-offer { margin:22px 0 28px; padding:22px 16px; }
  body#product .pm-express-offer__head h2 { font-size:22px!important; }
  body#product .pm-express-offer__grid { grid-template-columns:1fr; }
  body#product .pm-express-offer__discount { align-items:flex-start; flex-direction:column; }
  body#product .pm-express-offer__discount p { text-align:left; }
  body#product .pm-express-offer__grid article { min-height:0; }
  body#product .pm-express-offer__foot { align-items:stretch; flex-direction:column; }
  body#product .pm-express-offer__foot a { text-align:center; }
}
