/*
Theme Name: WPFlow Canary 11 OceanWP Child
Description: Fresh OceanWP child theme for Canary 11 WooCommerce testing.
Version: 1.0.0
Template: oceanwp
Text Domain: wpflow-canary11-oceanwp-child
*/

:root {
  --wpflow-accent: #c64634;
  --wpflow-accent-dark: #a8392b;
  --wpflow-surface: #f6f1ea;
  --wpflow-copy: #2d2a26;
}

body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit,
body .elementor-button,
body .wp-block-button__link {
  background: var(--wpflow-accent) !important;
  border-color: var(--wpflow-accent) !important;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit:hover,
body .elementor-button:hover,
body .wp-block-button__link:hover {
  background: var(--wpflow-accent-dark) !important;
  border-color: var(--wpflow-accent-dark) !important;
}

.wpflow-canary-hero {
  padding: 72px 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #2d2a26 0%, #5b3c2e 100%);
  color: #fff;
  margin-bottom: 32px;
}

.wpflow-canary-hero h1,
.wpflow-canary-hero p {
  color: inherit;
}
