.nextoria-product-empty {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 12, 18, 0.85);
  color: rgba(246, 249, 252, 0.86);
}

.nextoria-product-template {
  min-height: 100vh;
  min-height: 100svh;
  background: #05090e;
}

.nextoria-product-hero {
  --nx-product-bg-top: #05090e;
  --nx-product-bg-bottom: #08131d;
  --nx-product-card-bg: rgba(255, 255, 255, 0.055);
  --nx-product-card-border: rgba(129, 198, 230, 0.18);
  --nx-product-text: rgba(246, 249, 252, 0.96);
  --nx-product-muted: rgba(219, 229, 239, 0.72);
  --nx-product-accent: #35c6ef;
  --nx-product-accent2: #d9c07d;
  --nx-product-glow1: rgba(53, 198, 239, 0.14);
  --nx-product-glow2: rgba(245, 155, 83, 0.1);
  --nx-product-button-bg: rgba(53, 198, 239, 0.14);
  --nx-product-button-border: rgba(53, 198, 239, 0.48);
  --nx-product-maxw: 1180px;
  --nx-product-pad-y: 86px;
  --nx-product-pad-x: 22px;
  --nx-product-gap: 54px;
  --nx-product-radius: 8px;
  --nx-product-image-h: 460px;
  --nx-product-button-radius: 999px;
  --nx-product-button-h: 50px;
  --nx-product-button-pad-x: 26px;
  --nx-product-title-size: 46px;
  position: relative;
  overflow: hidden;
  padding: var(--nx-product-pad-y) 0;
  color: var(--nx-product-text);
  background: var(--nx-product-bg-top);
  font-family:
    Vazirmatn,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial;
}

.nextoria-product-hero--template {
  padding-top: max(var(--nx-product-pad-y), 112px);
}

.nextoria-product-hero *,
.nextoria-product-hero *::before,
.nextoria-product-hero *::after,
.nextoria-product-specs *,
.nextoria-product-specs *::before,
.nextoria-product-specs *::after {
  box-sizing: border-box;
}

.nextoria-product-hero a,
.nextoria-product-specs a {
  color: inherit;
  text-decoration: none;
}

.nextoria-product-hero .nx-product-wrap {
  width: min(var(--nx-product-maxw), 100%);
  margin: 0 auto;
  padding: 0 var(--nx-product-pad-x);
}

.nextoria-product-hero .nx-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: var(--nx-product-gap);
  align-items: center;
}

.nextoria-product-hero--image-left .nx-product-content {
  order: 2;
}

.nextoria-product-hero--image-left .nx-product-media {
  order: 1;
}

.nextoria-product-hero--no-image .nx-product-grid {
  grid-template-columns: 1fr;
}

.nextoria-product-hero--no-image .nx-product-content {
  max-width: 880px;
}

.nextoria-product-hero .nx-product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.052);
  color: var(--nx-product-text);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nextoria-product-hero .nx-product-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nx-product-accent), var(--nx-product-accent2));
  box-shadow: 0 0 18px rgba(53, 198, 239, 0.42);
}

.nextoria-product-hero .nx-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--nx-product-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nextoria-product-hero .nx-product-breadcrumbs a:hover {
  color: var(--nx-product-text);
}

.nextoria-product-hero .nx-product-title {
  margin: 0;
  color: var(--nx-product-text);
  font-size: var(--nx-product-title-size);
  line-height: 1.03;
  font-weight: 780;
  letter-spacing: -0.045em;
}

.nextoria-product-hero .nx-product-title::after {
  content: "";
  display: block;
  width: min(320px, 100%);
  height: 2px;
  margin: 18px 0 20px;
  background: linear-gradient(90deg, var(--nx-product-accent), var(--nx-product-accent2), transparent);
}

.nextoria-product-hero .nx-product-intro {
  max-width: 720px;
  margin: 0;
  color: var(--nx-product-muted);
  font-size: 17px;
  line-height: 1.72;
}

.nextoria-product-hero .nx-product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.nextoria-product-hero .nx-product-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--nx-product-card-border);
  border-radius: 999px;
  background: var(--nx-product-card-bg);
  color: var(--nx-product-muted);
  font-size: 12px;
  line-height: 1.2;
}

