:root {
  --gote-bg: #f9fafb;
  --gote-surface: #ffffff;
  --gote-ink: #111827;
  --gote-muted: #6b7280;
  --gote-soft: #f3f4f6;
  --gote-line: #e5e7eb;
  --gote-brand: #4f46e5;
  --gote-brand-2: #6366f1;
  --gote-brand-soft: #eef2ff;
  --gote-accent: #ec4899;
  --gote-good: #059669;
  --gote-danger: #ef4444;
  --gote-radius: 16px;
  --gote-radius-lg: 24px;
  --gote-shadow: 0 1px 2px rgba(15, 23, 42, .06);
  --gote-shadow-hover: 0 18px 42px rgba(79, 70, 229, .14);
}

html,
body {
  background: var(--gote-bg) !important;
  color: var(--gote-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.market-container,
.seo-container,
.workspace,
.seo-footer-grid,
.seo-footer-bottom {
  max-width: 1280px !important;
}

.app-shell,
.marketplace-shell,
.market-workspace,
.workspace {
  background: var(--gote-bg) !important;
}

.market-topbar,
.seo-topbar {
  width: 100% !important;
  border-bottom: 1px solid var(--gote-line) !important;
  background: #111827 !important;
  color: #fff !important;
}

.market-topbar-inner,
.seo-topline {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.market-live-ticker,
.seo-topbar .market-live-ticker {
  border-radius: 0 !important;
  background: transparent !important;
}

.market-header,
.seo-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 40 !important;
  border-bottom: 1px solid var(--gote-line) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06) !important;
  backdrop-filter: blur(16px) !important;
}

.market-header-inner,
.seo-header-inner {
  min-height: 78px !important;
  gap: 22px !important;
}

.market-logo,
.seo-logo {
  gap: 10px !important;
  color: var(--gote-ink) !important;
  text-decoration: none !important;
}

.market-logo-mark,
.seo-logo-mark {
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  display: inline-grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, var(--gote-brand-2), var(--gote-brand)) !important;
  color: #fff !important;
  font-size: 0 !important;
  box-shadow: 0 12px 24px rgba(79, 70, 229, .22) !important;
}

.market-logo-mark::before,
.seo-logo-mark::before {
  content: "\f0e7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
}

.market-logo-text,
.seo-logo-word {
  font-size: 30px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: var(--gote-brand) !important;
}

.market-logo-text span,
.seo-logo-word span {
  color: #111827 !important;
}

