/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Nebulux / VapeSuperShop Blocksy visual layer.
   Use in Blocksy Child style.css or Appearance > Customize > Additional CSS. */

:root {
  --nblx-bg: #050509;
  --nblx-bg-2: #090712;
  --nblx-panel: rgba(18, 17, 30, 0.82);
  --nblx-panel-2: rgba(30, 22, 48, 0.78);
  --nblx-text: #f6f7ff;
  --nblx-muted: #aeb2c7;
  --nblx-soft: #d7daea;
  --nblx-violet: #8a00ff;
  --nblx-magenta: #b000ff;
  --nblx-blue: #00b7ff;
  --nblx-green: #62f2a8;
  --nblx-line: rgba(246, 247, 255, 0.12);
  --theme-palette-color-1: #8a00ff;
  --theme-palette-color-2: #00b7ff;
  --theme-palette-color-3: #aeb2c7;
  --theme-palette-color-4: #f6f7ff;
  --theme-palette-color-5: rgba(246, 247, 255, 0.12);
  --theme-palette-color-6: #090712;
  --theme-palette-color-7: #050509;
  --theme-palette-color-8: #ffffff;
  --theme-normal-container-max-width: 1440px;
  --theme-content-vertical-spacing: 0;
  --theme-button-border-radius: 8px;
}

html,
body {
  background: var(--nblx-bg);
}

body {
  color: var(--nblx-text);
  background:
    linear-gradient(115deg, rgba(0, 183, 255, 0.12) 0%, transparent 28%),
    linear-gradient(248deg, rgba(176, 0, 255, 0.16) 0%, transparent 34%),
    linear-gradient(180deg, #020204 0%, #050509 46%, #09030e 100%);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(145deg, transparent 0 36px, rgba(255,255,255,.025) 37px 38px),
    linear-gradient(90deg, rgba(255,255,255,.035), transparent 34%, rgba(0,183,255,.035));
  opacity: .62;
}

.ct-container,
.ct-container-full,
.site-main,
#main-container {
  background: transparent;
}

