:root {
  --black: #020305;
  --night: #090d19;
  --ink: #10131d;
  --panel: #11182a;
  --line: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --blue: #08bdf5;
  --cyan: #28d7ff;
  --pink: #df52ff;
  --violet: #8f5cff;
  --paper: #f6f7fb;
  --darkText: #11131a;
  --softText: #626b7a;
  --radius: 8px;
  --glow: 0 0 34px rgba(20, 184, 255, 0.42), 0 0 62px rgba(211, 65, 255, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  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;
}

button,
input,
select {
  font: inherit;
}

svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.warning-strip {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 18px;
  background: #000;
  color: #fff;
  font-size: 13px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 2.2vw, 34px);
  min-height: 92px;
  padding: 0 clamp(18px, 3.4vw, 54px);
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 190px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 42px);
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.header-search {
  display: flex;
  align-items: center;
  width: clamp(240px, 24vw, 420px);
  min-height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.header-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 42px;
  padding: 0 0 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
}

.header-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.header-search button {
  display: inline-grid;
  width: 48px;
  height: 42px;
  flex: 0 0 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  place-items: center;
}

.desktop-nav a:hover,
.desktop-nav .nav-item:hover > .nav-link,
.desktop-nav .nav-item:focus-within > .nav-link {
  color: var(--cyan);
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 92px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-caret {
  font-size: 12px;
  line-height: 1;
}

.dropdown-menu {
  position: absolute;
  left: 50%;
  top: calc(100% - 10px);
  z-index: 40;
  display: grid;
  min-width: 210px;
  max-height: min(70vh, 520px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(3, 5, 12, 0.96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46), var(--glow);
  backdrop-filter: blur(14px);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: rgba(40, 215, 255, 0.12);
  color: #fff;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-gtranslate {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #ffffff;
}

.header-gtranslate .gtranslate_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-gtranslate select,
.header-gtranslate .gt_selector {
  height: 42px !important;
  min-width: 118px;
  max-width: 178px;
  padding: 0 34px 0 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  cursor: pointer;
}

.header-gtranslate select option,
.header-gtranslate .gt_selector option {
  background: #050712;
  color: #ffffff;
}

.header-gtranslate .gt_float_switcher {
  position: relative !important;
  width: auto !important;
  overflow: visible !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit !important;
}

.header-gtranslate .gt_float_switcher .gt-selected {
  background: rgba(255, 255, 255, 0.08) !important;
}

.header-gtranslate .gt_float_switcher .gt-selected .gt-current-lang {
  height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.header-gtranslate .gt_float_switcher img,
.header-gtranslate img {
  width: 22px !important;
  height: auto !important;
  margin-right: 7px !important;
}

.header-gtranslate .gt_float_switcher .gt_options {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  min-width: 210px !important;
  max-height: min(72vh, 520px) !important;
  overflow-y: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(3, 5, 12, 0.96) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46), var(--glow) !important;
}

.header-gtranslate .gt_float_switcher .gt_options a {
  padding: 10px 12px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.header-gtranslate .gt_float_switcher .gt_options a:hover {
  background: rgba(40, 215, 255, 0.12) !important;
  color: #ffffff !important;
}

.header-gtranslate .gt_float_switcher.open,
.header-gtranslate .gt_float_switcher:hover,
.header-gtranslate .gt_switcher:hover {
  overflow: visible !important;
}

.header-gtranslate .gt_float_switcher.open .gt_options,
.header-gtranslate .gt_float_switcher:hover .gt_options,
.header-gtranslate .gt_switcher:hover .gt_option {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 80 !important;
}

.header-gtranslate .gt_switcher {
  position: relative !important;
  width: auto !important;
  font-family: inherit !important;
}

.header-gtranslate .gt_switcher .gt_selected {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.header-gtranslate .gt_switcher .gt_selected a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.header-gtranslate .gt_switcher .gt_option {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  width: 220px !important;
  max-height: min(72vh, 520px) !important;
  overflow-y: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(3, 5, 12, 0.96) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46), var(--glow) !important;
}

.header-gtranslate .gt_switcher .gt_option a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.header-gtranslate .gt_switcher .gt_option a:hover {
  background: rgba(40, 215, 255, 0.12) !important;
  color: #ffffff !important;
}

.language-switcher {
  position: relative;
  min-height: 42px;
}

.language-switcher-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.language-switcher-button svg {
  width: 19px;
  height: 19px;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 45;
  display: grid;
  width: 230px;
  max-height: min(72vh, 520px);
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(3, 5, 12, 0.96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46), var(--glow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.language-menu a span {
  display: inline-grid;
  width: 32px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 11px;
  place-items: center;
}

.language-menu a:hover,
.language-menu a.is-active {
  background: rgba(40, 215, 255, 0.12);
  color: #ffffff;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.icon-button,
.menu-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.cart span {
  position: absolute;
  right: 0;
  top: 2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.menu-button {
  display: none;
  gap: 5px;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 130px));
  overflow: hidden;
  background:
    radial-gradient(circle at 69% 24%, rgba(58, 100, 255, 0.34), transparent 30%),
    radial-gradient(circle at 83% 54%, rgba(223, 82, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #03050d 0%, #091327 58%, #020305 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: saturate(1.08) contrast(1.04);
  box-shadow: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 3, 5, 0.98) 0%, rgba(3, 6, 16, 0.84) 35%, rgba(3, 6, 16, 0.3) 58%, rgba(3, 6, 16, 0.04) 82%),
    linear-gradient(0deg, rgba(2, 3, 5, 0.74), rgba(2, 3, 5, 0) 45%);
}

.hero::before {
  content: none;
  position: absolute;
  right: 11%;
  top: 5%;
  width: min(640px, 46vw);
  aspect-ratio: 1 / 0.54;
  border: 4px solid rgba(55, 175, 255, 0.86);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 26px rgba(40, 215, 255, 0.95), 0 0 80px rgba(143, 92, 255, 0.5);
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(660px, calc(100% - 36px));
  padding: clamp(24px, 3.8vw, 48px) 0 150px;
  margin-left: clamp(18px, 3.4vw, 54px);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 1000;
  font-style: italic;
}

h1 span {
  display: block;
  color: #fff;
}

h1 {
  color: var(--blue);
  text-shadow: 0 0 28px rgba(8, 189, 245, 0.18);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.hero-copy {
  max-width: 430px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  line-height: 1.18;
}

.puff-badge {
  display: grid;
  width: min(260px, 100%);
  margin-bottom: 26px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(237, 64, 255, 0.18), rgba(15, 180, 255, 0.12));
  box-shadow: var(--glow);
  text-align: center;
  text-transform: uppercase;
}

.puff-badge span {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.puff-badge strong {
  font-size: 64px;
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 0 22px rgba(8, 189, 245, 0.8);
}

.feature-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 34px;
}

.feature-icons div {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 64px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.feature-icons svg {
  width: 52px;
  height: 52px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 13px;
  background: rgba(8, 13, 31, 0.5);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
  box-shadow: var(--glow);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-cta span {
  font-size: 32px;
  line-height: 1;
}

.service-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1320px, calc(100% - 60px));
  margin: -86px auto 0;
  overflow: hidden;
  border: 1px solid rgba(103, 142, 255, 0.48);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.service-bar div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 26px 34px;
  background: rgba(16, 18, 41, 0.76);
}

.service-bar svg {
  width: 56px;
  height: 56px;
  color: #fff;
}

.service-bar p {
  margin: 0;
  display: grid;
}

.service-bar strong {
  font-size: 16px;
  text-transform: uppercase;
}

.service-bar span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.section,
.dark-panel,
.spotlight,
.wholesale,
.contact {
  padding: 96px clamp(18px, 5vw, 72px);
}

.section-anchor {
  display: block;
  position: relative;
  top: -92px;
  height: 0;
  overflow: hidden;
}

.categories {
  background: linear-gradient(180deg, #050712, #0d1224);
  padding-top: 126px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 32px;
  align-items: end;
  max-width: 1280px;
  margin: 0 auto 36px;
}

.section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -22px;
}

.section-head h2 {
  max-width: 760px;
}

.section-head > a,
.outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
}

.category-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.category-grid article,
.product-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #11182a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.category-grid img,
.product-grid img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.category-grid div,
.product-grid div {
  padding: 24px;
}

.category-grid span,
.product-grid p {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.category-grid p,
.product-grid span {
  color: var(--muted);
}

.dark-panel {
  background:
    radial-gradient(circle at 12% 14%, rgba(223, 82, 255, 0.16), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(8, 189, 245, 0.16), transparent 34%),
    #03050c;
}

.section-head.inverted {
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.5fr);
}

.section-head.inverted p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

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

.product-grid img {
  height: 210px;
}

.product-showcase {
  background: #eeeeef;
  color: #1c2533;
}

.product-showcase-head {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.product-showcase-head .eyebrow {
  color: #08aeea;
}

.product-showcase-head h2 {
  margin: 0;
  color: #1b2738;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1260px;
  margin: 0 auto;
}

.store-product-card {
  display: grid;
  grid-template-rows: auto auto auto;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e3e6ec;
  color: #333743;
  text-align: center;
}

.store-product-image {
  display: grid;
  aspect-ratio: 1 / 0.9;
  padding: 14px;
  border-bottom: 1px solid #eef0f4;
  place-items: center;
}

.store-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-product-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin: 0;
  padding: 15px 14px 7px;
  color: #343842;
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 850;
  line-height: 1.2;
}

.store-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-product-rating {
  min-height: 34px;
  color: #f5a400;
  font-size: 23px;
  letter-spacing: 4px;
  line-height: 1;
}

.store-product-price {
  min-height: 36px;
  margin: 0 14px 20px;
  color: #f00000;
  font-size: clamp(20px, 1.35vw, 25px);
  font-weight: 950;
  line-height: 1.1;
}

.store-product-price del {
  margin-right: 6px;
  color: #8c93a1;
  font-size: 0.72em;
  font-weight: 700;
}

.store-product-price ins {
  color: #f00000;
  text-decoration: none;
}

.store-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0 24px 24px;
  padding: 0 18px;
  border: 2px solid #22242a;
  color: #11131a;
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.store-product-button:hover {
  background: #11131a;
  color: #ffffff;
  transform: translateY(-1px);
}

.product-showcase-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.view-all-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid #11131a;
  background: #11131a;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.view-all-products:hover {
  background: transparent;
  color: #11131a;
}

.product-showcase-empty {
  max-width: 720px;
  margin: 0 auto;
  color: #626b7a;
  text-align: center;
}

.product-slider-section {
  overflow: hidden;
}

.product-slider-shell {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 58px;
}

.product-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-slider-card {
  flex: 0 0 calc((100% - 80px) / 5);
  scroll-snap-align: start;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(5, 7, 18, 0.78);
  color: #ffffff;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.slider-arrow:hover {
  border-color: rgba(40, 215, 255, 0.8);
  background: rgba(8, 189, 245, 0.3);
}

.slider-arrow-prev {
  left: 0;
}

.slider-arrow-next {
  right: 0;
}

.slider-arrow svg {
  width: 24px;
  height: 24px;
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, #0b1020, #121a35 52%, #06070d);
}

.spotlight-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.spec-list span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 800;
}

.spotlight-art {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--glow);
}

.spotlight-art img {
  display: block;
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center bottom;
}

.wholesale {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(400px, 1fr);
  gap: 46px;
  background: var(--paper);
  color: var(--darkText);
}

.wholesale p:not(.eyebrow),
.contact p:not(.eyebrow) {
  color: var(--softText);
  font-size: 17px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid #d9dce5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 20, 38, 0.08);
}

.steps span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  color: #fff;
  font-weight: 1000;
}

