/*
Theme Name: WPFlow Canary 10 OceanWP Child
Description: Fresh OceanWP child theme for Canary 10 WooCommerce testing.
Version: 1.0.0
Template: oceanwp
Text Domain: wpflow-canary10-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;
}

/* The staging header logo is the site-title link in OceanWP's minimal header. */
#site-header.minimal-header #site-logo .site-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

#site-header.minimal-header #site-logo .site-logo-text::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: linear-gradient(
    135deg,
    rgba(124, 166, 116, 0.86) 0%,
    rgba(198, 70, 52, 0.84) 100%
  );
}
