/* ==========================================================================
   RF Supplements redesign — base layer (preview only)
   Loaded after Molla's theme.css, dynamic_style.css and the child custom.css.
   Presentation only: no selector here changes markup, URLs or behaviour.
   ========================================================================== */

/* ---- 1. Tokens ---------------------------------------------------------- */
:root {
  --rf-bg: #0a0a0b;
  --rf-surface: #141416;
  --rf-surface-2: #1a1a1e;
  --rf-border: #2a2a30;
  --rf-border-strong: #3a3a42;
  --rf-text: #f2f2f5;
  --rf-text-2: #a6a6ae;
  --rf-text-3: #7a7a84;
  --rf-accent: #a615ef;
  --rf-accent-text: #c56bff;
  --rf-accent-hover: #b83dff;
  --rf-accent-pressed: #870dc4;
  --rf-accent-soft: rgba(166, 21, 239, 0.15);
  --rf-volt: #c6ff3d;
  --rf-error: #ff5c5c;
  --rf-success: #3ddc84;
  --rf-img-well: #f4f4f4;

  --rf-font-display: "Orbitron", sans-serif;
  --rf-font-ui: "Rajdhani", sans-serif;
  --rf-font-body: "Instrument Sans", sans-serif;

  --rf-fs-xs: 12px;
  --rf-fs-sm: 14px;
  --rf-fs-md: 16px;
  --rf-fs-lg: 18px;
  --rf-fs-xl: clamp(20px, 2vw, 24px);
  --rf-fs-2xl: clamp(26px, 3vw, 34px);
  --rf-fs-3xl: clamp(32px, 4.5vw, 48px);
  --rf-fs-4xl: clamp(38px, 6vw, 64px);

  --rf-space-1: 4px;  --rf-space-2: 8px;  --rf-space-3: 12px; --rf-space-4: 16px;
  --rf-space-5: 24px; --rf-space-6: 32px; --rf-space-7: 48px; --rf-space-8: 64px;
  --rf-space-9: 96px; --rf-space-10: 128px;
  --rf-section-pad: clamp(64px, 8vw, 112px);
  --rf-container: 1200px;
  --rf-gutter: 24px;

  --rf-radius-input: 4px;
  --rf-radius-card: 8px;
  --rf-radius-pill: 999px;

  --rf-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --rf-t-color: 150ms;
  --rf-t-move: 250ms;
  --rf-focus: 3px solid var(--rf-accent-text);

  --rf-grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  --rf-hairline: repeating-linear-gradient(12deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 14px);

  /* Re-point the child theme's own tokens so its existing rules follow the system */
  --background-color: var(--rf-bg);
  --surface-color: var(--rf-surface);
  --default-color: var(--rf-text);
  --heading-color: var(--rf-text);
  --contrast-color: #ffffff;
  --accent-color: var(--rf-accent);
  --nav-color: var(--rf-text);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #0d0d0d;
  --nav-dropdown-background-color: #111111;
  --nav-dropdown-color: var(--rf-text);
  --nav-dropdown-hover-color: #ffffff;
  color-scheme: dark;
}
/* The theme lock: dark regardless of OS scheme */
[data-theme=light], .light-background, [data-theme=dark], .dark-background {
  --background-color: var(--rf-bg);
  --surface-color: var(--rf-surface);
  --default-color: var(--rf-text);
  --heading-color: var(--rf-text);
  --contrast-color: #ffffff;
}

/* ---- 2. Surfaces & atmosphere ------------------------------------------- */
html { background: var(--rf-bg); }
body, body.home, .page-wrapper, .page-content, .main, .main-content,
.woocommerce-page .page-content, .archive .page-content, .single .page-content,
.light-background, .page-template-custom-template .page-content {
  background-color: var(--rf-bg) !important;
  color: var(--rf-text);
}
body { position: relative; }
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: var(--rf-grain); opacity: 0.6; mix-blend-mode: overlay;
}
.page-wrapper { position: relative; z-index: 1; }
.rf-glow { position: relative; isolation: isolate; }
.rf-glow::before {
  content: ""; position: absolute; inset: -20% -10%; z-index: -1; pointer-events: none;
  background: radial-gradient(60% 50% at 50% 40%, rgba(166,21,239,0.28), transparent 70%);
}
.rf-hairline { background-image: var(--rf-hairline); }
.rf-rule-top { border-top: 1px solid var(--rf-accent); }
.rf-angle-top { clip-path: polygon(0 2vw, 100% 0, 100% 100%, 0 100%); }

/* ---- 3. Type ------------------------------------------------------------- */
body, p, li, td, th, dd, dt, label, input, select, textarea, button, .btn,
.form-control, .product-title, .woocommerce-loop-product__title, .price {
  font-family: var(--rf-font-body);
}
body { font-size: var(--rf-fs-md); line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; }
p { font-size: var(--rf-fs-md); line-height: 1.6; font-weight: 400; color: var(--rf-text); }
p.text-light, .text-muted { color: var(--rf-text-2) !important; }
strong, b { color: #fff; font-weight: 600; }
a { color: var(--rf-accent-text); transition: color var(--rf-t-color) var(--rf-ease); }
a:hover { color: #fff !important; }

h1, h2, .h1, .h2, .section-title h2, .page-title, .entry-title.product_title {
  font-family: var(--rf-font-display) !important; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.04em; line-height: 1.1; color: var(--rf-text);
}
h1, .h1 { font-size: var(--rf-fs-3xl); }
h2, .h2 { font-size: var(--rf-fs-2xl); }
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-family: var(--rf-font-ui); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  line-height: 1.25; color: var(--rf-text);
}
h3, .h3 { font-size: var(--rf-fs-xl); }
h4, .h4 { font-size: var(--rf-fs-lg); }
h5, .h5 { font-size: var(--rf-fs-sm); letter-spacing: 0.16em; color: var(--rf-accent-text); }
h6, .h6 { font-size: var(--rf-fs-xs); letter-spacing: 0.16em; }
/* eyebrows are small text, so they use the lighter tint, never the fill purple */
.rf-eyebrow, .section-title h5, h5.eyebrow, h5, .h5, .about h5, .athlete h5, .spotlight h5, section h5 {
  color: var(--rf-accent-text) !important;
}
.rf-eyebrow, .section-title h5, h5.eyebrow {
  font-family: var(--rf-font-ui); font-size: 13px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rf-num, .price, .amount, .woocommerce-Price-amount, .product-price, .cart-count, .count, .stat-num {
  font-family: var(--rf-font-ui) !important; font-weight: 600; letter-spacing: 0.02em; font-variant-numeric: tabular-nums;
}

/* ---- 4. Buttons: three tiers, mapped onto every existing class ---------- */
.rf-btn, .btn, .button, .btn-primary, .button-primary, .btn-cart, a.button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.single_add_to_cart_button, #place_order, .checkout-button, .wc-forward,
.wpcf7-submit, .woocommerce-form-login__submit, .woocommerce-form-register__submit,
.woocommerce-button, .hero-actions .btn, .faq-cta .btn, .btn-outline-primary,
.btn-outline-dark, .btn-outline-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 28px; border-radius: 0 !important;
  font-family: var(--rf-font-ui) !important; font-size: 16px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; line-height: 1;
  background: var(--rf-accent) !important; color: #fff !important;
  border: 2px solid var(--rf-accent) !important; box-shadow: none !important;
  position: relative; overflow: hidden; cursor: pointer; text-decoration: none;
  transition: background var(--rf-t-color) var(--rf-ease), border-color var(--rf-t-color) var(--rf-ease),
              color var(--rf-t-color) var(--rf-ease), transform var(--rf-t-move) var(--rf-ease);
}
.rf-btn::after, .btn::after, .button::after, .single_add_to_cart_button::after, #place_order::after,
.wpcf7-submit::after, .checkout-button::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--rf-volt); transform: scaleX(0); transform-origin: left;
  transition: transform var(--rf-t-move) var(--rf-ease);
}
.rf-btn:hover, .btn:hover, .button:hover, .single_add_to_cart_button:hover, #place_order:hover,
.wpcf7-submit:hover, .checkout-button:hover, .btn-primary:hover, .button-primary:hover {
  background: var(--rf-accent-hover) !important; border-color: var(--rf-accent-hover) !important; color: #fff !important;
  transform: translateY(-1px);
}
.rf-btn:hover::after, .btn:hover::after, .button:hover::after, .single_add_to_cart_button:hover::after,
#place_order:hover::after, .wpcf7-submit:hover::after, .checkout-button:hover::after { transform: scaleX(1); }
.rf-btn:active, .btn:active, .button:active { background: var(--rf-accent-pressed) !important; transform: none; }