.steps p {
  color: var(--softText);
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(8, 189, 245, 0.16), transparent 30%),
    #060914;
}

.whatsapp-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--glow);
  text-align: center;
}

.qr-frame {
  display: grid;
  width: min(260px, 100%);
  aspect-ratio: 1;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: #fff;
}

.qr-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-card strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 100%);
  min-height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  text-align: center;
}

.whatsapp-card small {
  color: rgba(255, 255, 255, 0.62);
}

.product-detail {
  background: #ffffff;
  color: #161a22;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) clamp(16px, 5vw, 60px) clamp(44px, 5vw, 72px);
}

.product-gallery-panel,
.product-summary-panel,
.product-description {
  background: #ffffff;
}

.product-gallery-panel {
  display: grid;
  gap: 28px;
}

.product-main-frame {
  display: grid;
  gap: 28px;
  width: 100%;
  min-height: clamp(420px, 58vw, 760px);
  padding: clamp(18px, 3vw, 42px);
  background: #f8f8f8;
}

.product-main-stage {
  position: relative;
  display: grid;
  min-height: clamp(340px, 44vw, 610px);
  place-items: center;
}

.product-main-image {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: contain;
}

.product-thumbs-wrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: clamp(12px, 2vw, 28px);
  align-items: center;
}

.product-thumbs {
  display: flex;
  gap: clamp(16px, 3vw, 64px);
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-thumbs::-webkit-scrollbar {
  display: none;
}

.product-thumb {
  flex: 0 0 clamp(92px, 10vw, 128px);
  padding: 10px;
  border: 2px solid #06451f;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.product-thumb:not(.is-active) {
  border-color: #d2d6dc;
  opacity: 0.74;
}

.product-thumb:hover,
.product-thumb.is-active {
  border-color: #06451f;
  opacity: 1;
}

.product-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-gallery-arrow {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777b83;
  cursor: pointer;
  place-items: center;
}

.product-gallery-arrow svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.5;
}

