/**
 * Checkout Button Arrow Removal
 * Removes any arrows from the checkout button
 */
.checkout-btn .btn-icon {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Ensure no arrow appears on hover */
.checkout-btn:hover .btn-icon {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
