/*
Theme Name: Avada Child - FLX Fish Bros
Theme URI: https://flxfishbros.com
Description: Aggressive child theme for FLX Fish Bros - Custom airbrushed crankbaits. Black/orange mean design. Built for Avada + WooCommerce. Includes custom page template.
Author: FLX Fish Bros
Author URI: https://flxfishbros.com
Template: Avada
Version: 1.0.0
License: GPL
Text Domain: Avada-Child-FLX
*/

/* FLX FISH BROS - AGGRESSIVE OVERRIDES */
:root {
  --flx-black: #050505;
  --flx-orange: #FF4D00;
  --flx-white: #F5F5F0;
  --flx-yellow: #FFD600;
}

body {
  background-color: var(--flx-black) !important;
}

/* Force 0 radius everywhere for mean look */
* {
  border-radius: 0 !important;
}

/* Logo invert for dark header */
.flx-logo-white {
  filter: invert(1) brightness(1.1);
}

/* Aggressive button skew */
.fusion-button.flx-btn {
  transform: skew(-2deg);
  font-family: 'Anton', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-width: 2px !important;
}

/* Product grid aggressive */
.woocommerce ul.products li.product,
.fusion-woo-product-grid .product {
  border: 2px solid #222 !important;
  background: #0A0A0A !important;
  transition: all 0.2s !important;
}

.woocommerce ul.products li.product:hover,
.fusion-woo-product-grid .product:hover {
  border-color: var(--flx-orange) !important;
  transform: translateY(-4px);
}

/* No rounded corners on Avada */
.fusion-builder-container,
.fusion-column-wrapper {
  border-radius: 0 !important;
}