.product-gallery-arrow:hover {
  color: #11131a;
}

.product-summary-panel {
  display: grid;
  gap: 22px;
  padding: clamp(12px, 2vw, 28px) 0;
}

.product-summary-panel h1 {
  margin: 0;
  color: #151923;
  font-size: clamp(30px, 3.5vw, 54px);
  line-height: 1.08;
}

.product-detail-price {
  color: #f00000;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 950;
  line-height: 1.15;
}

.product-detail-price del {
  margin-right: 8px;
  color: #8b92a0;
  font-size: 0.72em;
  font-weight: 700;
}

.product-detail-price ins {
  color: #f00000;
  text-decoration: none;
}

.product-short-copy {
  max-width: 680px;
  color: #4f5968;
  font-size: 17px;
}

.product-short-copy p {
  margin: 0;
}

.product-quote-button {
  width: fit-content;
  min-height: 54px;
  padding: 0 24px;
}

.product-quote-stack {
  display: grid;
  gap: 22px;
  justify-items: start;
  width: fit-content;
}

.product-whatsapp-qr {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 150px;
  padding: 10px;
  border: 1px solid #e0e4ea;
  background: #ffffff;
  cursor: zoom-in;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-whatsapp-qr-code svg {
  display: block;
  width: 128px;
  height: 128px;
}

.product-whatsapp-qr span {
  color: #4f5968;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.quote-label-mobile {
  display: none;
}

.product-qr-modal[hidden] {
  display: none;
}

.product-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  padding: 24px;
  background: rgba(0, 0, 0, 0.62);
  place-items: center;
}