[data-header*="type-1"] .ct-header [data-row*="middle"],
[data-header*="type-1"] .ct-header [data-row*="top"] {
  background: rgba(5, 5, 9, .78);
  border-color: rgba(246, 247, 255, .08);
  backdrop-filter: blur(18px);
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header a {
  color: rgba(246, 247, 255, .88);
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover,
[data-header*="type-1"] .ct-header a:hover {
  color: #fff;
}

.nblx-page {
  color: var(--nblx-text);
}

.nblx-page a {
  color: inherit;
}

.nblx-hero,
.nblx-section,
.nblx-service-band {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.nblx-hero {
  min-height: 670px;
  padding: 64px 0 78px;
}

.nblx-hero-grid {
  gap: 28px;
}

.nblx-eyebrow {
  margin: 0 0 14px;
  color: var(--nblx-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nblx-hero-title,
.nblx-section-title {
  margin: 0;
  color: var(--nblx-text);
  font-weight: 900;
  letter-spacing: 0;
}

.nblx-hero-title {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .96;
}

.nblx-section-title {
  max-width: 860px;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.05;
}

.nblx-hero-text,
.nblx-muted {
  color: var(--nblx-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.nblx-hero-text {
  max-width: 620px;
  margin: 22px 0 28px;
}

.nblx-actions {
  gap: 12px;
}

.nblx-button-primary .wp-block-button__link,
.nblx-button-ghost .wp-block-button__link {
  min-height: 46px;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 900;
}

.nblx-button-primary .wp-block-button__link {
  border: 0;
  background: linear-gradient(135deg, var(--nblx-violet), var(--nblx-magenta));
  box-shadow: 0 0 28px rgba(176, 0, 255, .38);
  color: #fff;
}

.nblx-button-ghost .wp-block-button__link {
  border: 1px solid rgba(246, 247, 255, .18);
  background: rgba(255, 255, 255, .045);
  color: #fff;
}

.nblx-product-stage {
  min-height: 460px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(138,0,255,.28), rgba(0,183,255,.12)),
    rgba(255,255,255,.04);
  display: grid;
  place-items: center;
  padding: 32px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
}

.nblx-stage-note {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.nblx-stage-sub {
  max-width: 360px;
  margin: 12px auto 0;
  color: var(--nblx-muted);
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}

.nblx-stat-stack {
  display: grid;
  gap: 12px;
}

.nblx-stat,
.nblx-category-card,
.nblx-guide-card,
.nblx-locale-grid span,
.woocommerce ul.products li.product,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.nblx-stat {
  padding: 22px 20px;
}

.nblx-stat h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.nblx-stat p {
  margin: 8px 0 0;
  color: var(--nblx-muted);
  font-size: 12px;
  font-weight: 800;
}

.nblx-service-band {
  border-block: 1px solid rgba(246,247,255,.08);
  padding: 0;
}

.nblx-service-grid {
  gap: 0;
}

.nblx-service-grid .wp-block-column {
  min-height: 118px;
  padding: 26px;
  border-right: 1px solid rgba(246,247,255,.08);
}

.nblx-service-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.nblx-service-grid p {
  margin: 0;
  color: var(--nblx-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.nblx-section {
  padding-block: 76px;
}

.nblx-category-grid,
.nblx-guide-grid {
  gap: 16px;
  margin-top: 28px;
}

.nblx-category-card,
.nblx-guide-card {
  min-height: 210px;
  padding: 26px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0,183,255,.18), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(176,0,255,.18), transparent 34%),
    rgba(255,255,255,.045);
}

.nblx-category-card h3,
.nblx-guide-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.nblx-category-card p,
.nblx-guide-card p {
  color: var(--nblx-muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.nblx-category-card a,
.nblx-guide-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--nblx-blue);
  font-size: 13px;
  font-weight: 900;
}

.nblx-products-section {
  padding-top: 38px;
}

.woocommerce ul.products {
  gap: 18px;
}

.woocommerce ul.products li.product {
  overflow: hidden;
  padding: 16px;
  color: var(--nblx-text);
}

.woocommerce ul.products li.product img {
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: rgba(255,255,255,.04);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #fff;
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--nblx-violet), var(--nblx-magenta));
  color: #fff;
  font-weight: 900;
}

.nblx-locale-section {
  border-block: 1px solid rgba(246,247,255,.08);
  background: linear-gradient(115deg, rgba(0,183,255,.08), rgba(176,0,255,.08));
}

.nblx-locale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nblx-locale-grid span {
  display: grid;
  min-height: 56px;
  place-items: center;
  color: var(--nblx-text);
  font-size: 13px;
  font-weight: 900;
}

.nblx-policy,
.nblx-post {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.nblx-policy h1,
.nblx-post h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 900;
}

.nblx-policy h2,
.nblx-post h2 {
  margin: 42px 0 14px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}

.nblx-policy p,
.nblx-post p,
.nblx-policy li,
.nblx-post li {
  color: var(--nblx-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 650;
}

.nblx-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.nblx-info-card,
.nblx-faq-card,
.nblx-note {
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.nblx-info-card,
.nblx-faq-card {
  padding: 22px;
}

.nblx-info-card h3,
.nblx-faq-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

.nblx-info-card p,
.nblx-faq-card p {
  margin: 0;
  font-size: 14px;
}

.nblx-note {
  margin: 30px 0;
  padding: 24px;
  border-color: rgba(0, 183, 255, .32);
  background:
    linear-gradient(135deg, rgba(0,183,255,.12), rgba(176,0,255,.1)),
    rgba(255,255,255,.045);
}

.nblx-note strong {
  color: #fff;
}

.nblx-policy a,
.nblx-post a {
  color: var(--nblx-blue);
  font-weight: 900;
}

.nblx-post .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--nblx-line);
  margin: 38px 0;
}

@media (max-width: 999px) {
  .nblx-hero,
  .nblx-section,
  .nblx-service-band {
    width: min(100% - 28px, 1440px);
  }

  .nblx-hero {
    min-height: auto;
    padding-block: 44px 56px;
  }

  .nblx-product-stage {
    min-height: 320px;
  }

  .nblx-service-grid .wp-block-column {
    border-right: 0;
    border-bottom: 1px solid rgba(246,247,255,.08);
  }

  .nblx-locale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nblx-policy,
  .nblx-post {
    width: min(100% - 28px, 980px);
    padding-block: 48px 64px;
  }

  .nblx-card-grid {
    grid-template-columns: 1fr;
  }
}

/* NEBULUX CUSTOM CSS BEGIN */
:root {
  --nblx-bg: #05060b;
  --nblx-bg-soft: #0b1020;
  --nblx-panel: rgba(18, 20, 32, 0.86);
  --nblx-panel-2: rgba(30, 19, 48, 0.78);
  --nblx-line: rgba(255, 255, 255, 0.12);
  --nblx-text: #f7f8ff;
  --nblx-muted: #aeb8d5;
  --nblx-cyan: #00d9ff;
  --nblx-violet: #a100ff;
  --nblx-pink: #ff2bd6;
  --nblx-green: #49ffb2;
  --nblx-max: 1440px;
}

body {
  background:
    radial-gradient(circle at 82% 12%, rgba(161, 0, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 13% 18%, rgba(0, 217, 255, 0.18), transparent 30rem),
    linear-gradient(135deg, #03050a 0%, #080b13 48%, #14001f 100%);
  color: var(--nblx-text);
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

a {
  color: var(--nblx-cyan);
}

.site-main,
.ct-container,
.ct-container-full {
  background: transparent;
}

.entry-content > .nblx-page,
.nblx-page {
  max-width: var(--nblx-max);
  margin-inline: auto;
  padding: clamp(28px, 4vw, 64px) clamp(18px, 3vw, 40px);
}

.nblx-home {
  padding-top: clamp(20px, 4vw, 54px);
}

.nblx-hero,
.nblx-section,
.nblx-policy,
.nblx-product-extra {
  position: relative;
}

.nblx-hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(4, 8, 15, 0.94) 0%, rgba(6, 9, 16, 0.88) 45%, rgba(42, 0, 61, 0.9) 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.nblx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 217, 255, 0.08), transparent 36%, rgba(255, 43, 214, 0.12)),
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 36px);
}

.nblx-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 86px);
}

.nblx-eyebrow {
  margin: 0 0 14px;
  color: var(--nblx-cyan);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.nblx-hero-title,
.nblx-section-title,
.nblx-policy h1,
.nblx-product-extra h2 {
  margin: 0;
  color: var(--nblx-text);
  letter-spacing: 0;
}

.nblx-hero-title {
  max-width: 780px;
  font-size: clamp(42px, 5.1vw, 78px);
  line-height: 0.98;
}

.nblx-hero-text,
.nblx-muted,
.nblx-policy p,
.nblx-info-card p,
.nblx-guide-card p,
.nblx-faq-card p {
  color: var(--nblx-muted);
  line-height: 1.75;
}

.nblx-hero-text {
  max-width: 650px;
  margin-top: 24px;
  font-size: clamp(16px, 1.4vw, 19px);
}

.nblx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nblx-button-primary,
.nblx-button-ghost,
.nblx-category-grid a,
.nblx-product-extra a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.nblx-button-primary {
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--nblx-violet), var(--nblx-pink));
  box-shadow: 0 12px 34px rgba(161, 0, 255, 0.34);
}

.nblx-button-ghost {
  padding: 0 20px;
  color: var(--nblx-text);
  border: 1px solid var(--nblx-line);
  background: rgba(255, 255, 255, 0.04);
}

.nblx-product-stage {
  min-height: 360px;
  border: 1px solid rgba(0, 217, 255, 0.24);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.16), rgba(161, 0, 255, 0.2)),
    rgba(255, 255, 255, 0.04);
  display: grid;
  align-content: end;
}