/* secondary */
.rf-btn--secondary, .btn-outline-primary, .btn-outline-dark, .btn-outline-secondary,
.woocommerce button[name="update_cart"], .wc-forward:not(.checkout-button),
.shipping-calculator-button, .btn-secondary, .btn-quickview.btn {
  background: transparent !important; color: var(--rf-accent-text) !important;
  border-color: var(--rf-accent) !important;
}
.rf-btn--secondary:hover, .btn-outline-primary:hover, .btn-outline-dark:hover, .btn-outline-secondary:hover,
.woocommerce button[name="update_cart"]:hover, .wc-forward:not(.checkout-button):hover, .btn-secondary:hover {
  background: var(--rf-accent-soft) !important; color: #fff !important;
}
/* tertiary */
.rf-btn--ghost, .btn-link, .showcoupon, .lost_password a {
  background: none !important; border: 0 !important; padding: 0 !important; min-height: 0;
  color: var(--rf-accent-text) !important; text-transform: none; letter-spacing: 0; font-family: var(--rf-font-body) !important;
  font-weight: 500; text-decoration: underline; text-underline-offset: 3px;
}
/* higher-specificity forms of the same three tiers: some theme rules beat a
   bare class selector even with !important */
.wpcf7 form .wpcf7-submit, .wpcf7 form button.wpcf7-submit, .wpcf7 form input.wpcf7-submit,
.contact-form-container .wpcf7-submit, form.wpcf7-form .wpcf7-submit,
.woocommerce .woocommerce-form-login .button, .woocommerce .woocommerce-form-register .button,
body .woocommerce a.button.alt, body .woocommerce button.button.alt {
  background: var(--rf-accent) !important; color: #fff !important; border: 2px solid var(--rf-accent) !important;
  min-height: 48px; font-family: var(--rf-font-ui) !important; font-size: 16px !important; font-weight: 600 !important;
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 0 !important; padding: 0 28px !important;
}
.wpcf7 form .wpcf7-submit:hover, .contact-form-container .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:hover {
  background: var(--rf-accent-hover) !important; border-color: var(--rf-accent-hover) !important; color: #fff !important;
}
.btn:disabled, .button:disabled, .button[disabled], .btn.disabled { opacity: 0.4 !important; cursor: not-allowed; transform: none; }
@media (max-width: 767px) {
  .rf-btn, .btn, .button, .single_add_to_cart_button, #place_order, .wpcf7-submit, .checkout-button { min-height: 44px; padding: 0 22px; font-size: 15px; }
}

/* ---- 5. Inputs: one spec ------------------------------------------------ */
.form-control, .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio),
.glass-input, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"],
input[type="number"], input[type="url"], textarea, select, .select2-container .select2-selection--single,
.qty, .input-text.qty {
  height: 48px; min-height: 48px; padding: 0 14px; width: 100%;
  font-family: var(--rf-font-body) !important; font-size: 16px !important; font-weight: 400 !important;
  color: var(--rf-text) !important; background: var(--rf-surface-2) !important;
  border: 1px solid var(--rf-border-strong) !important; border-radius: var(--rf-radius-input) !important;
  box-shadow: none !important; outline: none;
  transition: border-color var(--rf-t-color) var(--rf-ease), box-shadow var(--rf-t-color) var(--rf-ease);
}
textarea, .wpcf7-form-control.wpcf7-textarea, .woocommerce form .form-row textarea { height: auto; min-height: 140px; padding: 12px 14px; line-height: 1.5; }
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 46px !important; color: var(--rf-text) !important; padding-left: 0 !important; }
.select2-container .select2-selection--single .select2-selection__arrow { height: 46px !important; }
.select2-dropdown { background: var(--rf-surface-2) !important; border: 1px solid var(--rf-border-strong) !important; color: var(--rf-text); }
.select2-results__option--highlighted { background: var(--rf-accent) !important; color: #fff !important; }
::placeholder { color: var(--rf-text-2) !important; opacity: 1; }
input:hover, textarea:hover, select:hover { border-color: #55555f !important; }
input:focus, textarea:focus, select:focus, .form-control:focus, .glass-input:focus, .input-text:focus,
.select2-container--focus .select2-selection--single {
  border-color: var(--rf-accent-text) !important; box-shadow: 0 0 0 3px rgba(166, 21, 239, 0.3) !important;
}
label, .woocommerce form .form-row label { font-family: var(--rf-font-body); font-size: 13px; font-weight: 600; color: var(--rf-text); margin-bottom: 6px; letter-spacing: 0.02em; }
.woocommerce form .form-row .required { color: var(--rf-error) !important; }
.woocommerce form .form-row .optional { color: var(--rf-text-3); font-weight: 400; }
input[type="checkbox"], input[type="radio"] { width: 20px; height: 20px; min-height: 0; accent-color: var(--rf-accent); padding: 0; }
.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select,
.wpcf7-not-valid { border-color: var(--rf-error) !important; }
.wpcf7-not-valid-tip { color: var(--rf-error); font-size: 13px; margin-top: 6px; }
.woocommerce form .form-row.woocommerce-validated input.input-text { border-color: var(--rf-success) !important; }
.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0; padding: 12px 16px; border: 1px solid var(--rf-border-strong); border-left: 3px solid var(--rf-accent);
  border-radius: var(--rf-radius-input); background: var(--rf-surface); color: var(--rf-text); font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output { border-left-color: var(--rf-success); background: rgba(61, 220, 132, 0.1); }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output { border-left-color: var(--rf-error); background: rgba(255, 92, 92, 0.1); }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: var(--rf-surface) !important; color: var(--rf-text) !important; border: 1px solid var(--rf-border-strong) !important;
  border-left: 3px solid var(--rf-accent) !important; border-radius: var(--rf-radius-input); padding: 14px 18px 14px 20px !important; font-size: 14px;
}
.woocommerce-error { border-left-color: var(--rf-error) !important; }
.woocommerce-message { border-left-color: var(--rf-success) !important; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { display: none; }

/* ---- 6. Cards, dividers, tables ----------------------------------------- */
.rf-card { background: var(--rf-surface); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-card); padding: var(--rf-space-5); }
hr { border-color: var(--rf-border); opacity: 1; }
table, .shop_table { color: var(--rf-text); }
table th, .shop_table th { font-family: var(--rf-font-ui); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rf-text-2); border-color: var(--rf-border) !important; }
table td, .shop_table td { border-color: var(--rf-border) !important; }

