/*
Theme Name: SuperCase Headless Theme
Theme URI: https://supercase.top
Author: SuperCase Design Team
Description: A premium minimalist headless theme designed to match the Next.js frontend header, footer, and warm champagne luxury styling.
Version: 1.0.0
License: GNU GPLv2 or later
*/

body {
  background-color: #f8f6f2 !important;
  color: #18181b !important;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Custom button and checkout styles to match modern look */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #18181b;
}

.woocommerce button.button.alt, 
.woocommerce a.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce input.button.alt {
  background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in-out;
}

.woocommerce button.button.alt:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px);
}