.market-header-search,
.seo-search {
  height: 48px !important;
  border: 2px solid #eef0f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.market-category-button,
.seo-search select {
  min-width: 148px !important;
  border: 0 !important;
  border-right: 1px solid var(--gote-line) !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.market-header-search input,
.seo-search input {
  color: var(--gote-ink) !important;
  font-weight: 650 !important;
}

.market-header-search button,
.seo-search button,
.btn.primary,
.seo-publish,
.market-add-btn {
  border-color: var(--gote-brand) !important;
  background: var(--gote-brand) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(79, 70, 229, .22) !important;
}

.market-header-search button:hover,
.seo-search button:hover,
.btn.primary:hover,
.seo-publish:hover,
.market-add-btn:hover {
  background: #4338ca !important;
  color: #fff !important;
}

.market-actions a:not(.market-add-btn),
.seo-action-icon,
.seo-account-link {
  color: #4b5563 !important;
}

.market-category-nav,
.seo-nav {
  border-bottom: 1px solid var(--gote-line) !important;
  background: #fff !important;
}

.market-category-scroll,
.seo-nav-scroll {
  display: flex !important;
  gap: 24px !important;
  overflow-x: auto !important;
  padding: 12px 0 !important;
  scrollbar-width: none !important;
}

.market-category-scroll::-webkit-scrollbar,
.seo-nav-scroll::-webkit-scrollbar {
  display: none;
}

.market-category-scroll a,
.seo-nav-scroll a {
  flex: 0 0 auto !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.market-category-scroll a.active,
.seo-nav-scroll a.active,
.market-category-scroll a:hover,
.seo-nav-scroll a:hover {
  color: var(--gote-brand) !important;
}

.cne-hero {
  border-bottom: 1px solid #f1f3f7 !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(99, 102, 241, .12), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(236, 72, 153, .10), transparent 28%),
    #fff !important;
}

.cne-hero .market-container {
  max-width: 1120px !important;
  padding-top: 72px !important;
  padding-bottom: 56px !important;
  text-align: center !important;
}

.cne-hero-kicker {
  margin: 0 0 14px !important;
  color: var(--gote-brand) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.cne-title {
  max-width: 820px !important;
  margin: 0 auto !important;
  color: var(--gote-ink) !important;
  font-size: clamp(40px, 7vw, 72px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
}

.cne-title span {
  color: var(--gote-brand) !important;
}

.cne-lead {
  max-width: 720px !important;
  margin: 22px auto 0 !important;
  color: #4b5563 !important;
  font-size: clamp(17px, 2vw, 21px) !important;
  line-height: 1.55 !important;
}

.cne-ai-shell {
  max-width: 900px !important;
  margin: 34px auto 0 !important;
}

.cne-ai-search {
  min-height: 72px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, .12) !important;
}

.cne-ai-search input {
  color: var(--gote-ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.cne-ai-search button {
  min-height: 52px !important;
  border-radius: 14px !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.cne-tabs,
.cne-explore-strip {
  justify-content: center !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.cne-explore-strip {
  display: flex !important;
  gap: 14px !important;
  margin: 28px auto 0 !important;
  max-width: 860px !important;
}

.cne-explore-strip a {
  min-width: 116px !important;
  padding: 14px 16px !important;
  display: grid !important;
  gap: 8px !important;
  place-items: center !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #374151 !important;
  text-decoration: none !important;
  box-shadow: var(--gote-shadow) !important;
}

.cne-explore-strip a i {
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--gote-brand-soft) !important;
  color: var(--gote-brand) !important;
}

.cne-section {
  background: var(--gote-bg) !important;
}

.cne-section-head {
  border-bottom: 1px solid var(--gote-line) !important;
  padding-bottom: 18px !important;
}

.cne-section-head h2 {
  color: var(--gote-ink) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
}

.cne-card,
.product-card,
.commerce-listing-card {
  border: 1px solid #eef0f5 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--gote-shadow) !important;
  overflow: hidden !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.cne-card:hover,
.product-card:hover,
.commerce-listing-card:hover {
  transform: translateY(-3px) !important;
  border-color: #c7d2fe !important;
  box-shadow: var(--gote-shadow-hover) !important;
}

.cne-media,
.product-media,
.listing-thumb,
.pdp-main-media,
.product-visual {
  background: linear-gradient(135deg, #f8fafc, #fff) !important;
}

.cne-media img,
.product-media img,
.listing-thumb img,
.pdp-main-media img,
.product-visual img,
.pdp-gallery-thumbs img,
.product-gallery-strip img {
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}

.catalog-layout {
  gap: 28px !important;
  align-items: flex-start !important;
}

.filter-sidebar {
  top: 112px !important;
  width: 280px !important;
  flex: 0 0 280px !important;
}

.filter-panel {
  border: 1px solid var(--gote-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--gote-shadow) !important;
}

.filter-panel .panel-heading h3 {
  color: var(--gote-ink) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.facet-heading span,
.filter-form label > span,
.filter-form-listings label > span {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.filter-form input,
.filter-form select,
.filter-form-listings input,
.filter-form-listings select {
  min-height: 44px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--gote-ink) !important;
  font-weight: 750 !important;
}

.facet-check,
.smart-filter,
.chip {
  min-height: 34px !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #374151 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.facet-check.is-active,
.smart-filter.active,
.chip.active {
  border-color: #c7d2fe !important;
  background: var(--gote-brand-soft) !important;
  color: var(--gote-brand) !important;
}

.catalog-main {
  min-width: 0 !important;
}

.catalog-command-panel,
.catalog-results-toolbar {
  margin-bottom: 18px !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--gote-shadow) !important;
}

.catalog-command-panel h2,
.catalog-results-toolbar h2 {
  color: var(--gote-ink) !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  line-height: 1.1 !important;
}

.catalog-main .catalog-results .product-grid:not(.product-list-view),
.listing-results .listing-grid:not(.listing-list-view),
.product-grid:not(.product-list-view) {
  grid-template-columns: repeat(auto-fill, minmax(244px, 1fr)) !important;
  gap: 20px !important;
}

.catalog-main .catalog-results .product-card,
.product-grid:not(.product-list-view) > .product-card {
  height: auto !important;
  min-height: 438px !important;
  display: flex !important;
  flex-direction: column !important;
  content-visibility: auto !important;
  contain-intrinsic-size: auto 438px !important;
}

.product-card-main {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  height: auto !important;
  text-decoration: none !important;
}

.catalog-main .catalog-results .product-media,
.product-grid:not(.product-list-view) > .product-card .product-media {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border-bottom: 1px solid #f1f3f7 !important;
  padding: 18px !important;
}

.catalog-main .catalog-results .product-media img,
.product-grid:not(.product-list-view) > .product-card .product-media img,
.product-media img {
  inset: 18px !important;
  width: calc(100% - 36px) !important;
  height: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  max-height: calc(100% - 36px) !important;
  object-fit: contain !important;
}

.product-badge-row,
.listing-badge-row {
  top: 12px !important;
  left: 12px !important;
  right: 58px !important;
}

.score-badge,
.listing-badge,
.micro-signal,
.listing-micro-row span {
  border-radius: 8px !important;
  letter-spacing: 0 !important;
}

.score-badge.discount {
  background: #ef4444 !important;
  color: #fff !important;
  border-color: #ef4444 !important;
}

.score-badge.good {
  background: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}

.listing-badge {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827 !important;
}

.score-badge.warn {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827 !important;
}

.score-badge.compare,
.score-badge.neutral,
.score-badge.low {
  background: var(--gote-brand-soft) !important;
  color: var(--gote-brand) !important;
  border-color: #c7d2fe !important;
}

.product-card-save,
.listing-card-save,
.pdp-save-button {
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
  color: #9ca3af !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
}

.product-card-save:hover,
.listing-card-save:hover,
.pdp-save-button:hover {
  color: #ef4444 !important;
}

.product-body {
  flex: 1 1 auto !important;
  gap: 8px !important;
  padding: 14px 16px 12px !important;
}

.product-seller-line,
.listing-seller-line {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.product-seller-line i {
  color: var(--gote-brand) !important;
}

.product-body > strong,
.listing-title-link {
  color: var(--gote-ink) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  min-height: 38px !important;
}

.product-card:hover .product-body > strong,
.listing-title-link:hover {
  color: var(--gote-brand) !important;
}

.product-detail-line {
  display: none !important;
}

.product-micro-row,
.listing-micro-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  overflow: visible !important;
}

.micro-signal {
  max-width: 100% !important;
  min-height: 25px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  color: #047857 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  background: #ecfdf5 !important;
  border-color: #a7f3d0 !important;
  font-size: 11px !important;
}

.product-spec-grid {
  display: none !important;
}

.price-row {
  margin-top: auto !important;
}

.price-row small {
  color: #9ca3af !important;
}

.price-row span,
.listing-price-main {
  color: var(--gote-ink) !important;
  font-size: 24px !important;
  font-weight: 950 !important;
}

.is-old-price,
.cne-old-price {
  color: #9ca3af !important;
  text-decoration: line-through !important;
}

.price-health-widget.product-market-note {
  min-height: 0 !important;
  margin-top: 8px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
}

.price-health-chart,
.price-health-foot {
  display: none !important;
}

.product-actions,
.catalog-main .catalog-results .product-actions,
.listing-action-row,
.listing-results .listing-grid:not(.listing-list-view) .listing-action-row {
  position: static !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 0 !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid #f1f3f7 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.product-actions a,
.catalog-main .catalog-results .product-actions a,
.listing-action-row .btn,
.listing-results .listing-grid:not(.listing-list-view) .listing-action-row .btn {
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #374151 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.product-actions a.action-btn-primary,
.product-actions a:first-child,
.listing-action-row .btn.primary {
  background: var(--gote-brand) !important;
  color: #fff !important;
}

.product-actions a:not(.action-btn-primary):not(:first-child),
.listing-action-row .btn:not(.primary) {
  min-width: 84px !important;
  border-left: 1px solid #f1f3f7 !important;
}

.product-actions a:hover,
.listing-action-row .btn:hover {
  background: #4338ca !important;
  color: #fff !important;
}

.commerce-listing-card {
  height: auto !important;
  min-height: 430px !important;
  display: flex !important;
  flex-direction: column !important;
}

.commerce-listing-card .listing-thumb {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-bottom: 1px solid #f1f3f7 !important;
}

.listing-card-content {
  flex: 1 1 auto !important;
  padding: 14px 16px !important;
}

.listing-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.listing-feature-grid span {
  border-radius: 10px !important;
  background: #f8fafc !important;
}

.pdp-breadcrumb {
  margin: 0 0 18px !important;
  color: #6b7280 !important;
  font-size: 14px !important;
}

.pdp-product-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

.pdp-gallery-panel,
.pdp-buy-panel,
.pdp-chart-card,
.pdp-offers-card,
.pdp-info-card,
.pdp-insight-card,
.pdp-related-section {
  border: 1px solid var(--gote-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--gote-shadow) !important;
}

.pdp-gallery-panel {
  padding: 16px !important;
}

.pdp-main-media {
  aspect-ratio: 1 / 1 !important;
  border: 1px solid #eef0f5 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.pdp-main-media img {
  inset: 22px !important;
  width: calc(100% - 44px) !important;
  height: calc(100% - 44px) !important;
}

.pdp-floating-badge {
  border-radius: 8px !important;
  background: #111827 !important;
  color: #fff !important;
}

.pdp-gallery-thumbs button,
.pdp-more-thumbs {
  border-radius: 12px !important;
  border-color: var(--gote-line) !important;
  background: #fff !important;
}

.pdp-gallery-thumbs button.active {
  border-color: var(--gote-brand) !important;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, .12) !important;
}

.pdp-buy-panel {
  padding: 8px 0 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.pdp-brand {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.pdp-buy-panel h1 {
  color: var(--gote-ink) !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.pdp-ai-verdict {
  border: 1px solid #a7f3d0 !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(167, 243, 208, .7), transparent 38%),
    #ecfdf5 !important;
  box-shadow: var(--gote-shadow) !important;
}

.pdp-ai-verdict h2 {
  color: #065f46 !important;
}

.pdp-ai-verdict p {
  color: #047857 !important;
  font-weight: 700 !important;
}

.pdp-price-row {
  border-bottom: 1px solid var(--gote-line) !important;
}

.pdp-price-row strong {
  color: var(--gote-ink) !important;
  font-size: clamp(36px, 5vw, 52px) !important;
}

.pdp-price-row span {
  border-radius: 10px !important;
  background: #f3f4f6 !important;
  color: #9ca3af !important;
  text-decoration: line-through !important;
}

.pdp-price-actions .btn,
.pdp-offer-row .btn,
.product-sticky-actions .btn {
  border-radius: 12px !important;
  font-weight: 900 !important;
}

.pdp-specs-quick {
  border-radius: 18px !important;
  background: #fff !important;
}

.pdp-specs-quick li {
  color: #374151 !important;
}

.pdp-chart-card {
  padding: 24px !important;
}

.pdp-chart-wrap {
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff, #f8fafc) !important;
}

.pdp-price-chart,
.price-stock-chart {
  width: 100% !important;
  min-height: 260px !important;
}

.pdp-chart-line,
.chart-line {
  stroke: var(--gote-brand) !important;
  stroke-width: 4 !important;
}

.pdp-chart-area,
.chart-area {
  fill: rgba(99, 102, 241, .13) !important;
}

.pdp-offers-card {
  overflow: hidden !important;
}

.pdp-offer-tabs {
  border-bottom: 1px solid var(--gote-line) !important;
  background: #f9fafb !important;
}

.pdp-offer-tabs button {
  border-radius: 12px 12px 0 0 !important;
}

.pdp-offer-tabs button.active {
  background: #fff !important;
  color: var(--gote-brand) !important;
  border-bottom-color: var(--gote-brand) !important;
}

.pdp-offer-row {
  padding: 22px 24px !important;
}

.pdp-offer-row:hover {
  background: #f9fafb !important;
}

.pdp-offer-price strong {
  color: var(--gote-ink) !important;
}

.pdp-info-card {
  padding: 24px !important;
}

.attribute-list article,
.description-list li {
  border-color: var(--gote-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.description-copy,
.description-list li {
  color: #374151 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.seo-footer,
.market-footer {
  border-top: 1px solid var(--gote-line) !important;
  background: #fff !important;
}

.seo-footer a,
.market-footer a {
  color: #4b5563 !important;
}

.seo-footer a:hover,
.market-footer a:hover {
  color: var(--gote-brand) !important;
}

@media (max-width: 980px) {
  .market-header-inner,
  .seo-header-inner {
    min-height: 88px !important;
    gap: 12px !important;
  }

  .market-logo-text,
  .seo-logo-word {
    font-size: 28px !important;
  }

  .market-header-search,
  .seo-search {
    order: 2 !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .market-category-button,
  .seo-search select,
  .market-header-search button,
  .seo-search button {
    display: none !important;
  }

  .market-actions a:not(.market-add-btn),
  .seo-action-icon,
  .seo-account-link {
    display: none !important;
  }

  .cne-hero .market-container {
    padding-top: 44px !important;
  }

  .cne-title {
    font-size: 42px !important;
  }

  .cne-ai-search {
    min-height: 60px !important;
    border-radius: 18px !important;
    padding: 6px !important;
  }

  .cne-ai-search button {
    display: none !important;
  }

  .cne-explore-strip {
    justify-content: flex-start !important;
    padding-bottom: 4px !important;
  }

  .filter-sidebar {
    width: auto !important;
    flex: auto !important;
    top: auto !important;
  }

  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .listing-results .listing-grid:not(.listing-list-view),
  .product-grid:not(.product-list-view) {
    grid-template-columns: 1fr !important;
  }

  .catalog-main .catalog-results .product-card,
  .product-grid:not(.product-list-view) > .product-card {
    min-height: 0 !important;
  }

  .product-actions,
  .catalog-main .catalog-results .product-actions,
  .listing-action-row,
  .listing-results .listing-grid:not(.listing-list-view) .listing-action-row {
    grid-template-columns: 1fr !important;
  }

  .product-actions a:not(.action-btn-primary):not(:first-child),
  .listing-action-row .btn:not(.primary) {
    display: none !important;
  }

  .pdp-product-shell {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .pdp-context-grid {
    grid-template-columns: 1fr !important;
  }

  .pdp-price-actions {
    width: 100% !important;
  }

  .pdp-price-actions .btn {
    width: 100% !important;
  }

  .product-sticky-actions.pdp-sticky-actions {
    position: fixed !important;
    top: auto !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 76px !important;
    z-index: 30 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 18px !important;
    margin: 16px 0 !important;
    padding: 8px !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(16px) !important;
  }

  .product-sticky-actions.pdp-sticky-actions > div,
  .product-sticky-actions.pdp-sticky-actions .btn:not(.primary) {
    display: none !important;
  }

  .product-sticky-actions.pdp-sticky-actions .btn.primary {
    width: 100% !important;
    min-height: 48px !important;
  }

  .pdp-offer-row {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 981px) {
  .catalog-layout.filters-collapsed .catalog-main .catalog-results .product-grid:not(.product-list-view) {
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)) !important;
  }
}

.catalog-main .catalog-results .product-actions a.action-btn-primary,
.product-grid:not(.product-list-view) > .product-card .product-actions a.action-btn-primary,
.product-actions a.action-btn-primary {
  background: var(--gote-brand) !important;
  color: #fff !important;
  border-color: var(--gote-brand) !important;
}

.catalog-main .catalog-results .product-actions a:not(.action-btn-primary),
.product-grid:not(.product-list-view) > .product-card .product-actions a:not(.action-btn-primary),
.product-actions a:not(.action-btn-primary) {
  background: #fff !important;
  color: #374151 !important;
  border-color: #f1f3f7 !important;
}

.catalog-main .catalog-results .product-actions a:hover,
.product-grid:not(.product-list-view) > .product-card .product-actions a:hover,
.product-actions a:hover {
  background: #4338ca !important;
  color: #fff !important;
}

/* Mockup 2026 alignment: shared app header, catalog pages and PDP */
.gote-ui-container {
  width: min(100% - 32px, 1216px);
  margin: 0 auto;
}

.gote-utility-bar {
  display: block;
  border-bottom: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
}

.gote-utility-bar .gote-ui-container,
.gote-utility-left,
.gote-utility-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gote-utility-bar .gote-ui-container {
  justify-content: space-between;
  min-height: 30px;
}

.gote-utility-bar a {
  color: inherit;
  text-decoration: none;
}

.gote-utility-bar a:hover {
  color: var(--gote-brand);
}

.gote-utility-left i {
  color: #10b981;
}

.gote-utility-divider {
  width: 1px;
  height: 16px;
  background: #d1d5db;
}

.gote-ro-flag {
  width: 18px;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
  background: linear-gradient(90deg, #002b7f 0 33.33%, #fcd116 33.33% 66.66%, #ce1126 66.66% 100%);
}

.gote-app-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
  backdrop-filter: blur(12px);
}

.gote-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.gote-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #4b5563;
  font-size: 22px;
}

.gote-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  text-decoration: none;
}

.gote-logo-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  box-shadow: 0 12px 24px rgba(79, 70, 229, .24);
}

.gote-logo-word {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #4f46e5;
}

.gote-logo-word span {
  color: #111827;
}

.gote-header-search {
  flex: 1 1 auto;
  max-width: 680px;
  min-width: 260px;
  height: 48px;
  display: flex;
  align-items: stretch;
  border-radius: 14px;
  overflow: visible;
  background: #f3f4f6;
  border: 2px solid #f3f4f6;
}

.gote-catalog-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  border: 0;
  border-right: 1px solid #374151;
  border-radius: 12px 0 0 12px;
  padding: 0 18px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.gote-catalog-wrap {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.gote-catalog-mega {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  width: min(800px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 0 16px 16px 16px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.gote-catalog-wrap:hover .gote-catalog-mega,
.gote-catalog-wrap:focus-within .gote-catalog-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gote-catalog-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px;
  background: #f9fafb;
  border-right: 1px solid #f1f3f7;
}

.gote-catalog-tabs a {
  min-height: 44px;
  display: grid;
  grid-template-columns: 24px 1fr 16px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 12px;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.gote-catalog-tabs a:hover,
.gote-catalog-tabs a.active {
  background: #fff;
  color: #4f46e5;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.gote-catalog-panel {
  padding: 24px 28px 28px;
}

.gote-catalog-panel h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f3f7;
  color: #111827;
  font-size: 18px;
  font-weight: 950;
}

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

.gote-catalog-columns section {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gote-catalog-columns h4 {
  margin: 0 0 2px;
  color: #111827;
  font-size: 14px;
  font-weight: 950;
}

.gote-catalog-columns a {
  color: #6b7280;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.gote-catalog-columns a:hover {
  color: #4f46e5;
}

.gote-search-field {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.gote-search-field input,
.gote-mobile-search input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-weight: 650;
}

.gote-search-field input {
  padding: 0 16px;
}

.gote-search-submit,
.gote-mobile-search button {
  width: 52px;
  border: 0;
  margin: 6px;
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.gote-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gote-header-actions a {
  min-width: 56px;
  min-height: 50px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 700;
}

.gote-header-actions a:hover {
  background: #f3f4f6;
  color: #4f46e5;
}

.gote-header-actions i {
  font-size: 21px;
}

.gote-header-actions small {
  font-size: 10px;
}

.gote-action-dot {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ef4444;
}

.gote-header-actions .gote-add-listing {
  min-width: 166px;
  min-height: 42px;
  flex-direction: row;
  gap: 8px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ec4899;
  color: #fff;
  box-shadow: 0 14px 28px rgba(236, 72, 153, .26);
  font-size: 14px;
  font-weight: 900;
}

.gote-header-actions .gote-add-listing:hover {
  background: #db2777;
  color: #fff;
}

.gote-mobile-search-row {
  display: none;
}

.gote-category-nav {
  border-top: 1px solid #f3f4f6;
  background: #fff;
}

.gote-category-scroll {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.gote-category-scroll::-webkit-scrollbar {
  display: none;
}

.gote-category-scroll a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.gote-category-scroll a.accent,
.gote-category-scroll a.active,
.gote-category-scroll a:hover {
  color: #4f46e5;
}

.gote-category-scroll a.accent {
  color: #db2777;
}

.gote-category-scroll a span {
  padding: 2px 7px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #4f46e5;
  font-size: 10px;
  font-weight: 900;
}

.gote-live-strip {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #1f2937;
  background: #111827;
  color: #fff;
}

.gote-live-strip::before {
  content: "LIVE RADAR";
  position: relative;
  z-index: 2;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px 0 36px;
  border-right: 1px solid #374151;
  background: #111827;
  color: #ec4899;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.gote-live-strip::after {
  content: "";
  position: absolute;
  left: 18px;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ec4899;
}

.gote-live-strip .market-live-ticker {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.gote-live-strip .market-live-ticker-track {
  animation-duration: 95s !important;
}

.gote-live-strip .market-live-ticker-item {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.gote-live-strip .market-live-ticker-item b {
  color: #34d399 !important;
}

.gote-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(15, 23, 42, .52);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.gote-mobile-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gote-mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 100;
  width: min(86vw, 360px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 24px 0 80px rgba(15, 23, 42, .24);
  transform: translateX(-110%);
  transition: transform .25s ease;
}

.gote-mobile-drawer.is-open {
  transform: translateX(0);
}

.gote-drawer-head,
.gote-drawer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gote-drawer-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #f3f4f6;
  color: #4b5563;
}

.gote-drawer-actions a {
  flex: 1 1 0;
  min-height: 74px;
  display: grid;
  place-items: center;
  gap: 5px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #4b5563;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.gote-drawer-links {
  display: grid;
  gap: 5px;
}

.gote-drawer-links strong {
  margin: 8px 0;
  color: #9ca3af;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gote-drawer-links a {
  padding: 13px 14px;
  border-radius: 14px;
  color: #374151;
  text-decoration: none;
  font-weight: 850;
}

.gote-drawer-links a:hover {
  background: #eef2ff;
  color: #4f46e5;
}

.gote-drawer-publish {
  display: block;
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ec4899;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.gote-site-footer {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.gote-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0;
}

.gote-footer-grid section {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gote-footer-grid h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.gote-footer-grid a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}

.gote-footer-grid a:hover {
  color: #4f46e5;
}

.gote-footer-brand p {
  max-width: 360px;
  color: #6b7280;
  line-height: 1.65;
}

.gote-footer-bottom {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #f3f4f6;
  color: #9ca3af;
  font-size: 13px;
}

.gote-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.gote-footer-bottom a {
  color: #6b7280;
  text-decoration: none;
}

.gote-bottom-nav {
  display: none;
}

.cne-hero {
  background:
    radial-gradient(circle at 10% 18%, rgba(216, 180, 254, .24), transparent 25%),
    radial-gradient(circle at 84% 8%, rgba(165, 180, 252, .18), transparent 24%),
    radial-gradient(circle at 28% 78%, rgba(249, 168, 212, .14), transparent 26%),
    #fff !important;
}

.cne-hero .market-container {
  padding-top: 50px !important;
  padding-bottom: 68px !important;
}

.cne-title {
  max-width: 760px !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.02 !important;
}

.cne-title span {
  color: transparent !important;
  background: linear-gradient(90deg, #4f46e5, #7c3aed) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.cne-lead {
  max-width: 720px !important;
  margin-top: 18px !important;
  font-size: clamp(18px, 2vw, 21px) !important;
}

.cne-tabs {
  margin-top: 30px !important;
}

.cne-tabs a {
  border-radius: 999px !important;
  padding: 12px 22px !important;
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  color: #374151 !important;
  font-weight: 850 !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
}

.cne-tabs a.active {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .16) !important;
}

.cne-explore-strip {
  justify-content: flex-start !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 4px 0 28px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.cne-explore-strip a {
  width: 96px !important;
  min-width: 96px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cne-explore-strip a i {
  width: 64px !important;
  height: 64px !important;
  border-radius: 18px !important;
  border: 1px solid #dbeafe !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-size: 25px !important;
}

.cne-stats {
  margin-top: 22px !important;
}

.cne-section {
  max-width: 1216px !important;
  margin: 0 auto !important;
  padding: 40px 16px !important;
}

.cne-section-head {
  align-items: center !important;
}

.cne-section-head h2 {
  color: #4f46e5 !important;
  font-size: 18px !important;
}

.catalog-layout {
  width: min(100% - 32px, 1216px) !important;
  margin: 0 auto !important;
  padding-top: 32px !important;
}

.filter-toggle {
  border-color: #dbeafe !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .08) !important;
}

.filter-panel {
  border-radius: 14px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05) !important;
}

.filter-panel .panel-heading {
  border-bottom: 1px solid #e5e7eb !important;
}

.filter-panel .panel-heading h3 {
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.facet-check {
  border-radius: 10px !important;
  justify-content: flex-start !important;
}

.facet-box {
  border-radius: 5px !important;
}

.facet-count {
  margin-left: auto !important;
  border-radius: 999px !important;
  background: #eef2f7 !important;
}

.catalog-command-panel {
  margin-bottom: 20px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.catalog-toolbar-copy .eyebrow {
  display: none !important;
}

.catalog-command-panel h2 {
  font-size: clamp(24px, 3vw, 28px) !important;
  line-height: 1.15 !important;
}

.catalog-quick-sort {
  align-self: start !important;
}

.catalog-quick-sort label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.catalog-quick-sort label > span {
  color: #6b7280 !important;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.catalog-quick-sort select {
  min-width: 260px !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.catalog-smart-rail {
  margin-top: 14px !important;
}

.product-card {
  border-radius: 16px !important;
}

.catalog-main .catalog-results .product-grid:not(.product-list-view),
.product-grid:not(.product-list-view) {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 20px !important;
}

.catalog-main .catalog-results .product-card,
.product-grid:not(.product-list-view) > .product-card {
  min-height: 420px !important;
}

.catalog-main .catalog-results .product-media,
.product-grid:not(.product-list-view) > .product-card .product-media {
  aspect-ratio: 1.24 / 1 !important;
  padding: 22px !important;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6) !important;
}

.product-body > strong {
  font-size: 15px !important;
  min-height: 42px !important;
}

.product-seller-line {
  order: -1 !important;
}

.product-micro-row {
  margin-top: 4px !important;
}

.micro-signal {
  min-height: 28px !important;
  padding: 0 10px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
}

.price-row {
  margin-top: 4px !important;
}

.price-row span {
  font-size: 25px !important;
}

.price-health-widget.product-market-note {
  display: none !important;
}

.product-actions {
  min-height: 0 !important;
}

.product-actions a {
  min-height: 42px !important;
}

.pdp-product-shell {
  width: min(100% - 32px, 1216px) !important;
  margin: 0 auto 32px !important;
  padding: 32px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05) !important;
}

.pdp-breadcrumb {
  width: min(100% - 32px, 1216px) !important;
  margin: 18px auto 24px !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
}

.pdp-gallery-panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pdp-buy-panel {
  padding-top: 0 !important;
}

.pdp-chart-card,
.pdp-offers-card,
.pdp-insight-grid,
.pdp-content-grid,
.pdp-related-section {
  width: min(100% - 32px, 1216px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pdp-chart-card {
  margin-top: 0 !important;
}

.pdp-main-media {
  background: linear-gradient(135deg, #f9fafb, #f3f4f6) !important;
}

.pdp-price-actions .btn.primary {
  min-width: 166px !important;
}

@media (max-width: 1024px) {
  .gote-utility-bar {
    display: none;
  }

  .gote-app-header {
    position: relative;
  }

  .gote-header-inner {
    min-height: 112px;
    align-items: flex-start;
    padding-top: 24px;
    gap: 14px;
  }

  .gote-menu-button {
    display: inline-grid;
    place-items: center;
    order: 0;
  }

  .gote-logo {
    order: 1;
  }

  .gote-logo-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .gote-logo-word {
    font-size: 32px;
  }

  .gote-header-search {
    display: none;
  }

  .gote-catalog-mega {
    display: none;
  }

  .gote-header-actions {
    margin-left: auto;
    order: 2;
  }

  .gote-header-actions a:not(.gote-add-listing) {
    display: none;
  }

  .gote-header-actions .gote-add-listing {
    min-width: 72px;
    width: 72px;
    height: 72px;
    min-height: 72px;
    padding: 0;
    border-radius: 24px;
    background: #ec4899;
  }

  .gote-header-actions .gote-add-listing span {
    display: none;
  }

  .gote-header-actions .gote-add-listing i {
    font-size: 28px;
  }

  .gote-mobile-search-row {
    display: block;
    padding: 0 32px 24px;
  }

  .gote-mobile-search {
    height: 88px;
    display: flex;
    border: 2px solid #e5e7eb;
    border-radius: 22px;
    background: #f9fafb;
    overflow: hidden;
  }

  .gote-mobile-search input {
    padding: 0 28px;
    font-size: 20px;
  }

  .gote-mobile-search button {
    width: 72px;
    height: 72px;
    margin: 7px;
    border-radius: 18px;
    font-size: 26px;
  }

  .gote-category-scroll {
    gap: 28px;
    padding: 18px 32px;
    width: 100%;
  }

  .gote-category-scroll a {
    font-size: 20px;
  }

  .gote-live-strip,
  .gote-live-strip .market-live-ticker {
    height: 40px;
  }

  .cne-hero .market-container {
    padding: 62px 32px 68px !important;
  }

  .cne-title {
    font-size: 48px !important;
  }

  .cne-lead {
    font-size: 24px !important;
  }

  .cne-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
  }

  .cne-tabs a {
    font-size: 20px !important;
    padding: 16px 24px !important;
  }

  .catalog-layout {
    width: min(100% - 40px, 760px) !important;
    padding-top: 28px !important;
  }

  .catalog-command-panel {
    padding: 26px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08) !important;
  }

  .catalog-command-panel h2 {
    font-size: 34px !important;
  }

  .catalog-quick-sort,
  .catalog-quick-sort label,
  .catalog-quick-sort select {
    width: 100% !important;
  }

  .catalog-main .catalog-results .product-card,
  .product-grid:not(.product-list-view) > .product-card {
    border-radius: 24px !important;
    min-height: 0 !important;
  }

  .catalog-main .catalog-results .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    aspect-ratio: 1 / .92 !important;
    padding: 28px !important;
  }

  .product-body {
    padding: 22px 26px !important;
  }

  .product-body > strong {
    font-size: 20px !important;
  }

  .price-row span {
    font-size: 30px !important;
  }

  .product-actions a {
    min-height: 56px !important;
    font-size: 16px !important;
  }

  .pdp-product-shell {
    width: min(100% - 32px, 760px) !important;
    padding: 28px !important;
    grid-template-columns: 1fr !important;
  }

  .pdp-buy-panel h1 {
    font-size: 36px !important;
  }

  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-insight-grid,
  .pdp-content-grid,
  .pdp-related-section {
    width: min(100% - 32px, 760px) !important;
  }

  .product-sticky-actions.pdp-sticky-actions {
    bottom: 82px !important;
  }
}

@media (max-width: 520px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .gote-ui-container,
  .gote-header-inner,
  .gote-mobile-search-row,
  .gote-category-scroll,
  .catalog-layout,
  .catalog-main,
  .catalog-command-panel,
  .catalog-results,
  .product-grid,
  .product-card {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .gote-ui-container {
    width: 100% !important;
  }

  .gote-header-inner {
    min-height: 94px;
    padding: 16px 16px 0;
    gap: 10px;
  }

  .gote-menu-button {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .gote-logo-word {
    font-size: 25px;
  }

  .gote-logo-icon {
    width: 36px;
    height: 36px;
  }

  .gote-header-actions .gote-add-listing {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    border-radius: 18px;
  }

  .gote-mobile-search-row {
    padding: 0 16px 18px;
  }

  .gote-mobile-search {
    height: 64px;
    border-radius: 20px;
  }

  .gote-mobile-search input {
    padding: 0 22px;
    font-size: 17px;
  }

  .gote-mobile-search button {
    width: 52px;
    height: 52px;
    margin: 4px;
    border-radius: 15px;
    font-size: 20px;
  }

  .gote-category-scroll {
    gap: 24px;
    padding: 14px 16px;
  }

  .gote-category-scroll a {
    font-size: 17px;
  }

  .gote-live-strip::before {
    padding-left: 16px;
    padding-right: 14px;
  }

  .cne-hero .market-container {
    padding: 58px 32px 68px !important;
  }

  .cne-title {
    font-size: 42px !important;
  }

  .cne-lead {
    font-size: 22px !important;
    line-height: 1.45 !important;
  }

  .cne-explore-strip {
    overflow-x: auto !important;
    padding-left: 32px !important;
  }

  .cne-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .catalog-layout {
    width: 100% !important;
    padding: 24px 12px 0 !important;
    overflow: hidden !important;
  }

  .filter-toggle {
    width: 100% !important;
    min-height: 58px !important;
    justify-content: center !important;
    font-size: 18px !important;
  }

  .catalog-command-panel h2 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    font-size: 26px !important;
    line-height: 1.08 !important;
  }

  .catalog-command-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    padding: 24px 16px !important;
    overflow: hidden !important;
  }

  .catalog-toolbar-copy,
  .catalog-quick-sort,
  .catalog-command-panel > .catalog-smart-rail {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .catalog-quick-sort {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .catalog-quick-sort label,
  .catalog-quick-sort select,
  .catalog-quick-sort .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .product-grid:not(.product-list-view) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pdp-product-shell,
  .pdp-breadcrumb,
  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-insight-grid,
  .pdp-content-grid,
  .pdp-related-section {
    width: calc(100% - 32px) !important;
  }
}
