/*
Theme Name: Falonyx Bioscience
Theme URI: https://falonyxbio.com
Author: Falonyx LLC
Description: Custom WooCommerce theme for Falonyx Bioscience.
Version: 0.5.12
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: falonyx
*/

:root {
  --fx-black: #07090b;
  --fx-carbon: #0d1014;
  --fx-graphite: #151a20;
  --fx-panel: #1b2128;
  --fx-gold: #c7a35a;
  --fx-gold-light: #e4cd91;
  --fx-white: #f7f7f3;
  --fx-muted: #aab1ba;
  --fx-line: rgba(255,255,255,.12);
  --fx-shadow: 0 30px 90px rgba(0,0,0,.34);
  --fx-radius: 20px;
  --fx-content: 1280px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(199,163,90,.09), transparent 26rem),
    linear-gradient(180deg, #080a0c 0%, #0b0e12 55%, #07090b 100%);
  color: var(--fx-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .fx-header { top: 32px; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }

.fx-container {
  width: min(calc(100% - 36px), var(--fx-content));
  margin-inline: auto;
}

.fx-main { min-height: 60vh; }

.fx-section { padding: clamp(72px, 9vw, 128px) 0; }
.fx-section--tight { padding: clamp(48px, 6vw, 82px) 0; }

.fx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--fx-gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fx-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--fx-gold);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--fx-white);
  line-height: 1.08;
  letter-spacing: -.03em;
}

h1 { font-size: clamp(2.8rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }

p { color: var(--fx-muted); }

.fx-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .9rem 1.45rem;
  border: 1px solid var(--fx-gold);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fx-gold-light), var(--fx-gold));
  color: #0a0b0d;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.fx-button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #0a0b0d;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 15px 34px rgba(199,163,90,.2);
}

.fx-button--ghost {
  background: transparent;
  color: var(--fx-white);
  border-color: var(--fx-line);
}

.fx-button--ghost:hover { color: var(--fx-white); border-color: var(--fx-gold); }

.fx-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--fx-line);
  background: rgba(7,9,11,.86);
  backdrop-filter: blur(18px);
}

.fx-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.fx-brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-right: auto;
  font-weight: 900;
  letter-spacing: .14em;
}

.fx-brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199,163,90,.7);
  border-radius: 50%;
  color: var(--fx-gold-light);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  box-shadow: inset 0 0 22px rgba(199,163,90,.08);
}

.fx-brand__logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 50%;
  border: 1px solid rgba(199,163,90,.58);
  background: #000;
  box-shadow: 0 0 24px rgba(199,163,90,.12);
}

.fx-brand__name small {
  display: block;
  color: var(--fx-muted);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .22em;
}

.fx-nav ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-nav a {
  color: #d9dde2;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fx-nav a:hover,
.fx-nav .current-menu-item > a { color: var(--fx-gold-light); }

.fx-header__actions { display: flex; align-items: center; gap: .7rem; }

.fx-icon-button {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 .65rem;
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  color: var(--fx-white);
  background: rgba(255,255,255,.025);
}

.fx-cart-count {
  margin-left: .35rem;
  color: var(--fx-gold-light);
  font-size: .75rem;
  font-weight: 800;
}

.fx-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--fx-line);
  border-radius: 50%;
  background: transparent;
  color: var(--fx-white);
}

.fx-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.fx-hero::before,
.fx-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.fx-hero::before {
  width: 550px;
  height: 550px;
  right: -150px;
  top: 5%;
  border: 1px solid rgba(199,163,90,.16);
  box-shadow: 0 0 120px rgba(199,163,90,.08), inset 0 0 100px rgba(199,163,90,.04);
}

.fx-hero::after {
  width: 280px;
  height: 280px;
  right: 10%;
  bottom: 8%;
  border: 1px solid rgba(255,255,255,.08);
}

.fx-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(70px, 10vw, 130px) 0;
}

.fx-hero h1 { margin-bottom: 1.4rem; max-width: 930px; }
.fx-hero h1 span { display: block; color: var(--fx-gold-light); }

.fx-hero__lead {
  max-width: 670px;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.fx-hero__buttons { display: flex; flex-wrap: wrap; gap: .8rem; }

.fx-hero__visual {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.fx-orbit {
  position: absolute;
  width: min(92%, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(199,163,90,.26);
  border-radius: 50%;
  animation: fx-spin 30s linear infinite;
}

.fx-orbit::before,
.fx-orbit::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--fx-gold-light);
  box-shadow: 0 0 24px rgba(228,205,145,.7);
}

.fx-orbit::before { left: 7%; top: 22%; }
.fx-orbit::after { right: 12%; bottom: 19%; }

.fx-emblem {
  position: relative;
  z-index: 2;
  width: min(78vw, 430px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(199,163,90,.65);
  background: #000;
  overflow: hidden;
  box-shadow: var(--fx-shadow), inset 0 0 80px rgba(199,163,90,.07);
}

.fx-emblem img {
  width: 114%;
  height: 114%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.05) contrast(1.04);
}

@keyframes fx-spin { to { transform: rotate(360deg); } }

.fx-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--fx-line);
}

.fx-stat { padding: 1.5rem; border-right: 1px solid var(--fx-line); }
.fx-stat:last-child { border-right: 0; }
.fx-stat strong { display: block; margin-bottom: .25rem; color: var(--fx-gold-light); }
.fx-stat span { color: var(--fx-muted); font-size: .9rem; }

.fx-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.fx-section-heading > div { max-width: 750px; }

.fx-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}

.fx-card {
  position: relative;
  padding: 1.7rem;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  box-shadow: var(--fx-shadow);
  overflow: hidden;
}

.fx-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  right: 1.5rem;
  top: 1.5rem;
  background: linear-gradient(90deg, transparent, var(--fx-gold));
}

.fx-card__number {
  margin-bottom: 2.5rem;
  color: var(--fx-gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
}

.fx-card p { margin-bottom: 0; }

.fx-dark-band {
  border-block: 1px solid var(--fx-line);
  background: rgba(255,255,255,.018);
}

.fx-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(199,163,90,.32);
  border-radius: calc(var(--fx-radius) + 8px);
  background:
    radial-gradient(circle at 90% 20%, rgba(199,163,90,.12), transparent 20rem),
    var(--fx-carbon);
}

.fx-footer {
  border-top: 1px solid var(--fx-line);
  background: #060709;
}

.fx-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2.5rem;
  padding: 70px 0;
}

.fx-footer h3 {
  margin-bottom: 1rem;
  color: var(--fx-gold-light);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fx-footer ul { list-style: none; padding: 0; margin: 0; }
.fx-footer li + li { margin-top: .55rem; }
.fx-footer a, .fx-footer p { color: var(--fx-muted); }
.fx-footer a:hover { color: var(--fx-gold-light); }

.fx-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 22px 0;
  border-top: 1px solid var(--fx-line);
  color: #747c86;
  font-size: .78rem;
}

/* WordPress content */
.fx-content {
  padding: clamp(70px, 9vw, 120px) 0;
}
.fx-content article {
  max-width: 900px;
}
.fx-content a { color: var(--fx-gold-light); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1.5rem;
  color: var(--fx-muted);
  font-size: .8rem;
}

.woocommerce .woocommerce-breadcrumb a { color: var(--fx-gold-light); }

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 1.5rem; }

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--fx-line);
  border-radius: 10px;
  background: var(--fx-carbon);
  color: var(--fx-white);
  padding: .65rem .85rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.3rem;
  clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  transition: transform .2s ease, border-color .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(199,163,90,.45);
}

