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

.site-footer .wpflow-footer-link,
.site-footer .wpflow-footer-link:visited {
  color: var(--wpflow-accent);
  display: inline-block;
  font-weight: 700;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transform-origin: 50% 100%;
  transition: color 160ms ease;
}

.site-footer .wpflow-footer-link:hover,
.site-footer .wpflow-footer-link:focus-visible {
  color: var(--wpflow-accent-dark);
  animation: wpflow-footer-link-wobble 420ms ease-in-out 1;
}

@keyframes wpflow-footer-link-wobble {
  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .wpflow-footer-link {
    transition: none;
  }

  .site-footer .wpflow-footer-link:hover,
  .site-footer .wpflow-footer-link:focus-visible {
    animation: none;
  }
}

.wpflow-front-page-full-width #primary.content-area,
.wpflow-front-page-full-width #content.site-content {
  float: none;
  max-width: none;
  width: 100%;
}

.wpflow-front-page-full-width #secondary,
.wpflow-front-page-full-width #right-sidebar {
  display: none;
}
