body.wc-preselect .grid.grid-2 {
  display: none !important;
}

body.wc-preselect .wc-inline-toolbar {
  display: none !important;
}

.card.header .btn.secondary {
  display: none !important;
}

body.wc-config-active .wc-model-stage {
  display: none !important;
}

body.wc-config-active .grid.grid-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start;
}

body.wc-config-active .grid.grid-2 > .card:first-child {
  width: min(1100px, 100%);
  margin: 0 auto;
}

body.wc-config-active .grid.grid-2 > .card:last-child {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: min(390px, calc(100vw - 24px));
  max-height: min(72vh, 760px);
  overflow: auto;
  z-index: 35;
  transform: none;
  opacity: 1;
  pointer-events: auto;
  transition: transform 180ms ease, opacity 180ms ease;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

body.wc-summary-open .grid.grid-2 > .card:last-child {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.wc-summary-trigger {
  display: none !important;
}

body.wc-config-active .wc-summary-backdrop {
  display: none !important;
}

:root {
  --wc-mobile-config-bar-height: 0px;
  --wc-mobile-viewer-height: 0px;
  --wc-mobile-sticky-stack-height: 0px;
}

.wc-hidden-source {
  display: none !important;
}

.choice-meta {
  display: none !important;
}

.choice-btn {
  position: relative;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.choice-btn.active {
  border-color: rgba(243, 201, 107, 0.88) !important;
  background:
    linear-gradient(180deg, rgba(243, 201, 107, 0.18), rgba(14, 22, 38, 0.98)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(243, 201, 107, 0.3),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.choice-btn.active::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f3c96b;
  box-shadow: 0 0 0 4px rgba(243, 201, 107, 0.14);
}

.choice-btn.active .choice-label {
  color: #fff2c4;
}

.choice-btn.active .chip-swatch {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 0 2px rgba(243, 201, 107, 0.22),
    inset 0 0 0 1px rgba(0, 0, 0, 0.32);
}

.wc-model-stage {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.wc-stage-header {
  padding: 20px 22px 8px;
}

.wc-stage-kicker {
  color: #c59a3d;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-stage-title {
  margin: 8px 0 10px;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  line-height: 1.08;
}

.wc-stage-copy {
  max-width: 760px;
  color: rgba(232, 237, 247, 0.72);
  line-height: 1.6;
}

.wc-model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.wc-model-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(218, 149, 35, 0.14), transparent 36%),
    linear-gradient(160deg, rgba(15, 24, 42, 0.96), rgba(9, 17, 33, 0.92));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.wc-model-badge {
  justify-self: start;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(197, 154, 61, 0.16);
  color: #f3c96b;
  font-size: 12px;
  font-weight: 700;
}

.wc-model-hero {
  height: 180px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  display: grid;
  place-items: center;
}

.wc-model-hero svg {
  width: min(200px, 88%);
  height: auto;
}

.wc-model-name {
  font-size: 26px;
  font-weight: 800;
}

.wc-model-copy {
  color: rgba(232, 237, 247, 0.74);
  line-height: 1.58;
  min-height: 50px;
}

.wc-model-points {
  margin: 0;
  padding-left: 18px;
  color: rgba(232, 237, 247, 0.88);
  line-height: 1.55;
}

.wc-model-enter {
  width: 100%;
}

.wc-inline-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 0 auto 18px;
  padding: 18px 20px;
  width: min(1100px, 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(17, 28, 52, 0.95), rgba(11, 19, 37, 0.95));
}

.wc-inline-eyebrow {
  color: rgba(232, 237, 247, 0.56);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-inline-title {
  margin-top: 6px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
}

.wc-inline-copy {
  margin-top: 6px;
  color: rgba(232, 237, 247, 0.72);
  line-height: 1.55;
}

.wc-mobile-lang-switch {
  display: none;
}

.wc-mobile-config-bar {
  display: none;
}

.wc-summary-trigger {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 36;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: min(360px, calc(100vw - 24px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(10, 18, 34, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.wc-summary-main {
  min-width: 0;
  flex: 1 1 auto;
}

.wc-summary-trigger[hidden] {
  display: none !important;
}

.wc-summary-label {
  font-size: 12px;
  color: rgba(232, 237, 247, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wc-summary-total {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.wc-summary-meta {
  margin-top: 4px;
  color: rgba(232, 237, 247, 0.72);
  font-size: 13px;
}

.wc-summary-trigger .btn {
  min-width: 116px;
}

.wc-summary-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wc-summary-cta-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wc-summary-cta-icon svg {
  width: 16px;
  height: 16px;
}

.wc-mobile-summary-toggle .wc-summary-cta-icon {
  flex: 0 0 16px;
  min-width: 16px;
  color: currentColor;
  opacity: 0.92;
}

.wc-mobile-summary-toggle .wc-summary-cta-icon svg {
  display: block;
}

.wc-mobile-summary-text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(243, 201, 107, 0.92);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.wc-summary-backdrop {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: rgba(4, 10, 20, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.wc-summary-backdrop[hidden] {
  display: none !important;
}

body.wc-summary-open .wc-summary-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.wc-mobile-category-dock {
  display: none;
}

.wc-summary-specs {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-summary-spec-title {
  font-size: 13px;
  font-weight: 800;
  color: rgba(232, 237, 247, 0.9);
  margin-bottom: 10px;
}

.wc-summary-spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.wc-summary-spec-item {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wc-summary-spec-name {
  font-size: 12px;
  color: rgba(232, 237, 247, 0.58);
}

.wc-summary-spec-value {
  font-size: 13px;
  font-weight: 700;
  color: rgba(232, 237, 247, 0.9);
}

.wc-summary-spec-empty {
  font-size: 12px;
  color: rgba(232, 237, 247, 0.58);
}

.wc-weight-row td:last-child,
.wc-weight-row td {
  font-weight: 700;
}

.wc-desktop-config-shell {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 12px;
}

.wc-desktop-category-rail {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 12px;
  align-self: start;
}

.wc-desktop-category-rail .section-title {
  margin-bottom: 0;
}

.wc-desktop-category-rail .category-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.wc-desktop-category-rail .category-btn {
  min-height: 88px;
  padding: 12px 14px;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.wc-desktop-category-rail .category-icon {
  width: 54px;
  height: 46px;
}

.wc-desktop-category-rail .category-icon svg {
  width: 46px;
  height: 46px;
}

.wc-desktop-config-main {
  min-width: 0;
}

.wc-option-anchor {
  scroll-margin-top: 18px;
}

body.wc-config-active .model-viewer {
  min-height: min(56vh, 580px);
}

@media (max-width: 900px) {
  .wc-desktop-config-shell {
    display: block;
    margin-top: 0;
  }

  .wc-desktop-category-rail {
    display: none;
  }

  body.wc-config-active .grid.grid-2 > .card:last-child {
    right: 10px;
    bottom: 76px;
    width: calc(100vw - 20px);
    max-height: min(72vh, 620px);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
  }

  body.wc-summary-open .grid.grid-2 > .card:last-child {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body.wc-config-active .wc-summary-backdrop {
    display: block !important;
  }

  .wc-summary-trigger {
    display: none !important;
  }

  .wc-inline-toolbar {
    padding: 16px;
  }

  .wc-summary-trigger {
    padding: 11px 12px;
    border-radius: 16px;
    gap: 10px;
  }

  .wc-summary-label {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .wc-summary-total {
    font-size: 18px;
    line-height: 1;
  }

  .wc-summary-meta {
    margin-top: 3px;
    font-size: 11px;
  }

  .wc-summary-trigger .btn {
    min-width: 0;
    padding: 10px 12px;
  }

  .wc-summary-cta {
    gap: 6px;
  }

  .wc-summary-cta-text {
    white-space: nowrap;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: clip;
    overscroll-behavior-x: none;
  }

  body.wc-config-active .container,
  body.wc-config-active .grid.grid-2,
  body.wc-config-active .grid.grid-2 > .card:first-child {
    touch-action: pan-y;
    overscroll-behavior-x: none;
  }

  .card.header .select.compact {
    display: none !important;
  }

  body.wc-config-active .card.header,
  body.wc-config-active .wc-inline-toolbar,
  body.wc-config-active .wc-summary-trigger {
    display: none !important;
  }

  .wc-mobile-lang-switch {
    display: inline-flex;
    gap: 6px;
    margin-left: auto;
    padding-top: 10px;
  }

  .wc-mobile-lang-btn {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(232, 237, 247, 0.78);
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .wc-mobile-lang-btn.active {
    border-color: rgba(243, 201, 107, 0.72);
    background: rgba(243, 201, 107, 0.16);
    color: #f6d589;
  }

  .wc-mobile-config-bar {
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    z-index: 38;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(9, 17, 33, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
  }

  .wc-mobile-config-start {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex-wrap: wrap;
  }

  .wc-mobile-config-lang {
    display: inline-flex;
    gap: 6px;
  }

  .wc-mobile-config-lang-btn {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(232, 237, 247, 0.78);
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .wc-mobile-config-lang-btn.active {
    border-color: rgba(243, 201, 107, 0.72);
    background: rgba(243, 201, 107, 0.16);
    color: #f6d589;
  }

  .wc-mobile-viewer-restore-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wc-mobile-viewer-restore-icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .wc-mobile-viewer-restore-text {
    white-space: nowrap;
  }

  .wc-mobile-switch-model,
  .wc-mobile-summary-toggle {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
  }

  .wc-mobile-summary-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    justify-items: stretch;
    padding: 9px 12px 9px 14px;
    border: 1px solid rgba(243, 201, 107, 0.24);
    background:
      radial-gradient(circle at right center, rgba(243, 201, 107, 0.12), transparent 46%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .wc-mobile-summary-toggle:hover,
  .wc-mobile-summary-toggle:active {
    border-color: rgba(243, 201, 107, 0.38);
    background:
      radial-gradient(circle at right center, rgba(243, 201, 107, 0.18), transparent 48%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  }

  .wc-mobile-config-summary {
    min-width: 0;
    text-align: left;
  }

  .wc-mobile-config-total-row,
  .wc-mobile-config-meta-row {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .wc-mobile-config-total {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.05;
    color: rgba(232, 237, 247, 0.96);
    white-space: nowrap;
  }

  .wc-mobile-config-summary-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(243, 201, 107, 0.16);
    color: #f3c96b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .wc-mobile-config-summary-icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .wc-mobile-config-weight {
    font-size: 10.5px;
    line-height: 1.15;
    color: rgba(232, 237, 247, 0.66);
    white-space: nowrap;
    text-align: left;
  }

  body.wc-config-active .container {
    padding-top: 8px;
    padding-bottom: 104px;
  }

  body.wc-config-active .grid.grid-2 > .card:first-child {
    padding: 12px;
    overflow: visible;
  }

  body.wc-config-active .model-viewer {
    position: sticky !important;
    top: calc(env(safe-area-inset-top, 0px) + var(--wc-mobile-config-bar-height, 0px) + 16px) !important;
    z-index: 34 !important;
    width: min(100%, 320px);
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    margin: 0 auto 14px;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
  }

  .wc-mobile-viewer-corner-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(243, 201, 107, 0.24);
    border-radius: 999px;
    background: rgba(9, 17, 33, 0.92);
    color: #f3c96b;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  }

  .wc-mobile-viewer-corner-toggle svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .wc-mobile-viewer-corner-toggle[hidden] {
    display: none !important;
  }

  .wc-mobile-viewer-restore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + var(--wc-mobile-config-bar-height, 0px) + 16px);
    z-index: 34;
    margin: 0 auto 14px;
    padding: 8px 14px;
    border: 1px solid rgba(243, 201, 107, 0.24);
    border-radius: 999px;
    background: rgba(9, 17, 33, 0.96);
    color: rgba(232, 237, 247, 0.88);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  }

  .wc-mobile-viewer-restore[hidden] {
    display: none !important;
  }

  body.wc-mobile-viewer-minimized .model-viewer {
    display: none !important;
  }

  .model-viewer::after {
    left: 10px;
    right: 10px;
    bottom: 7px;
    height: 3px;
  }

  .option-groups {
    gap: 10px;
  }

  .wc-mobile-content-transition .h1,
  .wc-mobile-content-transition .option-groups,
  .wc-mobile-content-transition .option-group {
    will-change: transform;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
  }

  .wc-mobile-content-transition.is-transitioning-next .h1,
  .wc-mobile-content-transition.is-transitioning-next .option-groups,
  .wc-mobile-content-transition.is-transitioning-next .option-group {
    animation: wc-mobile-config-swap-next 460ms cubic-bezier(0.18, 0.86, 0.22, 1);
  }

  .wc-mobile-content-transition.is-transitioning-prev .h1,
  .wc-mobile-content-transition.is-transitioning-prev .option-groups,
  .wc-mobile-content-transition.is-transitioning-prev .option-group {
    animation: wc-mobile-config-swap-prev 460ms cubic-bezier(0.18, 0.86, 0.22, 1);
  }

  .wc-option-anchor {
    scroll-margin-top: calc(var(--wc-mobile-sticky-stack-height, 0px) + 18px);
  }

  .option-group {
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .option-header {
    gap: 8px;
  }

  .option-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .option-code {
    margin-top: 2px;
    font-size: 11px;
  }

  .option-current {
    max-width: 52%;
    padding: 4px 8px;
    font-size: 11px;
  }

  .choice-grid,
  .color-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .choice-btn {
    min-height: 62px;
    gap: 6px;
    padding: 10px;
    border-radius: 12px;
  }

  .choice-main {
    gap: 8px;
  }

  .choice-label {
    font-size: 12px;
    line-height: 1.25;
  }

  .chip-swatch {
    width: 16px;
    height: 16px;
  }

  body.wc-config-active .category-grid {
    display: none !important;
  }

  .wc-hidden-mobile-category-title {
    display: none !important;
  }

  .wc-mobile-category-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 37;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(9, 17, 33, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
  }

  .wc-mobile-category-dock[hidden] {
    display: none !important;
  }

  body.wc-summary-open .wc-mobile-category-dock {
    opacity: 0;
    pointer-events: none;
  }

  .wc-mobile-category-track {
    flex: 1 1 auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .wc-mobile-category-track::-webkit-scrollbar {
    display: none;
  }

  .wc-mobile-category-chip {
    flex: 0 0 auto;
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(232, 237, 247, 0.78);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .wc-mobile-category-chip.active {
    border-color: rgba(243, 201, 107, 0.72);
    background: rgba(243, 201, 107, 0.16);
    color: #f6d589;
  }

  .wc-mobile-category-dock.is-transitioning-next .wc-mobile-category-track {
    animation: wc-mobile-dock-shift-next 280ms ease;
  }

  .wc-mobile-category-dock.is-transitioning-prev .wc-mobile-category-track {
    animation: wc-mobile-dock-shift-prev 280ms ease;
  }

  .wc-mobile-category-chip.is-just-activated,
  .wc-mobile-category-dock.is-transitioning .wc-mobile-category-chip.active {
    animation: wc-mobile-category-chip-highlight 360ms ease;
  }

  .wc-mobile-category-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
  }

  .wc-mobile-category-icon svg {
    width: 18px;
    height: 18px;
    overflow: visible;
  }

  .wc-mobile-category-icon .base {
    opacity: 0.28;
  }

  .wc-mobile-category-icon .accent {
    opacity: 0.96;
  }

  .wc-mobile-category-chip.active .wc-mobile-category-icon .base {
    opacity: 0.34;
  }

  .wc-mobile-category-label {
    display: inline-flex;
    align-items: center;
  }

  .wc-mobile-category-arrow {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(232, 237, 247, 0.86);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .wc-mobile-category-arrow:disabled {
    opacity: 0.28;
  }

  .wc-mobile-category-dock:not(.is-overflowing) .wc-mobile-category-arrow {
    display: none;
  }

  @keyframes wc-mobile-dock-shift-next {
    0% { transform: translateX(0); }
    45% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }

  @keyframes wc-mobile-dock-shift-prev {
    0% { transform: translateX(0); }
    45% { transform: translateX(10px); }
    100% { transform: translateX(0); }
  }

  @keyframes wc-mobile-category-chip-highlight {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 rgba(243, 201, 107, 0);
    }
    40% {
      transform: scale(1.04);
      box-shadow: 0 10px 24px rgba(243, 201, 107, 0.18);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 rgba(243, 201, 107, 0);
    }
  }

  @keyframes wc-mobile-config-swap-next {
    0% {
      transform: perspective(1100px) translate3d(78px, 0, 0) rotate(7.2deg) scale(0.97);
    }
    42% {
      transform: perspective(1100px) translate3d(-20px, 0, 0) rotate(-2.6deg) scale(1.01);
    }
    68% {
      transform: perspective(1100px) translate3d(10px, 0, 0) rotate(1.15deg) scale(0.998);
    }
    86% {
      transform: perspective(1100px) translate3d(-4px, 0, 0) rotate(-0.45deg) scale(1.001);
    }
    100% {
      transform: perspective(1100px) translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
  }

  @keyframes wc-mobile-config-swap-prev {
    0% {
      transform: perspective(1100px) translate3d(-78px, 0, 0) rotate(-7.2deg) scale(0.97);
    }
    42% {
      transform: perspective(1100px) translate3d(20px, 0, 0) rotate(2.6deg) scale(1.01);
    }
    68% {
      transform: perspective(1100px) translate3d(-10px, 0, 0) rotate(-1.15deg) scale(0.998);
    }
    86% {
      transform: perspective(1100px) translate3d(4px, 0, 0) rotate(0.45deg) scale(1.001);
    }
    100% {
      transform: perspective(1100px) translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
  }
}

@media (max-width: 640px) {
  .wc-mobile-config-bar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    padding: 9px;
  }

  .wc-mobile-config-start {
    gap: 5px;
  }

  .wc-model-stage {
    gap: 10px;
    margin-bottom: 14px;
  }

  .wc-stage-header {
    padding: 10px 4px 2px;
  }

  .wc-stage-kicker {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .wc-stage-title {
    margin: 4px 0 6px;
    font-size: 22px;
    line-height: 1.04;
  }

  .wc-stage-copy {
    display: none;
  }

  .wc-model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .wc-model-card {
    gap: 8px;
    padding: 10px 8px 12px;
    border-radius: 16px;
  }

  .wc-model-badge {
    padding: 4px 7px;
    font-size: 9px;
    line-height: 1.15;
  }

  .wc-model-hero {
    height: 84px;
    border-radius: 12px;
  }

  .wc-model-hero svg {
    width: min(92px, 96%);
  }

  .wc-model-name {
    font-size: 16px;
    line-height: 1.1;
  }

  .wc-model-copy {
    display: -webkit-box;
    min-height: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    color: rgba(232, 237, 247, 0.76);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wc-model-points {
    display: none;
  }

  .wc-model-enter {
    padding: 10px 6px;
    min-height: 0;
    font-size: 11px;
    line-height: 1.2;
  }

  .wc-summary-trigger {
    gap: 8px;
    align-items: center;
  }

  .wc-summary-total {
    font-size: 17px;
  }

  .wc-summary-label {
    display: none;
  }

  .wc-summary-meta {
    font-size: 10px;
    line-height: 1.2;
  }

  .wc-summary-trigger .btn {
    padding-inline: 10px;
  }

  .wc-summary-cta-text {
    font-size: 10px;
  }

  .wc-summary-specs {
    margin-top: 14px;
    padding-top: 12px;
  }

  .wc-summary-spec-item {
    padding: 9px 10px;
    border-radius: 12px;
  }

  .wc-summary-spec-name,
  .wc-summary-spec-empty {
    font-size: 11px;
  }

  .wc-summary-spec-value {
    font-size: 12px;
  }

  .option-group {
    padding: 10px;
  }

  .option-title {
    font-size: 13px;
  }

  .option-current {
    max-width: 48%;
    font-size: 10px;
    padding: 4px 7px;
  }

  .choice-grid,
  .color-choice-grid {
    gap: 7px;
  }

  .choice-btn {
    min-height: 58px;
    padding: 9px;
  }

  .choice-label {
    font-size: 11px;
    line-height: 1.22;
  }
}

@media (max-width: 420px) {
  .wc-mobile-config-lang {
    gap: 5px;
  }

  .wc-mobile-config-lang-btn,
  .wc-mobile-switch-model,
  .wc-mobile-summary-toggle {
    padding: 7px 9px;
    font-size: 10px;
  }

  .wc-mobile-config-total {
    font-size: 15px;
  }

  .wc-mobile-config-weight {
    font-size: 10px;
  }

  .wc-mobile-summary-toggle {
    padding: 8px 10px 8px 12px;
  }

  .wc-mobile-config-summary-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .wc-mobile-config-summary-icon svg {
    width: 15px;
    height: 15px;
  }

  .wc-mobile-lang-switch {
    gap: 5px;
    padding-top: 8px;
  }

  .wc-mobile-lang-btn {
    padding: 6px 10px;
    font-size: 11px;
  }

  .wc-stage-title {
    font-size: 20px;
  }

  .wc-model-card {
    padding: 8px 6px 10px;
  }

  .wc-model-badge {
    font-size: 8px;
    padding: 4px 6px;
  }

  .wc-model-hero {
    height: 74px;
  }

  .wc-model-name {
    font-size: 14px;
  }

  .wc-model-copy {
    font-size: 9px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .wc-model-enter {
    font-size: 10px;
    padding: 9px 4px;
  }

  .option-group {
    padding: 9px;
  }

  .option-header {
    align-items: center;
  }

  .option-current {
    max-width: 46%;
  }

  .choice-grid,
  .color-choice-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .choice-btn {
    min-height: 54px;
    padding: 8px;
    border-radius: 10px;
  }

  .choice-label {
    font-size: 10.5px;
  }
}