.woocommerce ul.products li.product a img {
  margin-bottom: 1rem;
  border-radius: 14px;
  background: #ecebe7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--fx-white);
  font-size: 1.08rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--fx-gold-light);
  font-weight: 800;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  padding: .4rem .65rem;
  border-radius: 999px;
  background: var(--fx-gold);
  color: #090a0b;
  line-height: 1;
}

.single-product div.product {
  padding: clamp(60px, 8vw, 110px) 0;
}

.single-product div.product .woocommerce-product-gallery img {
  border-radius: var(--fx-radius);
  background: #ecebe7;
}

.single-product div.product .summary {
  padding: clamp(0rem, 2vw, 1.5rem);
}

.single-product .product_title {
  margin-bottom: .8rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.woocommerce-product-details__short-description {
  color: var(--fx-muted);
  font-size: 1.03rem;
}

.fx-ruo-notice {
  margin: 1.2rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(199,163,90,.42);
  border-radius: 12px;
  background: rgba(199,163,90,.075);
}

.fx-ruo-notice strong {
  display: block;
  margin-bottom: .2rem;
  color: var(--fx-gold-light);
  font-size: .74rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  margin-top: 3rem;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background: var(--fx-carbon);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: var(--fx-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: var(--fx-line);
  background: var(--fx-panel);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--fx-gold);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #08090b; }

.fx-product-trust {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
  margin: 2rem 0 4rem;
}

.fx-product-trust__item {
  padding: 1.3rem;
  border: 1px solid var(--fx-line);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
}

.fx-product-trust__item span {
  display: block;
  margin-bottom: .45rem;
  color: var(--fx-gold-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fx-product-trust__item p { margin-bottom: 0; font-size: .9rem; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--fx-gold);
  background: var(--fx-carbon);
  color: var(--fx-white);
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-form-coupon,
.woocommerce-form-login {
  border-color: var(--fx-line);
  border-radius: var(--fx-radius);
  background: var(--fx-carbon);
  color: var(--fx-white);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td { border-color: var(--fx-line); }

@media (max-width: 980px) {
  body.admin-bar .fx-header { top: 46px; }
  .fx-menu-toggle { display: inline-grid; place-items: center; }
  .fx-nav {
    position: fixed;
    inset: 82px 18px auto;
    display: none;
    padding: 1.2rem;
    border: 1px solid var(--fx-line);
    border-radius: 16px;
    background: rgba(7,9,11,.98);
    box-shadow: var(--fx-shadow);
  }
  .fx-nav.is-open { display: block; }
  .fx-nav ul { flex-direction: column; align-items: flex-start; }
  .fx-header__actions .fx-account-link { display: none; }
  .fx-hero__grid { grid-template-columns: 1fr; }
  .fx-hero__visual { min-height: 390px; }
  .fx-card-grid,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fx-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .fx-header__inner { min-height: 72px; gap: .7rem; }
  .fx-brand__name { font-size: .85rem; }
  .fx-brand__mark { width: 40px; height: 40px; }
  .fx-brand__logo { width: 44px; height: 44px; }
  .fx-nav { inset-block-start: 72px; }
  .fx-hero { min-height: auto; }
  .fx-hero__visual { min-height: 320px; }
  .fx-stats { grid-template-columns: 1fr; }
  .fx-stat { border-right: 0; border-bottom: 1px solid var(--fx-line); }
  .fx-stat:last-child { border-bottom: 0; }
  .fx-card-grid,
  .woocommerce ul.products,
  .fx-product-trust { grid-template-columns: 1fr; }
  .fx-section-heading,
  .fx-cta { grid-template-columns: 1fr; display: grid; align-items: start; }
  .fx-footer__grid { grid-template-columns: 1fr; }
  .fx-footer__bottom { flex-direction: column; }
}

/* =========================================================
   Falonyx v0.5.5 global WooCommerce variation selectors
   ========================================================= */

.single-product .woocommerce div.product form.cart .variations select,
.single-product .woocommerce div.product form.variations_form select,
.single-product .woocommerce-variation-add-to-cart select,
.single-product form.variations_form select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  margin: 0;
  padding: .75rem 2.75rem .75rem .95rem;
  box-sizing: border-box;
  border: 1px solid rgba(199,163,90,.48);
  border-radius: 12px;
  background-color: #0b0d0f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%23c7a35a' d='M1.4.8 7 6.4 12.6.8 14 2.2l-7 7-7-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px 9px;
  color: #f5f5f5;
  -webkit-text-fill-color: #f5f5f5;
  font: inherit;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.single-product .woocommerce div.product form.cart .variations select:hover,
.single-product .woocommerce div.product form.variations_form select:hover,
.single-product .woocommerce-variation-add-to-cart select:hover,
.single-product form.variations_form select:hover {
  border-color: rgba(228,205,145,.78);
}

.single-product .woocommerce div.product form.cart .variations select:focus,
.single-product .woocommerce div.product form.variations_form select:focus,
.single-product .woocommerce-variation-add-to-cart select:focus,
.single-product form.variations_form select:focus {
  border-color: var(--fx-gold-light);
  outline: 2px solid rgba(199,163,90,.42);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(199,163,90,.08);
}

.single-product .woocommerce div.product form.cart .variations select option,
.single-product .woocommerce div.product form.variations_form select option,
.single-product .woocommerce-variation-add-to-cart select option,
.single-product form.variations_form select option {
  background: #fff;
  color: #111;
  -webkit-text-fill-color: #111;
}

.single-product .woocommerce div.product form.cart .variations .reset_variations,
.single-product .woocommerce div.product form.variations_form .reset_variations,
.single-product a.reset_variations {
  display: inline-block;
  margin-top: .65rem;
  color: var(--fx-gold-light);
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-decoration: underline;
  text-decoration-color: rgba(199,163,90,.55);
  text-underline-offset: 4px;
}

.single-product .woocommerce div.product form.cart .variations .reset_variations:hover,
.single-product .woocommerce div.product form.variations_form .reset_variations:hover,
.single-product a.reset_variations:hover {
  color: #fff;
  text-decoration-color: var(--fx-gold-light);
}

@media (max-width: 600px) {
  .single-product .woocommerce div.product form.cart .variations,
  .single-product .woocommerce div.product form.cart .variations tbody,
  .single-product .woocommerce div.product form.cart .variations tr,
  .single-product .woocommerce div.product form.cart .variations th,
  .single-product .woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
  }

  .single-product .woocommerce div.product form.cart .variations th {
    padding-bottom: .35rem;
    text-align: left;
  }

  .single-product .woocommerce div.product form.cart .variations td {
    padding-bottom: .75rem;
  }
}

/* =========================================================
   Falonyx v0.5.6 age and research access verification
   ========================================================= */

.fx-access-gate__panel { width: min(100%, 760px); }
.fx-access-gate__form { display: grid; gap: 1.15rem; }

.fx-access-gate__dob {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  text-align: left;
}

.fx-access-gate__dob legend {
  padding: 0 .4rem;
  color: var(--fx-gold-light);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fx-access-gate__dob-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  gap: .75rem;
}

.fx-access-gate__dob-grid label { display: grid; gap: .35rem; }
.fx-access-gate__dob-grid label > span {
  color: #c8cdd2;
  font-size: .76rem;
  font-weight: 700;
}

.fx-access-gate__dob-grid input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: .65rem .75rem;
  box-sizing: border-box;
  border: 1px solid rgba(199,163,90,.38);
  border-radius: 10px;
  background: #0b0d0f;
  color: #f5f5f5;
  -webkit-text-fill-color: #f5f5f5;
}

.fx-access-gate__dob-grid input:focus {
  border-color: var(--fx-gold-light);
  outline: 2px solid rgba(199,163,90,.38);
  outline-offset: 2px;
}

.fx-access-gate__confirmations a {
  color: var(--fx-gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-access-gate__error {
  margin: 0;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,121,110,.48);
  border-radius: 10px;
  background: rgba(151,35,29,.18);
  color: #ffb8b1;
  font-size: .88rem;
  text-align: left;
}

.fx-access-gate__error[hidden] { display: none; }
.fx-access-gate__enter[aria-busy="true"] { cursor: wait; opacity: .78; }

@media (max-width: 600px) {
  .fx-access-gate__panel { padding: 1.2rem .9rem; }
  .fx-access-gate__dob { padding: .8rem; }
  .fx-access-gate__dob-grid { gap: .45rem; }
  .fx-access-gate__dob-grid input { min-height: 44px; padding-inline: .55rem; }
  .fx-access-gate__note { font-size: .68rem; }
}


/* v0.3.0 */
.fx-header__inner {
  min-height: 94px;
}

.fx-brand__logo {
  width: 62px;
  height: 62px;
}

.fx-brand__name {
  font-size: 1rem;
}

.fx-nav {
  margin-left: auto;
}

.fx-nav a {
  position: relative;
}

.fx-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--fx-gold);
  transition: right .2s ease;
}

.fx-nav a:hover::after,
.fx-nav .current-menu-item > a::after {
  right: 0;
}

.fx-menu-toggle {
  padding: 0;
}

.fx-menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
}

.fx-hero--brand {
  min-height: calc(100vh - 94px);
  background:
    linear-gradient(90deg, rgba(7,9,11,.97) 0%, rgba(7,9,11,.88) 45%, rgba(7,9,11,.35) 100%),
    radial-gradient(circle at 76% 45%, rgba(199,163,90,.12), transparent 35rem);
}

.fx-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.fx-hero__content {
  position: relative;
  z-index: 3;
}

.fx-hero__brand-art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.fx-hero__brand-art::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(199,163,90,.28);
  box-shadow: 0 0 120px rgba(199,163,90,.08);
}