.product-qr-modal-card {
  display: grid;
  gap: 16px;
  width: min(420px, calc(100vw - 48px));
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  justify-items: center;
}

.product-qr-modal-code svg {
  display: block;
  width: min(320px, calc(100vw - 104px));
  height: min(320px, calc(100vw - 104px));
}

.product-qr-modal-card p {
  margin: 0;
  color: #1d2430;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.product-qr-modal-close {
  position: fixed;
  top: 24px;
  right: 24px;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #11131a;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  place-items: center;
}

@media (min-width: 721px) {
  .product-whatsapp-qr:hover,
  .product-whatsapp-qr:focus-visible {
    border-color: #11131a;
    box-shadow: 0 18px 36px rgba(17, 19, 26, 0.16);
    transform: scale(1.08);
  }
}

.product-description {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 60px) clamp(56px, 6vw, 88px);
  color: #3b4350;
  font-size: 17px;
}

.product-description > *:first-child {
  margin-top: 0;
}

.product-description img {
  max-width: 100%;
  height: auto;
}

.content-page {
  min-height: 62vh;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 84% 14%, rgba(40, 215, 255, 0.14), transparent 28%),
    radial-gradient(circle at 12% 26%, rgba(223, 82, 255, 0.12), transparent 30%),
    #050712;
}

