/* ============== Brand tokens (water) ==============
 * Ocean primary  #0A0A0A
 * Ocean deep     #000000 (hover / headings on light bg)
 * Ocean bright   #666666 (accents, focus rings)
 * Ocean mist     rgba(0,0,0,0.08) (soft backgrounds)
 * ================================================= */
:root {
  --gp-orange: #0A0A0A !important;
  --gp-water: #0A0A0A;
  --gp-water-deep: #000000;
  --gp-water-bright: #666666;
  --gp-water-glow: rgba(0,0,0,0.35);
  --gp-water-glow-strong: rgba(0,0,0,0.50);
}

/* ============== MOD-036 stat strip ============== */
.gpower-stat-number { color: #0A0A0A !important; }
.gpower-stat-item:focus-visible { box-shadow: inset 0 0 0 2px #0A0A0A !important; }

/* ============== MOD-042 discipline grid ============== */
.gpower-discipline-arrow { color: #0A0A0A !important; }
.gpower-discipline-card:hover .gpower-discipline-count,
.gpower-discipline-card:focus .gpower-discipline-count { color: #666666 !important; }
.gpower-discipline-card:focus-visible { box-shadow: inset 0 0 0 2px #0A0A0A !important; }

/* ============== MOD-047 category hero ============== */
.gpower-cat-hero-stat strong,
.gpower-cat-hero-stat .gpower-cat-hero-number,
.gpower-cat-hero-price { color: #0A0A0A !important; }
.gpower-cat-hero-filter {
  color: #0A0A0A !important;
  border: 1.5px solid rgba(10,10,10,0.25) !important;
  background: #ffffff !important;
}
.gpower-cat-hero-filter:hover,
.gpower-cat-hero-filter:focus {
  border-color: #0A0A0A !important;
  background: #0A0A0A !important;
  color: #ffffff !important;
}

/* ============== KILL ALL FLATSOME BLUE — global override ==============
 * Flatsome ships with --primary-color blue accents. Replace with our black.
 * ================================================================= */
:root {
  --primary-color: #0A0A0A !important;
  --fs-color-primary: #0A0A0A !important;
  --fs-experimental-link-color: #0A0A0A !important;
  --fs-experimental-link-color-hover: #555555 !important;
  --gp-accent: #0A0A0A !important;
}

/* Body content links — force dark (covers contact page, inline prose, etc.)
   Exclusions: card-style links (stat items, discipline cards, product cards,
   pagination, filter chips, banner links) — they have their own treatment. */
.content-area a:not(.button):not(.nav-top-link):not([href^="mailto:"]):not(.gpower-stat-item):not(.gpower-discipline-card):not(.gpower-cat-hero-filter):not(.banner-link):not(.fill):not(.page-number):not(.product-small):not([class*="product"]):not([class*="card"]):not([class*="badge"]),
.entry-content > p a:not(.button),
.entry-content > ul a:not(.button),
.entry-content > ol a:not(.button),
.post-content > p a:not(.button),
article .entry > p a:not(.button) {
  color: #0A0A0A !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-color: rgba(10,10,10,0.3) !important;
  transition: text-decoration-color 160ms ease !important;
}
.content-area a:not(.button):hover:not(.gpower-stat-item):not(.gpower-discipline-card),
.entry-content > p a:not(.button):hover {
  color: #000000 !important;
  text-decoration-color: #0A0A0A !important;
}

/* Safety: strip underline from stat cards + discipline cards + product cards */
.gpower-stat-item,
.gpower-stat-item *,
.gpower-discipline-card,
.gpower-discipline-card *,
.gpower-cat-hero-filter,
.product-small,
.product-small *,
a.banner-link,
a.fill {
  text-decoration: none !important;
}
/* Mailto/tel in prose content — underlined subtle */
.content-area a[href^="mailto:"],
.content-area a[href^="tel:"],
.entry-content a[href^="mailto:"],
.entry-content a[href^="tel:"] {
  color: #0A0A0A !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 500 !important;
}

/* Login button in header (Flatsome circular primary) */
.nav-top-link.primary.button,
.account-item .button.primary,
.header a.button.primary,
.header-main .button.primary {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.35) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 50% !important;
}
.nav-top-link.primary.button:hover,
.account-item .button.primary:hover {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border-color: #ffffff !important;
}

/* Hide username text on account link (keep icon only) */
.account-item .nav-top-link span,
.account-item .header-button a span,
.account-item .nav-top-link.nav-top-logged-in span,
li.account-item a span {
  display: none !important;
}
.account-item .user-display-name,
.header-account-title,
.nav-top-logged-in-text,
.header-button .welcome-message {
  display: none !important;
}

/* Inject a clean SVG person icon into the circular account button */
.account-item .nav-top-link,
.account-item .header-button > a {
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.account-item .nav-top-link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 160ms ease;
}
.account-item .nav-top-link:hover::before {
  background-color: #0A0A0A;
}
/* Remove after pseudo used earlier */
.account-item .nav-top-link::after { content: none !important; }

/* All primary buttons outside header — black solid */
.button.primary,
button.primary,
input[type="submit"].primary,
.wc-block-button.primary,
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15) !important;
  transition: all 180ms ease !important;
}
.button.primary:hover,
button.primary:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
}

/* Prices — kill blue (.gp-fb-price and standard WC prices) */
.gp-fb-price,
.gp-fb-price *,
.gp-fb-price a,
.gp-fb-price .amount,
.woocommerce-Price-amount,
.product-small .price,
.product-small .price .amount,
.price .amount,
.price ins .amount,
.price-wrapper .price {
  color: #0A0A0A !important;
}
.gp-fb-price { font-weight: 700 !important; }

/* "(Excluding tax)" tax note — subtle grey */
.gp-fb-price small,
.price small,
.tax_label,
.amount + .small {
  color: #666666 !important;
  font-weight: 400 !important;
  font-size: 0.85em !important;
}

/* Filter bar + icon (woocommerce) */
.filter-button,
.filter-button strong,
.filter-button i,
.icon-equalizer,
.woocommerce .widget_price_filter .price_slider_amount .button {
  color: #0A0A0A !important;
}
.filter-button:hover,
.filter-button:hover strong { color: #000000 !important; }

/* "CONFIGURE →" arrow link on product cards — multiple render variants */
a[href*="configure"],
.product-small a[href*="configure"],
.button.is-link,
.product-small .button.is-link,
.gp-fb-btn,
span.gp-fb-btn,
a.gp-fb-btn {
  color: #0A0A0A !important;
  border-color: #0A0A0A !important;
  font-weight: 700 !important;
  background: transparent !important;
}
a[href*="configure"]::after,
.product-small a[href*="configure"]::after,
.gp-fb-btn::after {
  color: #0A0A0A !important;
}

/* Additional price render — .gp-matrix-price + .gp-fb-price already covered */
.gp-matrix-price,
.gp-matrix-price *,
.gp-matrix-price .amount,
span.gp-matrix-price {
  color: #0A0A0A !important;
}

/* Pagination — black active + hover, grey default */
.woocommerce-pagination .page-number,
.woocommerce-pagination a,
.woocommerce-pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .nav-links a,
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  color: #0A0A0A !important;
  border: 1px solid rgba(10,10,10,0.15) !important;
  background: transparent !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  transition: all 160ms ease !important;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination .current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
  background: #0A0A0A !important;
  color: #ffffff !important;
  border-color: #0A0A0A !important;
}
.woocommerce-pagination .icon-angle-left,
.woocommerce-pagination .icon-angle-right,
.icon-angle-right,
.icon-angle-left {
  color: inherit !important;
}

/* Skip-link (hidden but still in DOM) — neutral */
.skip-link { color: #0A0A0A !important; }

/* ============== Mobile menu drawer (Magnific popup) ============== */
.mfp-bg {
  background: rgba(0, 0, 0, 0.65) !important;
  opacity: 1 !important;
}
.mfp-content {
  background: transparent !important;
}
#main-menu.mobile-sidebar,
.mobile-sidebar {
  background: #0A0A0A !important;
  color: #ffffff !important;
  padding: 80px 0 32px !important;
  min-height: 100vh;
  width: min(320px, 88vw) !important;
  margin-left: auto;
}
.mobile-sidebar .sidebar-menu {
  padding: 0 !important;
}
.mobile-sidebar .nav-sidebar,
.mobile-sidebar .nav.nav-vertical {
  border: none !important;
  width: 100% !important;
}
.mobile-sidebar .nav-sidebar > li,
.mobile-sidebar .nav-vertical > li {
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 0 !important;
}
.mobile-sidebar .nav-sidebar > li > a,
.mobile-sidebar .nav-vertical > li > a {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 18px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  line-height: 1.2 !important;
  border: none !important;
  transition: background 160ms ease !important;
}
.mobile-sidebar .nav-sidebar > li > a:hover,
.mobile-sidebar .nav-vertical > li > a:hover {
  background: rgba(255,255,255,0.06) !important;
}
.mobile-sidebar .toggle,
.mobile-sidebar .nav-sidebar .toggle {
  color: rgba(255,255,255,0.6) !important;
  background: transparent !important;
  border: none !important;
}
/* Nested children (Shop submenu) */
.mobile-sidebar .sub-menu,
.mobile-sidebar .nav-sidebar .children {
  background: rgba(0,0,0,0.3) !important;
  padding: 4px 0 !important;
}
.mobile-sidebar .sub-menu > li > a,
.mobile-sidebar .nav-sidebar .children > li > a {
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 12px 28px 12px 44px !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}
.mobile-sidebar .sub-menu > li > a:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.04) !important;
}

/* Hide broken shortcode + search form in mobile menu (handled elsewhere) */
.mobile-sidebar li.html_topbar_right,
.mobile-sidebar li.header-search-form,
.mobile-sidebar li.search-form.html {
  display: none !important;
}

/* Account item — smaller, subtle at bottom */
.mobile-sidebar .account-item a {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mobile-sidebar .account-item a:hover { color: #ffffff !important; }

/* Close (X) button on mobile menu popup — white */
.mfp-close,
button.mfp-close {
  color: #ffffff !important;
  opacity: 0.9 !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  top: 16px !important;
  right: 20px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.mfp-close:hover { opacity: 1 !important; }

/* ============== Hero heading visibility on ALL pages ============== */
.ux-banner h1,
.ux-banner h2,
.ux-banner .text-inner h1,
.ux-banner .text-inner h2,
.ux-banner .text-box h1,
.banner h1,
.banner .text-inner h1 {
  color: #ffffff !important;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.35) !important;
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

/* Hero banner dark gradient overlay for text contrast on any hero */
.ux-banner:not(body.home .ux-banner):not(.has-gradient-overlay)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
  z-index: 1;
}
.ux-banner > * { position: relative; z-index: 2; }

/* ============== Tier badges (EXTREME / RACING / ELITE / etc.) ==============
 * Custom theme tier badges render with orange/red/etc — unify to our palette.
 * EXTREME = black, RACING = graphite, ELITE = dark bronze tone
 * =========================================================== */
.gp-tier-badge,
.gp-fb-tier-badge,
span.gp-tier-badge,
span.gp-fb-tier-badge {
  background: #0A0A0A !important;
  color: #ffffff !important;
  border: none !important;
  padding: 4px 12px !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  display: inline-block !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
}
.gp-tier-badge.gp-tier-extreme,
.gp-fb-tier-badge--extreme {
  background: #0A0A0A !important;
  color: #ffffff !important;
}
.gp-tier-badge.gp-tier-racing,
.gp-fb-tier-badge--racing {
  background: #2a2a2a !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.gp-tier-badge.gp-tier-elite,
.gp-fb-tier-badge--elite {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border: 1.5px solid #0A0A0A !important;
}

/* ============== PDP (single product page) =========================
 * Fix WooCommerce tabs, review box, tacky gold trust medallions,
 * variant selectors, quantity, related products grid.
 * =================================================================== */

/* Hide tacky gold trust medallion images (UX Builder block)
   Images match /security-payments|premium-quality|customer-support|fast-shipping/ */
body.single-product img[src*="security-payments"],
body.single-product img[src*="premium-quality"],
body.single-product img[src*="customer-support"],
body.single-product img[src*="fast-shipping"],
body.single-product img[src*="100-percent"],
body.single-product img[src*="secure-checkout"] {
  display: none !important;
}
/* Collapse the empty row/col container left behind after hiding badges */
body.single-product .summary .col:has(img[src*="security-payments"]),
body.single-product .summary .col:has(img[src*="fast-shipping"]),
body.single-product .summary .col:has(img[src*="premium-quality"]),
body.single-product .summary .col:has(img[src*="customer-support"]) {
  display: none !important;
}
body.single-product .summary .row:has(img[src*="security-payments"]),
body.single-product .summary .row:has(img[src*="fast-shipping"]) {
  display: none !important;
}

/* Product title */
body.single-product .product_title {
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  color: #0A0A0A !important;
  margin-bottom: 16px !important;
}

/* Product price on PDP */
body.single-product .price,
body.single-product .price .amount,
body.single-product p.price,
body.single-product span.price {
  color: #0A0A0A !important;
  font-weight: 700 !important;
}

/* ADD TO CART primary button (large) */
body.single-product .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button,
body.single-product .summary .button.alt {
  background: #0A0A0A !important;
  color: #ffffff !important;
  border: 2px solid #0A0A0A !important;
  padding: 16px 40px !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  transition: all 200ms ease !important;
  width: 100% !important;
  max-width: 400px;
}
body.single-product .single_add_to_cart_button:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.12) !important;
}

/* Quantity input + buttons */
body.single-product .quantity input[type="number"],
body.single-product .quantity .qty {
  border: 1.5px solid rgba(10,10,10,0.2) !important;
  background: #ffffff !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  height: 46px !important;
  text-align: center !important;
}
body.single-product .quantity button,
body.single-product .quantity .minus,
body.single-product .quantity .plus {
  background: transparent !important;
  border: 1.5px solid rgba(10,10,10,0.2) !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 140ms ease !important;
}
body.single-product .quantity button:hover,
body.single-product .quantity .minus:hover,
body.single-product .quantity .plus:hover {
  background: #0A0A0A !important;
  color: #ffffff !important;
  border-color: #0A0A0A !important;
}

/* Product meta (SKU, Categories) */
body.single-product .product_meta,
body.single-product .product_meta span,
body.single-product .product_meta a {
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  color: #666666 !important;
}
body.single-product .product_meta a:hover {
  color: #0A0A0A !important;
}

/* Breadcrumbs — refined */
body.single-product .woocommerce-breadcrumb,
body.single-product .breadcrumbs {
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
  margin-bottom: 20px !important;
}

/* Tabs (REVIEWS etc.) — black active, grey inactive */
.woocommerce-tabs .tab-panels {
  padding: 24px 0 !important;
  border: none !important;
  background: transparent !important;
}
.woocommerce-tabs ul.tabs,
ul.tabs,
.nav-tabs {
  border-bottom: 1.5px solid rgba(10,10,10,0.12) !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  gap: 4px;
}
.woocommerce-tabs ul.tabs li a,
ul.tabs li a,
.nav-tabs li a {
  color: #666666 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  border: none !important;
  background: transparent !important;
  transition: color 160ms ease !important;
  position: relative;
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover,
ul.tabs li.active a,
ul.tabs li a:hover {
  color: #0A0A0A !important;
  background: transparent !important;
}
.woocommerce-tabs ul.tabs li.active a::after,
ul.tabs li.active a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1.5px;
  height: 2px;
  background: #0A0A0A;
}

/* Review "Be the first to review" box — single clean container */
#review_form_wrapper,
#review_form_wrapper.large-12,
#review_form_wrapper.col,
#reviews .woocommerce-Reviews,
#reviews.woocommerce-Reviews {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
#review_form,
#reviews #respond,
#reviews .comment-respond,
.comment-respond {
  border: 1px solid rgba(10,10,10,0.12) !important;
  border-radius: 8px !important;
  padding: 32px !important;
  background: #fafafa !important;
  max-width: 720px !important;
  margin-top: 16px !important;
}
#review_form_wrapper h3,
#reply-title,
#reviews #reply-title {
  margin-top: 0 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0A0A0A !important;
}

/* "logged in" link — black not blue */
#reviews a,
.woocommerce-tabs a,
.comment-respond a {
  color: #0A0A0A !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
#reviews a:hover,
.comment-respond a:hover {
  color: #555555 !important;
}

/* Related products grid — consistent card style */
.related.products h2,
.related-products h2 {
  font-family: "Outfit", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 32px !important;
  color: #0A0A0A !important;
}
.related .product-small,
.related-products .product-small {
  transition: transform 200ms ease;
}
.related .product-small:hover,
.related-products .product-small:hover {
  transform: translateY(-4px);
}

/* Kill "CATEGORIES:" label blue arrows if any */
.posted_in a,
.tagged_as a { color: #0A0A0A !important; }

/* Social share icons on PDP — darker, hover accent */
.social-icons a,
.share-icons a,
.product-share a {
  color: #888888 !important;
  transition: color 160ms ease !important;
}
.social-icons a:hover,
.share-icons a:hover {
  color: #0A0A0A !important;
}

/* ============== Variant selects (WooCommerce + Wooco composite) ==============
 * Default select rendering clipped text (height 33px vs content 40px). Unify
 * all product option selects at a comfortable tappable 52px with proper
 * padding, icon, and active/focus states.
 * =============================================================== */
body.single-product select,
body.single-product .variations select,
body.single-product table.variations select,
body.single-product .wooco_component_product_select,
body.single-product select.wooco_component_product_select,
.wooco_component_product_selection select,
.wooco_component_options select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  min-height: 52px !important;
  line-height: 1.4 !important;
  padding: 14px 44px 14px 18px !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: #0A0A0A !important;
  background-color: #ffffff !important;
  border: 1.5px solid rgba(10, 10, 10, 0.18) !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
  width: 100% !important;
  max-width: 100% !important;
  cursor: pointer !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  /* Custom chevron — points down, dark */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A0A0A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 14px !important;
  transition: all 160ms ease !important;
}

body.single-product select:hover,
body.single-product .variations select:hover,
body.single-product .wooco_component_product_select:hover {
  border-color: rgba(10, 10, 10, 0.45) !important;
}

body.single-product select:focus,
body.single-product .variations select:focus,
body.single-product .wooco_component_product_select:focus {
  outline: none !important;
  border-color: #0A0A0A !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

/* Select option (dropdown list when open) — native browser bg, readable */
body.single-product select option,
.wooco_component_product_select option {
  background: #ffffff !important;
  color: #0A0A0A !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

/* Variant/component label above each select */
.wooco_component_label,
.wooco_component_title,
body.single-product .variations th,
body.single-product .variations .label label,
body.single-product label[for*="attribute"],
body.single-product .wooco_component_product_selection .label {
  font-family: "Outfit", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #0A0A0A !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  display: block !important;
  line-height: 1.2 !important;
}

/* Component container spacing — tight */
.wooco_component_product_selection,
.wooco_component,
body.single-product .variations tr {
  margin: 0 !important;
  padding: 0 !important;
}
.wooco_component_product_selection > *,
.wooco_component > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Divider — removed. Nullify padding. */
.wooco_component + .wooco_component,
.wooco_components .wooco_component:not(:first-child) {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Parent grid — 14px gap between each component */
.wooco_components,
.wooco_options,
.wooco_components_inner {
  gap: 14px !important;
  row-gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wooco_components > *,
.wooco_options > * {
  margin: 0 !important;
}

/* Nullify the `hr` dividers Wooco plugin inserts between components */
.wooco_component hr,
.wooco_components hr,
.wooco_component_product_selection hr {
  display: none !important;
}

/* Any generic surrounding blocks that add vertical space */
.wooco_before_product_content,
.wooco_after_product_content,
.wooco_components_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
/* "Choose an option" helper — compact */
.wooco_component_product_selection .description,
.wooco_placeholder_text,
.wooco_component .description {
  margin: 0 0 8px 0 !important;
  font-size: 12px !important;
  color: #666666 !important;
}

/* Price inside each component selection (extra cost shown next to option) */
.wooco_component_price {
  color: #666666 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}

/* Trust strip ("Free shipping / 2-year warranty / Handcrafted") — remove tint, keep subtle */
.gp-trust-strip {
  background: #fafafa !important;
  border: 1px solid rgba(10,10,10,0.08) !important;
  border-radius: 8px !important;
  padding: 14px 20px !important;
  margin: 16px 0 !important;
}
.gp-trust-strip svg,
.gp-trust-strip .gp-trust-icon {
  color: #0A0A0A !important;
}
.gp-trust-strip span,
.gp-trust-strip div {
  color: #0A0A0A !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* ============== Footer — email + links ==============
 * Footer bg is dark already. Email shows as blue. Force white.
 * =============================================== */
footer a,
.footer a,
#footer a,
.footer-secondary a,
.absolute-footer a {
  color: rgba(255,255,255,0.85) !important;
  transition: color 160ms ease !important;
}
footer a:hover,
.footer a:hover,
#footer a:hover,
.absolute-footer a:hover {
  color: #ffffff !important;
}
/* Email link specifically — override the inline color on SPAN wrapper too */
footer a[href^="mailto:"],
footer a[href^="mailto:"] span,
.footer a[href^="mailto:"],
.footer a[href^="mailto:"] span,
#footer a[href^="mailto:"],
#footer a[href^="mailto:"] span,
.absolute-footer a[href^="mailto:"],
.absolute-footer a[href^="mailto:"] span {
  color: #ffffff !important;
  font-weight: 500 !important;
}
footer a[href^="mailto:"],
.footer a[href^="mailto:"],
#footer a[href^="mailto:"] {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 1px;
}
footer a[href^="mailto:"]:hover,
.footer a[href^="mailto:"]:hover {
  border-bottom-color: #ffffff !important;
}

/* General: kill any inline-colored SPAN inside footer links (icon-box pattern) */
footer .icon-box a span,
footer .icon-box span[style*="color"],
.footer .icon-box a span,
.footer .icon-box span[style*="color"] {
  color: inherit !important;
}

/* Links inside product names, breadcrumbs, general text — dark not blue */
.woocommerce-breadcrumb a,
.breadcrumbs a,
.product-small .name a,
.product-small h3 a,
.product-small h4 a {
  color: #0A0A0A !important;
  transition: color 160ms ease !important;
}
.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover,
.product-small .name a:hover,
.product-small h3 a:hover { color: #555555 !important; }

/* Pagination */
.woocommerce .woocommerce-pagination ul li a:hover,
.woocommerce .woocommerce-pagination ul li span.current {
  background: #0A0A0A !important;
  color: #ffffff !important;
  border-color: #0A0A0A !important;
}

/* Sort-by dropdown — clean */
.woocommerce-ordering select {
  border: 1.5px solid rgba(10,10,10,0.2) !important;
  padding: 8px 32px 8px 14px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  color: #0A0A0A !important;
  background: #ffffff !important;
  cursor: pointer !important;
}
.woocommerce-ordering select:focus {
  outline: none !important;
  border-color: #0A0A0A !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08) !important;
}

/* Cart / checkout notices */
.woocommerce-message,
.woocommerce-info { border-top-color: #0A0A0A !important; }
.woocommerce-message::before,
.woocommerce-info::before { color: #0A0A0A !important; }

/* ============== MOD-048 howto steps ============== */
.gpower-howto-step-num { color: #0A0A0A !important; }

/* ============== MOD-045 related labels ============== */
.gpower-rel-label--lighter { background: #0A0A0A !important; }
.gpower-rel-label--stiffer { background: #000000 !important; }

/* ============== Hero CTA — black core with WHITE inner ring ============== */
body.home .button.white.is-outline,
body.home .text-inner .button,
body.home .ux-banner .button {
  background: #0A0A0A !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.35),
    0 10px 28px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.12) !important;
  transition: all 220ms ease !important;
  position: relative;
}
body.home .button.white.is-outline::before,
body.home .text-inner .button::before,
body.home .ux-banner .button::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 1px;
  pointer-events: none;
}
body.home .button.white.is-outline:hover,
body.home .text-inner .button:hover,
body.home .ux-banner .button:hover {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.35),
    0 14px 36px rgba(255,255,255,0.25) !important;
}

/* ============== Dark sections (Technology, Custom Design, Final CTA) ============== */
body.home .section.dark .section-title-container,
body.home .section.dark h3.uppercase,
body.home .section.dark .uppercase.small-text,
body.home .section.dark .uppercase {
  color: #ffffff !important;
  opacity: 0.95 !important;
}

body.home .section.dark h3,
body.home .section.dark h4 {
  color: #ffffff !important;
}

body.home .section.dark .button {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08) !important;
  transition: all 200ms ease !important;
}
body.home .section.dark .button:hover {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,255,255,0.15) !important;
}

/* ============== Final "Find Your Perfect Paddle" CTA — white-filled ============== */
body.home section.dark:last-of-type .button {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 10px 28px rgba(255,255,255,0.25), 0 0 0 1px rgba(0,0,0,0.3) !important;
}
body.home section.dark:last-of-type .button:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* ============== Founder / MEET THE TEAM CTA (on light bg) ============== */
body.home .button.primary,
body.home .button[href*="team"] {
  background: #0A0A0A !important;
  border: 2px solid #0A0A0A !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
  transition: all 200ms ease !important;
}
body.home .button.primary:hover,
body.home .button[href*="team"]:hover {
  background: #ffffff !important;
  color: #0A0A0A !important;
  border-color: #0A0A0A !important;
}

/* ============== Kickers on LIGHT sections (near-black, subtle) ============== */
body.home .section:not(.dark) .section-title-container,
body.home .section:not(.dark) h3.uppercase,
body.home .section:not(.dark) .uppercase.small-text {
  color: #0A0A0A !important;
}

/* ============== Header search suggestions ============== */
.gpower-header-search-suggestions .selected,
.gpower-header-search-suggestions a:hover { background: rgba(0,0,0,0.08) !important; }

/* ============== Compare toggle (MOD-049) ============== */
.gpower-view-toggle button.active,
.gpower-view-toggle [aria-pressed="true"] {
  background: #0A0A0A !important;
  border-color: #0A0A0A !important;
  color: #fff !important;
}

/* ============== Focus rings (global a11y) ============== */
body.home *:focus-visible,
.gpower-faq-q:focus-visible,
.gpower-compare-wrap *:focus-visible {
  outline-color: #0A0A0A !important;
}

/* ============== Header / main navigation ==============
 * Flatsome renders nav as .header-nav-main li > a — small 11.5px by default.
 * Boost size, weight, contrast; add animated underline on hover.
 * =================================================== */
/* ============== Main nav links — bulletproof white ============== */
header#header a,
header#header .nav-top-link,
.header-main a.nav-top-link,
.header-nav-main a,
.header-nav-main > li > a,
.header-nav-main > li > a.nav-top-link,
.header-nav.nav > li > a,
.header-main .nav > li > a,
.header-inner .menu-item > a {
  color: #ffffff !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 10px 18px !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  position: relative;
  border-radius: 2px;
  transition: color 160ms ease, background 160ms ease;
  text-shadow: none !important;
}
.header-nav-main > li > a:hover,
.header-nav-main > li > a.nav-top-link:hover,
.header-main .nav > li > a:hover,
.header-inner .menu-item > a:hover {
  background: rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
}

/* Login link + cart icon + language switcher — also white on dark header */
.header-main .header-button a,
.header-main .nav-top a,
.header-main .cart-item a,
.header-main .account-item a,
.header-main [class*="login"] a,
.header-main .nav-top-link {
  color: #ffffff !important;
}

/* Search icon (magnifier) in nav — white */
.header-main .icon-search,
.header-main .icon-search::before,
.header-main .search-form input,
.header-main [class*="search"] svg,
.header-main [class*="search"] a {
  color: #ffffff !important;
}

/* ============== Solid dark header — sticky on scroll ============== */
header#header {
  position: sticky !important;
  top: 0 !important;
  background: rgba(10, 10, 10, 0.94) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: none !important;
  z-index: 9999 !important;
  min-height: 128px !important;
  transition:
    background 220ms ease,
    box-shadow 220ms ease !important;
}
/* Kill Flatsome default bottom borders on nav / header children */
.header-bottom,
.header-main,
.header-wrapper,
.nav-dark .header-nav-main,
.header-nav.nav {
  border: none !important;
  box-shadow: none !important;
}
#masthead,
.header-main,
.header-wrapper,
.header-inner {
  background: rgba(10, 10, 10, 0.94) !important;
  min-height: 128px !important;
}
/* Two-row header: top bar 68px + nav bar 56px + overflow safety */
.header-top, #top-bar { min-height: 68px !important; }
.header-bottom, .header-nav-wrapper { min-height: 56px !important; padding: 8px 0 !important; }

/* When scrolled — keep height constant, strengthen bg + add shadow (Apple-style) */
header#header.stuck,
header#header.is-stuck,
header#header.scrolled {
  background: rgba(8, 8, 8, 0.985) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255,255,255,0.06) !important;
  border-bottom-color: rgba(255,255,255,0.12) !important;
}
header#header.stuck #masthead,
header#header.is-stuck #masthead,
header#header.scrolled #masthead,
header#header.stuck .header-main,
header#header.is-stuck .header-main,
header#header.scrolled .header-main,
header#header.stuck .header-wrapper,
header#header.is-stuck .header-wrapper,
header#header.scrolled .header-wrapper {
  background: rgba(8, 8, 8, 0.985) !important;
}

/* Ensure following content doesn't jump under header */
body.home .page-wrapper,
body .page-wrapper { position: relative; }
#masthead.nav-dark,
.header-wrapper:has(.transparent) {
  background: rgba(10, 10, 10, 0.94) !important;
}

/* Menu items — single-row flex, compact spacing, no wrap ============== */
.header-nav-main,
.header-nav.nav {
  flex-wrap: nowrap !important;
  align-items: center !important;
  display: flex !important;
  gap: 2px;
}
.header-nav-main > li,
.header-nav.nav > li {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0;
}

/* Hide duplicate search icon in main nav (we already have search bar in top row) */
.header-nav-main > li.header-search,
.header-nav.nav > li.header-search,
.header-nav-main > li.header-search-lightbox,
.header-nav-main > li.header-search-form {
  display: none !important;
}

/* Language switcher — flat, matches other nav items, no pill box */
.header-nav-main > li.gpt-lang-item,
.header-nav.nav > li.gpt-lang-item {
  margin-left: auto !important;
  padding: 0 !important;
}
.header-nav-main > li.gpt-lang-item > a {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 18px !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  box-shadow: none !important;
}
.header-nav-main > li.gpt-lang-item > a:hover {
  background: rgba(255,255,255,0.08) !important;
  border: none !important;
}
.header-nav-main > li.gpt-lang-item .gpt-flag {
  width: 20px !important;
  height: 14px !important;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.25);
}
.header-nav-main > li.gpt-lang-item > a::after {
  display: none !important;
}

/* Kill the absolute::before gradient (was for transparent nav) — now solid bg handles it */
.header-wrapper::before { display: none !important; }
.header-wrapper > * { position: relative; z-index: 1; }

/* Nav links no longer over transparent hero — text-shadow softer but kept for safety */

.header-nav-main > li > a::after,
.header-main .nav > li > a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -6px;
  height: 2px;
  background: #666666;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.header-nav-main > li:hover > a,
.header-main .nav > li:hover > a,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li > a:focus-visible {
  color: #666666 !important;
}

.header-nav-main > li:hover > a::after,
.header-main .nav > li:hover > a::after,
.header-nav-main > li.current-menu-item > a::after {
  transform: scaleX(1);
}

/* Mobile menu icon (hamburger) — larger touch target */
.header-main .nav-icon {
  color: #fff !important;
  opacity: 1 !important;
}
.header-main .nav-icon a {
  color: #fff !important;
  font-size: 22px !important;
}

/* Login / cart button tweak for visibility */
.header .header-button .button,
.nav-top .button {
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

/* ============== Dropdown submenu (Shop ▾ categories) ==============
 * Default Flatsome renders white bg + white links = invisible.
 * Reskin as dark glass dropdown matching header.
 * ================================================================ */
.nav-dropdown,
.header-nav-main .sub-menu,
.nav-dropdown-default,
li.has-dropdown .nav-dropdown {
  display: block !important;
  background: rgba(12, 12, 12, 0.985) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.3) !important;
  padding: 8px 0 !important;
  min-width: 260px !important;
  z-index: 99999 !important;
  margin-top: 4px !important;
}

.nav-dropdown li,
.header-nav-main .sub-menu li {
  display: block !important;
  width: 100% !important;
  border: none !important;
}

.nav-dropdown li a,
.header-nav-main .sub-menu li a {
  display: block !important;
  padding: 10px 20px !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: rgba(255,255,255,0.88) !important;
  background: transparent !important;
  border: none !important;
  text-shadow: none !important;
  line-height: 1.3 !important;
  transition: all 140ms ease !important;
  position: relative;
}

.nav-dropdown li a:hover,
.header-nav-main .sub-menu li a:hover,
.nav-dropdown li.current-menu-item > a {
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  padding-left: 24px !important;
}

/* Accent bar on hover */
.nav-dropdown li a::before,
.header-nav-main .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 18px;
  background: #ffffff;
  transition: transform 140ms ease;
  border-radius: 0 2px 2px 0;
}
.nav-dropdown li a:hover::before,
.header-nav-main .sub-menu li a:hover::before {
  transform: translateY(-50%) scaleY(1);
}
/* Nullify parent ::after (underline) inside dropdown */
.nav-dropdown li a::after,
.header-nav-main .sub-menu li a::after {
  display: none !important;
}

/* Show dropdown on hover — Flatsome uses left:-99999px + max-height:0 to hide */
.header-nav-main li.has-dropdown:hover > .nav-dropdown,
.header-nav-main li.has-dropdown:focus-within > .nav-dropdown,
.header-nav-main li.has-dropdown.current-dropdown > .nav-dropdown,
li.has-dropdown:hover > .nav-dropdown,
li.current-dropdown > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  left: 0 !important;
  top: 100% !important;
  max-height: 640px !important;
  overflow-y: auto !important;
  pointer-events: auto !important;
  transform: none !important;
  margin-top: 4px !important;
}

/* Divider between items (optional — subtle) */
.nav-dropdown li + li a,
.header-nav-main .sub-menu li + li a {
  border-top: 1px solid rgba(255,255,255,0.04) !important;
}

/* ============== Header search widget — REMOVED (per user request) ==============
 * IMPORTANT: the search form sits inside a flex-col that ALSO contains
 * the main nav. Hiding the whole flex-col nukes the menu. Target only
 * the search form itself.
 * ================================================================== */
.header-main .gpower-header-search,
.gpower-header-search,
.header-main form[role="search"],
.header-main .searchform,
.header-search-form,
.header-search-form-wrapper {
  display: none !important;
}

/* ============== Top-row layout — tighter, centered vertically ============== */
.header-main {
  padding: 0 !important;
}

/* Logo size tweak — slightly larger for brand presence */
.header-main .logo img,
.header-logo img {
  max-height: 42px !important;
  width: auto !important;
}

/* Login / cart — minimal icon style */
.header-main .account-item a,
.header-main .cart-item a {
  padding: 8px 12px !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  border-radius: 4px !important;
  transition: background 160ms ease !important;
}
.header-main .account-item a:hover,
.header-main .cart-item a:hover {
  background: rgba(255,255,255,0.08) !important;
}

/* Cart counter pill */
.header-main .cart-item .cart-icon strong {
  background: #ffffff !important;
  color: #0A0A0A !important;
  font-weight: 700 !important;
  border: 2px solid rgba(10,10,10,0.94) !important;
}

/* ============== Current page indicator — centered dot ============== */
.header-nav-main > li.current-menu-item > a::after,
.header-main .nav > li.current-menu-item > a::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 2px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  transform: translateX(-50%) scaleX(1) !important;
}
.header-nav-main > li.current-menu-item > a {
  color: #ffffff !important;
}
.header-nav-main > li:hover > a::after,
.header-main .nav > li:hover > a::after {
  transform: scaleX(0.7) !important;
  background: rgba(255,255,255,0.85) !important;
}

/* Hover color — keep WHITE (not grey), just add underline */
.header-nav-main > li:hover > a,
.header-main .nav > li:hover > a,
.header-nav-main > li > a:focus-visible {
  color: #ffffff !important;
}

/* ============== Sticky — add shadow when scrolled (keep same height to avoid reflow) ============== */
header#header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.06) !important;
  background: rgba(8, 8, 8, 0.985) !important;
}