/* ---- 7. Focus, skip link, reduced motion -------------------------------- */
a:focus, button:focus, input:focus, select:focus, textarea:focus, [tabindex]:focus { outline: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible, .btn:focus-visible, .search-toggle:focus-visible, .mobile-menu li a:focus-visible {
  outline: var(--rf-focus) !important; outline-offset: 2px !important;
}
.rf-skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 10000; padding: 12px 18px;
  background: var(--rf-volt); color: #0a0a0b; font-family: var(--rf-font-ui); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
}
.rf-skip-link:focus { top: 16px; outline: var(--rf-focus); }
.screen-reader-text, .rf-sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* ---- 8. Motion: one load sequence, quiet scroll reveals ----------------- */
@keyframes rf-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes rf-fade { from { opacity: 0; } to { opacity: 1; } }
[data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: no-preference) {
  .rf-load > * { animation: rf-rise 700ms var(--rf-ease) both; }
  .rf-load > :nth-child(1) { animation-delay: 60ms; }
  .rf-load > :nth-child(2) { animation-delay: 160ms; }
  .rf-load > :nth-child(3) { animation-delay: 260ms; }
  .rf-load > :nth-child(4) { animation-delay: 360ms; }
  .rf-load > :nth-child(5) { animation-delay: 460ms; }
  @supports ((animation-timeline: view()) and (animation-range: entry)) {
    .rf-reveal, [data-aos] {
      animation: rf-rise 1ms linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 35%;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ---- 9. Layout helpers ---------------------------------------------------- */
/* max-width only, never a fixed width: Molla sets .container{width:1188px}
   unconditionally, so an unguarded cap would overflow every phone. */
.container { max-width: min(100%, calc(var(--rf-container) + var(--rf-gutter) * 2)); padding-left: var(--rf-gutter); padding-right: var(--rf-gutter); }
html, body { max-width: 100%; overflow-x: hidden; }
.section { padding: var(--rf-section-pad) 0; }
.rf-page-band {
  position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(32px, 5vw, 64px); text-align: center; isolation: isolate;
  background: linear-gradient(180deg, rgba(166,21,239,0.10), transparent 70%);
}
.rf-page-band .rf-eyebrow { margin-bottom: 12px; }
.rf-page-band h1 { margin: 0 0 12px; }
.rf-page-band .rf-deck { font-size: var(--rf-fs-lg); color: var(--rf-text-2); max-width: 60ch; margin: 0 auto; }
.rf-page-band::after { content: ""; display: block; width: 60px; height: 3px; background: var(--rf-accent); margin: 24px auto 0; }
.grecaptcha-badge { bottom: 96px !important; }
/* ==========================================================================
   RF redesign — global chrome: header, nav, flyout, mobile drawer, footer
   ========================================================================== */

/* ---- Header bar --------------------------------------------------------- */
.header, .header-middle, .header-main { background-color: var(--rf-bg) !important; }
.header .header-main { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.sticky-header.fixed {
  background-color: rgba(10, 10, 11, 0.92) !important;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  transition: padding var(--rf-t-move) var(--rf-ease), background var(--rf-t-move) var(--rf-ease);
}
.header .logo img { max-width: 80px; transition: max-width var(--rf-t-move) var(--rf-ease); }
.sticky-header.fixed .logo img { max-width: 56px; }

/* ---- Primary nav labels + states ---------------------------------------- */
.menu-skin1 > li > a, .header .menu > li > a, .main-nav .menu > li > a {
  font-family: var(--rf-font-ui) !important; font-size: 15px !important; font-weight: 600 !important;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--rf-text) !important;
  padding-left: 1.8rem !important; padding-right: 1.8rem !important; position: relative;
  transition: color var(--rf-t-color) var(--rf-ease);
}
.menu-skin1 > li > a::before, .header .menu > li > a::before { display: none !important; }
.menu-skin1 > li > a::after, .header .menu > li > a::after {
  content: ""; position: absolute; left: 1.8rem; right: 1.8rem; bottom: 14px; height: 2px;
  background: var(--rf-accent); transform: scaleX(0); transform-origin: center;
  transition: transform 180ms var(--rf-ease);
}
.menu-skin1 > li:hover > a, .header .menu > li:hover > a,
.menu-skin1 > li > a:focus-visible { color: #fff !important; }
.menu-skin1 > li:hover > a::after, .header .menu > li:hover > a::after { transform: scaleX(1); }
.menu-skin1 > li.current-menu-item > a, .menu-skin1 > li.current_page_item > a,
.menu-skin1 > li.current-menu-parent > a, .menu-skin1 > li.current-menu-ancestor > a,
.header .menu > li.current-menu-item > a {
  color: var(--rf-accent-text) !important;
}
.menu-skin1 > li.current-menu-item > a::after, .menu-skin1 > li.current-menu-parent > a::after,
.menu-skin1 > li.current-menu-ancestor > a::after, .header .menu > li.current-menu-item > a::after { transform: scaleX(1); }

/* ---- Flyout / mega menu on dark ----------------------------------------- */
.header .sub-menu, .menu-skin1 .sub-menu, .header .megamenu, .menu .megamenu {
  background: #111 !important; border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7) !important; border-radius: 4px; padding: 1.2rem 0 !important;
}
.header .sub-menu li a, .menu-skin1 .sub-menu li a, .header .megamenu a {
  font-family: var(--rf-font-body) !important; font-size: 15px !important; font-weight: 400 !important;
  color: var(--rf-text) !important; padding: 12px 24px !important; min-height: 40px; display: flex; align-items: center;
  border-left: 3px solid transparent; transition: background var(--rf-t-color) var(--rf-ease), border-color var(--rf-t-color) var(--rf-ease), color var(--rf-t-color) var(--rf-ease);
}
.header .sub-menu li a:hover, .menu-skin1 .sub-menu li a:hover, .header .megamenu a:hover {
  color: #fff !important; background: rgba(255, 255, 255, 0.04); border-left-color: var(--rf-accent);
}
/* The mega menu's columns are built from placeholder items ("col-1", "col-2")
   that carry class no-link menu-grid-col; the theme hides their anchors. The
   rule above turns every flyout anchor into a flex row, which would reveal
   them, so they are put back out of sight. Structure and links are untouched. */
.header .sub-menu .menu-grid-col > a, .header .megamenu .menu-grid-col > a,
.menu-skin1 .sub-menu .menu-grid-col > a, .header .sub-menu li.no-link > a,
.header .megamenu li.no-link > a, .mobile-menu li.no-link > a, .mobile-menu .menu-grid-col > a {
  display: none !important;
}
/* only the outer flyout is a panel; the column lists inside it are not, or the
   mega menu renders as boxes within a box */
.header .menu-grid-col > .sub-menu, .header li.no-link > .sub-menu {
  background: transparent !important; border: 0 !important; box-shadow: none !important;
  padding: 0 !important; border-radius: 0 !important;
}
.header .megamenu .menu-title, .header .sub-menu .menu-title {
  font-family: var(--rf-font-ui) !important; font-size: 13px; letter-spacing: 0.14em; color: var(--rf-text-2) !important;
}

/* ---- Header icons + cart badge ------------------------------------------ */
.header .shop-icon > a, .header .search-toggle, .header .account > a, .header .wishlist > a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; font-size: 22px !important; color: var(--rf-text) !important;
  transition: color var(--rf-t-color) var(--rf-ease);
}
.header .shop-icon > a:hover, .header .search-toggle:hover, .header .account > a:hover { color: #fff !important; }
.header .shop-icon [class*="count"], .header .cart-count, .header .wishlist-count {
  background: var(--rf-accent) !important; color: #fff !important;
  font-family: var(--rf-font-ui) !important; font-size: 12px !important; font-weight: 700;
  width: 18px !important; height: 18px !important; line-height: 18px !important; border-radius: 999px;
  top: -6px !important; right: -8px !important;
}
.header .header-search .search-wrapper, .header .dropdown-box, .header .cart-dropdown .dropdown-box,
.header .cart-popup, .header .dropdown-menu {
  background: #111 !important; border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7) !important; color: var(--rf-text) !important;
}
.header .cart-dropdown .product-title, .header .cart-dropdown a, .header .dropdown-box a { color: var(--rf-text) !important; }
.header .cart-dropdown .product-title { font-family: var(--rf-font-body) !important; font-size: 14px !important; text-transform: none; }

/* ---- Mobile bar + drawer ------------------------------------------------- */
@media (max-width: 991px) {
  .header .header-main { position: sticky; top: 0; z-index: 1001; background: var(--rf-bg) !important; }
  .header .logo img { max-width: 48px; }
  .mobile-menu-toggler, .header .search-toggle, .header .shop-icon > a {
    min-width: 44px !important; min-height: 44px !important; display: inline-flex !important; align-items: center; justify-content: center;
    color: var(--rf-text) !important;
  }
  .header .header-search { display: block !important; }
}
.mobile-menu-container, .mobile-menu-wrapper, .mobile-menu-light {
  background: #0d0d0d !important; max-width: min(360px, 88vw) !important; padding-top: 72px !important;
}
.mobile-menu-overlay { background: rgba(0, 0, 0, 0.65) !important; backdrop-filter: blur(4px); }
.mobile-menu-close, .mobile-menu-container .btn-close {
  width: 44px !important; height: 44px !important; display: flex !important; align-items: center; justify-content: center;
  font-size: 22px !important; color: var(--rf-text) !important; top: 14px !important; right: 14px !important;
}
.mobile-menu li a, .mobile-menu-wrapper .mobile-menu li a {
  font-family: var(--rf-font-ui) !important; font-size: 16px !important; font-weight: 600 !important;
  text-transform: uppercase; letter-spacing: 0.08em; color: #fff !important;
  padding: 15px 44px 15px 24px !important; min-height: 52px; display: flex; align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.mobile-menu li li a, .mobile-menu .sub-menu li a {
  font-family: var(--rf-font-body) !important; font-size: 15px !important; font-weight: 400 !important;
  text-transform: none; letter-spacing: 0; color: var(--rf-text) !important;
  padding-left: 40px !important; min-height: 48px;
}
.mobile-menu li.current-menu-item > a, .mobile-menu li.current_page_item > a {
  color: var(--rf-accent-text) !important; border-left: 3px solid var(--rf-accent);
}
.mobile-menu-wrapper .form-control, .mobile-menu-wrapper input[type="search"] { background: #1a1a1a !important; }
.mobile-menu-wrapper .social-icons a, .footer .social-icon, .footer .social-icons a {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 999px; color: var(--rf-text) !important;
  transition: background var(--rf-t-color) var(--rf-ease), border-color var(--rf-t-color) var(--rf-ease);
}
.mobile-menu-wrapper .social-icons a:hover, .footer .social-icon:hover, .footer .social-icons a:hover {
  background: var(--rf-accent); border-color: var(--rf-accent); color: #fff !important;
}

/* ---- Trust strip (the white-on-white bar) ------------------------------- */
.footer-top {
  background: #0f0f0f !important; border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-image: var(--rf-hairline); padding: 40px 0 !important;
}
.footer-top .icon-box-title, .footer-top h3.icon-box-title, [id^="gutenberg-block"] .icon-box-title {
  color: #fff !important; font-family: var(--rf-font-ui) !important; font-size: 14px !important;
  font-weight: 700 !important; letter-spacing: 0.12em; text-transform: uppercase;
}
.footer-top .icon-box-desc, [id^="gutenberg-block"] .icon-box-desc {
  color: var(--rf-text-2) !important; font-family: var(--rf-font-body) !important; font-size: 14px !important; font-weight: 400 !important;
}
.footer-top .icon-box-icon i, [id^="gutenberg-block"] .icon-box-icon i { color: var(--rf-accent-text) !important; font-size: 20px !important; margin: 0 !important; }
.footer-top .icon-box-icon {
  width: 44px; height: 44px; flex: 0 0 44px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--rf-accent-soft); border-radius: 999px; margin-right: 16px !important;
}
.footer-top .icon-box.icon-box-side { display: flex; align-items: center; gap: 4px; }
/* strip: grid, not a 2-of-4 carousel, on phones */
@media (max-width: 767px) {
  .footer-top .owl-carousel .owl-stage-outer { overflow: visible; }
  .footer-top .owl-carousel .owl-stage {
    transform: none !important; width: 100% !important;
    display: grid !important; grid-template-columns: 1fr 1fr; gap: 20px 12px;
  }
  .footer-top .owl-carousel .owl-item { width: auto !important; margin: 0 !important; }
  .footer-top .icon-box.icon-box-side { display: block; text-align: center; }
  .footer-top .icon-box-icon { margin: 0 auto 10px !important; }
}

/* ---- Footer ------------------------------------------------------------- */
.footer { background: var(--rf-bg) !important; }
.footer .widget-title, .footer h4, .footer .widget h4 {
  font-family: var(--rf-font-ui) !important; font-size: 15px !important; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #fff !important; position: relative;
  padding-bottom: 14px !important; margin-bottom: 18px !important; line-height: 1.3 !important;
  border-bottom: 0 !important; text-decoration: none !important; display: block;
}
.footer .widget-title::after, .footer .widget h4::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--rf-accent);
}
.footer p, .footer .menu li a, .footer .widget a, .footer li a {
  font-family: var(--rf-font-body) !important; font-size: 15px !important; font-weight: 400 !important;
  color: #b3b3b3 !important; line-height: 1.5 !important;
}
.footer .menu li a, .footer .widget ul li a {
  display: block; padding: 8px 0 8px 0; border-left: 2px solid transparent; padding-left: 0;
  transition: color var(--rf-t-color) var(--rf-ease), padding-left var(--rf-t-color) var(--rf-ease);
}
.footer .menu li a:hover, .footer .widget ul li a:hover { color: #fff !important; padding-left: 10px; border-left-color: var(--rf-accent); }
.footer-bottom, .footer-copyright { background: #0f0f0f !important; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.footer-bottom, .footer-bottom p, .footer-copyright, .footer-copyright p { color: var(--rf-text-2) !important; font-size: 14px !important; }
.footer-bottom img, .footer-copyright img { filter: grayscale(1) brightness(1.6) opacity(0.75); }
#scroll-top {
  width: 48px !important; height: 48px !important; background: var(--rf-accent) !important; color: #fff !important;
  border-radius: 0; bottom: 96px !important; right: 24px !important; display: flex !important; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity var(--rf-t-color) var(--rf-ease), visibility var(--rf-t-color) var(--rf-ease), background var(--rf-t-color) var(--rf-ease);
}
#scroll-top.fixed, #scroll-top.show, #scroll-top.active { opacity: 1; visibility: visible; }
#scroll-top:hover { background: var(--rf-accent-hover) !important; }

/* ---- Newsletter block (home) -------------------------------------------- */
.newsletter-section {
  min-height: auto !important; padding: var(--rf-space-9) 0 !important; position: relative; isolation: isolate;
}
.newsletter-section .parallax-bg, .newsletter-section .rellax {
  position: absolute !important; inset: 0 !important; transform: none !important; top: 0 !important; height: 100% !important;
  background-size: cover; background-position: center;
}
.newsletter-section::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10, 10, 11, 0.96) 0%, rgba(10, 10, 11, 0.86) 45%, rgba(10, 10, 11, 0.55) 100%);
}
.newsletter-section .container { position: relative; z-index: 2; }
.newsletter-section h5, .newsletter-section .rf-eyebrow { color: var(--rf-accent-text) !important; }
.newsletter-form .wpcf7-form p { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; margin: 0; }
.newsletter-form .wpcf7-form-control-wrap { flex: 1 1 260px; position: relative; }
.newsletter-form .glass-input { height: 56px !important; background: rgba(255, 255, 255, 0.06) !important; border-color: rgba(255, 255, 255, 0.4) !important; }
.newsletter-form .wpcf7-submit { height: 56px; min-height: 56px; margin: 0 !important; }
.newsletter-form .wpcf7-spinner { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); margin: 0 !important; }
.newsletter-form .wpcf7-not-valid-tip { position: absolute; left: 0; top: calc(100% + 4px); }
@media (max-width: 575px) {
  .newsletter-form .wpcf7-form p { flex-direction: column; }
  .newsletter-form .glass-input, .newsletter-form .wpcf7-submit { width: 100%; height: 52px !important; min-height: 52px; }
}
/* ==========================================================================
   RF redesign — commerce: shop grid, product card, product page, cart,
   checkout, account, wishlist
   ========================================================================== */