.nextoria-product-hero .nx-product-chips strong {
  color: var(--nx-product-text);
  font-weight: 850;
}

.nextoria-product-hero .nx-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nextoria-product-hero .nx-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--nx-product-button-h);
  padding: 0 var(--nx-product-button-pad-x);
  border: 1px solid var(--nx-product-button-border);
  border-radius: var(--nx-product-button-radius);
  background: var(--nx-product-button-bg);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.nextoria-product-hero .nx-product-button:hover {
  border-color: var(--nx-product-accent);
  background: rgba(53, 198, 239, 0.2);
}

.nextoria-product-hero .nx-product-button--ghost {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--nx-product-card-border);
}

.nextoria-product-hero .nx-product-button--ghost:hover {
  background: rgba(255, 255, 255, 0.075);
}

.nextoria-product-hero .nx-product-media {
  min-width: 0;
  position: relative;
  overflow: hidden;
  min-height: var(--nx-product-image-h);
  margin: 0;
  border: 1px solid var(--nx-product-card-border);
  border-radius: var(--nx-product-radius);
  background: var(--nx-product-card-bg);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.32);
}

.nextoria-product-hero .nx-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 14, 0.04), rgba(5, 9, 14, 0.56)),
    radial-gradient(440px 280px at 18% 18%, var(--nx-product-glow1), transparent 68%);
  pointer-events: none;
}

.nextoria-product-hero .nx-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: brightness(0.82) contrast(1.08) saturate(0.88);
  filter: brightness(0.82) contrast(1.08) saturate(0.88);
}

.nextoria-product-specs {
  --nx-specs-bg-top: #05090e;
  --nx-specs-bg-bottom: #08131d;
  --nx-specs-card-bg: rgba(255, 255, 255, 0.055);
  --nx-specs-row-bg: rgba(255, 255, 255, 0.035);
  --nx-specs-border: rgba(129, 198, 230, 0.16);
  --nx-specs-text: rgba(246, 249, 252, 0.96);
  --nx-specs-muted: rgba(219, 229, 239, 0.72);
  --nx-specs-accent: #35c6ef;
  --nx-specs-accent2: #d9c07d;
  --nx-specs-glow1: rgba(53, 198, 239, 0.12);
  --nx-specs-glow2: rgba(245, 155, 83, 0.09);
  --nx-specs-maxw: 1180px;
  --nx-specs-pad-y: 64px;
  --nx-specs-pad-x: 22px;
  --nx-specs-card-pad: 24px;
  --nx-specs-radius: 8px;
  --nx-specs-row-pad: 16px;
  --nx-specs-row-gap: 8px;
  --nx-specs-cols: 2;
  --nx-specs-title-size: 34px;
  position: relative;
  overflow: hidden;
  padding: var(--nx-specs-pad-y) 0;
  color: var(--nx-specs-text);
  background: var(--nx-specs-bg-top);
  font-family:
    Vazirmatn,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial;
}

.nextoria-product-specs .nx-specs-wrap {
  width: min(var(--nx-specs-maxw), 100%);
  margin: 0 auto;
  padding: 0 var(--nx-specs-pad-x);
}

.nextoria-product-specs .nx-specs-card {
  padding: var(--nx-specs-card-pad);
  border: 1px solid var(--nx-specs-border);
  border-radius: var(--nx-specs-radius);
  background: var(--nx-specs-card-bg);
}

.nextoria-product-specs .nx-specs-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.nextoria-product-specs .nx-specs-title {
  margin: 0;
  color: var(--nx-specs-text);
  font-size: var(--nx-specs-title-size);
  line-height: 1.05;
  font-weight: 780;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.nextoria-product-specs .nx-specs-title::after {
  content: "";
  display: block;
  width: min(280px, 100%);
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--nx-specs-accent), var(--nx-specs-accent2), transparent);
}

.nextoria-product-specs .nx-specs-head p {
  max-width: 520px;
  margin: 0;
  color: var(--nx-specs-muted);
  font-size: 14px;
  line-height: 1.62;
}