.nblx-stage-note {
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
  color: var(--nblx-text);
  font-weight: 900;
}

.nblx-stage-sub {
  color: var(--nblx-muted);
  max-width: 520px;
}

.nblx-hero-stats,
.nblx-card-grid,
.nblx-guide-grid,
.nblx-category-grid {
  display: grid;
  gap: 16px;
}

.nblx-hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.nblx-hero-stats > div,
.nblx-info-card,
.nblx-guide-card,
.nblx-faq-card,
.nblx-note {
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: var(--nblx-panel);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.nblx-hero-stats > div {
  padding: 18px;
}

.nblx-hero-stats strong {
  display: block;
  color: var(--nblx-text);
  font-size: 30px;
  line-height: 1;
}

.nblx-hero-stats span {
  display: block;
  margin-top: 8px;
  color: var(--nblx-muted);
  font-size: 13px;
}

.nblx-section {
  margin-top: clamp(46px, 7vw, 92px);
}

.nblx-section-title {
  max-width: 820px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.06;
}

.nblx-card-grid,
.nblx-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.nblx-info-card,
.nblx-guide-card,
.nblx-faq-card,
.nblx-note {
  padding: clamp(18px, 2.2vw, 28px);
}

.nblx-info-card h3,
.nblx-guide-card h3,
.nblx-faq-card h3 {
  margin: 0 0 10px;
  color: var(--nblx-text);
  font-size: 18px;
}

.nblx-category-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-auto-rows: minmax(120px, auto);
  margin-top: 26px;
}