/* ---- Archive header ------------------------------------------------------ */
.archive .woocommerce-products-header h1, .archive .page-title, .woocommerce-products-header__title {
  display: block !important; font-family: var(--rf-font-display) !important; font-size: var(--rf-fs-2xl) !important;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--rf-text) !important; margin: 0 0 12px;
}
.archive .woocommerce-products-header { padding-top: var(--rf-space-7); }
.archive .woocommerce-products-header::after, .rf-title-rule { content: ""; display: block; width: 60px; height: 2px; background: var(--rf-accent); margin-top: 16px; }
.breadcrumb, .breadcrumb a, .woocommerce-breadcrumb, .woocommerce-breadcrumb a {
  font-size: 13px !important; color: var(--rf-text-2) !important; font-family: var(--rf-font-body) !important;
}
.breadcrumb a:hover, .woocommerce-breadcrumb a:hover { color: #fff !important; }
.breadcrumb-nav { background: transparent !important; border-color: var(--rf-border) !important; }

/* ---- Toolbox / sort ------------------------------------------------------ */
.toolbox, .toolbox-left, .toolbox-right { color: var(--rf-text-2); }
.toolbox-info, .woocommerce-result-count { color: #c9c9c9 !important; font-size: 14px !important; }
.toolbox .orderby, .woocommerce-ordering select, select.orderby {
  height: 40px !important; min-height: 40px; background: var(--rf-surface-2) !important;
  border: 1px solid var(--rf-border-strong) !important; color: var(--rf-text) !important; font-size: 14px !important; padding: 0 12px;
}
.toolbox .select-custom::after { color: var(--rf-text-2); }
.toolbox label, .label-sortby { color: var(--rf-text-2) !important; font-size: 13px !important; font-family: var(--rf-font-ui); letter-spacing: 0.1em; text-transform: uppercase; }
.toolbox .btn-layout svg, .toolbox .btn-layout i { color: var(--rf-text-3); }
.toolbox .btn-layout.active svg, .toolbox .btn-layout.active i { color: #fff; }

/* ---- Product grid -------------------------------------------------------- */
@media (min-width: 1200px) { .products .columns-6 > *, .products.columns-6 > * { flex: 0 0 25% !important; max-width: 25% !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .products .columns-6 > *, .products.columns-6 > * { flex: 0 0 33.3333% !important; max-width: 33.3333% !important; } }

/* ---- Product card -------------------------------------------------------- */
.product-wrap .product-popup, .products .product-popup, .product-popup {
  background: var(--rf-surface) !important; border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--rf-radius-card); overflow: hidden;
  display: flex !important; flex-direction: column; height: auto !important;
  transition: transform var(--rf-t-move) var(--rf-ease), border-color var(--rf-t-move) var(--rf-ease), box-shadow var(--rf-t-move) var(--rf-ease);
}
.product-wrap:hover .product-popup, .product-popup:hover, .product-popup:focus-within {
  transform: translateY(-4px); border-color: rgba(166, 21, 239, 0.6); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}
.product-wrap .product-media, .products .product-media {
  background: var(--rf-img-well) !important; display: block; overflow: hidden; margin: 0;
}
.product-wrap .product-media > a, .products .product-media > a { display: block; }
.product-wrap .product-media img, .products .product-media img, .product-wrap .product-media a img {
  height: 300px !important; max-height: 300px !important; min-height: 300px; width: 100% !important;
  object-fit: contain !important; object-position: center !important; padding: 20px !important;
  transition: transform var(--rf-t-move) var(--rf-ease); background: var(--rf-img-well); display: block;
}
@media (max-width: 767px) {
  .product-wrap .product-media img, .products .product-media img { height: 220px !important; max-height: 220px !important; min-height: 220px; }
}
.product-wrap:hover .product-media img { transform: scale(1.04); }
.product-wrap .product-media > a::before, .products .product-media > a::before { display: none !important; }
.product-wrap .product-body, .products .product-body { background: transparent !important; padding: 16px 16px 0 !important; text-align: center; }
.product-wrap .product-title, .products .product-title, .woocommerce-loop-product__title {
  font-family: var(--rf-font-display) !important; font-size: 15px !important; font-weight: 600 !important;
  line-height: 1.3; text-transform: uppercase; letter-spacing: 0.02em; color: var(--rf-text) !important;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; margin-bottom: 8px;
}
/* the card title is the product's main target, so give it a real hit area */
.product-wrap .product-title a, .products .product-title a { color: inherit !important; display: block; padding: 4px 0; }
.breadcrumb li a, .woocommerce-breadcrumb a, .breadcrumb-nav a { display: inline-block; padding: 6px 2px; }
.product-wrap .price, .products .price, .product-wrap .product-price {
  font-size: 17px !important; font-weight: 700 !important; color: #fff !important;
}
.product-wrap .price del, .products .price del { color: var(--rf-text-3) !important; font-weight: 400; }
.product-wrap .price ins, .products .price ins { color: var(--rf-volt) !important; text-decoration: none; }
/* empty star rows carry no information */
.product-wrap .ratings-container:not(:has(.star-rating span)), .products .ratings-container:not(:has(.star-rating span)) { display: none !important; }
.product-wrap .rating-reviews, .products .rating-reviews { color: var(--rf-text-2) !important; font-size: 13px !important; }
.product-label, .product-labels .product-label, .onsale, span.onsale {
  display: inline-flex !important; align-items: center; background: var(--rf-accent) !important; color: #fff !important;
  font-family: var(--rf-font-ui) !important; font-size: 11px !important; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 10px !important; border-radius: 999px; min-height: 0 !important; line-height: 1.4;
}
.product-label.product-label-sale, span.onsale { background: var(--rf-volt) !important; color: #0a0a0b !important; }

/* Add to cart: always visible, never hover-only */
.product-wrap .product-footer, .products .product-footer, .product-popup .product-footer {
  position: static !important; transform: none !important; visibility: visible !important; opacity: 1 !important;
  background: transparent !important; padding: 0 16px 16px !important; box-shadow: none !important; border: 0 !important;
}
/* the theme keeps this row at opacity 0 until hover; the card shows it always */
.product-wrap .product-action, .products .product-action, .product-popup .product-action {
  border: 0 !important; margin: 12px 0 0 !important; padding: 0 !important;
  opacity: 1 !important; visibility: visible !important; transform: none !important;
  position: static !important; width: 100%; transition: none !important;
}
.product-wrap .product-body, .products .product-body, .product-popup .product-body {
  margin: 0 !important; flex: 1 0 auto;
}
.product-wrap .product-media, .products .product-media { flex: 0 0 auto; }
.product-wrap .product-action a.btn-cart, .products a.btn-cart, .product-wrap a.add_to_cart_button, .products a.add_to_cart_button,
.product-wrap a.ajax_add_to_cart, .products a.ajax_add_to_cart, .product-wrap .product-action .btn-product {
  display: flex !important; width: 100%; min-height: 44px; align-items: center; justify-content: center; gap: 8px;
  background: var(--rf-accent) !important; color: #fff !important; border: 2px solid var(--rf-accent) !important;
  font-family: var(--rf-font-ui) !important; font-size: 15px !important; font-weight: 600 !important;
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 0 !important; padding: 0 16px !important;
}
.product-wrap a.btn-cart:hover, .products a.btn-cart:hover, .product-wrap a.ajax_add_to_cart:hover {
  background: var(--rf-accent-hover) !important; border-color: var(--rf-accent-hover) !important;
}
.product-wrap a.added, .products a.added { background: transparent !important; color: var(--rf-volt) !important; border-color: var(--rf-volt) !important; }
.added_to_cart { display: inline-block; margin-top: 8px; font-size: 13px; color: var(--rf-accent-text) !important; text-decoration: underline; }
.product-action-vertical .btn-product-icon, .btn-quickview, .product-action-vertical a {
  width: 40px !important; height: 40px !important; display: inline-flex !important; align-items: center; justify-content: center;
  background: rgba(10, 10, 11, 0.8) !important; color: #fff !important; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 999px;
}
@media (hover: none) { .product-action-vertical { opacity: 1 !important; visibility: visible !important; transform: none !important; } }
@media (max-width: 767px) {
  .product-wrap .product-title, .products .product-title { font-size: 14px !important; }
  .product-wrap .price, .products .price { font-size: 16px !important; }
  .product-wrap .rating-reviews, .products .rating-reviews { display: none; }
}

/* ---- Single product ------------------------------------------------------ */
.single-product .product-single-gallery, .single-product .product-gallery, .single-product .woocommerce-product-gallery {
  background: var(--rf-img-well); border-radius: var(--rf-radius-card); padding: 16px;
}
.single-product .product-single-gallery img, .single-product .woocommerce-product-gallery img { background: var(--rf-img-well); }
@media (min-width: 992px) {
  .single-product .product-single-details, .single-product .entry-summary, .single-product .summary {
    position: sticky; top: 100px; align-self: flex-start;
  }
}
.single-product .product_title, .single-product h1.entry-title {
  font-family: var(--rf-font-display) !important; font-size: var(--rf-fs-2xl) !important; font-weight: 600 !important;
  text-transform: uppercase; letter-spacing: 0.04em; color: #fff !important; margin-bottom: 8px;
}
.single-product .summary .price, .single-product .product-single-details .price {
  font-family: var(--rf-font-ui) !important; font-size: 30px !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 20px;
}
.single-product .summary .price .woocommerce-Price-currencySymbol { color: var(--rf-accent-text); }
.single-product .product_meta, .single-product .product_meta a { display: block !important; color: var(--rf-text-2) !important; font-size: 13px !important; }
.single-product .product_meta .posted_in a { color: var(--rf-accent-text) !important; }
.single-product .woocommerce-product-details__short-description p, .single-product .entry-summary p,
.single-product .entry-summary li, .single-product .entry-summary div, .single-product .entry-summary span:not(.woocommerce-Price-currencySymbol),
.single-product .woocommerce-tabs p, .single-product .woocommerce-tabs li, .single-product .panel p {
  color: var(--rf-text) !important;
}
.single-product .woocommerce-product-details__short-description p, .single-product .entry-summary p { font-size: 16px; line-height: 1.65; }
.single-product .entry-summary strong, .single-product .woocommerce-tabs strong { color: #fff !important; }
.single-product .entry-summary ul { list-style: none; padding-left: 0; display: grid; gap: 10px; margin: 20px 0; }
@media (min-width: 992px) { .single-product .entry-summary ul { grid-template-columns: 1fr 1fr; } }
.single-product .entry-summary ul li { position: relative; padding-left: 26px; font-size: 15px; color: var(--rf-text); }
.single-product .entry-summary ul li::before {
  content: ""; position: absolute; left: 0; top: 0.55em; width: 10px; height: 10px; background: var(--rf-accent); transform: rotate(45deg);
}
.single-product form.cart { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; margin-top: 24px; }
.single-product form.cart .quantity { display: flex; align-items: stretch; }
.single-product .quantity .btn-spinner, .single-product .quantity button {
  width: 44px !important; min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--rf-surface-2) !important; border: 1px solid var(--rf-border-strong) !important; color: var(--rf-text) !important; font-size: 16px !important;
}
.single-product .quantity input.qty, .single-product .input-text.qty {
  width: 64px !important; text-align: center; border-left: 0 !important; border-right: 0 !important; border-radius: 0 !important;
}
.single-product .single_add_to_cart_button { flex: 1 1 220px; border-color: var(--rf-accent) !important; }
.single-product .yith-wcwl-add-to-wishlist, .single-product .yith-wcwl-add-button { display: block !important; }
.single-product .yith-wcwl-add-to-wishlist a {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--rf-border-strong); color: var(--rf-text) !important;
}
.woocommerce-tabs { border: 0 !important; padding: 0 !important; margin-top: 32px; }
.woocommerce-tabs .section, .woocommerce-tabs #faq.section { padding: 0 !important; }
.woocommerce-tabs .nav-tabs, .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--rf-border) !important; justify-content: flex-start !important; gap: 8px; padding: 0 !important; background: transparent !important; }
/* the active tab ships as a white chip, which hides a white label */
.woocommerce-tabs .nav-tabs li, .woocommerce-tabs ul.tabs li, .woocommerce-tabs .nav-item {
  background: transparent !important; border: 0 !important; margin: 0 !important;
}
.woocommerce-tabs .nav-tabs li::before, .woocommerce-tabs .nav-tabs li::after,
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce-tabs .nav-link, .woocommerce-tabs ul.tabs li a {
  font-family: var(--rf-font-ui) !important; font-size: 16px !important; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--rf-text-2) !important; padding: 14px 16px !important; min-height: 44px; border: 0 !important; background: none !important;
}
.woocommerce-tabs .nav-link.active, .woocommerce-tabs ul.tabs li.active a { color: #fff !important; box-shadow: inset 0 -2px 0 var(--rf-accent); }
.woocommerce-tabs .tab-content, .woocommerce-tabs .panel { border: 0 !important; background: transparent !important; padding: 24px 0 0 !important; }
.faq-item, .accordion-item, .woocommerce-tabs .faq-item {
  background: var(--rf-surface) !important; border: 1px solid var(--rf-border) !important; border-radius: var(--rf-radius-card);
  margin-bottom: 10px !important; overflow: hidden;
}
.faq-item > h3, .accordion-item .accordion-button, .faq-header {
  min-height: 56px; display: flex !important; align-items: center; gap: 14px; padding: 14px 18px !important;
  font-family: var(--rf-font-body) !important; font-size: 16px !important; font-weight: 500; color: var(--rf-text) !important;
  background: transparent !important; border: 0 !important; box-shadow: none !important; width: 100%; text-align: left;
  text-transform: none !important; letter-spacing: 0 !important; line-height: 1.4 !important; margin: 0 !important;
}
.faq-item > h3 .question, .faq-item .question {
  flex: 1 1 auto; min-width: 0; font-family: var(--rf-font-body) !important; font-size: 16px !important;
  font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; color: var(--rf-text) !important;
}
.faq-item .faq-toggle, .faq-item i.faq-toggle {
  flex: 0 0 24px; width: 24px !important; height: 24px !important; min-height: 0 !important; padding: 0 !important;
  display: inline-flex !important; align-items: center; justify-content: center; margin-left: auto !important;
  font-size: 18px !important; color: var(--rf-accent-text) !important; background: none !important; border: 0 !important;
  transition: transform var(--rf-t-move) var(--rf-ease);
}
.faq-item.faq-active .faq-toggle, .faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-item.active, .faq-item.faq-active { border-left: 3px solid var(--rf-accent) !important; }
.faq-item .num, .faq-number { font-family: var(--rf-font-ui) !important; font-size: 14px !important; color: var(--rf-accent-text) !important; }
.faq-content, .accordion-body { padding: 0 18px 18px !important; color: var(--rf-text-2); font-size: 15px; }

/* mobile sticky buy bar: same form, repositioned */
@media (max-width: 767px) {
  .single-product form.cart {
    /* the theme's 32px bottom margin would lift a fixed bar off the edge */
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; margin: 0 !important;
    padding: 12px 16px; background: #0b0b0b; border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.6);
  }
  .single-product .entry-summary, .single-product .product-single-details { padding-bottom: 96px; }
  .single-product .quantity input.qty { width: 52px !important; }
  .single-product .single_add_to_cart_button { flex: 1 1 auto; }
  .woocommerce-tabs .nav-tabs, .woocommerce-tabs ul.tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
}

/* ---- Cart / checkout / account ------------------------------------------- */
.woocommerce-cart .shop_table, .woocommerce-checkout .shop_table, .cart-collaterals, .summary, .order-total,
.woocommerce-checkout #order_review, .woocommerce-cart .cart_totals {
  border-style: solid !important; border-color: var(--rf-border) !important;
}
/* Woo's AJAX loading veil is white by default and flashes on a dark page */
.blockUI.blockOverlay { background: #0a0a0b !important; opacity: 0.6 !important; }
.summary, .summary.sticky-sidebar, .woocommerce-checkout .summary, .woocommerce-cart .summary {
  background: transparent !important; border: 0 !important; padding: 0 !important;
}
.summary h2, .summary h3, #order_review_heading, .woocommerce-checkout #order_review_heading {
  color: #fff !important; background: transparent !important;
}
.cart_totals, #order_review, .woocommerce-checkout-review-order {
  background: var(--rf-surface) !important; border: 1px solid var(--rf-border) !important;
  border-radius: var(--rf-radius-card); padding: 24px !important;
}
.cart_totals h2, #order_review_heading, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {
  font-family: var(--rf-font-display) !important; font-size: var(--rf-fs-lg) !important; text-transform: uppercase; letter-spacing: 0.06em; color: #fff !important;
}
#ship-to-different-address, #ship-to-different-address label, .woocommerce-form__label-for-checkbox span {
  font-family: var(--rf-font-body) !important; font-size: 15px !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; color: var(--rf-text) !important;
}
.cart_totals .order-total td, .cart_totals .order-total th, .order-total td, .order-total th {
  font-size: 20px !important; font-weight: 700; color: #fff !important; border-top: 2px solid var(--rf-accent) !important; padding-top: 14px !important;
}
.cart_totals .amount, #order_review .amount { font-family: var(--rf-font-ui) !important; }
.woocommerce-cart .cart_item td.product-name a, .woocommerce-checkout .product-name { color: var(--rf-text) !important; font-size: 15px; font-weight: 500; }
.woocommerce-cart .cart_item img, .woocommerce-checkout .cart_item img { background: var(--rf-img-well); border-radius: 4px; }
.woocommerce-cart td.product-remove a.remove, a.remove {
  width: 44px !important; height: 44px !important; display: inline-flex !important; align-items: center; justify-content: center;
  color: var(--rf-text-2) !important; font-size: 20px !important; background: transparent !important;
}
.woocommerce-cart a.remove:hover, a.remove:hover { color: var(--rf-error) !important; background: transparent !important; }
.woocommerce-cart .quantity .btn-spinner, .woocommerce-cart .quantity button {
  width: 44px !important; height: 44px !important; font-size: 16px !important;
  background: var(--rf-surface-2) !important; border: 1px solid var(--rf-border-strong) !important; color: var(--rf-text) !important;
}
/* the coupon submit ships as a 40px arrow with no visible label */
.woocommerce button[name="apply_coupon"] { min-width: 120px; padding: 0 18px !important; }
.woocommerce button[name="apply_coupon"]::before { content: "Apply"; }
.rf-trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.rf-trust-chips span {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px;
  background: var(--rf-surface-2); border: 1px solid var(--rf-border); color: var(--rf-text-2);
  font-family: var(--rf-font-ui); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
}
.rf-steps { display: flex; gap: 8px; align-items: center; justify-content: center; margin: 0 0 var(--rf-space-6); flex-wrap: wrap; }
.rf-steps span {
  font-family: var(--rf-font-ui); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rf-text-3);
}
.rf-steps span.is-current { color: var(--rf-accent-text); }
.rf-steps i { color: var(--rf-border-strong); font-style: normal; }
@media (max-width: 767px) {
  .woocommerce-cart table.shop_table_responsive tr td::before, .woocommerce-checkout table.shop_table_responsive tr td::before {
    display: block !important; content: attr(data-title); font-family: var(--rf-font-ui); font-size: 11px;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--rf-text-3); margin-bottom: 4px;
  }
  .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .place-order {
    position: sticky; bottom: 0; z-index: 800; background: #0b0b0b; padding: 12px 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 0 -16px;
  }
  .woocommerce-cart .checkout-button, .woocommerce-checkout #place_order { width: 100%; }
}
/* account + wishlist */
.form-box, .woocommerce-account .form-box, .u-column1, .u-column2 {
  background: var(--rf-surface) !important; border: 1px solid var(--rf-border) !important; border-radius: var(--rf-radius-card);
}
.woocommerce-account .form-box .nav-link { font-family: var(--rf-font-ui) !important; font-size: 18px !important; color: var(--rf-text-2) !important; text-transform: uppercase; letter-spacing: 0.08em; }
.woocommerce-account .form-box .nav-link.active { color: #fff !important; box-shadow: inset 0 -3px 0 var(--rf-accent); }
.woocommerce-account .page-content, .woocommerce-account .page-wrapper { position: relative; }
.woocommerce-account .page-content::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10, 10, 11, 0.55), rgba(10, 10, 11, 0.75)); pointer-events: none; z-index: 0;
}
.woocommerce-account .page-content > * { position: relative; z-index: 1; }
.wishlist-empty, .wishlist_table .wishlist-empty { color: var(--rf-text-2) !important; font-size: 16px; text-align: center; padding: 32px 16px !important; }
.woocommerce-wishlist .wishlist-title h2 { font-family: var(--rf-font-display) !important; font-size: var(--rf-fs-2xl) !important; }
.wishlist-fragment.on-first-load::before, .wishlist-fragment.on-first-load { background-image: none !important; opacity: 1 !important; }
/* ==========================================================================
   RF redesign — homepage sections and content pages
   ========================================================================== */