.fx-hero__brand-art img {
  position: relative;
  z-index: 2;
  width: min(100%, 660px);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(0,0,0,.48);
  mix-blend-mode: screen;
}

.fx-product-grid-wrap .products {
  gap: 1.5rem;
}

.woocommerce ul.products li.product {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}

.woocommerce ul.products li.product a img {
  margin: 0;
  border-radius: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-top: 1rem;
}

.woocommerce ul.products li.product .button {
  margin-bottom: 1.15rem;
  width: calc(100% - 2.2rem);
}

@media (max-width: 980px) {
  .fx-header__inner { min-height: 82px; }
  .fx-hero--brand { min-height: auto; }
  .fx-hero__brand-art { min-height: 420px; }
  .fx-nav { margin-left: 0; }
}

@media (max-width: 640px) {
  .fx-brand__logo { width: 48px; height: 48px; }
  .fx-brand__name { font-size: .85rem; }
  .fx-header__actions .fx-cart-link span:first-child { display: none; }
  .fx-hero__brand-art { min-height: 320px; }
  .fx-hero__brand-art img { border-radius: 18px; }
}


/* =========================================================
   Falonyx v0.3.0
   ========================================================= */

.fx-header {
  background: rgba(5, 7, 9, .93);
}

.fx-header__inner {
  min-height: 86px;
}

.fx-brand {
  min-width: 205px;
}

.fx-brand__logo {
  width: 58px;
  height: 58px;
  object-position: center 42%;
}

.fx-brand__name {
  display: grid;
  gap: .12rem;
  line-height: 1;
}

.fx-brand__name b {
  font-size: 1rem;
  letter-spacing: .17em;
}

.fx-brand__name small {
  font-size: .58rem;
}

.fx-header__actions {
  margin-left: auto;
}

.fx-text-link {
  color: var(--fx-gold-light);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fx-hero {
  min-height: auto;
  height: auto;
  padding: 0;
  background: #080a0d;
}

.fx-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,9,11,.98) 0%, rgba(7,9,11,.91) 42%, rgba(7,9,11,.25) 72%, rgba(7,9,11,.78) 100%),
    radial-gradient(circle at 72% 45%, rgba(199,163,90,.16), transparent 26rem);
}

.fx-hero__grid {
  min-height: 720px;
  padding: 72px 0;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(2rem, 4vw, 5rem);
}

.fx-hero__content {
  position: relative;
  z-index: 5;
}

.fx-hero h1 {
  margin: 0 0 1.35rem;
  font-size: clamp(3.5rem, 6.4vw, 6.5rem);
  line-height: .93;
}

.fx-hero h1 span {
  display: block;
  color: var(--fx-white);
}

.fx-hero h1 .fx-hero__gold {
  color: var(--fx-gold-light);
}

.fx-hero__lead {
  max-width: 620px;
  margin-bottom: 1.75rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.fx-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.35rem;
  margin-top: 2rem;
}

.fx-hero__facts span {
  position: relative;
  padding-left: 13px;
  color: #8f98a4;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fx-hero__facts span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fx-gold);
  transform: translateY(-50%);
}

.fx-hero__visual {
  min-height: 560px;
  position: relative;
}

.fx-hero__beam {
  position: absolute;
  width: 540px;
  height: 110px;
  border-radius: 50%;
  background: rgba(199,163,90,.15);
  filter: blur(48px);
  transform: rotate(-10deg);
}

.fx-hero__ring {
  position: absolute;
  border: 1px solid rgba(199,163,90,.28);
  border-radius: 50%;
}

.fx-hero__ring--one {
  width: 490px;
  height: 490px;
}

.fx-hero__ring--two {
  width: 570px;
  height: 570px;
  border-color: rgba(255,255,255,.07);
}

