:root {
  --bbx-bg: #080b11;
  --bbx-bg2: #0d121b;
  --bbx-panel: #121925;
  --bbx-line: #273247;
  --bbx-text: #f5f7fb;
  --bbx-muted: #909aad;
  --bbx-blue: #12a8ff;
  --bbx-blue2: #0067ff;
  --bbx-red: #ff2949;
  --bbx-red2: #bd092b;
  --bbx-shell: 1380px;
  --bbx-radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bbx-text);
  background: var(--bbx-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.bbx-shell { width: min(calc(100% - 40px), var(--bbx-shell)); margin-inline: auto; }
.bbx-main { overflow: hidden; }
.bbx-launchbar {
  padding: 7px 20px;
  text-align: center;
  color: #dce6f4;
  background: linear-gradient(90deg, #07111c, #0b2031, #07111c);
  border-bottom: 1px solid #163149;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bbx-header { position: relative; z-index: 20; background: rgba(7,10,16,.96); border-bottom: 1px solid #1b2535; }
.bbx-header-top { min-height: 86px; display: grid; grid-template-columns: 260px 1fr 240px; gap: 28px; align-items: center; }
.bbx-brand { display: inline-flex; flex-direction: column; width: max-content; }
.bbx-brand-main { font-weight: 900; font-size: 28px; letter-spacing: -.06em; text-transform: lowercase; }
.bbx-brand-main span { color: var(--bbx-blue); }
.bbx-brand small { color: #8190a6; font-size: 9px; letter-spacing: .27em; text-transform: uppercase; }
.bbx-search { position: relative; max-width: 610px; width: 100%; margin-inline: auto; }
.bbx-search input { width: 100%; height: 44px; border: 1px solid #2b3545; border-radius: 8px; background: #111722; color: #fff; padding: 0 52px 0 16px; outline: none; }
.bbx-search input:focus { border-color: var(--bbx-blue); box-shadow: 0 0 0 3px rgba(18,168,255,.12); }
.bbx-search button { position: absolute; top: 4px; right: 4px; width: 38px; height: 36px; border: 0; border-radius: 6px; color: #fff; background: linear-gradient(135deg,var(--bbx-blue2),var(--bbx-blue)); cursor: pointer; }
.bbx-actions { display: flex; justify-content: flex-end; gap: 20px; align-items: center; font-size: 13px; }
.bbx-actions a { color: #c6cfdb; }
.bbx-cart b { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; margin-left: 5px; border-radius: 999px; color: #fff; background: var(--bbx-red); font-size: 11px; }
.bbx-nav-wrap { border-top: 1px solid #141c28; }
.bbx-nav-wrap .bbx-shell { min-height: 51px; display: flex; align-items: center; }
.bbx-menu { display: flex; align-items: center; gap: 34px; padding: 0; margin: 0; list-style: none; }
.bbx-menu a { position: relative; display: block; padding: 17px 0 15px; color: #adb8c8; font-size: 13px; font-weight: 700; }
.bbx-menu a:hover { color: #fff; }
.bbx-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--bbx-blue); transition: .2s ease; }
.bbx-menu a:hover::after { right: 0; }
.bbx-nav-toggle { display: none; border: 1px solid var(--bbx-line); color: #fff; background: #111722; border-radius: 7px; padding: 8px 12px; }
.bbx-hero { min-height: 570px; position: relative; display: flex; align-items: center; background: radial-gradient(circle at 72% 45%, rgba(13,98,168,.22), transparent 29%), radial-gradient(circle at 88% 65%, rgba(201,13,45,.16), transparent 23%), linear-gradient(115deg,#080b11 0%,#0b111b 55%,#0a0e15 100%); border-bottom: 1px solid #1c2635; }
.bbx-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.bbx-hero-grid { min-height: 570px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.bbx-hero-copy { position: relative; z-index: 2; max-width: 690px; padding: 80px 0; }
.bbx-kicker { display: inline-block; margin-bottom: 13px; color: var(--bbx-blue); font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.bbx-hero h1 { margin: 0; max-width: 680px; font-size: clamp(54px,6vw,92px); line-height: .93; letter-spacing: -.065em; text-transform: uppercase; }
.bbx-hero h1 em { display: block; color: var(--bbx-blue); font-style: normal; text-shadow: 0 0 30px rgba(18,168,255,.24); }
.bbx-hero-copy > p { max-width: 610px; margin: 26px 0 30px; color: #aab4c4; font-size: 18px; }
.bbx-hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.bbx-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .18s ease, filter .18s ease; }
.bbx-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.bbx-btn-red { background: linear-gradient(135deg,var(--bbx-red2),var(--bbx-red)); box-shadow: 0 12px 30px rgba(255,41,73,.18); }
.bbx-btn-blue { background: linear-gradient(135deg,var(--bbx-blue2),var(--bbx-blue)); box-shadow: 0 12px 30px rgba(18,168,255,.18); }
.bbx-btn-ghost { border-color: #3a4658; color: #dbe3ed; background: rgba(18,25,37,.65); }
.bbx-hero-art { position: relative; height: 520px; align-self: end; }
.bbx-hero-x { position: absolute; right: 5%; top: 48%; transform: translateY(-50%) skewX(-8deg); color: transparent; font-size: clamp(260px,28vw,470px); font-weight: 1000; line-height: .72; -webkit-text-stroke: 2px rgba(18,168,255,.12); text-shadow: 0 0 70px rgba(18,168,255,.08); user-select: none; }
.bbx-hero-art-note { position: absolute; right: 5%; bottom: 44px; padding: 8px 12px; border: 1px solid rgba(39,50,71,.9); border-radius: 6px; color: #6f7b8c; background: rgba(8,11,17,.66); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.bbx-spin { position: absolute; border-radius: 50%; aspect-ratio: 1; filter: drop-shadow(0 24px 30px #000); transform: rotate(-14deg); }
.bbx-spin::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; border: 9px solid rgba(255,255,255,.16); box-shadow: inset 0 0 0 13px rgba(0,0,0,.25), inset 0 0 36px rgba(255,255,255,.12); }
.bbx-spin::after { content: ""; position: absolute; inset: 32%; border-radius: 50%; border: 5px solid rgba(255,255,255,.45); background: radial-gradient(circle,#060910 0 22%,#bcc7d5 24% 30%,#111722 32% 100%); }
.bbx-spin i { position: absolute; inset: 17%; border-radius: 46% 54% 44% 56%; border: 10px solid rgba(255,255,255,.1); transform: rotate(38deg); }
.bbx-spin-blue { width: 300px; left: 5%; top: 80px; background: conic-gradient(from 20deg,#9ee5ff,#0758d1,#08101e,#15b8ff,#d7f6ff,#076ee0,#07101d,#19b5ff); box-shadow: 0 0 60px rgba(18,168,255,.25); }
.bbx-spin-red { width: 238px; right: 3%; bottom: 45px; background: conic-gradient(from -20deg,#ffbd73,#ca092c,#17080d,#ff3151,#ffe2aa,#b60825,#18070d,#ff4b62); box-shadow: 0 0 60px rgba(255,41,73,.22); }
.bbx-speedline { position: absolute; width: 460px; height: 4px; left: 5%; top: 58%; background: linear-gradient(90deg,transparent,var(--bbx-blue),transparent); box-shadow: 0 0 18px var(--bbx-blue); transform: rotate(-15deg); opacity: .7; }
.bbx-battle-copy { position: absolute; right: 5%; top: 58px; z-index: 3; color: #dae1eb; font-size: 28px; font-weight: 1000; line-height: .86; letter-spacing: -.06em; font-style: italic; transform: rotate(-4deg); opacity: .8; }
.bbx-battle-copy b { color: var(--bbx-blue); }
.bbx-section { padding: 82px 0; }
.bbx-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.bbx-section-head h2, .bbx-upcoming h2 { margin: 0; font-size: clamp(30px,4vw,48px); letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.bbx-section-head > a { color: #9eacbe; font-size: 13px; font-weight: 700; }
.bbx-categories { padding-top: 58px; padding-bottom: 58px; background: #0c1018; }
.bbx-category-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.bbx-cat-card { min-height: 148px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 18px; overflow: hidden; border: 1px solid #222d3d; border-radius: 12px; background: linear-gradient(145deg,#111925,#0d121b); transition: .2s ease; }
.bbx-cat-card:hover { border-color: #33516d; transform: translateY(-3px); background: linear-gradient(145deg,#142337,#0e151f); }
.bbx-cat-number { position: absolute; top: -9px; right: 8px; color: rgba(255,255,255,.045); font-size: 82px; font-weight: 1000; line-height: 1; }
.bbx-cat-card h3 { margin: 0 0 2px; font-size: 18px; text-transform: uppercase; }
.bbx-cat-card p { margin: 0; color: var(--bbx-muted); font-size: 12px; }
.bbx-arrow { position: absolute; right: 16px; bottom: 15px; color: var(--bbx-blue); }
.bbx-products-section { background: var(--bbx-bg); }
.bbx-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.bbx-product-card { overflow: hidden; border: 1px solid #222c3b; border-radius: 14px; background: #101620; transition: .2s ease; }
.bbx-product-card:hover { transform: translateY(-4px); border-color: #31445e; }
.bbx-product-image { min-height: 280px; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 50%,#182436 0,#101721 58%,#0d121a 100%); }
.bbx-product-image img { max-height: 245px; width: auto; object-fit: contain; }
.bbx-product-body { padding: 18px; }
.bbx-stock { display: inline-flex; margin-bottom: 8px; padding: 4px 8px; border-radius: 5px; color: #8ee9bb; background: rgba(24,182,107,.1); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bbx-product-body h3 { margin: 0 0 10px; font-size: 17px; }
.bbx-price { margin-bottom: 14px; color: #fff; font-size: 20px; font-weight: 900; }
.bbx-btn-small { min-height: 38px; padding-inline: 15px; background: linear-gradient(135deg,#b90b2b,var(--bbx-red)); }
.bbx-empty-products { min-height: 300px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; border: 1px dashed #29364a; border-radius: 15px; background: #0d131d; }
.bbx-empty-products h3 { margin: 0; font-size: 24px; text-transform: uppercase; }
.bbx-empty-products p { max-width: 600px; margin: 0; color: var(--bbx-muted); }
.bbx-empty-mark { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 5px; border: 1px solid #1f6c9f; border-radius: 50%; color: var(--bbx-blue); font-size: 30px; font-weight: 1000; box-shadow: 0 0 40px rgba(18,168,255,.13); }
.bbx-upcoming { border-block: 1px solid #1e2a3a; background: radial-gradient(circle at 75% 50%,rgba(18,168,255,.11),transparent 27%),linear-gradient(135deg,#0b111a,#0c131e); }
.bbx-upcoming-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.bbx-upcoming p { max-width: 650px; color: #9ca8ba; }
.bbx-upcoming-panel { padding: 34px; border: 1px solid #28384d; border-radius: 14px; background: linear-gradient(145deg,rgba(19,30,45,.95),rgba(12,17,26,.95)); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.bbx-panel-label { display: block; color: var(--bbx-blue); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.bbx-upcoming-panel strong { display: block; margin-top: 7px; font-size: 26px; }
.bbx-upcoming-panel p { margin-bottom: 17px; }
.bbx-panel-line { height: 2px; margin: 10px 0 17px; background: linear-gradient(90deg,var(--bbx-blue),transparent); }
.bbx-upcoming-panel small { color: #7f8a9a; }
.bbx-trust { padding: 28px 0; border-bottom: 1px solid #202a38; background: #0d121a; }
.bbx-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.bbx-trust-grid > div { padding: 7px 28px; border-right: 1px solid #263143; }
.bbx-trust-grid > div:first-child { padding-left: 0; }
.bbx-trust-grid > div:last-child { border-right: 0; }
.bbx-trust b, .bbx-trust span { display: block; }
.bbx-trust b { font-size: 13px; text-transform: uppercase; }
.bbx-trust span { margin-top: 2px; color: #778396; font-size: 11px; }
.bbx-footer { padding: 58px 0 22px; background: #070a10; }
.bbx-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4,1fr); gap: 38px; }
.bbx-brand-footer { margin-bottom: 16px; }
.bbx-muted { color: #7f8a9c; font-size: 13px; max-width: 420px; }
.bbx-footer h3 { margin: 2px 0 15px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.bbx-footer-grid > div > a { display: block; margin: 9px 0; color: #7f8a9b; font-size: 12px; }
.bbx-footer-grid > div > a:hover { color: #fff; }
.bbx-footer-brands small { display: block; margin-top: 12px; color: #616d7e; font-size: 10px; line-height: 1.4; }
.bbx-brand-logos { display: flex; align-items: center; gap: 18px; min-height: 54px; }
.bbx-brand-logos img { display: block; width: auto; max-width: 92px; max-height: 30px; object-fit: contain; filter: grayscale(1); opacity: .66; transition: .2s ease; }
.bbx-brand-logos img:last-child { max-width: 58px; max-height: 34px; }
.bbx-brand-logos img:hover { filter: grayscale(0); opacity: 1; transform: translateY(-1px); }
.bbx-disclaimer { margin-top: 45px; padding-top: 25px; border-top: 1px solid #1b2431; color: #697486; font-size: 11px; }
.bbx-disclaimer p { margin: 4px 0; }
.bbx-copyright { margin-top: 20px; color: #4f5967; font-size: 11px; }
.bbx-content { max-width: 1050px; }
.bbx-article { color: #c2cbd7; }
.bbx-article h1 { color: #fff; font-size: clamp(36px,5vw,64px); letter-spacing: -.045em; }
.bbx-shop-page { min-height: 650px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 26px; color: #718096; font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a { color: #aab5c5; }
.woocommerce h1.page-title { margin: 0 0 30px; font-size: clamp(38px,5vw,64px); letter-spacing: -.05em; text-transform: uppercase; }
.woocommerce .woocommerce-result-count { color: #7f8a9c; font-size: 12px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #2a3546; border-radius: 7px; color: #dbe2eb; background: #101721; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 35px 0 !important; padding: 0 !important; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; padding: 0 0 18px !important; overflow: hidden; border: 1px solid #222c3b; border-radius: 13px; background: #101620; }
.woocommerce ul.products li.product a img { margin: 0 0 16px !important; padding: 20px; aspect-ratio: 1; object-fit: contain; background: radial-gradient(circle,#1a2638,#0e141d 68%); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 16px !important; color: #f4f7fa; font-size: 15px !important; }
.woocommerce ul.products li.product .price { padding: 0 16px; color: #fff !important; font-weight: 900 !important; }
.woocommerce ul.products li.product .button { margin: 8px 16px 0 !important; padding: 11px 14px !important; border-radius: 6px; color: #fff !important; background: linear-gradient(135deg,var(--bbx-red2),var(--bbx-red)) !important; font-size: 11px !important; }
.woocommerce span.onsale { min-width: 0; min-height: 0; line-height: 1; padding: 7px 9px; top: 10px !important; left: 10px !important; border-radius: 5px; background: var(--bbx-red); }
.woocommerce div.product { color: #b5c0cf; }
.woocommerce div.product .product_title { color: #fff; font-size: clamp(34px,4vw,58px); letter-spacing: -.045em; }
.woocommerce div.product p.price,.woocommerce div.product span.price { color: #fff !important; font-size: 26px !important; font-weight: 900; }
.woocommerce div.product form.cart .button { min-height: 46px; padding-inline: 24px; border-radius: 7px; background: linear-gradient(135deg,var(--bbx-red2),var(--bbx-red)); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: #283244 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: #283244 !important; background: #111822 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #b7c0ce !important; }
.woocommerce table.shop_table { border-color: #293548 !important; border-radius: 10px; color: #cbd3df; background: #0f151e; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { border-color: #232f40 !important; }
.woocommerce-cart table.cart img { width: 78px; border-radius: 8px; background: #151e2b; }
.woocommerce a.remove { color: var(--bbx-red) !important; }
.woocommerce a.remove:hover { color: #fff !important; background: var(--bbx-red) !important; }
.woocommerce .cart_totals,.woocommerce-checkout-review-order { padding: 22px; border: 1px solid #293548; border-radius: 12px; background: #101721; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select { min-height: 44px; padding: 10px 12px; border: 1px solid #2b3749; border-radius: 7px; color: #fff; background: #0e141d; }
.woocommerce form .form-row label { color: #aeb8c7; font-size: 12px; }
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button { color: #fff !important; border-radius: 7px !important; background: #182231 !important; }
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt { background: linear-gradient(135deg,var(--bbx-red2),var(--bbx-red)) !important; }
.woocommerce-info,.woocommerce-message,.woocommerce-error { border-top-color: var(--bbx-blue) !important; color: #cdd5df; background: #111923; }
.woocommerce-message::before,.woocommerce-info::before { color: var(--bbx-blue) !important; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 11px 14px; border-bottom: 1px solid #243043; color: #b7c1cf; background: #101721; }
.woocommerce-account .woocommerce-MyAccount-content { color: #b7c1cf; }
@media (max-width: 1100px) {
  .bbx-header-top { grid-template-columns: 220px 1fr 170px; gap: 16px; }
  .bbx-category-grid { grid-template-columns: repeat(3,1fr); }
  .bbx-product-grid,.woocommerce ul.products { grid-template-columns: repeat(3,1fr) !important; }
  .bbx-hero-grid { grid-template-columns: 1fr .8fr; }
}
@media (max-width: 820px) {
  .bbx-shell { width: min(calc(100% - 28px), var(--bbx-shell)); }
  .bbx-header-top { grid-template-columns: 1fr auto; min-height: 74px; }
  .bbx-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; max-width: none; }
  .bbx-actions { gap: 12px; }
  .bbx-nav-wrap .bbx-shell { min-height: 48px; }
  .bbx-nav-toggle { display: inline-flex; }
  .bbx-nav { display: none; width: 100%; }
  .bbx-nav.is-open { display: block; }
  .bbx-menu { flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0; }
  .bbx-menu a { padding: 10px 0; }
  .bbx-hero-grid { grid-template-columns: 1fr; }
  .bbx-hero-copy { padding: 65px 0 20px; }
  .bbx-hero-art { height: 350px; }
  .bbx-upcoming-grid,.bbx-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .bbx-trust-grid { grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .bbx-trust-grid > div:nth-child(2) { border-right: 0; }
  .bbx-product-grid,.woocommerce ul.products { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 560px) {
  .bbx-launchbar { font-size: 9px; }
  .bbx-header-top { grid-template-columns: 1fr; gap: 10px; padding: 13px 0; }
  .bbx-brand-main { font-size: 24px; }
  .bbx-actions { justify-content: flex-start; }
  .bbx-search { grid-column: auto; grid-row: auto; margin: 0; }
  .bbx-hero { min-height: 0; }
  .bbx-hero-grid { min-height: 0; }
  .bbx-hero-copy { padding-top: 48px; }
  .bbx-hero h1 { font-size: 48px; }
  .bbx-hero-copy > p { font-size: 15px; }
  .bbx-hero-art { height: 300px; }
  .bbx-battle-copy { font-size: 20px; }
  .bbx-hero-art-note { right: 0; bottom: 16px; font-size: 8px; }
  .bbx-hero-x { right: -6%; font-size: 260px; }
  .bbx-section { padding: 58px 0; }
  .bbx-category-grid { grid-template-columns: 1fr 1fr; }
  .bbx-cat-card { min-height: 125px; }
  .bbx-product-grid,.woocommerce ul.products { grid-template-columns: 1fr !important; }
  .bbx-upcoming-grid,.bbx-footer-grid,.bbx-trust-grid { grid-template-columns: 1fr; }
  .bbx-trust-grid > div { padding: 10px 0; border-right: 0; border-bottom: 1px solid #263143; }
  .bbx-trust-grid > div:last-child { border-bottom: 0; }
}