/* ---- Hero ---------------------------------------------------------------- */
#hero, .hero-section { position: relative; }
#hero .overlay, .hero-section .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(10, 10, 11, 0.8) 100%) !important;
}
.hero-content, #hero .container > * { position: relative; z-index: 2; }
@media (min-width: 992px) {
  .hero-content { text-align: left !important; max-width: 640px; margin-left: 6vw; }
  .hero-content .hero-actions { justify-content: flex-start !important; }
}
#hero h1, .hero-content h1 { font-size: var(--rf-fs-4xl) !important; line-height: 1.05 !important; }
#hero p, .hero-content p, .hero-content .hero-description {
  font-size: var(--rf-fs-xl) !important; color: rgba(255, 255, 255, 0.85) !important; font-weight: 400 !important;
}
.hero-actions .btn, #hero .btn { font-size: 16px !important; }
.hero-badge, .hero-tag { animation: none !important; }

/* ---- Section rhythm and titles ------------------------------------------- */
.section, .about-us, .about-us-alt, .spotlight, .faq, .featured-product-section, .fitness-categories {
  padding-top: var(--rf-section-pad) !important; padding-bottom: var(--rf-section-pad) !important;
}
.section-title h2 { font-size: var(--rf-fs-2xl) !important; }
.section-title p, .section-header p { font-size: var(--rf-fs-lg); color: var(--rf-text-2); max-width: 62ch; margin-left: auto; margin-right: auto; text-wrap: balance; }

