.mp-section{
  font-family:Poppins,Arial,sans-serif;
  width:100%;
}
.mp-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.mp-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  transition:.25s ease;
  padding:18px;
}
.mp-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(15,23,42,.12)}
.mp-img-wrap{
  height:170px;
  background:#eef0f4;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin-bottom:16px;
  overflow:hidden;
}
.mp-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.mp-placeholder{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  color:#6b7280;font-size:46px;font-weight:800;
}
.mp-body{padding:0 0 0 0}
.mp-badge{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.mp-badge-top{
  background:#d8fbe8;
  color:#04753e;
  font-size:13px;
  padding:9px 12px;
  margin-bottom:14px;
}

.mp-badge-promocao-verificada{background:#d8fbe8;color:#04753e}
.mp-badge-cupom{background:#dbeafe;color:#1d4ed8}
.mp-badge-cupom-ativo{background:#e0e7ff;color:#4338ca}
.mp-badge-oferta-relampago{background:#fee2e2;color:#b91c1c}
.mp-badge-verificada{background:#ccfbf1;color:#0f766e}
.mp-badge-cashback{background:#f3e8ff;color:#7e22ce}
.mp-badge-frete-gratis{background:#dcfce7;color:#15803d}
.mp-badge-oferta-exclusiva{background:#ffedd5;color:#c2410c}
.mp-badge-ultimas-unidades{background:#fef3c7;color:#92400e}
.mp-badge-desconto{background:#fff1b8;color:#8a5a00}
.mp-badge-padrao{background:#f1f5f9;color:#334155}

.mp-body h3{
  font-size:20px;
  line-height:1.2;
  margin:0 0 9px;
  color:#020617;
  font-weight:900;
  letter-spacing:-.02em;
}
.mp-store{
  font-size:14px;
  font-weight:500;
  color:#5f6b7a;
  margin-bottom:20px;
}
.mp-price-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:30px;
  margin-bottom:10px;
}
.mp-old{
  color:#7a7f87;
  text-decoration:line-through;
  font-size:14px;
  font-weight:500;
}
.mp-discount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff1b8;
  color:#8a5a00;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}
.mp-price{
  font-size:31px;
  line-height:1.05;
  font-weight:950;
  color:#020617;
  margin:0 0 20px;
  letter-spacing:-.045em;
}
.mp-btn{
  display:flex;
  width:100%;
  min-height:46px;
  align-items:center;
  justify-content:center;
  background:#111827;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:14px;
  padding:14px 18px;
  font-size:14px;
  font-weight:950;
  letter-spacing:.02em;
  transition:.2s ease;
}
.mp-btn:hover,.mp-btn:focus,.mp-btn:active{transform:scale(1.02);background:#111827!important;color:#fff!important;border-color:#111827!important;}
@media(max-width:980px){.mp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.mp-grid{grid-template-columns:1fr;gap:16px}.mp-card{border-radius:26px;padding:18px}.mp-img-wrap{height:170px}.mp-price{font-size:30px}}
