/**
 * High-priority Checkout CTA — loads after other style*.css files.
 */
a.checkout-btn,
a.checkout-btn:link,
a.checkout-btn:visited,
button.checkout-btn,
input.checkout-btn[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 150px !important;
  min-height: 38px !important;
  padding: 8px 16px !important;
  box-sizing: border-box !important;
  background-color: #10b981 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-align: center !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.28) !important;
  cursor: pointer !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
  z-index: 5 !important;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  user-select: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

a.checkout-btn:hover,
a.checkout-btn:focus,
button.checkout-btn:hover,
button.checkout-btn:focus,
input.checkout-btn[type="submit"]:hover,
input.checkout-btn[type="submit"]:focus {
  background-color: #059669 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.36) !important;
  transform: translateY(-1px);
}

a.checkout-btn:active,
button.checkout-btn:active,
input.checkout-btn[type="submit"]:active {
  background-color: #047857 !important;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25) !important;
  transform: translateY(1px);
}

a.checkout-btn:focus-visible,
button.checkout-btn:focus-visible,
input.checkout-btn[type="submit"]:focus-visible {
  outline: 3px solid #6ee7b7 !important;
  outline-offset: 2px !important;
}

#shoppingCartDefault .buttonRow.forward {
  float: right !important;
  width: auto !important;
  margin: 0.75em 0 1.25em !important;
}

#shoppingCartDefault .buttonRow.forward a.checkout-btn,
#checkoutShipping .buttonRow.forward .checkout-btn {
  display: inline-flex !important;
}

#checkoutShipping-btn-toolbar-top {
  margin: 0.5em 0 1em;
}