.nblx-category-grid a {
  min-height: 112px;
  padding: 18px;
  color: var(--nblx-text);
  border: 1px solid var(--nblx-line);
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.12), rgba(161, 0, 255, 0.18)),
    var(--nblx-panel-2);
}

.nblx-category-grid a:first-child {
  grid-row: span 2;
}

.nblx-policy {
  max-width: 980px;
}

.nblx-policy h1 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.nblx-faq-card + .nblx-faq-card,
.nblx-note {
  margin-top: 16px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(14, 16, 26, 0.92);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 217, 255, 0.38);
}

.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: #10131f;
}

.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: var(--nblx-text);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--nblx-green);
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--nblx-violet), var(--nblx-pink)) !important;
  border: 0 !important;
  font-weight: 800 !important;
}

.woocommerce div.product {
  color: var(--nblx-text);
}

.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs,
.related.products,
.upsells.products {
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(12, 14, 24, 0.84);
  padding: clamp(18px, 2.5vw, 30px);
}

.nblx-product-extra {
  margin-top: 28px;
}

.nblx-product-extra .nblx-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nblx-product-extra .nblx-note a {
  color: var(--nblx-cyan);
}

.nblx-product-links {
  margin-top: 18px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(0, 217, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(161, 0, 255, 0.12)),
    rgba(12, 14, 24, 0.92);
}

.nblx-product-links h3 {
  margin: 0 0 14px;
  color: var(--nblx-text);
}

.nblx-product-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.nblx-product-links-grid a {
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--nblx-line);
  color: var(--nblx-text);
  background: rgba(255, 255, 255, 0.04);
}