.content-page-card {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--glow);
}

.content-page-card h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}

.content-page-body {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.content-page-body h2,
.content-page-body h3 {
  margin-top: 34px;
  color: #fff;
  text-transform: uppercase;
}

.content-page-body a {
  color: var(--cyan);
  font-weight: 800;
}

.content-page-body ul,
.content-page-body ol {
  padding-left: 22px;
}

.content-page-body li {
  margin-bottom: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.1fr) minmax(180px, 0.45fr);
  gap: 28px;
  align-items: start;
  padding: 48px clamp(18px, 5vw, 72px);
  background: #000;
  color: #fff;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 12px;
}

.footer-logo img {
  display: block;
  width: auto;
  height: 54px;
  max-width: 190px;
  object-fit: contain;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
  justify-self: center;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-whatsapp {
  display: grid;
  gap: 8px;
  justify-items: center;
  justify-self: end;
  text-align: center;
}

.footer-whatsapp-qr {
  display: grid;
  width: 136px;
  height: 136px;
  padding: 8px;
  background: #ffffff;
  place-items: center;
}

.footer-whatsapp-qr svg {
  display: block;
  width: 120px;
  height: 120px;
}

.footer-whatsapp span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-whatsapp strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  word-break: break-word;
}

.footer-warning {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.search-results-page {
  min-height: 62vh;
  padding: clamp(52px, 7vw, 92px) clamp(16px, 5vw, 72px);
  background: #eeeeef;
  color: #141a24;
}

.search-results-head {
  max-width: 1260px;
  margin: 0 auto 34px;
}

.search-results-head h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.search-results-count {
  margin: 12px 0 0;
  color: #5e6876;
}

.product-archive-page .woocommerce-pagination {
  max-width: 1260px;
  margin: 34px auto 0;
}

.product-archive-page .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-archive-page .page-numbers a,
.product-archive-page .page-numbers span {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d7dbe3;
  background: #ffffff;
  color: #161a22;
  font-weight: 850;
  place-items: center;
}

.product-archive-page .page-numbers .current {
  border-color: #11131a;
  background: #11131a;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .site-header > .header-search {
    display: none;
  }

  .menu-button {
    display: inline-grid;
  }

  .mobile-nav {
    position: sticky;
    top: 92px;
    z-index: 29;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav .header-search {
    grid-column: 1 / -1;
    width: auto;
    margin: 12px;
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-nav a {
    padding: 16px 18px;
    background: #050712;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-nav .mobile-sub-link {
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
  }

  .service-bar,
  .category-grid,
  .product-grid,
  .spotlight,
  .product-hero,
  .wholesale,
  .contact,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .product-slider-card {
    flex-basis: calc((100% - 40px) / 3);
  }

  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .warning-strip {
    font-size: 11px;
    text-align: center;
  }

  .site-header {
    min-height: 76px;
  }

  .brand img {
    height: 42px;
    max-width: 145px;
  }

  .header-actions {
    gap: 6px;
  }

  .language-switcher-button {
    height: 36px;
    padding: 0 10px;
  }

  .language-switcher-button svg {
    width: 17px;
    height: 17px;
  }

  .language-menu {
    right: -44px;
    width: min(230px, calc(100vw - 28px));
  }

  .header-gtranslate select,
  .header-gtranslate .gt_selector {
    height: 36px !important;
    min-width: 88px;
    max-width: 128px;
    padding-left: 10px !important;
    font-size: 12px !important;
  }

  .header-gtranslate .gt_float_switcher .gt-selected .gt-current-lang,
  .header-gtranslate .gt_switcher .gt_selected a {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .header-gtranslate .gt_float_switcher .gt_options,
  .header-gtranslate .gt_switcher .gt_option {
    right: -44px !important;
    width: min(220px, calc(100vw - 28px)) !important;
  }

  .icon-button {
    width: 36px;
    height: 36px;
  }

  .site-header {
    gap: 10px;
    justify-content: space-between;
  }

  .mobile-nav {
    top: 76px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 820px;
  }

  .hero-bg {
    inset: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    opacity: 1;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 3, 5, 0.96) 0%, rgba(3, 6, 16, 0.84) 0%, rgba(3, 6, 16, 0.35) 0%),
      linear-gradient(0deg, rgba(2, 3, 5, 0.76), rgba(2, 3, 5, 0) 54%);
  }

  .hero::before {
    content: none;
  }

  .hero-content {
    display: flex;
    min-height: 820px;
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 132px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .puff-badge {
    display: none;
  }

  .puff-badge strong {
    font-size: 48px;
  }

  .feature-icons {
    gap: 11px;
    margin-top: auto;
    margin-bottom: 18px;
  }

  .feature-icons div {
    width: 54px;
    font-size: 9px;
  }

  .feature-icons svg {
    width: 46px;
    height: 46px;
  }

  .hero-cta {
    align-self: flex-start;
  }

  .service-bar {
    width: calc(100% - 28px);
    margin-top: -68px;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .service-bar div {
    min-height: 88px;
    padding: 18px;
  }

  .section,
  .dark-panel,
  .spotlight,
  .wholesale,
  .contact {
    padding: 64px 16px;
  }

  .categories {
    padding-top: 92px;
  }

  .section-head,
  .section-head.inverted,
  .category-grid,
  .product-grid,
  .spotlight,
  .wholesale,
  .contact,
  .product-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    justify-self: stretch;
  }

  .footer-whatsapp {
    justify-self: start;
  }

  .section-head .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .category-grid img,
  .product-grid img {
    height: 210px;
  }

  .product-showcase {
    padding: 64px 12px;
  }

  .product-showcase-head {
    margin-bottom: 28px;
  }

  .store-product-grid {
    gap: 12px;
  }

  .product-slider-shell {
    padding: 0 40px;
  }

  .product-slider {
    gap: 12px;
  }

  .product-slider-card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .slider-arrow {
    width: 34px;
    height: 34px;
  }

  .store-product-image {
    padding: 10px;
  }

  .store-product-card h3 {
    min-height: 56px;
    padding: 12px 10px 6px;
    font-size: 13px;
  }

  .store-product-rating {
    min-height: 24px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .store-product-price {
    min-height: 30px;
    margin: 0 10px 14px;
    font-size: 19px;
  }

  .store-product-button {
    min-height: 42px;
    margin: 0 10px 14px;
    padding: 0 8px;
    font-size: 11px;
  }

  .product-showcase-actions {
    margin-top: 28px;
  }

  .product-hero {
    gap: 28px;
    padding: 28px 14px 48px;
  }

  .product-main-frame {
    min-height: 360px;
    padding: 14px;
    gap: 16px;
  }

  .product-main-stage {
    min-height: 300px;
  }

  .product-thumbs-wrap {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .product-gallery-arrow {
    width: 30px;
    height: 30px;
  }

  .product-gallery-arrow svg {
    width: 30px;
    height: 30px;
  }

  .product-thumbs {
    gap: 14px;
  }

  .product-thumb {
    flex-basis: 82px;
    padding: 7px;
  }

  .product-summary-panel {
    gap: 16px;
    padding: 0;
  }

  .product-quote-button {
    width: 100%;
  }

  .product-quote-stack {
    width: 100%;
  }

  .quote-label-desktop {
    display: none;
  }

  .quote-label-mobile {
    display: inline;
  }

  .product-whatsapp-qr {
    display: none;
  }

  .product-qr-modal {
    display: none;
  }

  .product-description {
    padding: 0 14px 58px;
  }

  .whatsapp-card {
    padding: 20px;
  }
}
