
/* cta2.css — simple, clean CTA styles. Include on main & products pages. */
.product-card.cta2-mounted .cta2{ 
  margin-top: 12px;
  display:flex; align-items:center; justify-content:center;
}
.qty2{ display:flex; align-items:center; gap:12px; }
.qbtn2{
  width:36px; height:36px; border-radius:10px; border:none;
  background:#7a3cff; color:#fff; font-weight:700; font-size:20px;
  display:inline-flex; align-items:center; justify-content:center;
}
.qnum2{ min-width: 22px; text-align:center; font-weight:700; font-size:16px; }
@media (hover:none) and (pointer:coarse){
  .btn-add2, .qbtn2{ touch-action: manipulation; }
}
