/* Compra online, detalhes, negociação 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-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  line-height: 1.18;
}

.mb-direct-copy strong {
  font: inherit;
}

.mb-direct-copy small {
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .04em;
  opacity: .86;
}

.mb-direct-whatsapp { background: #20ad5f; }
.mb-direct-availability { background: #a5261b; }

.woocommerce ul.products li.product .mb-product-details-button {
  cursor: pointer;
}

.mb-payment-methods {
  margin: 0;
}

.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; }

.mb-sale-cash-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -17px 0 24px;
  color: #6d675f;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.mb-sale-cash-note::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.mb-sale-cash-note[hidden] { display: none !important; }

.mb-installment-panel {
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid #d8d4ce;
  border-radius: 6px;
  background: #fff;
}

.mb-installment-panel[hidden] { display: none; }

.mb-installment-panel > summary {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  color: #4b4843;
  font-size: 15px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.mb-installment-panel > summary::-webkit-details-marker { display: none; }

.mb-installment-panel > summary i {
  width: 9px;
  height: 9px;
  border-right: 2px solid #77716a;
  border-bottom: 2px solid #77716a;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s;
}

.mb-installment-panel[open] > summary i { transform: rotate(225deg) translate(-2px, -2px); }

.mb-installment-content {
  padding: 16px 22px 20px;
  border-top: 1px solid #ece9e4;
}

.mb-installment-content .mb-payment-badges {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd9d2;
}

.mb-installment-list {
  display: grid;
  gap: 2px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mb-installment-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 14px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #4f4a44;
  font-size: 12px;
}

.mb-installment-list li:nth-child(even) { background: #f7f6f4; }
.mb-installment-list strong { font-weight: 500; }
.mb-installment-list b { color: #3f3b36; font-size: 13px; }
.mb-installment-list em { color: #8c867e; font-size: 10px; font-style: normal; }
.mb-installment-list .has-interest em { color: var(--red); font-weight: 700; }
.mb-installment-list small { grid-column: 1 / -1; color: #99938b; font-size: 9px; }

.mb-installment-note,
.mb-installment-variation-note {
  margin: 12px 0 0;
  color: #8c867e;
  font-size: 9px;
  line-height: 1.5;
}

.mb-installment-variation-note {
  color: #5f5a54;
  font-weight: 700;
}

@media (max-width: 430px) {
  .mb-direct-button { min-height: 48px; padding-inline: 17px; font-size: 9px; }
  .mb-pay { width: 50px; }
  .mb-installment-panel > summary { min-height: 56px; padding-inline: 16px; }
  .mb-installment-content { padding: 14px 16px 17px; }
  .mb-installment-list li { padding-inline: 9px; }
}
