/* =========================================================
   COMPONENT — ACTIONS (QTY + BOTÕES)
   ========================================================= */

.pt-actions {
  padding: 6px 10px 10px;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: auto;
}

.pt-actions a.added_to_cart.wc-forward {
  display: none !important;
}

/* ---------- QTY ---------- */

.pt-qty {
  display: inline-flex !important;
  align-items: center !important;
  background: #fff;
  height: var(--pt-btn-h);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.pt-qminus,
.pt-qplus {
  width: 28px;
  height: var(--pt-btn-h);
  border: 0;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}

.pt-qty .qty {
  height: var(--pt-btn-h) !important;
  width: 38px !important;
  border: 0 !important;
  text-align: center !important;
  padding: 0 2px !important;
  background: transparent;
  -moz-appearance: textfield;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.pt-qty .qty::-webkit-outer-spin-button,
.pt-qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---------- BOTÕES ---------- */

.pt-actions .button.pt-add,
.pt-actions .button.pt-view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: var(--pt-btn-h) !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  color: #fff !important;
  flex: 1 !important;
  border: none !important;
  text-decoration: none !important;
  min-width: 0 !important;
}

.pt-actions .button.pt-add {
  background: var(--pt-blue) !important;
}

.pt-actions .button.pt-add:hover {
  filter: brightness(.95);
}

.pt-actions .button.pt-view {
  background: var(--paletteColor1, #333) !important;
}

.pt-out {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--pt-btn-h);
  padding: 0 8px;
  color: #c43b46;
  font-weight: 800;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  background: #fff;
  flex: 1;
}