.fx-hero__logo {
  position: relative;
  z-index: 3;
  width: min(86%, 475px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 42%;
  border: 1px solid rgba(199,163,90,.72);
  box-shadow:
    0 35px 100px rgba(0,0,0,.58),
    0 0 65px rgba(199,163,90,.12);
}

.fx-hero__serial {
  position: absolute;
  right: 5%;
  bottom: 4%;
  color: rgba(228,205,145,.58);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
}

.fx-proof {
  border-block: 1px solid var(--fx-line);
  background: rgba(255,255,255,.015);
}

.fx-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fx-proof article {
  padding: 1.45rem 1.7rem;
  border-right: 1px solid var(--fx-line);
}

.fx-proof article:last-child {
  border-right: 0;
}

.fx-proof article span {
  display: block;
  margin-bottom: .4rem;
  color: var(--fx-gold-light);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.fx-proof article strong {
  display: block;
  margin-bottom: .25rem;
  color: var(--fx-white);
}

.fx-proof article p {
  margin: 0;
  font-size: .85rem;
}

.fx-products-section {
  padding-top: 96px;
}

.fx-standard {
  border-block: 1px solid var(--fx-line);
  background:
    radial-gradient(circle at 10% 10%, rgba(199,163,90,.08), transparent 25rem),
    #0b0e12;
}

.fx-standard__intro {
  max-width: 760px;
  margin-bottom: 3rem;
}

.fx-standard__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.fx-feature {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.65rem;
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background:
    linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
  transition: transform .2s ease, border-color .2s ease;
}

.fx-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(199,163,90,.48);
}

.fx-feature__index {
  margin-bottom: auto;
  color: var(--fx-gold-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.fx-documentation {
  background:
    linear-gradient(90deg, rgba(199,163,90,.04), transparent 38%),
    #080a0d;
}

.fx-documentation__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.fx-documentation__visual {
  min-height: 480px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fx-line);
  border-radius: calc(var(--fx-radius) + 12px);
  background:
    radial-gradient(circle, rgba(199,163,90,.1), transparent 62%),
    rgba(255,255,255,.018);
}

.fx-documentation__seal {
  width: min(78%, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(199,163,90,.55);
}

.fx-documentation__seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.fx-documentation__rows {
  margin-top: 2rem;
  border-top: 1px solid var(--fx-line);
}

.fx-documentation__rows > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--fx-line);
}

.fx-documentation__rows span {
  color: var(--fx-gold-light);
  font-size: .72rem;
  font-weight: 900;
}

.fx-documentation__rows strong {
  color: var(--fx-white);
}

/* Premium product cards */
.woocommerce ul.products li.product {
  padding: .85rem .85rem 1.25rem;
  border-color: rgba(255,255,255,.1);
  background: #11151a;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.05;
  margin-bottom: 1rem;
  border-radius: 14px;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-top: .2rem;
  padding: 0;
  font-size: 1.14rem;
}

.woocommerce ul.products li.product .price {
  margin-top: .45rem;
  font-size: 1rem;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 1rem;
}

.fx-product-meta {
  min-height: 20px;
}

/* Product page system */
.single-product div.product {
  padding-top: 76px;
}

.single-product div.product .summary {
  position: static;
  top: auto;
}

.fx-product-overview {
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  margin: 3.5rem 0 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--fx-line);
  border-radius: calc(var(--fx-radius) + 8px);
  background:
    linear-gradient(135deg, rgba(199,163,90,.055), transparent 45%),
    var(--fx-carbon);
}

.fx-product-overview__facts {
  border-top: 1px solid var(--fx-line);
}

.fx-product-overview__facts > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--fx-line);
}

.fx-product-overview__facts span {
  color: var(--fx-muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fx-product-overview__facts strong,
.fx-product-overview__facts a {
  color: var(--fx-white);
}

/* Reduce footer bulk */
.fx-footer__grid {
  padding: 54px 0;
}

@media (max-width: 1100px) {
  .fx-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .fx-nav {
    display: none;
  }

  .fx-nav.is-open {
    display: block;
  }
}

@media (max-width: 820px) {
  .fx-hero__grid {
    grid-template-columns: 1fr;
    padding: 66px 0 54px;
  }

  .fx-hero__visual {
    min-height: 430px;
  }

  .fx-proof__grid,
  .fx-standard__grid,
  .fx-documentation__grid,
  .fx-product-overview {
    grid-template-columns: 1fr;
  }

  .fx-proof article {
    border-right: 0;
    border-bottom: 1px solid var(--fx-line);
  }

  .fx-proof article:last-child {
    border-bottom: 0;
  }

  .single-product div.product .summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .fx-header__inner {
    min-height: 74px;
  }

  .fx-brand {
    min-width: 0;
  }

  .fx-brand__logo {
    width: 44px;
    height: 44px;
  }

  .fx-brand__name b {
    font-size: .78rem;
  }

  .fx-brand__name small {
    font-size: .48rem;
  }

  .fx-account-link {
    display: none !important;
  }

  .fx-hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .fx-hero__visual {
    min-height: 340px;
  }

  .fx-hero__ring--one {
    width: 300px;
    height: 300px;
  }

  .fx-hero__ring--two {
    width: 350px;
    height: 350px;
  }

  .fx-documentation__visual {
    min-height: 330px;
  }

  .fx-product-overview__facts > div {
    grid-template-columns: 1fr;
    gap: .35rem;
  }
}

/* =========================================================
   Falonyx v0.5.0 research access and customer accounts
   ========================================================= */

html.fx-access-gate-active,
body.fx-access-gate-required { overflow: hidden; }

.fx-access-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: clamp(1rem, 4vw, 3rem);
  overflow-y: auto;
  background:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgba(199,163,90,.13), transparent 30rem),
    #06080a;
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.fx-access-gate__ambient {
  position: fixed;
  inset: 8% 12%;
  border: 1px solid rgba(199,163,90,.08);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(.2px);
}

.fx-access-gate__panel {
  position: relative;
  width: min(100%, 650px);
  padding: clamp(1.6rem, 5vw, 3.5rem);
  border: 1px solid rgba(199,163,90,.32);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(20,24,29,.98), rgba(8,10,13,.99));
  box-shadow: 0 40px 120px rgba(0,0,0,.65), inset 0 1px rgba(255,255,255,.04);
  text-align: center;
}

.fx-access-gate__logo {
  width: 88px;
  height: 88px;
  margin: 0 auto 1rem;
  border: 1px solid rgba(199,163,90,.55);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 42%;
  box-shadow: 0 0 38px rgba(199,163,90,.12);
}

.fx-access-gate__brand {
  margin: 0 0 .35rem;
  color: var(--fx-gold-light);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .25em;
}

.fx-access-gate h1 {
  margin: 0 0 .75rem;
  font-size: clamp(2.2rem, 7vw, 4rem);
  letter-spacing: .04em;
}

.fx-access-gate__instructions { margin: 0 0 1.6rem; }

.fx-access-gate__confirmations {
  display: grid;
  gap: .75rem;
  margin: 0 0 1.4rem;
  padding: 0;
  border: 0;
  text-align: left;
}

.fx-access-gate__confirmations label {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: .85rem;
  align-items: start;
  padding: .9rem 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 12px;
  background: rgba(255,255,255,.022);
  color: #e9e9e4;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.fx-access-gate__confirmations label:hover,
.fx-access-gate__confirmations label:focus-within {
  border-color: rgba(199,163,90,.55);
  background: rgba(199,163,90,.055);
}

.fx-access-gate__confirmations input {
  width: 20px;
  height: 20px;
  margin: .16rem 0 0;
  accent-color: var(--fx-gold);
}

.fx-access-gate__enter { width: 100%; }
.fx-access-gate__enter:disabled {
  border-color: #4b5056;
  background: #292e34;
  color: #858b92;
  cursor: not-allowed;
  filter: none;
  box-shadow: none;
  transform: none;
}

.fx-access-gate__exit {
  display: inline-block;
  margin-top: 1.1rem;
  color: #b6bbc1;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.fx-access-gate__exit:hover { color: var(--fx-gold-light); }
.fx-access-gate__note { margin: .8rem 0 0; color: #777f88; font-size: .72rem; }

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background: var(--fx-carbon);
}

.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after { display: none; }
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 { float: none; width: auto; }
.woocommerce-LostPassword a { color: var(--fx-gold-light); }

@media (max-width: 680px) {
  .fx-access-gate { place-items: start center; padding: .75rem; }
  .fx-access-gate__panel { margin-block: auto; padding: 1.4rem 1rem; border-radius: 18px; }
  .fx-access-gate__logo { width: 68px; height: 68px; }
  .fx-access-gate h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .fx-access-gate__instructions { margin-bottom: 1rem; }
  .fx-access-gate__confirmations { gap: .55rem; margin-bottom: 1rem; }
  .fx-access-gate__confirmations label { padding: .72rem .75rem; font-size: .88rem; }
  .woocommerce-account #customer_login { grid-template-columns: 1fr; }
}

/* =========================================================
   Falonyx v0.5.1 WooCommerce Checkout Block
   ========================================================= */

.woocommerce-checkout .fx-content article.page,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: 100%;
  max-width: none;
}

.woocommerce-checkout .wc-block-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  max-width: none;
  margin-inline: auto;
}

