
/* Formula Unit — Buy Now button polish */
.buy-now,
.btn-buy-now,
.product-card .buy-now,
.product-card .btn-buy-now{
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.buy-now:hover,
.btn-buy-now:hover,
.product-card .buy-now:hover,
.product-card .btn-buy-now:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(242,11,112,.18);
  filter:brightness(1.03);
}

/* Buy Now -> size selection -> payment flow polish */
.product-modal-card{max-width:900px!important}
.modal-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
.modal-actions .btn{min-width:190px!important}
#modalAddCart{box-shadow:0 10px 24px rgba(242,11,112,.18)!important}