.nblx-product-links-grid a span {
  display: block;
  color: var(--nblx-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 8px;
  background: rgba(9, 16, 27, 0.92);
  color: var(--nblx-text);
  border-color: rgba(0, 217, 255, 0.32);
}

/* Blocksy header and single menu-based language/currency selector */
.ct-header,
[data-header*="type-1"] {
  color: var(--nblx-text);
}

.ct-header [data-row],
.ct-sticky-container [data-row] {
  background: rgba(3, 5, 10, 0.88);
  border-bottom: 1px solid var(--nblx-line);
  backdrop-filter: blur(14px);
}

.ct-header [data-id="menu"] > ul > li > a,
.ct-header .ct-menu-link {
  min-height: 42px;
  color: var(--nblx-text);
  font-weight: 800;
}

.ct-header [data-id="menu"] > ul > li > a:hover,
.ct-header .ct-menu-link:hover {
  color: var(--nblx-cyan);
}

.ct-header .menu-item-3417 > a,
.ct-header [class*="menu-item-3417"] > a {
  min-height: 38px;
  padding-inline: 14px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.ct-header .menu-item-3417 > .sub-menu,
.ct-header [class*="menu-item-3417"] > .sub-menu {
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(7, 8, 16, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.ct-header .menu-item-3417 .sub-menu a,
.ct-header [class*="menu-item-3417"] .sub-menu a {
  min-height: 38px;
  border-radius: 6px;
  color: var(--nblx-text);
}

.ct-header .menu-item-3417 .sub-menu a:hover,
.ct-header [class*="menu-item-3417"] .sub-menu a:hover {
  color: #ffffff;
  background: rgba(0, 217, 255, 0.11);
}

body:not(.wp-admin) .wpml-ls-statics-footer,
body:not(.wp-admin) .widget_icl_lang_sel_widget,
body:not(.wp-admin) .widget_currency_sel_widget,
body:not(.wp-admin) footer .wpml-ls,
body:not(.wp-admin) footer .wcml-dropdown,
body:not(.wp-admin) .ct-footer .wpml-ls,
body:not(.wp-admin) .ct-footer .wcml-dropdown {
  display: none !important;
}

/* Shop, category and product-card refinements */
.woocommerce-products-header,
.ct-breadcrumbs,
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--nblx-muted);
}

.woocommerce-products-header {
  max-width: var(--nblx-max);
  margin-inline: auto;
  padding: 24px clamp(18px, 3vw, 40px) 10px;
}

.woocommerce-products-header__title.page-title {
  color: var(--nblx-text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.woocommerce .term-description {
  max-width: 860px;
  color: var(--nblx-muted);
}

.woocommerce-ordering select,
.woocommerce div.product form.cart .variations select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  color: var(--nblx-text);
  background: rgba(255, 255, 255, 0.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 52px;
  font-size: 16px;
  line-height: 1.35;
}

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

.woocommerce ul.products li.product .price {
  min-height: 28px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  min-height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--nblx-green), var(--nblx-cyan));
  color: #03050a;
  font-weight: 900;
}

/* Product detail page */
.single-product .site-main > .ct-container,
.single-product .site-main > .ct-container-full {
  max-width: var(--nblx-max);
}

.woocommerce div.product div.images {
  padding: 14px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(10, 12, 22, 0.86);
}

.woocommerce div.product div.images img {
  border-radius: 6px;
  background: #10131f;
}

.woocommerce div.product .summary {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.woocommerce div.product .product_title {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
}

.woocommerce div.product form.cart {
  margin-top: 24px;
}

.woocommerce div.product form.cart .variations {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.woocommerce div.product form.cart .variations label {
  color: var(--nblx-text);
  font-weight: 900;
}

.woocommerce div.product form.cart div.quantity input.qty {
  min-height: 44px;
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  color: var(--nblx-text);
  background: rgba(255, 255, 255, 0.05);
}

.woocommerce div.product .product_meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--nblx-line);
  color: var(--nblx-muted);
}

.woocommerce div.product .product_meta a {
  color: var(--nblx-cyan);
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 34px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--nblx-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--nblx-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.04);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: rgba(0, 217, 255, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--nblx-text);
  font-weight: 900;
}

.related.products,
.upsells.products {
  margin-top: 34px;
}

.related.products > h2,
.upsells.products > h2 {
  margin-top: 0;
  color: var(--nblx-text);
  font-size: clamp(26px, 2.6vw, 42px);
}

/* Cart, checkout and account */
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid var(--nblx-line);
  border-radius: 8px;
  background: rgba(12, 14, 24, 0.84);
  padding: clamp(16px, 2.2vw, 28px);
}