.woocommerce-checkout .wc-block-checkout__main {
  flex: 1 1 calc(62% - 1.4rem);
  width: calc(62% - 1.4rem);
  max-width: none;
  padding-right: 0;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  flex: 1 1 calc(38% - 1.4rem);
  width: calc(38% - 1.4rem);
  max-width: none;
  padding-left: 0;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  max-width: none;
}

.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-order-summary-item__description {
  display: none;
}

.woocommerce-checkout .wc-block-components-order-summary {
  border: 1px solid var(--fx-line);
  border-radius: var(--fx-radius);
  background: var(--fx-carbon);
}

.woocommerce-checkout .wc-block-components-order-summary-item__image > img {
  border-radius: 10px;
  background: #ecebe7;
}

.woocommerce-checkout .wc-block-components-product-name {
  color: var(--fx-white);
  font-weight: 750;
}

.woocommerce-checkout .wc-block-components-product-details,
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--fx-muted);
}

@media (max-width: 900px) {
  .woocommerce-checkout .wc-block-checkout { display: block; }
  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }
  .woocommerce-checkout .wc-block-checkout__sidebar { margin-top: 2rem; }
}

/* =========================================================
   Falonyx v0.5.2 navigation, information and account polish
   ========================================================= */

.fx-nav__mobile-directory { display: none; }

