html:has(.xth_page), body:has(.xth_page) { overflow-x: hidden; }

.xth_page {
  --xth-accent: #1696EF;
  --xth-accent-2: #0F7BC2;
  --xth-ink: #1A1A1A;
  --xth-ink-2: #4A4F57;
  --xth-ink-3: #6B6F76;
  --xth-paper: #FFFFFF;
  --xth-paper-2: #F4F5F7;
  --xth-line: #E5E7EA;
  --xth-line-2: #D9DCE0;
  --xth-shadow-sm: 0 1px 3px rgba(16,18,22,.06), 0 1px 2px rgba(16,18,22,.04);
  --xth-shadow-md: 0 4px 12px rgba(16,18,22,.08);
  --xth-font-display: "Roboto Condensed", "Barlow Condensed", "Oswald", Impact, system-ui, sans-serif;
  --xth-font-body:    "Roboto Condensed", "Barlow Condensed", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --xth-font-mono:    "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  font-family: var(--xth-font-body);
  color: var(--xth-ink);
  background: #FFFFFF;
  padding: 0;
}

.xth_page *, .xth_page *::before, .xth_page *::after { box-sizing: border-box; }
.xth_page a   { color: inherit; text-decoration: none; }
.xth_page img { display: block; max-width: 100%; }
.xth_page button { font-family: inherit; cursor: pointer; }
.xth_page h1, .xth_page h2, .xth_page h3 { margin: 0; font-family: var(--xth-font-display); }

.xth_page :focus-visible {
  outline: 2px solid var(--xth-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.xth_sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.xth_page-h1-wrap { text-align: center; }
.xth_page h1.xth_page-h1 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--xth-ink);
  margin: 20px 30px;
  line-height: 1.15;
  text-transform: none;
}

.xth_section {
  margin: 28px 32px 0;
}
.xth_section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--xth-line);
}
.xth_section-title {
  font-family: var(--xth-font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--xth-ink);
}
.xth_section-link {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--xth-accent) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .15s ease, gap .15s ease;
}
.xth_section-link:hover { color: var(--xth-accent-2) !important; gap: 10px; }

.xth_hero {
  margin: 20px 32px 0;
  padding: 0 4px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) 340px;
  gap: 12px;
  height: 360px;
}
.xth_hero-stage {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #0E1A38 0%, #10193A 60%, #1B2A5C 100%);
}
.xth_hero-banner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(16px, 3vw, 36px) clamp(18px, 3.5vw, 44px);
  color: #fff;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease;
  z-index: 1;
}
.xth_hero-banner.xth_is-active { opacity: 1; visibility: visible; z-index: 2; }
.xth_hero-banner--blog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%);
}
.xth_hero-banner--blog > * { position: relative; z-index: 1; }