.nextoria-product-specs .nx-specs-grid {
  display: grid;
  grid-template-columns: repeat(var(--nx-specs-cols), minmax(0, 1fr));
  gap: var(--nx-specs-row-gap);
}

.nextoria-product-specs .nx-spec-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: var(--nx-specs-row-pad);
  border: 1px solid var(--nx-specs-border);
  border-radius: calc(var(--nx-specs-radius) * 0.75);
  background: var(--nx-specs-row-bg);
}

.nextoria-product-specs .nx-spec-label {
  color: var(--nx-specs-muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nextoria-product-specs .nx-spec-value {
  color: var(--nx-specs-text);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.nextoria-product-specs .nx-specs-empty {
  margin: 0;
  color: var(--nx-specs-muted);
}

.nextoria-product-editorial {
  padding: 34px 0;
  background: #05090e;
  color: rgba(246, 249, 252, 0.92);
  font-family:
    Vazirmatn,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial;
}

.nextoria-product-editorial--empty {
  padding: 16px 0;
}

.nextoria-product-editorial--empty .nx-product-editorial-wrap {
  min-height: 22px;
}

.nextoria-product-editorial .nx-product-editorial-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 22px;
}

.nextoria-product-editorial .nx-product-editorial-wrap > *:first-child {
  margin-top: 0;
}

.nextoria-product-editorial .nx-product-editorial-wrap > *:last-child {
  margin-bottom: 0;
}

.nextoria-product-editorial a {
  color: #35c6ef;
}

.nextoria-product-editorial .nx-product-editorial-empty {
  padding: 18px;
  border: 1px dashed rgba(233, 199, 131, 0.36);
  border-radius: 8px;
  background: rgba(233, 199, 131, 0.04);
  color: rgba(233, 199, 131, 0.82);
  font-size: 13px;
  display:none !important;
}

@media (max-width: 980px) {
  .nextoria-product-hero .nx-product-grid,
  .nextoria-product-hero--image-left .nx-product-grid,
  .nextoria-product-specs .nx-specs-head {
    grid-template-columns: 1fr;
  }

  .nextoria-product-hero--image-left .nx-product-content,
  .nextoria-product-hero--image-left .nx-product-media {
    order: initial;
  }

  .nextoria-product-specs .nx-specs-head {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .nextoria-product-hero {
    --nx-product-title-size: 32px;
  }

  .nextoria-product-specs {
    --nx-specs-cols: 1;
    --nx-specs-title-size: 28px;
  }

  .nextoria-product-specs .nx-spec-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

.nextoria-showroom {
  --nx-showroom-bg: #05090e;
  --nx-showroom-card: rgba(255, 255, 255, 0.052);
  --nx-showroom-border: rgba(129, 198, 230, 0.16);
  --nx-showroom-text: rgba(246, 249, 252, 0.96);
  --nx-showroom-muted: rgba(219, 229, 239, 0.72);
  --nx-showroom-accent: #35c6ef;
  --nx-showroom-gold: #d9c07d;
  --nx-showroom-maxw: 1180px;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--nx-showroom-bg);
  color: var(--nx-showroom-text);
  font-family: Vazirmatn, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

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

.nextoria-showroom a {
  color: inherit;
  text-decoration: none;
}

.nextoria-showroom .nx-showroom-wrap {
  width: min(var(--nx-showroom-maxw), 100%);
  margin: 0 auto;
  padding: 0 22px;
}

.nextoria-showroom .nx-showroom-hero {
  padding: 128px 0 46px;
  background: linear-gradient(180deg, rgba(7, 18, 28, 0.96), rgba(5, 9, 14, 1)), var(--nx-showroom-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nextoria-showroom .nx-showroom-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.28fr);
  gap: 30px;
  align-items: end;
}

.nextoria-showroom .nx-product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.052);
  color: var(--nx-showroom-text);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-product-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nx-showroom-accent), var(--nx-showroom-gold));
  box-shadow: 0 0 18px rgba(53, 198, 239, 0.42);
}

.nextoria-showroom h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.nextoria-showroom .nx-showroom-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--nx-showroom-muted);
  font-size: 16px;
  line-height: 1.76;
}