.fx-nav__desktop-directory { position: relative; }
.fx-nav__desktop-directory summary {
  position: relative;
  color: #d9dde2;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .08em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}
.fx-nav__desktop-directory summary::-webkit-details-marker { display: none; }
.fx-nav__desktop-directory summary::after { content: " +"; color: var(--fx-gold-light); }
.fx-nav__desktop-directory[open] summary::after { content: " −"; }
.fx-nav__desktop-directory > ul {
  position: absolute;
  top: calc(100% + 22px);
  right: 0;
  width: min(560px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .25rem;
  padding: .8rem;
  border: 1px solid var(--fx-line);
  border-radius: 15px;
  background: rgba(7,9,11,.99);
  box-shadow: var(--fx-shadow);
}
.fx-nav__desktop-directory > ul a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: .55rem .7rem;
  border: 1px solid transparent;
  border-radius: 9px;
}
.fx-nav__desktop-directory > ul a:hover,
.fx-nav__desktop-directory > ul a:focus-visible {
  border-color: rgba(199,163,90,.35);
  background: rgba(199,163,90,.06);
}

.fx-footer__directory {
  columns: 2;
  column-gap: 1.25rem;
}
.fx-footer__directory li { break-inside: avoid; }

.fx-information-page__article { max-width: none !important; }
.fx-information-page__header {
  max-width: 900px;
  padding-bottom: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--fx-line);
}
.fx-information-page__content {
  max-width: 900px;
  padding-top: clamp(2rem, 5vw, 4rem);
  color: var(--fx-muted);
}
.fx-information-page__content h2 { margin-top: 2.8rem; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.fx-information-page__content h3 { margin-top: 2rem; }
.fx-information-page__content a { color: var(--fx-gold-light); text-decoration: underline; text-underline-offset: 3px; }
.fx-information-page__content hr { margin: 2.5rem 0; border: 0; border-top: 1px solid var(--fx-line); }
.fx-information-page__content details { padding: 1rem 0; border-top: 1px solid var(--fx-line); }
.fx-information-page__content details:last-child { border-bottom: 1px solid var(--fx-line); }
.fx-information-page__content summary { color: var(--fx-white); font-weight: 750; cursor: pointer; }

/* Checkout Block white fields need dark user-entered text. */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-textarea,
.woocommerce-checkout .wc-block-components-select select,
.woocommerce-checkout .wc-block-checkout input[type="text"],
.woocommerce-checkout .wc-block-checkout input[type="email"],
.woocommerce-checkout .wc-block-checkout input[type="tel"],
.woocommerce-checkout .wc-block-checkout input[type="password"],
.woocommerce-checkout .wc-block-checkout select,
.woocommerce-checkout .wc-block-checkout textarea {
  color: #15191d !important;
  -webkit-text-fill-color: #15191d;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-select label,
.woocommerce-checkout .wc-block-checkout select option {
  color: #4f565d !important;
  -webkit-text-fill-color: #4f565d;
}

.woocommerce-checkout .wc-block-checkout input::placeholder,
.woocommerce-checkout .wc-block-checkout textarea::placeholder {
  color: #737980 !important;
  -webkit-text-fill-color: #737980;
  opacity: 1;
}

.woocommerce-checkout .wc-block-checkout input:-webkit-autofill,
.woocommerce-checkout .wc-block-checkout input:-webkit-autofill:hover,
.woocommerce-checkout .wc-block-checkout input:-webkit-autofill:focus {
  -webkit-text-fill-color: #15191d !important;
  box-shadow: 0 0 0 1000px #fff inset;
  caret-color: #15191d;
}

.woocommerce-checkout .wc-block-components-validation-error,
.woocommerce-checkout .wc-block-components-validation-error p,
.woocommerce-checkout .wc-block-components-validation-error span {
  color: #ffb4ad !important;
  -webkit-text-fill-color: #ffb4ad;
}

.woocommerce-account .fx-content { padding-block: clamp(40px, 6vw, 76px); }
.woocommerce-account .fx-content article.page { max-width: 1100px; }
.woocommerce-account #customer_login { gap: clamp(1rem, 3vw, 2rem); }
.woocommerce-account #customer_login h2 { margin-bottom: 1rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register { padding: clamp(1rem, 2.5vw, 1.6rem); }
.woocommerce-account .woocommerce-form-row { margin-bottom: .7rem; }
.woocommerce-account .woocommerce-form-row input.input-text {
  background: #f7f7f3;
  color: #15191d;
  -webkit-text-fill-color: #15191d;
}
.woocommerce-account .woocommerce-form-row input.input-text::placeholder { color: #747a81; -webkit-text-fill-color: #747a81; }

@media (max-width: 1200px) {
  .fx-menu-toggle { display: inline-grid; place-items: center; }
  .fx-nav {
    position: fixed;
    inset: 86px 18px auto;
    display: none;
    max-height: calc(100dvh - 108px);
    margin-left: 0;
    padding: 1rem;
    overflow-y: auto;
    border: 1px solid var(--fx-line);
    border-radius: 16px;
    background: rgba(7,9,11,.99);
    box-shadow: var(--fx-shadow);
  }
  .fx-nav.is-open { display: block; }
  #fx-primary-nav > ul { display: none; }
  .fx-nav__desktop-directory { display: none; }
  .fx-nav__mobile-directory { display: block; }
  .fx-nav__mobile-label {
    display: block;
    padding: .2rem .35rem .8rem;
    color: var(--fx-gold-light);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .fx-nav__mobile-directory ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
  }
  .fx-nav__mobile-directory a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: .65rem .75rem;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #e3e5e7;
  }
  .fx-nav__mobile-directory a:hover,
  .fx-nav__mobile-directory a:focus-visible {
    border-color: rgba(199,163,90,.35);
    background: rgba(199,163,90,.06);
    color: var(--fx-gold-light);
  }
}

@media (max-width: 600px) {
  .fx-nav { inset: 74px 10px auto; max-height: calc(100dvh - 86px); }
  .fx-nav__mobile-directory ul { grid-template-columns: 1fr; }
  .fx-information-page__header,
  .fx-information-page__content { padding-block: 1.75rem; }
  .woocommerce-account #customer_login { display: block; }
  .woocommerce-account #customer_login .col-2 { margin-top: 1.25rem; }
  .fx-footer__directory { columns: 1; }
}

/* =========================================================
   Falonyx v0.5.4 assigned Footer Menu
   ========================================================= */

.fx-footer__grid {
  grid-template-columns:
    minmax(250px, 1.2fr)
    minmax(285px, 1.25fr)
    minmax(125px, .62fr)
    minmax(190px, .8fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.fx-footer__policies .fx-footer-policy-menu {
  display: grid;
  gap: .55rem;
  columns: auto;
}

.fx-footer__policies .fx-footer-policy-menu li { margin: 0; }
.fx-footer__policies .fx-footer-policy-menu a { white-space: nowrap; }
.fx-footer__support a[href^="mailto:"] { overflow-wrap: anywhere; }

@media (max-width: 1100px) {
  .fx-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;
  }
}

@media (max-width: 640px) {
  .fx-footer__grid { grid-template-columns: minmax(0, 1fr); }
  .fx-footer__policies .fx-footer-policy-menu a { white-space: normal; }
}

/* =========================================================
   Falonyx v0.5.3 assigned Primary Menu overlay
   ========================================================= */

.fx-nav__menu-heading { display: none; }

@media (max-width: 1200px) {
  .fx-nav__menu-heading {
    display: block;
    padding: .2rem .35rem .8rem;
    color: var(--fx-gold-light);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  #fx-primary-nav > ul.fx-primary-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: .35rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #fx-primary-nav > ul.fx-primary-menu > li {
    width: 100%;
    margin: 0;
  }

  #fx-primary-nav > ul.fx-primary-menu > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: .65rem .75rem;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #e3e5e7;
    box-sizing: border-box;
  }

  #fx-primary-nav > ul.fx-primary-menu > li > a:hover,
  #fx-primary-nav > ul.fx-primary-menu > li > a:focus-visible,
  #fx-primary-nav > ul.fx-primary-menu > li.current-menu-item > a {
    border-color: rgba(199,163,90,.35);
    background: rgba(199,163,90,.06);
    color: var(--fx-gold-light);
  }
}

@media (max-width: 600px) {
  #fx-primary-nav > ul.fx-primary-menu { grid-template-columns: 1fr; }
}

/* =========================================================
   Falonyx v0.4.0 customer experience pass
   ========================================================= */

:focus-visible {
  outline: 2px solid var(--fx-gold-light);
  outline-offset: 4px;
}

::selection { background: var(--fx-gold); color: #08090b; }

.fx-header { box-shadow: 0 10px 40px rgba(0,0,0,.4); }
.fx-nav__mobile-actions { display: none; }

.fx-quality,
.fx-about-preview { background: #f2f1ec; color: #12161b; }
.fx-quality h2,
.fx-about-preview h2 { color: #12161b; }
.fx-quality p,
.fx-about-preview p { color: #555d66; }
.fx-quality .fx-eyebrow,
.fx-about-preview .fx-eyebrow,
.fx-quality .fx-text-link,
.fx-about-preview .fx-text-link { color: #8b6b2f; }
.fx-quality__grid,
.fx-about-preview__grid,
.fx-faq-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}
.fx-quality__copy,
.fx-about-preview__grid > div:last-child { padding-top: .4rem; font-size: 1.08rem; }

.fx-ruo-band {
  border-block: 1px solid rgba(199,163,90,.3);
  background: radial-gradient(circle at 18% 50%, rgba(199,163,90,.12), transparent 27rem), #080a0d;
}
.fx-ruo-band__grid {
  display: grid;
  grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
}
.fx-ruo-band__mark {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199,163,90,.45);
  border-radius: 50%;
  color: var(--fx-gold-light);
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 300;
  letter-spacing: .08em;
  box-shadow: inset 0 0 70px rgba(199,163,90,.05);
}
.fx-ruo-band__lead { color: var(--fx-white); font-size: 1.25rem; font-weight: 800; }

.fx-faq-preview { border-top: 1px solid var(--fx-line); }
.fx-accordion details { border-top: 1px solid var(--fx-line); }
.fx-accordion details:last-of-type { border-bottom: 1px solid var(--fx-line); margin-bottom: 1.5rem; }
.fx-accordion summary {
  padding: 1.25rem 2rem 1.25rem 0;
  color: var(--fx-white);
  font-weight: 750;
  cursor: pointer;
}
.fx-accordion details p { margin-top: -.35rem; padding: 0 1.5rem 1.2rem 0; }

.fx-shop-intro { max-width: 720px; margin-bottom: 2rem; }
.fx-shop-intro p { margin: 0; }
.woocommerce-products-header__title.page-title { font-size: clamp(2.6rem,6vw,5.5rem); }
.woocommerce nav.woocommerce-pagination { margin-top: 3rem; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: .2rem; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { border: 1px solid var(--fx-line); border-radius: 50%; color: var(--fx-white); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--fx-gold); color: #08090b; }

.woocommerce div.product .stock { color: var(--fx-gold-light); }
.woocommerce div.product .product_meta { display: grid; gap: .35rem; padding-top: 1.2rem; border-top: 1px solid var(--fx-line); color: var(--fx-muted); font-size: .82rem; }
.woocommerce div.product .product_meta a { color: var(--fx-white); }
.woocommerce div.product form.cart .single_add_to_cart_button { min-height: 52px; }
.woocommerce div.product .woocommerce-tabs .panel { padding-top: 1.5rem; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { font-size: clamp(1.6rem,3vw,2.3rem); }
.related.products { clear: both; padding-top: 4rem; }
.related.products > h2 { font-size: clamp(2rem,4vw,3.5rem); }

.woocommerce-cart .fx-content,
.woocommerce-checkout .fx-content,
.woocommerce-account .fx-content { padding-top: clamp(52px,7vw,90px); }
.woocommerce-cart .fx-content h1,
.woocommerce-checkout .fx-content h1,
.woocommerce-account .fx-content h1 { font-size: clamp(2.5rem,6vw,5rem); }
.woocommerce table.shop_table { border-collapse: separate; padding: .5rem; }
.woocommerce table.shop_table th { color: var(--fx-white); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce table.shop_table td { padding: 1rem 12px; }
.woocommerce-cart table.cart img { width: 82px; border-radius: 10px; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: clamp(1.2rem,3vw,2rem); }
.woocommerce-cart .cart-collaterals .cart_totals h2,
#order_review_heading { font-size: clamp(1.6rem,3vw,2.25rem); }
.woocommerce .coupon { display: flex; gap: .5rem; }
.woocommerce .coupon .input-text { min-width: 150px; }

.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: clamp(2rem,5vw,5rem); }
.woocommerce-checkout #customer_details { grid-column: 1; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { grid-column: 2; }
.woocommerce-checkout #order_review_heading { grid-row: 1; align-self: end; margin: 0 0 -1rem; }
.woocommerce-checkout #order_review { grid-row: 2; padding: clamp(1.2rem,3vw,2rem); }
.woocommerce-checkout #payment { background: #151a20; color: var(--fx-white); }
.woocommerce-checkout #payment div.payment_box { background: #232a32; color: var(--fx-white); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #232a32; }
.woocommerce form .form-row label { color: var(--fx-white); font-size: .82rem; font-weight: 700; }
.select2-container--default .select2-selection--single { min-height: 46px; border-color: var(--fx-line); border-radius: 10px; background: var(--fx-carbon); }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--fx-white); line-height: 44px; }

.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 71%; padding: clamp(1.2rem,3vw,2rem); border: 1px solid var(--fx-line); border-radius: var(--fx-radius); background: var(--fx-carbon); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--fx-line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: .9rem 0; color: var(--fx-muted); }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: var(--fx-gold-light); }

.fx-content article.page { max-width: 960px; }
.fx-content article.page > h1 { margin-bottom: 2rem; }
.fx-content article.page h2 { margin-top: 2.5rem; font-size: clamp(1.65rem,3vw,2.5rem); }
.fx-content article.page h3 { margin-top: 2rem; }
.fx-content article.page hr { margin: 2.5rem 0; border: 0; border-top: 1px solid var(--fx-line); }
.fx-content article.page ul,
.fx-content article.page ol { color: var(--fx-muted); }
.fx-content article.page blockquote { margin: 2rem 0; padding: 1rem 1.4rem; border-left: 2px solid var(--fx-gold); background: rgba(199,163,90,.06); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  body.fx-menu-open { overflow: hidden; }
  .fx-nav { max-height: calc(100vh - 110px); overflow-y: auto; }
  .fx-nav__mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--fx-line); }
  .fx-nav__mobile-actions a { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--fx-line); border-radius: 999px; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
}