.woocommerce table.shop_table {
  border-color: var(--nblx-line);
  color: var(--nblx-text);
}

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

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--nblx-text);
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: rgba(0, 217, 255, 0.1);
}

@media (max-width: 1024px) {
  .nblx-hero-grid,
  .nblx-card-grid,
  .nblx-guide-grid,
  .nblx-product-extra .nblx-card-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nblx-product-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-header .menu-item-3417 > .sub-menu,
  .ct-header [class*="menu-item-3417"] > .sub-menu {
    min-width: 100%;
  }
}

@media (max-width: 680px) {
  .nblx-page {
    padding-inline: 16px;
  }

  .nblx-hero {
    min-height: auto;
  }

  .nblx-hero-grid,
  .nblx-card-grid,
  .nblx-guide-grid,
  .nblx-category-grid,
  .nblx-product-extra .nblx-card-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .nblx-product-links-grid {
    grid-template-columns: 1fr;
  }

  .nblx-hero-grid {
    padding: 28px;
  }

  .nblx-category-grid a:first-child {
    grid-row: auto;
  }

  .nblx-hero-stats {
    grid-template-columns: 1fr;
  }
}

/* WPML menu flag selector */
.nblx-locale-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 1;
}

.nblx-flag {
  display: inline-block;
  width: 20px;
  height: 14px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.ct-header .nblx-locale-parent > a,
.ct-header [class*="nblx-locale-parent"] > a {
  min-height: 38px;
  padding-inline: 12px;
  border: 1px solid rgba(0, 217, 255, 0.32);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 28px rgba(0, 217, 255, 0.08);
}

.ct-header .nblx-locale-parent > a .nblx-locale-label span,
.ct-header [class*="nblx-locale-parent"] > a .nblx-locale-label span {
  font-size: 12px;
  font-weight: 900;
}

.ct-header .nblx-locale-parent > .sub-menu,
.ct-header [class*="nblx-locale-parent"] > .sub-menu {
  min-width: 196px;
  padding: 8px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 8px;
  background: rgba(5, 6, 11, 0.98);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
}

.ct-header .nblx-locale-option > a,
.ct-header [class*="nblx-locale-option"] > a {
  min-height: 38px;
  border-radius: 6px;
  color: var(--nblx-text);
}

.ct-header .nblx-locale-option > a:hover,
.ct-header [class*="nblx-locale-option"] > a:hover {
  color: #ffffff;
  background: rgba(0, 217, 255, 0.12);
}

.ct-header .nblx-locale-option .nblx-locale-label span,
.ct-header [class*="nblx-locale-option"] .nblx-locale-label span {
  font-size: 12px;
  font-weight: 900;
}

/* Reference-inspired commerce homepage */
.nblx-home-commerce {
  padding-top: 18px;
}

.nblx-age-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 6px 16px;
  border: 1px solid rgba(73, 255, 178, 0.22);
  border-radius: 8px;
  color: var(--nblx-text);
  background: rgba(73, 255, 178, 0.08);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.nblx-age-bar span {
  color: var(--nblx-muted);
  font-weight: 700;
}

.nblx-commerce-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 10, 18, 0.92);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.44);
}

.nblx-carousel-window {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  background: #05060b;
}

.nblx-carousel-track {
  display: flex;
  width: 300%;
  height: 100%;
  min-height: 430px;
  animation: nblx-carousel 18s infinite;
}

.nblx-carousel-slide {
  width: 33.3333%;
  margin: 0;
  min-height: 430px;
}

.nblx-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.nblx-carousel-window::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 6, 11, 0.24), transparent 42%, rgba(5, 6, 11, 0.18));
}

.nblx-carousel-dots {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  gap: 7px;
}

.nblx-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.46);
}

