/* Compra online, orçamento, entrega e pagamentos */
.woocommerce ul.products li.product .mb-quote-button {
  width: auto;
  cursor: pointer;
}

.woocommerce ul.products li.product .mb-quote-button::after {
  content: "→";
  font-size: 15px;
  font-weight: 400;
}

.mb-product-direct-actions {
  display: grid;
  gap: 11px;
  margin: 0 0 25px;
}

.mb-direct-button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  border: 0;
  border-radius: 25px;
  padding: 0 21px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  text-align: left;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}

.mb-direct-button:hover {
  filter: brightness(.93);
  transform: translateY(-1px);
}

.mb-direct-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.mb-direct-whatsapp { background: #20ad5f; }
.mb-direct-delivery { background: #9f2018; }

.mb-payment-methods {
  margin-top: 16px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.mb-payment-title {
  display: block;
  margin-bottom: 10px;
  color: #77716a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mb-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mb-pay {
  display: inline-flex;
  width: 55px;
  height: 31px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d8d4ce;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.mb-pay-visa {
  color: #153f98;
  font-size: 14px;
  font-style: italic;
  letter-spacing: -.06em;
}

.mb-pay-master { position: relative; }
.mb-pay-master i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e52b2f;
}
.mb-pay-master i + i {
  margin-left: -6px;
  background: #f3a11b;
  opacity: .92;
}

.mb-pay-elo {
  background: #202020;
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
}

.mb-pay-amex {
  background: #2178a8;
  color: #fff;
  font-size: 9px;
  letter-spacing: -.02em;
}

.mb-pay-hiper {
  background: #b82b32;
  color: #fff;
  font-size: 8px;
  font-style: italic;
}

.mb-pay-pix {
  gap: 4px;
  width: 61px;
  color: #2d9d8d;
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}
.mb-pay-pix i { font-size: 13px; font-style: normal; }

@media (max-width: 430px) {
  .mb-direct-button { min-height: 48px; padding-inline: 17px; font-size: 9px; }
  .mb-pay { width: 50px; }
}