@media (max-width: 820px) {
  .fx-quality__grid,
  .fx-about-preview__grid,
  .fx-faq-preview__grid,
  .fx-ruo-band__grid { grid-template-columns: 1fr; }
  .fx-ruo-band__mark { width: min(70vw,360px); margin-inline: auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 1.5rem; }
}

@media (max-width: 560px) {
  .fx-container { width: min(calc(100% - 28px), var(--fx-content)); }
  .fx-header__inner { gap: .55rem; }
  .fx-brand { gap: .55rem; }
  .fx-icon-button { min-width: 38px; height: 38px; padding: 0 .5rem; }
  .fx-menu-toggle { width: 38px; height: 38px; }
  .fx-nav { inset-inline: 10px; }
  .fx-hero__grid { padding-top: 48px; }
  .fx-hero__visual { min-height: 300px; }
  .fx-hero__ring--one { width: 270px; height: 270px; }
  .fx-hero__ring--two { width: 310px; height: 310px; }
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce table.shop_table_responsive tr { margin-bottom: 1rem; border: 1px solid var(--fx-line); border-radius: 12px; }
  .woocommerce .coupon { display: grid; width: 100%; }
  .woocommerce .coupon .input-text { width: 100% !important; }
  .woocommerce-cart table.cart td.actions .button { width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; padding: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 0 .35rem; border-radius: 8px; }
}

/* v0.5.6 access verification: final cascade layer intentionally follows legacy gate rules. */
.fx-access-gate__panel {
  width: min(100%, 760px);
}

.fx-access-gate__form {
  display: grid;
  gap: 1rem;
}

.fx-access-gate__dob {
  min-width: 0;
  margin: .25rem 0 0;
  padding: 1rem;
  border: 1px solid var(--fx-line);
  border-radius: 14px;
}