.nextoria-showroom .nx-showroom-summary {
  justify-self: end;
  min-width: 190px;
  padding: 20px;
  border: 1px solid var(--nx-showroom-border);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(53, 198, 239, 0.1), rgba(217, 192, 125, 0.07)), rgba(255, 255, 255, 0.045);
}

.nextoria-showroom .nx-showroom-summary strong {
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.nextoria-showroom .nx-showroom-summary span {
  display: block;
  margin-top: 8px;
  color: var(--nx-showroom-muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-body {
  padding: 34px 0 82px;
  background: var(--nx-showroom-bg);
}

.nextoria-showroom .nx-showroom-layout {
  display: grid;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.nextoria-showroom .nx-showroom-filters {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  padding: 18px;
  border: 1px solid var(--nx-showroom-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.nextoria-showroom .nx-showroom-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.nextoria-showroom .nx-showroom-filter-head span,
.nextoria-showroom .nx-showroom-active > span {
  display: block;
  color: var(--nx-showroom-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-filter-head strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
}

.nextoria-showroom .nx-showroom-filter-head a {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-filter-form {
  display: grid;
  gap: 12px;
}

.nextoria-showroom .nx-showroom-field {
  display: grid;
  gap: 7px;
}

.nextoria-showroom .nx-showroom-field span {
  color: var(--nx-showroom-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nextoria-showroom input,
.nextoria-showroom select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  outline: none;
  background: rgba(2, 8, 14, 0.82);
  padding: 10px 12px;
  font-size: 13px;
}

.nextoria-showroom select {
  -moz-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.68) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.68) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.nextoria-showroom input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

.nextoria-showroom input::placeholder {
  color: rgba(219, 229, 239, 0.42);
}

.nextoria-showroom input:focus,
.nextoria-showroom select:focus {
  border-color: rgba(53, 198, 239, 0.48);
  box-shadow: 0 0 0 3px rgba(53, 198, 239, 0.1);
}

.nextoria-showroom .nx-showroom-filter-form button,
.nextoria-showroom .nx-showroom-empty a,
.nextoria-showroom .nx-showroom-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(53, 198, 239, 0.48);
  border-radius: 999px;
  background: rgba(53, 198, 239, 0.13);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-filter-form button:hover,
.nextoria-showroom .nx-showroom-empty a:hover,
.nextoria-showroom .nx-showroom-card-link:hover {
  border-color: var(--nx-showroom-accent);
  background: rgba(53, 198, 239, 0.2);
}

.nextoria-showroom .nx-showroom-results {
  min-width: 0;
}

.nextoria-showroom .nx-showroom-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.nextoria-showroom .nx-showroom-active b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(53, 198, 239, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 750;
}

.nextoria-showroom .nx-showroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nextoria-showroom .nx-showroom-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--nx-showroom-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)), var(--nx-showroom-card);
}

.nextoria-showroom .nx-showroom-card-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(53, 198, 239, 0.12), rgba(217, 192, 125, 0.08)), #08131d;
}

.nextoria-showroom .nx-showroom-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 62%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
  pointer-events: none;
  z-index: 1;
}

.nextoria-showroom .nx-showroom-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: brightness(0.78) contrast(1.08) saturate(0.9);
  filter: brightness(0.78) contrast(1.08) saturate(0.9);
  transition: -webkit-filter 180ms ease, filter 180ms ease;
}

.nextoria-showroom .nx-showroom-card:hover .nx-showroom-card-media img {
  -webkit-filter: brightness(0.9) contrast(1.08) saturate(0.95);
  filter: brightness(0.9) contrast(1.08) saturate(0.95);
}

.nextoria-showroom .nx-showroom-card-media span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 56px;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.nextoria-showroom .nx-showroom-card-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
}