/* ---- Category tiles ------------------------------------------------------ */
.fitness-categories .category-card {
  height: 520px !important; border-radius: var(--rf-radius-card); overflow: hidden;
  transition: transform var(--rf-t-move) var(--rf-ease);
}
.fitness-categories .category-card:hover { transform: translateY(-6px); }
.fitness-categories .category-content {
  align-items: flex-end !important; justify-content: flex-start !important; padding: 28px !important;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 11, 0.85) 100%) !important;
}
.fitness-categories .category-content h3, .fitness-categories .category-title {
  font-family: var(--rf-font-display) !important; font-size: 20px !important; letter-spacing: 0.12em; text-align: left; position: relative; padding-top: 16px;
}
.fitness-categories .category-content h3::before, .fitness-categories .category-title::before {
  content: ""; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background: var(--rf-accent);
}
@media (max-width: 767px) {
  .fitness-categories .row > [class*="col-"] { flex: 0 0 50% !important; max-width: 50% !important; }
  .fitness-categories .category-card { height: 220px !important; }
  .fitness-categories .category-content h3 { font-size: 15px !important; }
}

/* ---- New Products: never leave a hole ------------------------------------ */
.featured-product-section:has(.woocommerce:empty), .featured-product-section:has(.products:empty) { display: none !important; }