.fx-access-gate__dob legend {
  padding: 0 .45rem;
  color: var(--fx-white);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fx-access-gate__dob-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.fx-access-gate__dob-grid label {
  display: grid;
  gap: .4rem;
  color: var(--fx-muted);
  font-size: .78rem;
  font-weight: 700;
}

.fx-access-gate__dob-grid input {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(199,163,90,.45);
  border-radius: 10px;
  padding: .75rem;
  color: var(--fx-white);
  background: #0b0d0f;
  font: inherit;
}

.fx-access-gate__dob-grid input:focus-visible,
.fx-access-gate__terms a:focus-visible {
  outline: 2px solid var(--fx-gold-light);
  outline-offset: 3px;
}

.fx-access-gate__terms a {
  color: var(--fx-gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fx-access-gate__error {
  min-height: 1.5em;
  margin: 0;
  color: #ffd2cc;
  font-weight: 700;
}

.fx-access-gate__privacy {
  margin: 0;
  color: var(--fx-muted);
  font-size: .78rem;
  text-align: center;
}

.fx-access-gate__enter[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 560px) {
  .fx-access-gate { padding: 12px; }
  .fx-access-gate__panel { padding: 1.25rem; }
  .fx-access-gate__dob-grid { gap: .45rem; }
  .fx-access-gate__dob-grid input { padding-inline: .55rem; }
}

/* =========================================================
   Falonyx v0.5.7 product archive system
   Scoped to archives so homepage and single-product layouts remain stable.
   ========================================================= */
body.woocommerce.archive .fx-woocommerce-content {
  padding-block: clamp(32px, 5vw, 68px) clamp(72px, 9vw, 120px);
}

body.woocommerce.archive .widget-area,
body.woocommerce.archive .woocommerce-sidebar {
  display: none !important;
}

body.woocommerce.archive .fx-woocommerce-content > .fx-container {
  width: min(calc(100% - 40px), var(--fx-content));
  max-width: var(--fx-content);
}

body.woocommerce.archive .fx-shop-intro {
  max-width: 820px;
  margin: clamp(16px, 3vw, 34px) 0 clamp(28px, 4vw, 48px);
}

body.woocommerce.archive .fx-shop-intro h1 {
  margin: .35rem 0 .7rem;
  color: var(--fx-white);
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.04em;
}

body.woocommerce.archive .fx-shop-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--fx-muted);
  font-size: clamp(.98rem, 1.5vw, 1.08rem);
}

body.woocommerce.archive .fx-shop-intro .fx-shop-intro__ruo {
  margin-top: .65rem;
  color: var(--fx-gold-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.woocommerce.archive .fx-catalog-controls {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin: 0 0 1.5rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}

body.woocommerce.archive .fx-catalog-controls::after {
  display: none;
}

body.woocommerce.archive .fx-catalog-controls .woocommerce-result-count,
body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering {
  float: none;
  margin: 0;
  color: var(--fx-muted);
}

body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering select {
  width: auto;
  max-width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(199,163,90,.48);
  border-radius: 12px;
  padding: .7rem 2.6rem .7rem .9rem;
  color: #f5f5f5;
  background-color: #0b0d0f;
  font-weight: 700;
}

body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering select:focus-visible {
  border-color: var(--fx-gold-light);
  outline: 2px solid var(--fx-gold-light);
  outline-offset: 2px;
}

body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering select option {
  color: #111;
  background: #fff;
}

body.woocommerce.archive ul.products {
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce.archive ul.products::before,
body.woocommerce.archive ul.products::after {
  display: none;
  content: none;
}

body.woocommerce.archive ul.products li.product {
  position: relative;
  float: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: linear-gradient(155deg, #151a20 0%, #0e1216 100%);
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

body.woocommerce.archive ul.products li.product::marker,
body.woocommerce.archive ul.products li.product *::marker {
  content: none;
}

body.woocommerce.archive ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(199,163,90,.48);
}

body.woocommerce.archive ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  color: inherit;
}

body.woocommerce.archive ul.products li.product a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 0 1rem;
  border-radius: 13px;
  background: #ecebe7;
  object-fit: contain;
  order: 0;
}

body.woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 0;
  color: var(--fx-white);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
  order: 1;
}

body.woocommerce.archive ul.products li.product .fx-product-meta {
  display: grid;
  gap: .45rem;
  min-height: 0;
  margin: .7rem 0 0;
  color: var(--fx-muted);
  line-height: 1.45;
  order: 2;
}

body.woocommerce.archive .fx-product-meta__classification {
  color: var(--fx-gold-light);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.woocommerce.archive .fx-product-meta__strengths {
  color: var(--fx-white);
  font-size: .86rem;
  overflow-wrap: break-word;
  word-break: normal;
}

body.woocommerce.archive .fx-product-meta__strengths > span {
  color: var(--fx-muted);
}

body.woocommerce.archive ul.products li.product .price {
  display: block;
  margin: auto 0 0;
  padding-top: .9rem;
  color: var(--fx-gold-light);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  order: 3;
}

body.woocommerce.archive ul.products li.product .button,
body.woocommerce.archive ul.products li.product a.button,
body.woocommerce.archive ul.products li.product .product_type_variable,
body.woocommerce.archive ul.products li.product .product_type_simple {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 48px;
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  box-sizing: border-box;
  overflow: visible;
  border: 1px solid var(--fx-gold);
  border-radius: 13px;
  color: #090a0b;
  background: linear-gradient(135deg, var(--fx-gold-light), var(--fx-gold));
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

body.woocommerce.archive nav.woocommerce-pagination {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

body.woocommerce.archive nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
  border: 0;
}

body.woocommerce.archive nav.woocommerce-pagination ul li {
  margin: 0;
  border: 0;
  list-style: none;
}

body.woocommerce.archive nav.woocommerce-pagination ul li a,
body.woocommerce.archive nav.woocommerce-pagination ul li span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: .6rem;
  place-items: center;
  box-sizing: border-box;
  border: 1px solid var(--fx-line);
  border-radius: 50%;
}

@media (max-width: 1180px) {
  body.woocommerce.archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.woocommerce.archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.woocommerce.archive .fx-woocommerce-content > .fx-container {
    width: min(calc(100% - 28px), var(--fx-content));
  }

  body.woocommerce.archive .fx-catalog-controls {
    align-items: stretch;
    flex-direction: column;
    padding: .85rem;
  }

  body.woocommerce.archive .fx-catalog-controls .woocommerce-result-count {
    line-height: 1.5;
  }

  body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering,
  body.woocommerce.archive .fx-catalog-controls .woocommerce-ordering select {
    width: 100%;
  }

  body.woocommerce.archive ul.products {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce.archive ul.products li.product {
    padding: .9rem;
  }
}

/* =========================================================
   Falonyx v0.5.10 readable frontend form controls
   Explicit text-entry types avoid changing checkbox/radio indicators.
   ========================================================= */
body.falonyx-theme input[type="text"],
body.falonyx-theme input[type="email"],
body.falonyx-theme input[type="password"],
body.falonyx-theme input[type="tel"],
body.falonyx-theme input[type="number"],
body.falonyx-theme input[type="date"],
body.falonyx-theme input[type="search"],
body.falonyx-theme select,
body.falonyx-theme textarea {
  border: 1px solid rgba(199,163,90,.38);
  background-color: #0b0d0f;
  color: #f5f5f2;
  -webkit-text-fill-color: #f5f5f2;
  caret-color: #f5f5f2;
  color-scheme: dark;
}

body.falonyx-theme input[type="text"]::placeholder,
body.falonyx-theme input[type="email"]::placeholder,
body.falonyx-theme input[type="password"]::placeholder,
body.falonyx-theme input[type="tel"]::placeholder,
body.falonyx-theme input[type="number"]::placeholder,
body.falonyx-theme input[type="date"]::placeholder,
body.falonyx-theme input[type="search"]::placeholder,
body.falonyx-theme textarea::placeholder {
  color: #9298a0;
  -webkit-text-fill-color: #9298a0;
  opacity: 1;
}

body.falonyx-theme input[type="text"]:focus,
body.falonyx-theme input[type="email"]:focus,
body.falonyx-theme input[type="password"]:focus,
body.falonyx-theme input[type="tel"]:focus,
body.falonyx-theme input[type="number"]:focus,
body.falonyx-theme input[type="date"]:focus,
body.falonyx-theme input[type="search"]:focus,
body.falonyx-theme select:focus,
body.falonyx-theme textarea:focus {
  border-color: var(--fx-gold-light);
  outline: 2px solid rgba(199,163,90,.55);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(199,163,90,.09);
}

body.falonyx-theme input[type="text"]:-webkit-autofill,
body.falonyx-theme input[type="text"]:-webkit-autofill:hover,
body.falonyx-theme input[type="text"]:-webkit-autofill:focus,
body.falonyx-theme input[type="email"]:-webkit-autofill,
body.falonyx-theme input[type="email"]:-webkit-autofill:hover,
body.falonyx-theme input[type="email"]:-webkit-autofill:focus,
body.falonyx-theme input[type="password"]:-webkit-autofill,
body.falonyx-theme input[type="password"]:-webkit-autofill:hover,
body.falonyx-theme input[type="password"]:-webkit-autofill:focus,
body.falonyx-theme input[type="tel"]:-webkit-autofill,
body.falonyx-theme input[type="tel"]:-webkit-autofill:hover,
body.falonyx-theme input[type="tel"]:-webkit-autofill:focus,
body.falonyx-theme input[type="number"]:-webkit-autofill,
body.falonyx-theme input[type="number"]:-webkit-autofill:hover,
body.falonyx-theme input[type="number"]:-webkit-autofill:focus,
body.falonyx-theme input[type="date"]:-webkit-autofill,
body.falonyx-theme input[type="date"]:-webkit-autofill:hover,
body.falonyx-theme input[type="date"]:-webkit-autofill:focus,
body.falonyx-theme input[type="search"]:-webkit-autofill,
body.falonyx-theme input[type="search"]:-webkit-autofill:hover,
body.falonyx-theme input[type="search"]:-webkit-autofill:focus {
  border-color: rgba(199,163,90,.6);
  -webkit-text-fill-color: #f5f5f2 !important;
  caret-color: #f5f5f2;
  box-shadow: 0 0 0 1000px #0b0d0f inset;
  transition: background-color 9999s ease-out 0s;
}

/* WooCommerce Blocks can apply light-field text colors with !important. */
body.falonyx-theme.woocommerce-checkout .wc-block-components-text-input input,
body.falonyx-theme.woocommerce-checkout .wc-block-components-address-form input,
body.falonyx-theme.woocommerce-checkout .wc-block-components-combobox-control input,
body.falonyx-theme.woocommerce-checkout .wc-block-components-textarea,
body.falonyx-theme.woocommerce-checkout .wc-block-components-select select,
body.falonyx-theme.woocommerce-account input.input-text,
body.falonyx-theme .fx-access-gate__dob-grid input {
  border-color: rgba(199,163,90,.38) !important;
  background-color: #0b0d0f !important;
  color: #f5f5f2 !important;
  -webkit-text-fill-color: #f5f5f2 !important;
  caret-color: #f5f5f2 !important;
}

body.falonyx-theme select option {
  background: #fff;
  color: #111;
  -webkit-text-fill-color: #111;
}