.nblx-hero-copy {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  width: min(540px, calc(100% - 48px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 6, 11, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.nblx-hero-copy h1 {
  margin: 0;
  color: var(--nblx-text);
  font-size: 42px;
  line-height: 1.05;
}

.nblx-hero-copy p:not(.nblx-eyebrow) {
  margin: 12px 0 0;
  color: var(--nblx-muted);
  line-height: 1.62;
}

.nblx-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -28px 24px 0;
  position: relative;
  z-index: 4;
}

.nblx-benefit-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(12, 14, 24, 0.92);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.nblx-benefit-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #031015;
  background: linear-gradient(135deg, var(--nblx-green), var(--nblx-cyan));
  font-weight: 900;
}

.nblx-benefit-card h3 {
  margin: 0 0 4px;
  color: var(--nblx-text);
  font-size: 15px;
}

.nblx-benefit-card p {
  margin: 0;
  color: var(--nblx-muted);
  font-size: 12px;
  line-height: 1.5;
}

.nblx-banner-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nblx-image-banner {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  text-decoration: none;
  background: rgba(10, 12, 22, 0.86);
}

.nblx-image-banner img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.nblx-image-banner:hover img {
  transform: scale(1.02);
}

.nblx-image-banner span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--nblx-text);
  background: rgba(5, 6, 11, 0.72);
  font-weight: 900;
}

.nblx-shop-gateways {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.nblx-shop-gateways a {
  display: grid;
  align-content: end;
  min-height: 140px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: var(--nblx-text);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.16), rgba(161, 0, 255, 0.18)), rgba(14, 16, 26, 0.9);
}

.nblx-shop-gateways strong {
  font-size: 18px;
}

.nblx-shop-gateways span {
  margin-top: 6px;
  color: var(--nblx-muted);
  font-size: 13px;
}

.nblx-section-headline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.nblx-products-section .woocommerce {
  margin-top: 18px;
}

.nblx-support-band,
.nblx-seo-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid rgba(73, 255, 178, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(73, 255, 178, 0.08), rgba(0, 217, 255, 0.07)), rgba(12, 14, 24, 0.88);
}

.nblx-support-band h2,
.nblx-seo-panel h2 {
  margin: 0;
  color: var(--nblx-text);
  font-size: 28px;
  line-height: 1.15;
}

.nblx-support-band p:not(.nblx-eyebrow),
.nblx-seo-panel p:not(.nblx-eyebrow) {
  margin: 8px 0 0;
  color: var(--nblx-muted);
  line-height: 1.65;
}

.nblx-seo-panel {
  display: grid;
}

.nblx-locale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.nblx-locale-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--nblx-text);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 900;
}

@keyframes nblx-carousel {
  0%, 28% { transform: translateX(0); }
  33%, 61% { transform: translateX(-33.3333%); }
  66%, 94% { transform: translateX(-66.6666%); }
  100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .nblx-carousel-track { animation: none; }
}

@media (max-width: 1024px) {
  .nblx-benefit-grid,
  .nblx-shop-gateways,
  .nblx-locale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nblx-hero-copy h1 {
    font-size: 34px;
  }
}

@media (max-width: 680px) {
  .nblx-age-bar,
  .nblx-support-band,
  .nblx-section-headline {
    align-items: stretch;
    flex-direction: column;
  }

  .nblx-carousel-window,
  .nblx-carousel-track,
  .nblx-carousel-slide,
  .nblx-carousel-slide img {
    min-height: 300px;
  }

  .nblx-hero-copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0;
    border-width: 1px 0 0;
    border-radius: 0;
  }

  .nblx-hero-copy h1 {
    font-size: 30px;
  }

  .nblx-benefit-grid {
    grid-template-columns: 1fr;
    margin: 14px 0 0;
  }

  .nblx-banner-row,
  .nblx-shop-gateways,
  .nblx-locale-grid {
    grid-template-columns: 1fr;
  }
}

/* NEBULUX CUSTOM CSS END */