.xth_hero-eyebrow {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: clamp(9px, 1.1vw, 11px);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--xth-accent);
  margin-bottom: 8px;
}
.xth_hero-title {
  font-family: var(--xth-font-display);
  font-weight: 900;
  font-size: clamp(16px, 3.4vw, 38px);
  line-height: 1.05;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #fff;
}
.xth_hero-sub {
  margin: clamp(6px, 1vw, 12px) 0 0;
  font-family: var(--xth-font-body);
  font-weight: 400;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.4;
  color: rgba(255,255,255,.92);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xth_hero-cta {
  margin-top: clamp(8px, 1.5vw, 18px);
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  background: var(--xth-accent);
  color: #fff;
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: .04em;
  padding: clamp(8px, 1.2vw, 12px) clamp(14px, 2vw, 22px);
  border-radius: 6px;
  text-transform: uppercase;
}
.xth_hero-cta:hover { background: var(--xth-accent-2); color: #fff; }

.xth_hero-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.xth_hero-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  padding: 0;
  border: 2px solid rgba(255,255,255,.75);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.xth_hero-dot.xth_is-active { background: var(--xth-accent); border-color: var(--xth-accent); transform: scale(1.15); }
.xth_hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 5;
  cursor: pointer;
  transition: background .15s ease;
}
.xth_hero-nav:hover, .xth_hero-nav:focus-visible { background: rgba(0,0,0,.65); }
.xth_hero-nav--prev { left: 12px; }
.xth_hero-nav--next { right: 12px; }
.xth_hero-playpause {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  color: #fff;
  border: 0;
  font-size: 12px;
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xth_hero-playpause:hover, .xth_hero-playpause:focus-visible { background: rgba(0,0,0,.65); }

.xth_hero-rail {
  background: var(--xth-paper);
  border: 1px solid var(--xth-line);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
}
.xth_hero-rail-title {
  font-family: var(--xth-font-display);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--xth-ink-3);
}
.xth_hero-rail-scroll {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
}
.xth_hero-rail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  min-height: 56px;
  transition: border-color .15s ease, background .15s ease;
}
.xth_hero-rail-item:hover { background: var(--xth-paper-2); }
.xth_hero-rail-item.xth_is-active { border-color: var(--xth-accent); background: var(--xth-paper-2); }
.xth_hero-rail-thumb {
  width: 56px; height: 40px;
  border-radius: 6px;
  background: var(--xth-paper-2) center/cover no-repeat;
  flex: 0 0 56px;
}
.xth_hero-rail-meta { display: flex; flex-direction: column; min-width: 0; }
.xth_hero-rail-tag {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--xth-accent-2);
}
.xth_hero-rail-tag--blog { color: var(--xth-ink-2); }
.xth_hero-rail-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--xth-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xth_page .categories_carousel { margin: 28px 32px 0; }
.xth_page .categories_carousel > .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.xth_page .container > .row:has(> .categories_carousel_wrapper) {
  margin-left: 0;
  margin-right: 0;
}
.xth_page .categories_carousel .xth_categories_list { margin: 0 0 30px 0; }
.xth_page .categories_carousel .xth_categories_list .slick-slide { padding: 0 6px; }
.xth_page .categories_carousel .slick-dots {
  padding-left: 0;
  text-align: center;
  display: flex !important;
  justify-content: center;
}
.xth_page .xth_topcat-count {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: var(--xth-ink-3);
}
.xth_page .xth_topcat-count strong {
  font-weight: 600;
  color: var(--xth-ink-2);
}
.xth_page .xth_categories_list li > div {
  padding: 0;
  overflow: hidden;
}
.xth_page .xt-top-cat .xt-top-cat-grid-inner { overflow: hidden; }
.xth_page .xt-top-cat .images,
.xth_page .xt-top-cat .images > div { padding: 0; }

.xth_brand-slider { width: 100%; }
.xth_brand-slider .slick-slide { padding: 0 8px; }
.xth_brand-slider .slick-list { margin: 0 -8px; }
.xth_brand-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 10px 16px;
  background: var(--xth-paper);
  border: 1px solid var(--xth-line);
  border-radius: 10px;
  transition: border-color .15s ease, filter .15s ease;
  filter: grayscale(0.3);
}
.xth_brand-item:hover { border-color: var(--xth-accent); filter: grayscale(0); }
.xth_brand-item img { max-height: 120px; max-width: 100%; object-fit: contain; width: auto; height: auto; }

.xth_product-grid { padding: 0 4px; }
.xth_product-grid .slick-slide { padding: 0 6px; }
.xth_product-card {
  position: relative;
  background: var(--xth-paper);
  border: 1px solid var(--xth-line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease;
  height: 100%;
}
.xth_product-card:hover {
  border-color: var(--xth-accent);
  box-shadow: var(--xth-shadow-md);
}
.xth_product-link { display: block; height: 100%; }
.xth_product-imgwrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  overflow: hidden;
}
.xth_product-imglink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.xth_product-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .3s ease, opacity .3s ease;
}
.xth_product-card:hover .xth_product-img { transform: scale(1.08); opacity: .75; }