/* ---- Feature bands ------------------------------------------------------- */
.about-us, .about-us-alt { position: relative; }
.quote-benefits, .benefits-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .quote-benefits, .benefits-grid { grid-template-columns: 1fr 1fr; } }
.quote-benefits .benefit-item, .benefit-item {
  background: var(--rf-surface) !important; border: 1px solid var(--rf-border); border-radius: var(--rf-radius-card);
  padding: 20px !important; background-image: var(--rf-hairline); margin: 0 !important;
}
.benefit-item h4, .benefit-content h4 { font-family: var(--rf-font-ui) !important; font-size: 16px !important; letter-spacing: 0.08em; color: #fff !important; }
.benefit-content p, .benefit-item p { font-size: 15px !important; color: var(--rf-text-2) !important; }
.benefit-icon, .benefit-item .benefit-icon {
  width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--rf-accent-soft); border-radius: 999px; margin-bottom: 12px;
}
.benefit-icon i { color: var(--rf-accent-text) !important; font-size: 18px !important; }

/* Spotlight becomes the visual break */
.spotlight {
  background: linear-gradient(180deg, rgba(166, 21, 239, 0.10), rgba(166, 21, 239, 0.03)) !important;
  border-top: 1px solid var(--rf-accent); border-bottom: 1px solid var(--rf-accent); position: relative; isolation: isolate;
}
.spotlight::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(50% 60% at 30% 50%, rgba(166, 21, 239, 0.22), transparent 70%);
}
.spotlight img.rounded, .spotlight img { border-radius: 0 !important; box-shadow: 0 30px 60px rgba(166, 21, 239, 0.25); }

/* ---- FAQ list ------------------------------------------------------------ */
.faq .faq-item { background: var(--rf-surface) !important; border: 1px solid var(--rf-border) !important; border-bottom: 1px solid var(--rf-border) !important; }
.faq .faq-cta {
  display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap;
  padding: 20px !important; background: var(--rf-surface); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-card); margin-top: 24px;
}
.faq .faq-cta p { margin: 0; font-size: 16px !important; color: var(--rf-text-2) !important; }

/* ---- Content pages: long-form ------------------------------------------- */
.page-template-custom-template .page-title, .about .page-title, .athlete .page-title { background: transparent !important; }
section.about .content p, .athlete.section p, .page-content p, .entry-content p, .post-content p {
  font-size: 17px !important; line-height: 1.65 !important; color: var(--rf-text) !important; max-width: 62ch;
}
section.about .content p.text-light, .athlete .text-light, .page-content .text-light { color: var(--rf-text-2) !important; }
.about h2, .athlete h2 { font-size: var(--rf-fs-2xl) !important; }
.page-content ul li, .entry-content ul li, .about ul li, .athlete ul li { font-size: 16px; color: var(--rf-text); margin-bottom: 8px; }