.nextoria-showroom .nx-showroom-card-overlay h2 {
  margin: 0;
  max-width: 72%;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.nextoria-showroom .nx-showroom-card-overlay em {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(53, 198, 239, 0.42);
  background: rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-card-body {
  padding: 16px;
}

.nextoria-showroom .nx-showroom-card-path {
  margin-bottom: 9px;
  color: var(--nx-showroom-accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.nextoria-showroom .nx-showroom-card p {
  margin: 11px 0 0;
  color: var(--nx-showroom-muted);
  font-size: 13px;
  line-height: 1.62;
}

.nextoria-showroom .nx-showroom-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.nextoria-showroom .nx-showroom-card-chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--nx-showroom-muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
}

.nextoria-showroom .nx-showroom-card-chips strong {
  color: #fff;
  font-weight: 850;
}

.nextoria-showroom .nx-showroom-card-link {
  width: 100%;
  margin-top: 16px;
  min-height: 42px;
}

.nextoria-showroom .nx-showroom-empty {
  padding: 34px;
  border: 1px solid var(--nx-showroom-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.nextoria-showroom .nx-showroom-empty h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.nextoria-showroom .nx-showroom-empty p {
  max-width: 520px;
  margin: 12px auto 20px;
  color: var(--nx-showroom-muted);
}

.nextoria-showroom .nx-showroom-pagination {
  margin-top: 24px;
}

.nextoria-showroom .nx-showroom-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nextoria-showroom .nx-showroom-pagination a,
.nextoria-showroom .nx-showroom-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--nx-showroom-muted);
  background: rgba(255, 255, 255, 0.035);
}

.nextoria-showroom .nx-showroom-pagination .current,
.nextoria-showroom .nx-showroom-pagination a:hover {
  color: #fff;
  border-color: rgba(53, 198, 239, 0.46);
  background: rgba(53, 198, 239, 0.12);
}

@media (max-width: 980px) {
  .nextoria-showroom .nx-showroom-hero-grid,
  .nextoria-showroom .nx-showroom-layout {
    grid-template-columns: 1fr;
  }

  .nextoria-showroom .nx-showroom-summary {
    justify-self: stretch;
  }

  .nextoria-showroom .nx-showroom-filters {
    position: static;
  }

  .nextoria-showroom .nx-showroom-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nextoria-showroom .nx-showroom-field--full,
  .nextoria-showroom .nx-showroom-filter-form button {
    grid-column: 1 / -1;
  }

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

@media (max-width: 680px) {
  .nextoria-showroom .nx-showroom-hero {
    padding: 110px 0 34px;
  }

  .nextoria-showroom .nx-showroom-body {
    padding: 20px 0 56px;
  }

  .nextoria-showroom .nx-showroom-wrap {
    padding: 0 14px;
  }

  .nextoria-showroom .nx-showroom-filter-form,
  .nextoria-showroom .nx-showroom-grid {
    grid-template-columns: 1fr;
  }

  .nextoria-showroom .nx-showroom-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .nextoria-showroom .nx-showroom-card-media {
    height: 100%;
    min-height: 138px;
    aspect-ratio: auto;
  }

  .nextoria-showroom .nx-showroom-card-body {
    padding: 12px;
  }

  .nextoria-showroom .nx-showroom-card-overlay {
    left: 9px;
    right: 9px;
    bottom: 9px;
    display: grid;
    gap: 7px;
  }

  .nextoria-showroom .nx-showroom-card-overlay h2 {
    max-width: none;
    font-size: 16px;
  }

  .nextoria-showroom .nx-showroom-card-overlay em {
    justify-self: start;
    min-height: 26px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .nextoria-showroom .nx-showroom-card p,
  .nextoria-showroom .nx-showroom-card-link {
    display: none;
  }

  .nextoria-showroom .nx-showroom-card-path {
    margin-bottom: 0;
    font-size: 9px;
  }

  .nextoria-showroom .nx-showroom-card-chips {
    margin-top: 9px;
  }

  .nextoria-showroom .nx-showroom-card-chips span {
    min-height: 26px;
    padding: 5px 7px;
    font-size: 10px;
  }
}

@media (max-width: 460px) {
  .nextoria-showroom .nx-showroom-card {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
  }

  .nextoria-showroom .nx-showroom-card-media {
    min-height: 128px;
    aspect-ratio: auto;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .nextoria-showroom .nx-showroom-card-media {
    min-height: 220px;
  }
}