.xth_product-actions {
  position: absolute;
  left: 0; right: 0;
  bottom: 12%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 3;
}
.xth_product-card:hover .xth_product-actions,
.xth_product-card:focus-within .xth_product-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.xth_product-act {
  width: 44px; height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.xth_product-act:hover, .xth_product-act:focus-visible { background: var(--xth-accent); transform: translateY(-2px); }
.xth_product-act i { font-size: 16px; }

@media (hover: none) {
  .xth_product-actions {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .xth_product-card .xth_product-img { transform: none; opacity: 1; }
}

.xth_product-badges {
  position: absolute; top: 8px; left: 8px;
  display: flex; flex-direction: column; gap: 4px;
  z-index: 2;
  margin: 0; padding: 0; list-style: none;
}
.xth_product-badges .product_flag_status { white-space: nowrap; }
.xth_product-body { padding: 12px 14px 14px; background: #EAF4FD; border-top: 1px solid var(--xth-line); }
.xth_product-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.xth_product-brand {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xth-ink-2);
}
.xth_product-rating { font-size: 11px; color: #C77800; }
.xth_product-cat {
  font-size: 11px;
  color: var(--xth-ink-2);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xth_product-title {
  font-family: var(--xth-font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: var(--xth-ink);
  min-height: 2.5em;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xth_product-price {
  font-family: var(--xth-font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--xth-accent-2);
  text-align: right;
}
.xth_product-price * { color: inherit; }

.xth_assembly-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.xth_assembly-card {
  position: relative;
  padding: 28px 32px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #1A2240;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 180px;
}
.xth_assembly-card--os { background-color: #2C2C2C; }
.xth_assembly-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,34,64,.78) 0%, rgba(15,123,194,.55) 100%);
  z-index: 0;
  transition: opacity .35s ease;
}
.xth_assembly-card--os::before {
  background: linear-gradient(135deg, rgba(44,44,44,.78) 0%, rgba(85,85,85,.55) 100%);
}
.xth_assembly-card > * { position: relative; z-index: 1; }
.xth_assembly-card:hover { box-shadow: var(--xth-shadow-md); }
.xth_assembly-card:hover::before { opacity: 0.15; }
.xth_assembly-card:hover .xth_assembly-eyebrow,
.xth_assembly-card:hover .xth_assembly-title,
.xth_assembly-card:hover .xth_assembly-sub {
  text-shadow: 0 1px 3px rgba(0,0,0,.7), 0 0 12px rgba(0,0,0,.5);
}
.xth_assembly-eyebrow {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .8;
  color: #fff;
}
.xth_assembly-title {
  font-family: var(--xth-font-display);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #fff;
}
.xth_assembly-sub { font-size: 14px; max-width: 480px; opacity: .9; margin: 0; color: #fff; }
.xth_assembly-cta {
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

.xth_trust-bar { margin-top: 32px; margin-bottom: 20px; }
.xth_trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 18px;
  background: var(--xth-paper);
  border: 1px solid var(--xth-line);
  border-radius: 12px;
}
.xth_trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
}
.xth_trust-icon {
  width: 56px; height: 56px;
  flex: 0 0 56px;
  display: flex; align-items: center; justify-content: center;
  color: var(--xth-accent);
}
.xth_trust-icon svg { width: 100%; height: 100%; }
.xth_trust-icon img { width: 100%; height: 100%; object-fit: contain; }
.xth_trust-text { display: flex; flex-direction: column; min-width: 0; }
.xth_trust-title {
  font-family: var(--xth-font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--xth-ink);
}
.xth_trust-sub {
  font-size: 12px;
  color: var(--xth-ink-2);
}

@media (max-width: 1180px) {
  .xth_hero { grid-template-columns: 1fr; height: auto; }
  .xth_hero-stage { aspect-ratio: 16/7; }
  .xth_hero-rail { display: none; }
  .xth_trust-title { font-size: 15px; letter-spacing: .03em; }
  .xth_trust-item { gap: 10px; padding: 8px 6px; }
  .xth_trust-icon { width: 48px; height: 48px; flex-basis: 48px; }
}
@media (max-width: 940px) {
  .xth_section, .xth_hero { margin-left: 16px; margin-right: 16px; }
  .xth_assembly-title { font-size: 22px; }
  .xth_trust-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 14px; }
}
@media (max-width: 700px) {
  .xth_assembly-grid { grid-template-columns: 1fr; }
  .xth_trust-grid { grid-template-columns: repeat(2, 1fr); }
  .xth_trust-title { font-size: 16px; letter-spacing: .04em; }
  .xth_trust-icon { width: 52px; height: 52px; flex-basis: 52px; }
  .xth_section-title { font-size: 18px; }
  .xth_page h1.xth_page-h1 { font-size: 1.2em; margin: 16px 16px; }
  .xth_hero-nav { width: 44px; height: 44px; }
}
@media (max-width: 480px) {
  .xth_section, .xth_hero { margin-left: 10px; margin-right: 10px; }
  .xth_trust-grid { grid-template-columns: 1fr; }
  .xth_products .slick-dots { display: none; }
  .xth_page .categories_carousel { margin-left: 0; margin-right: 0; }
  .xth_page .categories_carousel .slick-dots { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .xth_page *,
  .xth_page *::before,
  .xth_page *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .xth_product-card:hover .xth_product-img { transform: none; }
}