/* Athlete tiers */
.athlete .tier-card, .tier-card {
  background: #111 !important; border: 1px solid var(--rf-border) !important; border-radius: var(--rf-radius-card);
  padding: 24px !important; height: 100%;
}
.athlete .tier-card h5, .tier-card h5, .tier-card h4, .tier-card h3 {
  color: #fff !important; font-family: var(--rf-font-ui) !important; font-size: 18px !important; letter-spacing: 0.1em; margin-bottom: 12px;
}
.athlete .tier-card li, .tier-card li, .tier-card p { color: var(--rf-text) !important; font-size: 15px !important; }
.athlete .tier-card .tier-icon, .tier-card .tier-icon {
  width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--rf-accent); border-radius: 999px; margin-bottom: 16px;
}
.athlete .tier-card .tier-icon i, .tier-card .tier-icon i { color: var(--rf-accent-text) !important; }
.rf-athlete .wpcf7-submit, .athlete .wpcf7-submit { background: var(--rf-accent) !important; color: #fff !important; }
.rf-athlete .btn-primary:hover, .athlete .btn-primary:hover { color: #fff !important; }
.athlete label, .rf-athlete label { display: block !important; }

/* Contact page */
.contact-form-container, .contact .wpcf7 {
  background: #0d0d0d; border: 1px solid var(--rf-border); border-radius: var(--rf-radius-card); padding: clamp(20px, 3vw, 32px);
}
.contact-form-container h3 { font-family: var(--rf-font-display) !important; color: #fff !important; font-size: var(--rf-fs-xl) !important; }
/* the child theme scopes this button with three classes, which outranks a
   two-class rule no matter how late it loads; match that weight exactly */
.contact .contact-form-container .button-primary,
.contact .contact-form-container .wpcf7-submit,
.contact-form-container .wpcf7-form .wpcf7-submit {
  background: var(--rf-accent) !important; color: #fff !important;
  border: 2px solid var(--rf-accent) !important; min-height: 48px !important;
  font-family: var(--rf-font-ui) !important; font-size: 16px !important; font-weight: 600 !important;
  text-transform: uppercase; letter-spacing: 0.06em; border-radius: 0 !important; padding: 0 28px !important;
}
.contact .contact-form-container .button-primary:hover,
.contact .contact-form-container .wpcf7-submit:hover {
  background: var(--rf-accent-hover) !important; border-color: var(--rf-accent-hover) !important; color: #fff !important;
}

/* Blog cards */
.blog .post, .post-classic, .post-list, article.post {
  background: #111 !important; border: 1px solid var(--rf-border); border-radius: var(--rf-radius-card); overflow: hidden;
}
.post .post-media, .post .entry-media { aspect-ratio: 16 / 9; overflow: hidden; }
.post .post-media img, .post .entry-media img { width: 100%; height: 100% !important; object-fit: cover; }
/* Molla stacks the card text on top of the photo; move it below so titles never
   fight the image. Layout only: same elements, same order, same links. */
.post.post-mask, .post-mask { display: flex !important; flex-direction: column; }
.post-mask .post-media, .post-mask .entry-media { position: relative !important; order: 0; }
.post-mask .post-body, .post-mask .entry-body, .post-mask .post-details {
  position: static !important; order: 1; background: transparent !important;
  padding: 18px 20px 20px !important; transform: none !important; opacity: 1 !important;
}
.post .post-mask::before, .post-mask::before, .post-mask .post-media::before { display: none !important; }
.post-mask .post-title a, .post-mask .post-title { color: #fff !important; text-shadow: none !important; }
.post-mask .post-meta, .post-mask .post-meta a { color: var(--rf-text-2) !important; text-shadow: none !important; }
.post .post-body, .post .entry-body { padding: 20px !important; }
.post .post-title, .post .entry-title { font-family: var(--rf-font-display) !important; font-size: 20px !important; line-height: 1.25 !important; color: #fff !important; }
.post .post-meta, .post .entry-meta, .post .post-date { color: var(--rf-text-2) !important; font-size: 13px !important; }
.post-cat, .entry-cats a, .post .post-category, .post-mask .post-cats a, .post-meta .post-cats a {
  display: inline-block; background: var(--rf-accent-soft) !important; color: var(--rf-accent-text) !important;
  font-family: var(--rf-font-ui); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.nav-filter a, .blog .nav-filter a { color: var(--rf-text-2) !important; font-family: var(--rf-font-ui); letter-spacing: 0.08em; text-transform: uppercase; }
.nav-filter a span, .blog .nav-filter a span { color: var(--rf-text-2) !important; }
.nav-filter .active a, .nav-filter a.active { color: #fff !important; }
.page-numbers, .pagination .page-numbers, .woocommerce-pagination .page-numbers {
  min-width: 44px; min-height: 44px; display: inline-flex !important; align-items: center; justify-content: center;
  color: var(--rf-text) !important; border: 1px solid var(--rf-border) !important; font-family: var(--rf-font-ui);
  font-size: 15px !important;
}
.page-numbers:hover { border-color: var(--rf-accent) !important; color: #fff !important; }
.page-numbers.current, .pagination .page-numbers.current { background: var(--rf-accent) !important; color: #fff !important; border-color: var(--rf-accent) !important; }
.blog h1.page-title, .blog .page-title {
  font-family: var(--rf-font-display) !important; font-size: var(--rf-fs-2xl) !important; text-align: center; margin: 0 auto var(--rf-space-6);
  max-width: var(--rf-container); padding: 0 var(--rf-gutter);
}

/* ---- Solid Affiliate portal (production only) ---------------------------
   The plugin renders its own light-surface screens, most of which are behind
   an affiliate login and cannot be inspected here. Rather than half-theming
   pages we cannot see, the portal keeps the appearance the plugin ships with:
   these rules undo the dark text and dark inputs inside its containers only. */
[class*="sld-ap"], [class*="sld_"], [class*="solid-affiliate"], [class*="solid_affiliate"],
[id*="solid-affiliate"], [id*="solid_affiliate"] {
  color: #252525;
}
[class*="sld-ap"] p, [class*="sld-ap"] span, [class*="sld-ap"] label, [class*="sld-ap"] li,
[class*="sld-ap"] td, [class*="sld-ap"] th, [class*="sld-ap"] div,
[class*="sld_"] p, [class*="sld_"] span, [class*="sld_"] label, [class*="sld_"] li,
[class*="solid-affiliate"] p, [class*="solid-affiliate"] span, [class*="solid-affiliate"] label,
[class*="solid-affiliate"] li, [class*="solid-affiliate"] td, [class*="solid-affiliate"] th {
  color: #252525 !important;
}
[class*="sld-ap"] h1, [class*="sld-ap"] h2, [class*="sld-ap"] h3, [class*="sld-ap"] h4,
[class*="sld-ap"] h5, [class*="sld-ap"] h6, [class*="solid-affiliate"] h1,
[class*="solid-affiliate"] h2, [class*="solid-affiliate"] h3 {
  color: #111 !important;
}
[class*="sld-ap"] a:not(.button):not(.btn), [class*="solid-affiliate"] a:not(.button):not(.btn) {
  color: #7a0fb3 !important;
}
[class*="sld-ap"] input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
[class*="sld-ap"] select, [class*="sld-ap"] textarea,
[class*="sld_"] input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
[class*="sld_"] select, [class*="sld_"] textarea,
[class*="solid-affiliate"] input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
[class*="solid-affiliate"] select, [class*="solid-affiliate"] textarea {
  background: #fff !important; color: #252525 !important; border: 1px solid #c9c9c9 !important;
}
[class*="sld-ap"] input:focus, [class*="sld_"] input:focus, [class*="solid-affiliate"] input:focus,
[class*="sld-ap"] select:focus, [class*="sld-ap"] textarea:focus {
  border-color: #7a0fb3 !important; box-shadow: 0 0 0 3px rgba(122, 15, 179, 0.2) !important;
}

/* ---- FAQ spacing --------------------------------------------------------
   The FAQ title and the accordion are two sibling sections, and the page gives
   them their own Bootstrap spacing utilities (pb-5 on the title, pt-2 on the
   list). The global section padding above overrode both, which put 224px
   between the heading and the first question and 112px of dead space under the
   last one. These restore a tight pairing. */
.faq-section-title.section {
  padding-top: var(--rf-section-pad) !important;
  padding-bottom: 16px !important;
}
.faq.section {
  padding-top: 8px !important;
  padding-bottom: 40px !important;
}
.faq .faq-list { margin-bottom: 0; }
.faq .faq-item { margin-bottom: 8px !important; }
.faq .faq-item:last-child { margin-bottom: 0 !important; }
.faq .faq-cta { margin-top: 16px !important; }
@media (max-width: 767px) {
  .faq-section-title.section { padding-bottom: 12px !important; }
  .faq.section { padding-top: 4px !important; padding-bottom: 32px !important; }
}
