: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);
}

.account-recommendation-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 18px !important;
}

.account-recommendation-card,
.account-recommendation-empty {
  display: grid !important;
  gap: 14px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07) !important;
  overflow: hidden !important;
}

.account-recommendation-empty {
  padding: 18px !important;
}

.account-rec-media {
  aspect-ratio: 4 / 3 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  background: linear-gradient(135deg, #f8fafc, #fff) !important;
  color: #94a3b8 !important;
  text-decoration: none !important;
}

.account-rec-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.account-rec-body {
  display: grid !important;
  gap: 10px !important;
  padding: 0 16px 16px !important;
}

.account-rec-kicker {
  color: #047857 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.account-rec-title {
  min-height: 44px !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.account-rec-title:hover {
  color: #4f46e5 !important;
}

.account-rec-price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.account-rec-price strong {
  color: #111827 !important;
  font-size: 24px !important;
  font-weight: 950 !important;
}

.account-rec-old-price {
  color: #9ca3af !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: line-through !important;
}

.account-rec-signals {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.account-rec-signals span {
  min-height: 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #dbeafe !important;
  border-radius: 999px !important;
  padding: 0 9px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

@media (max-width: 620px) {
  .account-recommendation-grid {
    grid-template-columns: 1fr !important;
  }

  .account-rec-body {
    padding: 0 14px 14px !important;
  }
}

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;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !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;
  }
}

/* Production visual unification pass - 2026-05-23 */
:root {
  --gote-app-bg: #f7f8fb;
  --gote-card-line: #e3e8f0;
  --gote-card-soft: #f6f8fb;
  --gote-card-ink: #0f172a;
  --gote-card-muted: #667085;
  --gote-primary: #4f46e5;
  --gote-primary-dark: #4338ca;
  --gote-pink: #ec4899;
  --gote-green: #059669;
  --gote-orange: #b45309;
  --gote-blue: #2563eb;
}

body {
  background: var(--gote-app-bg) !important;
}

.gote-app-header,
.gote-site-footer,
.catalog-command-panel,
.filter-panel,
.vertical-intro-panel,
.pdp-product-shell,
.pdp-chart-card,
.pdp-offers-card,
.pdp-related-section,
.panel.section-panel {
  border-color: var(--gote-card-line) !important;
}

.gote-app-header {
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04) !important;
}

.gote-logo-icon {
  border-radius: 12px !important;
  background: linear-gradient(135deg, #6d5dfc 0%, #4f46e5 62%, #0f172a 100%) !important;
  box-shadow: 0 14px 28px rgba(79, 70, 229, .28) !important;
}

.gote-logo-word {
  color: #4f46e5 !important;
}

.gote-logo-word span {
  color: #0f172a !important;
}

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

.gote-live-strip .market-live-ticker-item {
  gap: 8px !important;
}

.gote-category-nav {
  overflow: hidden !important;
}

.gote-category-scroll {
  scroll-snap-type: x proximity !important;
}

.gote-category-scroll a {
  scroll-snap-align: start !important;
}

.cne-title {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.cne-lead {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

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

.gote-home-product-grid {
  align-items: stretch !important;
}

.gote-home-product-grid .product-card,
.catalog-main .catalog-results .product-card,
.product-grid:not(.product-list-view) > .product-card {
  min-height: 392px !important;
  border: 1px solid var(--gote-card-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .045) !important;
}

.gote-home-product-grid .product-card:hover,
.catalog-main .catalog-results .product-card:hover,
.product-grid:not(.product-list-view) > .product-card:hover,
.commerce-listing-card:hover {
  transform: translateY(-2px) !important;
  border-color: #c7d2fe !important;
  box-shadow: 0 20px 48px rgba(79, 70, 229, .13) !important;
}

.gote-home-product-grid .product-card-main,
.catalog-main .catalog-results .product-card-main,
.product-grid:not(.product-list-view) > .product-card .product-card-main {
  display: grid !important;
  grid-template-rows: 176px minmax(0, 1fr) !important;
  height: 100% !important;
}

.gote-home-product-grid .product-media,
.catalog-main .catalog-results .product-media,
.product-grid:not(.product-list-view) > .product-card .product-media {
  aspect-ratio: auto !important;
  min-height: 0 !important;
  height: 176px !important;
  padding: 18px !important;
  border-bottom: 1px solid #eef2f7 !important;
  background: linear-gradient(135deg, #fafafa 0%, #f5f7fb 100%) !important;
}

.product-media img,
.cne-media img,
.listing-thumb img,
.pdp-main-media img,
.pdp-gallery-thumbs img {
  width: calc(100% - 36px) !important;
  height: calc(100% - 36px) !important;
  inset: 18px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.gote-home-product-grid .product-body,
.catalog-main .catalog-results .product-body,
.product-grid:not(.product-list-view) > .product-card .product-body {
  padding: 13px 14px 12px !important;
  gap: 8px !important;
}

.product-seller-line {
  min-height: 18px !important;
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.product-body > strong,
.listing-title-link {
  color: var(--gote-card-ink) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.product-body > strong {
  min-height: 38px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.product-detail-line,
.product-spec-grid {
  gap: 6px !important;
}

.product-detail-line span,
.product-spec-grid span,
.listing-micro-row span,
.listing-feature-grid span {
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

.product-spec-grid small {
  color: #94a3b8 !important;
}

.product-micro-row,
.listing-micro-row {
  gap: 6px !important;
}

.micro-signal,
.score-badge,
.listing-badge,
.trust-pill,
.product-chip,
.result-pill,
.section-pill {
  min-height: 26px !important;
  border-radius: 999px !important;
  padding: 0 9px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

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

.score-badge.good,
.micro-signal.good,
.listing-micro-row span.good {
  background: #ecfdf5 !important;
  border-color: #a7f3d0 !important;
  color: #047857 !important;
}

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

.score-badge.compare,
.score-badge.neutral,
.score-badge.low,
.micro-signal.ai,
.micro-signal.neutral {
  background: #eef2ff !important;
  border-color: #c7d2fe !important;
  color: #4f46e5 !important;
}

.app-shell-estate .listing-badge {
  background: #047857 !important;
  border-color: #047857 !important;
  color: #fff !important;
}

.app-shell-auto .listing-badge {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #fff !important;
}

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

.price-row small {
  color: #94a3b8 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

.price-row span,
.listing-price-main {
  color: #111827 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.product-actions,
.catalog-main .catalog-results .product-actions,
.listing-action-row,
.listing-results .listing-grid:not(.listing-list-view) .listing-action-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  border-top: 1px solid #eef2f7 !important;
  background: #fff !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: 44px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

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

.product-actions a:hover,
.product-actions a:focus-visible,
.listing-action-row .btn:hover,
.listing-action-row .btn:focus-visible {
  background: var(--gote-primary-dark) !important;
  color: #fff !important;
}

.commerce-listing-card {
  min-height: 402px !important;
  border-radius: 18px !important;
}

.commerce-listing-card .listing-thumb {
  height: 168px !important;
  min-height: 168px !important;
  background: #f8fafc !important;
}

.commerce-listing-card .listing-thumb img {
  width: 100% !important;
  height: 100% !important;
  inset: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
}

.listing-card-content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 13px 14px 12px !important;
}

.listing-title-link {
  min-height: 40px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.listing-market-signal {
  margin-top: auto !important;
  border-radius: 12px !important;
}

.catalog-layout {
  gap: 24px !important;
}

.filter-sidebar {
  position: sticky !important;
  top: 132px !important;
  max-height: calc(100vh - 150px) !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin !important;
}

.filter-panel {
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .055) !important;
}

.catalog-command-panel {
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .045) !important;
}

.catalog-command-panel h2 {
  font-size: clamp(25px, 2.4vw, 34px) !important;
}

.catalog-command-panel .muted,
.catalog-toolbar-copy p {
  color: #667085 !important;
}

.app-shell-estate {
  --vertical-accent: #047857;
  --vertical-soft: #ecfdf5;
  background: linear-gradient(180deg, #f7fbf8 0%, #f7f8fb 36%) !important;
}

.app-shell-auto {
  --vertical-accent: #1d4ed8;
  --vertical-soft: #eef4ff;
  background: linear-gradient(180deg, #f7f9ff 0%, #f7f8fb 36%) !important;
}

.app-shell-estate .vertical-intro-panel,
.app-shell-auto .vertical-intro-panel {
  border-radius: 22px !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06) !important;
}

.app-shell-estate .vertical-intro-panel {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%) !important;
  border-top: 3px solid #10b981 !important;
}

.app-shell-auto .vertical-intro-panel {
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%) !important;
  border-top: 3px solid #2563eb !important;
}

.vertical-signal-grid article {
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .72) !important;
}

.vertical-hero-search {
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .82) !important;
}

.vertical-hero-search .btn.primary,
.filter-sidebar .btn.primary {
  background: var(--vertical-accent, var(--gote-primary)) !important;
  color: #fff !important;
}

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

.pdp-buy-panel h1 {
  max-width: 780px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.03 !important;
  overflow-wrap: anywhere !important;
}

.pdp-main-media {
  min-height: 420px !important;
}

.pdp-ai-verdict {
  border-radius: 18px !important;
}

.pdp-price-actions .btn.primary,
.pdp-offer-row .btn.primary,
.product-sticky-actions .btn.primary {
  background: var(--gote-primary) !important;
  color: #fff !important;
}

.pdp-price-actions .btn.primary:hover,
.pdp-offer-row .btn.primary:hover,
.product-sticky-actions .btn.primary:hover {
  background: var(--gote-primary-dark) !important;
  color: #fff !important;
}

.pdp-chart-card {
  border-radius: 22px !important;
}

.pdp-price-chart .pdp-chart-line {
  stroke-width: 4 !important;
}

.pdp-related-section .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)) !important;
}

@media (max-width: 1024px) {
  .gote-app-header {
    position: sticky !important;
    top: 0 !important;
  }

  .gote-header-inner {
    min-height: 72px !important;
    align-items: center !important;
    padding-top: 0 !important;
    gap: 10px !important;
  }

  .gote-header-actions .gote-add-listing {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 14px !important;
  }

  .gote-header-actions .gote-add-listing i {
    font-size: 20px !important;
  }

  .gote-mobile-search-row {
    padding: 0 20px 14px !important;
  }

  .gote-mobile-search {
    height: 58px !important;
    border-radius: 18px !important;
  }

  .gote-mobile-search input {
    font-size: 16px !important;
  }

  .gote-mobile-search button {
    width: 48px !important;
    height: 48px !important;
    font-size: 18px !important;
  }

  .gote-category-scroll {
    gap: 18px !important;
    padding: 12px 20px !important;
  }

  .gote-category-scroll a {
    font-size: 14px !important;
  }

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

  .cne-title {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.08 !important;
  }

  .cne-lead {
    max-width: 34rem !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .cne-tabs {
    justify-content: center !important;
  }

  .cne-tabs a {
    font-size: 15px !important;
    padding: 12px 17px !important;
  }

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

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

  .pdp-buy-panel h1 {
    font-size: clamp(30px, 7vw, 42px) !important;
  }
}

@media (max-width: 680px) {
  .gote-ui-container,
  .market-container {
    width: min(100% - 24px, 1216px) !important;
  }

  .gote-menu-button {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

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

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

  .gote-mobile-search-row {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .gote-category-scroll {
    gap: 16px !important;
    padding: 11px 12px !important;
  }

  .gote-category-scroll a {
    font-size: 13px !important;
  }

  .gote-live-strip,
  .gote-live-strip .market-live-ticker {
    height: 36px !important;
  }

  .gote-live-strip::before {
    height: 36px !important;
    padding: 0 12px 0 30px !important;
    font-size: 10px !important;
  }

  .gote-live-strip::after {
    left: 12px !important;
  }

  .gote-live-strip .market-live-ticker-item {
    font-size: 12px !important;
  }

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

  .cne-title {
    font-size: 30px !important;
    line-height: 1.08 !important;
    max-width: 342px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
  }

  .cne-title span {
    display: block !important;
  }

  .cne-lead {
    font-size: 16px !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cne-explore-strip {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

  .gote-home-product-grid .product-card-main,
  .catalog-main .catalog-results .product-card-main,
  .product-grid:not(.product-list-view) > .product-card .product-card-main {
    grid-template-rows: 168px minmax(0, 1fr) !important;
  }

  .gote-home-product-grid .product-media,
  .catalog-main .catalog-results .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    height: 168px !important;
    padding: 16px !important;
  }

  .product-media img {
    width: calc(100% - 32px) !important;
    height: calc(100% - 32px) !important;
    inset: 16px !important;
  }

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

  .product-detail-line,
  .product-spec-grid {
    display: flex !important;
    overflow-x: auto !important;
    padding-bottom: 1px !important;
    scrollbar-width: none !important;
  }

  .product-detail-line::-webkit-scrollbar,
  .product-spec-grid::-webkit-scrollbar {
    display: none !important;
  }

  .price-row span,
  .listing-price-main {
    font-size: 24px !important;
  }

  .product-actions a,
  .listing-action-row .btn {
    min-height: 48px !important;
    font-size: 13px !important;
  }

  .catalog-layout {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .catalog-command-panel {
    border-radius: 20px !important;
    padding: 20px 16px !important;
  }

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

  .filter-sidebar {
    position: fixed !important;
    top: auto !important;
    max-height: none !important;
  }

  .commerce-listing-card {
    min-height: 0 !important;
  }

  .commerce-listing-card .listing-thumb {
    height: 180px !important;
    min-height: 180px !important;
  }

  .vertical-intro-panel {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .vertical-hero-search-grid {
    grid-template-columns: 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% - 24px) !important;
  }

  .pdp-breadcrumb {
    display: flex !important;
    max-width: calc(100% - 24px) !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .pdp-breadcrumb::-webkit-scrollbar {
    display: none !important;
  }

  .pdp-product-shell {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .pdp-main-media {
    min-height: 300px !important;
  }

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

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

  .product-sticky-actions.pdp-sticky-actions {
    left: 10px !important;
    right: 10px !important;
    bottom: 72px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  .product-sticky-actions.pdp-sticky-actions > div {
    display: none !important;
  }

  .product-sticky-actions.pdp-sticky-actions .btn {
    min-height: 48px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .product-sticky-actions.pdp-sticky-actions .btn[href*="publica"] {
    display: none !important;
  }

  .gote-footer-grid {
    grid-template-columns: 1fr !important;
    padding: 34px 0 !important;
  }

  .gote-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding-bottom: 82px !important;
  }
}

@media (max-width: 360px) {
  .cne-title {
    font-size: 27px !important;
    max-width: 300px !important;
  }
}

/* Mockup migration polish - product grids, search and mobile alignment */
.gote-logo,
.gote-logo-icon,
.gote-logo-icon i,
.gote-menu-button i,
.gote-header-actions i,
.gote-category-scroll i,
.cne-explore-strip a i,
.product-seller-line i,
.listing-seller-line i,
.micro-signal i,
.product-spec-grid i,
.listing-feature-grid i,
.market-live-ticker-item i,
.pdp-verdict-icon i,
.btn i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  transform: none !important;
}

.gote-logo-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
}

.gote-logo-icon i {
  font-size: 19px !important;
}

.gote-logo-word {
  line-height: 1 !important;
}

.gote-live-strip,
.gote-live-strip .market-live-ticker,
.gote-live-strip .market-live-ticker-track,
.gote-live-strip .market-live-ticker-item {
  align-items: center !important;
}

.gote-live-strip .market-live-ticker-track {
  height: 100% !important;
  line-height: 1 !important;
}

.gote-live-strip .market-live-ticker-item {
  height: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

.gote-live-strip .market-live-ticker-item span,
.gote-live-strip .market-live-ticker-item b,
.gote-live-strip .market-live-ticker-item em {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  line-height: 1 !important;
}

.gote-home-product-grid .product-card,
.catalog-main .catalog-results .product-card,
.search-product-grid .product-card,
.product-grid:not(.product-list-view) > .product-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

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

.product-actions,
.catalog-main .catalog-results .product-actions,
.search-product-grid .product-actions {
  margin-top: auto !important;
  flex: 0 0 auto !important;
  position: static !important;
  z-index: 2 !important;
  overflow: hidden !important;
}

.product-actions a,
.catalog-main .catalog-results .product-actions a,
.search-product-grid .product-actions a {
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.search-hero.smart-search-hero {
  width: min(100% - 32px, 1232px) !important;
  margin: 32px auto 22px !important;
  border-radius: 24px !important;
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .07) !important;
}

.search-radar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px !important;
  gap: 18px !important;
}

.search-radar-form {
  display: grid !important;
  gap: 14px !important;
}

.search-filter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.search-radar-form label,
.search-filter-grid label {
  display: grid !important;
  gap: 6px !important;
}

.search-radar-form label > span,
.search-filter-grid label > span {
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.search-radar-form input,
.search-radar-form select {
  min-height: 46px !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 13px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  font-weight: 800 !important;
}

.search-radar-form .wide-field input[type="search"] {
  min-height: 62px !important;
  padding-inline: 18px !important;
  border-width: 2px !important;
  border-radius: 18px !important;
  background: #fff !important;
  font-size: 17px !important;
}

.search-filter-grid .btn.primary {
  min-height: 46px !important;
  align-self: end !important;
  border-radius: 13px !important;
  background: var(--gote-brand) !important;
}

.radar-manual-panel {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  justify-content: center !important;
  border: 1px solid #dbeafe !important;
  border-radius: 20px !important;
  background: #eff6ff !important;
  color: #0f172a !important;
  padding: 18px !important;
}

.radar-manual-panel strong {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.radar-manual-panel small {
  color: #475569 !important;
  line-height: 1.45 !important;
}

.search-product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)) !important;
  gap: 18px !important;
}

.search-listing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 18px !important;
}

.search-intent-metrics,
.search-route-panel,
.search-results-panel {
  width: min(100% - 32px, 1232px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  .search-radar-layout {
    grid-template-columns: 1fr !important;
  }

  .search-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .gote-logo-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .gote-logo-icon i {
    font-size: 17px !important;
  }

  .gote-live-strip,
  .gote-live-strip .market-live-ticker {
    height: 34px !important;
  }

  .gote-live-strip::before {
    height: 34px !important;
    padding: 0 10px 0 30px !important;
    align-items: center !important;
    line-height: 1 !important;
  }

  .gote-live-strip::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .gote-live-strip .market-live-ticker-item {
    font-size: 11px !important;
  }

  .gote-home-product-grid,
  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .search-product-grid,
  .product-grid:not(.product-list-view) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gote-home-product-grid .product-card,
  .catalog-main .catalog-results .product-card,
  .search-product-grid .product-card,
  .product-grid:not(.product-list-view) > .product-card {
    min-height: 300px !important;
    border-radius: 14px !important;
  }

  .gote-home-product-grid .product-card-main,
  .catalog-main .catalog-results .product-card-main,
  .search-product-grid .product-card-main,
  .product-grid:not(.product-list-view) > .product-card .product-card-main {
    grid-template-rows: 118px minmax(0, 1fr) !important;
  }

  .gote-home-product-grid .product-media,
  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    height: 118px !important;
    padding: 10px !important;
  }

  .product-media img {
    inset: 10px !important;
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100% - 20px) !important;
  }

  .product-badge-row {
    top: 8px !important;
    left: 8px !important;
    right: 42px !important;
  }

  .score-badge {
    min-height: 22px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .product-card-save {
    top: 8px !important;
    right: 8px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .product-body {
    padding: 10px 10px 9px !important;
    gap: 6px !important;
  }

  .product-seller-line {
    min-height: 15px !important;
    font-size: 9px !important;
  }

  .product-body > strong {
    min-height: 35px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2 !important;
  }

  .product-detail-line,
  .product-spec-grid,
  .price-health-widget.product-market-note {
    display: none !important;
  }

  .product-micro-row {
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .product-micro-row .micro-signal:nth-child(n+2) {
    display: none !important;
  }

  .micro-signal {
    min-height: 22px !important;
    padding: 0 6px !important;
    font-size: 9px !important;
  }

  .price-row small {
    display: none !important;
  }

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

  .product-actions,
  .catalog-main .catalog-results .product-actions,
  .search-product-grid .product-actions {
    grid-template-columns: 1fr !important;
    min-height: 42px !important;
  }

  .product-actions a,
  .catalog-main .catalog-results .product-actions a,
  .search-product-grid .product-actions a {
    min-height: 42px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
  }

  .product-actions a:not(.action-btn-primary):not(:first-child),
  .catalog-main .catalog-results .product-actions a:not(.action-btn-primary):not(:first-child),
  .search-product-grid .product-actions a:not(.action-btn-primary):not(:first-child) {
    display: none !important;
  }

  .search-hero.smart-search-hero,
  .search-intent-metrics,
  .search-route-panel,
  .search-results-panel {
    width: calc(100% - 24px) !important;
  }

  .search-filter-grid {
    grid-template-columns: 1fr !important;
  }

  .search-radar-form .wide-field input[type="search"] {
    min-height: 56px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 390px) {
  .gote-home-product-grid,
  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .search-product-grid,
  .product-grid:not(.product-list-view) {
    gap: 8px !important;
  }

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

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

/* Final mobile production pass - tighter search and safer cards */
.catalog-main,
.catalog-results,
.search-results-panel,
.product-grid,
.gote-home-product-grid,
.product-card,
.product-card-main,
.product-body,
.product-actions {
  min-width: 0 !important;
}

.product-card {
  contain: layout paint !important;
}

.product-body > strong,
.product-seller-line,
.micro-signal,
.price-row,
.product-actions a {
  min-width: 0 !important;
}

.product-actions a {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.product-actions a.action-btn-primary {
  position: relative !important;
  z-index: 2 !important;
}

.smart-search-hero .panel-heading h2 {
  max-width: 760px !important;
  text-wrap: balance !important;
}

@media (max-width: 680px) {
  .search-hero.smart-search-hero {
    margin-top: 16px !important;
    margin-bottom: 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .smart-search-hero .panel-heading {
    gap: 8px !important;
  }

  .smart-search-hero .panel-heading h2 {
    font-size: 25px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .smart-search-hero .panel-heading .muted {
    font-size: 12px !important;
    line-height: 1.45 !important;
    max-width: 34ch !important;
  }

  .smart-search-hero .panel-heading .status-pill {
    min-height: 26px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  .search-radar-layout {
    gap: 12px !important;
  }

  .search-radar-form {
    gap: 10px !important;
  }

  .search-radar-form .wide-field input[type="search"] {
    min-height: 48px !important;
    font-size: 14px !important;
    padding: 0 14px !important;
  }

  .search-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .search-filter-grid label > span {
    font-size: 10px !important;
  }

  .search-filter-grid input,
  .search-filter-grid select {
    min-height: 40px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .search-filter-grid .btn.primary {
    grid-column: 1 / -1 !important;
    min-height: 42px !important;
  }

  .radar-manual-panel {
    display: none !important;
  }

  .prompt-grid {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    scrollbar-width: none !important;
  }

  .prompt-grid::-webkit-scrollbar {
    display: none !important;
  }

  .prompt-grid a {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .smart-search-hero .chip-grid {
    display: none !important;
  }

  .catalog-main .catalog-results,
  .search-results-panel {
    overflow: hidden !important;
  }

  .catalog-layout {
    margin-top: 8px !important;
    padding-top: 8px !important;
  }

  .catalog-main {
    margin-top: 0 !important;
  }

  .filter-drawer-button {
    margin-top: 8px !important;
    min-height: 48px !important;
  }

  .gote-home-product-grid,
  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .search-product-grid,
  .product-grid:not(.product-list-view) {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-card {
    max-width: 100% !important;
  }

  .product-card .product-actions {
    padding: 0 9px 9px !important;
  }

  .search-intent-metrics,
  .search-route-panel {
    display: none !important;
  }

  .search-results-panel .panel-heading,
  .catalog-command-panel {
    min-width: 0 !important;
  }

  .search-results-panel .panel-heading h2,
  .catalog-command-panel h2 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }
}

/* GoTe final mockup parity layer - distilled from the supplied Tailwind HTML mockups. */
:root {
  --gote-brand-50:#eef2ff;
  --gote-brand-100:#e0e7ff;
  --gote-brand-500:#6366f1;
  --gote-brand-600:#4f46e5;
  --gote-brand-700:#4338ca;
  --gote-ink:#111827;
  --gote-muted:#6b7280;
  --gote-line:#e5e7eb;
  --gote-green:#059669;
}

.gote-utility-bar {
  background:#f9fafb;
  border-bottom:1px solid var(--gote-line);
  color:#6b7280;
  font-size:12px;
}

.gote-app-header {
  position:sticky;
  top:0;
  z-index:40;
  background:#fff;
  border-bottom:1px solid #f1f5f9;
  box-shadow:0 1px 2px rgba(15,23,42,.045);
}

.gote-header-inner {
  min-height:76px;
  gap:16px;
}

.gote-logo {
  align-items:center;
  gap:6px;
  color:var(--gote-brand-600);
  letter-spacing:0;
}

.gote-logo-icon {
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:10px;
  background:transparent;
  box-shadow:none;
  color:var(--gote-brand-600);
  transform:translateY(0);
}

.gote-logo-icon i {
  font-size:28px;
  line-height:1;
}

.gote-logo-word {
  color:var(--gote-brand-600);
  font-size:30px;
  font-weight:900;
  line-height:1;
}

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

.gote-catalog-button {
  min-height:44px;
  border-radius:12px 0 0 12px;
  background:#111827;
  color:#fff;
}

.gote-header-search {
  max-width:760px;
  border:0;
  border-radius:14px;
  background:#f3f4f6;
  box-shadow:none;
}

.gote-search-field input,
.gote-mobile-search input {
  border:2px solid transparent;
  background:#f3f4f6;
  color:#111827;
}

.gote-search-field input:focus,
.gote-mobile-search input:focus {
  border-color:var(--gote-brand-500);
  background:#fff;
  outline:0;
}

.gote-search-submit,
.gote-mobile-search button {
  border-radius:10px;
  background:var(--gote-brand-600);
  color:#fff;
  box-shadow:0 12px 22px rgba(79,70,229,.22);
}

.gote-header-actions a:hover,
.gote-category-nav a:hover,
.gote-category-nav a.active {
  color:var(--gote-brand-600);
}

.gote-add-listing {
  border-color:#10b981;
  background:#10b981;
  color:#fff !important;
  box-shadow:0 12px 22px rgba(16,185,129,.2);
}

.gote-live-strip {
  height:40px;
  background:#111827;
  border:0;
  overflow:hidden;
}

.gote-live-strip .market-live-ticker,
.gote-live-strip .market-live-ticker-track,
.gote-live-strip .market-live-ticker-item {
  min-height:40px;
  height:40px;
  align-items:center;
}

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

.gote-live-strip .market-live-ticker-item {
  color:#e5e7eb;
  line-height:40px;
}

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

.gote-live-strip .market-live-ticker-item em {
  color:#9ca3af;
}

.gote-site-footer.market-footer {
  background:#fff;
  border-top:1px solid var(--gote-line);
  box-shadow:none;
}

#mobile-menu {
  transition:transform .3s ease-in-out;
}

#mobile-menu-overlay.is-open {
  display:block;
}

.catalog-layout {
  gap:24px;
}

.filter-sidebar {
  top:116px;
  scrollbar-width:thin;
}

.filter-sidebar .filter-panel {
  border:1px solid #eef2f7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 1px 3px rgba(15,23,42,.06);
}

.filter-sidebar .panel-heading h3 {
  color:#111827;
  font-size:18px;
}

.filter-sidebar .facet-heading {
  margin-bottom:10px;
}

.filter-sidebar .facet-heading span {
  color:#111827;
  font-size:14px;
  font-weight:900;
}

.filter-sidebar .facet-heading small {
  color:#9ca3af;
}

.filter-sidebar .filter-form input,
.filter-sidebar .filter-form select {
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#f9fafb;
}

.facet-check,
.smart-filter {
  border-radius:12px;
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}

.facet-check.is-active,
.smart-filter.active {
  border-color:var(--gote-brand-100);
  background:var(--gote-brand-50);
  color:var(--gote-brand-600);
}

.catalog-command-panel {
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:0 0 18px;
}

.catalog-toolbar-copy h2 {
  color:#111827;
  font-size:clamp(24px,2vw,32px);
}

.catalog-quick-sort select {
  border-radius:12px;
  background:#fff;
}

.catalog-main .catalog-results .product-card,
.search-product-grid .product-card,
.gote-home-product-grid .product-card,
.product-grid:not(.product-list-view) > .product-card {
  min-height:0 !important;
  height:auto !important;
  border:1px solid #f1f5f9 !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.catalog-main .catalog-results .product-card:hover,
.search-product-grid .product-card:hover,
.gote-home-product-grid .product-card:hover,
.product-grid:not(.product-list-view) > .product-card:hover {
  transform:translateY(-3px);
  border-color:#c7d2fe !important;
  box-shadow:0 18px 44px rgba(15,23,42,.12) !important;
}

.catalog-main .catalog-results .product-card-main,
.search-product-grid .product-card-main,
.gote-home-product-grid .product-card-main,
.product-grid:not(.product-list-view) > .product-card .product-card-main {
  display:grid !important;
  grid-template-rows:154px minmax(0,1fr) !important;
  min-height:0 !important;
  height:auto !important;
}

.catalog-main .catalog-results .product-media,
.search-product-grid .product-media,
.gote-home-product-grid .product-media,
.product-grid:not(.product-list-view) > .product-card .product-media {
  height:154px !important;
  min-height:154px !important;
  aspect-ratio:4/3;
  padding:16px;
  border-bottom:1px solid #f8fafc;
  background:linear-gradient(135deg,#f8fafc,#f3f4f6);
}

.product-media img,
.catalog-main .catalog-results .product-media img,
.search-product-grid .product-media img,
.gote-home-product-grid .product-media img {
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
}

.product-badge-row {
  top:12px;
  left:12px;
  right:auto;
}

.product-card-save {
  top:12px;
  right:12px;
  width:34px;
  min-height:34px;
  padding:0;
  border-radius:999px;
  background:#fff;
  color:#9ca3af;
}

.product-card-save:hover {
  color:#ef4444;
  border-color:#fecaca;
  background:#fff5f5;
}

.product-body {
  padding:14px !important;
  gap:8px !important;
}

.product-seller-line {
  color:#6b7280;
  font-size:12px;
  font-weight:800;
}

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

.product-body > strong {
  min-height:38px;
  color:#111827;
  font-size:14px;
  font-weight:850;
  line-height:1.35;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

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

.product-micro-row {
  gap:6px;
}

.micro-signal,
.product-insight-note {
  width:max-content;
  max-width:100%;
  border:1px solid #d1fae5;
  border-radius:8px;
  background:#ecfdf5;
  color:#047857;
  font-size:11px;
  font-weight:850;
}

.product-insight-note {
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 8px;
}

.product-insight-note span {
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.product-insight-note.warn,
.product-insight-note.low {
  border-color:#fde68a;
  background:#fffbeb;
  color:#92400e;
}

.product-insight-note.ai,
.product-insight-note.compare {
  border-color:#dbeafe;
  background:#eff6ff;
  color:#1d4ed8;
}

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

.price-row small {
  color:#9ca3af;
  font-size:12px;
}

.price-row span,
.product-hub-price strong,
.product-sh-market strong {
  color:#111827;
  font-size:22px;
  font-weight:950;
}

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

.product-card .product-actions,
.catalog-main .catalog-results .product-card:hover .product-actions,
.catalog-main .catalog-results .product-card:focus-within .product-actions {
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  display:grid !important;
  grid-template-columns:1fr auto;
  gap:8px;
  min-height:0;
  margin:0 14px 14px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}

.product-actions a {
  min-height:40px;
  border-radius:12px;
  font-size:13px;
  font-weight:900;
}

.product-actions a.action-btn-primary {
  background:var(--gote-brand-600) !important;
  color:#fff !important;
  box-shadow:0 12px 22px rgba(79,70,229,.2);
}

.product-actions a.action-btn-primary:hover,
.product-actions a.action-btn-primary:focus-visible {
  background:var(--gote-brand-700) !important;
  color:#fff !important;
}

.product-actions a:not(.action-btn-primary) {
  border:1px solid #e5e7eb;
  background:#fff;
  color:#374151 !important;
}

.results-alert-panel {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin:28px 0 0;
  padding:30px;
  border-radius:22px;
  overflow:hidden;
  background:#111827;
  color:#fff;
}

.results-alert-panel::after {
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  top:-110px;
  border-radius:50%;
  background:rgba(79,70,229,.28);
  filter:blur(18px);
}

.results-alert-panel > * {
  position:relative;
  z-index:1;
}

.results-alert-kicker {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#a5b4fc;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}

.results-alert-panel h2 {
  margin:8px 0;
  color:#fff;
  font-size:26px;
  line-height:1.1;
}

.results-alert-panel p {
  max-width:680px;
  margin:0;
  color:#9ca3af;
}

.results-alert-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.results-alert-actions .btn.primary {
  background:var(--gote-brand-600);
  color:#fff;
  box-shadow:0 18px 32px rgba(79,70,229,.26);
}

.product-hub-hero.product-hero {
  align-items:start;
}

.product-hero .product-visual-panel,
.product-hero .hub-main-panel,
.product-hero .deal-copilot-panel {
  border-radius:22px;
}

.product-hero .hub-main-panel h1 {
  color:#111827;
  font-size:clamp(28px,3.4vw,48px);
  line-height:1.04;
}

.product-hero .hub-actions .btn.primary,
.sticky-buy .btn.primary,
.merchant-offer-card.offer-card .btn.primary {
  background:var(--gote-brand-600);
  color:#fff;
  box-shadow:0 14px 26px rgba(79,70,229,.22);
}

.merchant-offer-card.offer-card {
  border-radius:16px;
  border-color:#e5e7eb;
}

.merchant-offer-card.offer-card.best {
  border-color:#bbf7d0;
  background:#f0fdf4;
}

.product-sticky-actions.sticky-buy {
  border-radius:18px;
}

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

.product-card.result-card .product-body {
  min-height:0 !important;
}

.product-card.result-card .price-row {
  margin-top:2px !important;
}

@media (min-width:981px) {
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .product-grid:not(.product-list-view) {
    gap:20px;
  }
}

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

  .gote-header-inner {
    min-height:58px;
  }

  .gote-logo-icon {
    width:26px;
    height:26px;
    flex-basis:26px;
  }

  .gote-logo-icon i {
    font-size:23px;
  }

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

  .gote-live-strip,
  .gote-live-strip .market-live-ticker,
  .gote-live-strip .market-live-ticker-track,
  .gote-live-strip .market-live-ticker-item {
    min-height:36px;
    height:36px;
  }

  .gote-live-strip .market-live-ticker-item {
    line-height:36px;
    font-size:12px;
  }

  .filter-sidebar.is-open {
    top:74px;
    left:12px;
    right:12px;
    border-radius:20px;
  }

  .results-alert-panel {
    grid-template-columns:1fr;
    padding:22px;
  }

  .results-alert-actions {
    justify-content:flex-start;
  }
}

@media (max-width:640px) {
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .catalog-main .catalog-results .product-card-main,
  .search-product-grid .product-card-main,
  .gote-home-product-grid .product-card-main,
  .product-grid:not(.product-list-view) > .product-card .product-card-main {
    grid-template-rows:118px minmax(0,1fr) !important;
  }

  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .gote-home-product-grid .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    height:118px !important;
    min-height:118px !important;
    padding:12px;
  }

  .product-body {
    padding:11px !important;
    gap:6px !important;
  }

  .product-body > strong {
    min-height:36px;
    font-size:12.5px;
  }

  .product-seller-line {
    font-size:10.5px;
  }

  .product-micro-row {
    display:none !important;
  }

  .product-insight-note {
    max-width:100%;
    padding:5px 6px;
    font-size:10px;
  }

  .price-row span,
  .product-hub-price strong,
  .product-sh-market strong {
    font-size:17px;
  }

  .product-card .product-actions {
    grid-template-columns:1fr;
    margin:0 10px 10px;
  }

  .product-actions a {
    min-height:36px;
    font-size:12px;
  }

  .product-actions a:not(.action-btn-primary) {
    display:none;
  }

  .score-badge {
    font-size:10px;
    padding:5px 7px;
  }

  .product-card-save {
    width:30px;
    min-height:30px;
  }
}

/* Product navigation and CTA clarity */
.product-card.result-card .product-card-main {
  cursor: pointer;
}

.product-card.result-card .product-actions a.action-btn-primary,
.catalog-main .catalog-results .product-actions a.action-btn-primary,
.search-product-grid .product-actions a.action-btn-primary,
.gote-home-product-grid .product-actions a.action-btn-primary {
  background: var(--gote-brand-600, #4f46e5) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.product-card.result-card .product-actions a.action-btn-primary:hover,
.catalog-main .catalog-results .product-actions a.action-btn-primary:hover,
.search-product-grid .product-actions a.action-btn-primary:hover,
.gote-home-product-grid .product-actions a.action-btn-primary:hover {
  background: var(--gote-brand-700, #4338ca) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.product-card.result-card .product-actions a:not(.action-btn-primary):hover {
  background: #eef2ff !important;
  color: var(--gote-brand-700, #4338ca) !important;
  border-color: #c7d2fe !important;
}

.pdp-price-actions .btn.primary,
.product-sticky-actions.pdp-sticky-actions .btn.primary,
.pdp-offer-row .btn.primary {
  background: var(--gote-brand-600, #4f46e5) !important;
  color: #fff !important;
}

.pdp-price-actions .btn.primary:hover,
.product-sticky-actions.pdp-sticky-actions .btn.primary:hover,
.pdp-offer-row .btn.primary:hover {
  background: var(--gote-brand-700, #4338ca) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .product-sticky-actions.pdp-sticky-actions.sticky-buy {
    position: fixed !important;
    top: auto !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 72 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid rgba(199, 210, 254, .85) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .18) !important;
    backdrop-filter: blur(18px) !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy > div {
    display: none !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy .btn,
  .product-sticky-actions.pdp-sticky-actions.sticky-buy .btn:not(.primary) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 12px !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy .btn[href*="publica"] {
    display: none !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy .btn.primary {
    width: 100% !important;
    grid-column: 1 / -1 !important;
  }

  .pdp-offers-card,
  .pdp-related-section,
  .gote-site-footer {
    scroll-margin-bottom: 96px;
  }
}

@media (max-width: 420px) {
  .product-sticky-actions.pdp-sticky-actions.sticky-buy {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    gap: 6px !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy .btn {
    min-height: 44px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }
}

/* Final three-mockup integration pass */
html,
body {
  background:#f9fafb !important;
  color:#111827 !important;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing:0 !important;
}

.gote-utility-bar {
  display:none !important;
}

.gote-live-strip {
  position:relative !important;
  z-index:44 !important;
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  height:40px !important;
  min-height:40px !important;
  background:#111827 !important;
  border:0 !important;
  overflow:hidden !important;
}

.gote-live-strip::before,
.gote-live-strip::after {
  content:none !important;
  display:none !important;
}

.gote-live-strip .market-live-ticker,
.gote-live-strip .market-live-ticker-track,
.gote-live-strip .market-live-ticker-item {
  height:40px !important;
  min-height:40px !important;
  line-height:40px !important;
}

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

.gote-live-strip .market-live-ticker-item {
  padding:0 22px !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#e5e7eb !important;
  transform:none !important;
}

.gote-live-strip .market-live-ticker-item i {
  color:#34d399 !important;
  font-size:13px !important;
}

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

.gote-live-strip .market-live-ticker-item span,
.gote-live-strip .market-live-ticker-item em {
  line-height:40px !important;
}

.gote-app-header {
  position:sticky !important;
  top:0 !important;
  z-index:43 !important;
  background:#fff !important;
  border-bottom:1px solid #e5e7eb !important;
  box-shadow:0 1px 2px rgba(15,23,42,.045) !important;
}

.gote-ui-container,
.market-container,
.cne-section,
.cne-hub,
.catalog-page-shell,
.catalog-layout,
.product-page-shell,
.product-shell {
  max-width:1280px !important;
}

.gote-header-inner {
  min-height:80px !important;
  gap:16px !important;
}

.gote-logo {
  gap:2px !important;
  min-width:max-content !important;
  color:#4f46e5 !important;
  text-decoration:none !important;
}

.gote-logo-icon {
  width:32px !important;
  height:32px !important;
  flex:0 0 32px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#4f46e5 !important;
  transform:none !important;
}

.gote-logo-icon::before,
.gote-logo-icon::after {
  content:none !important;
  display:none !important;
}

.gote-logo-icon i {
  font-size:30px !important;
  line-height:1 !important;
  filter:none !important;
  transform:none !important;
}

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

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

.gote-header-search {
  max-width:760px !important;
  height:48px !important;
  border:0 !important;
  border-radius:14px !important;
  background:#f3f4f6 !important;
  box-shadow:none !important;
}

.gote-catalog-button {
  height:48px !important;
  min-height:48px !important;
  border-radius:14px 0 0 14px !important;
  background:#111827 !important;
  color:#fff !important;
  font-weight:800 !important;
}

.gote-search-field input {
  height:48px !important;
  background:#f3f4f6 !important;
  border:2px solid transparent !important;
  color:#111827 !important;
}

.gote-search-submit {
  width:42px !important;
  height:38px !important;
  margin-right:5px !important;
  border-radius:10px !important;
  background:#4f46e5 !important;
  color:#fff !important;
}

.gote-header-actions a {
  color:#4b5563 !important;
}

.gote-header-actions a:hover {
  color:#4f46e5 !important;
}

.gote-add-listing {
  min-height:42px !important;
  border:0 !important;
  background:#10b981 !important;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(16,185,129,.22) !important;
}

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

.gote-category-scroll a {
  min-height:46px !important;
  padding:0 2px !important;
  border-bottom:2px solid transparent !important;
  border-radius:0 !important;
  color:#4b5563 !important;
  font-weight:700 !important;
}

.gote-category-scroll a:hover,
.gote-category-scroll a.active {
  background:transparent !important;
  border-bottom-color:#4f46e5 !important;
  color:#4f46e5 !important;
}

.cne-hero {
  background:#f9fafb !important;
  padding:72px 0 36px !important;
}

.cne-title {
  max-width:900px !important;
  margin:0 auto !important;
  color:#111827 !important;
  font-size:clamp(42px,6vw,72px) !important;
  line-height:.98 !important;
  letter-spacing:0 !important;
}

.cne-title span {
  color:#4f46e5 !important;
}

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

.cne-tabs {
  margin-top:34px !important;
  gap:12px !important;
}

.cne-tabs a {
  min-height:46px !important;
  border:1px solid #e5e7eb !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#4b5563 !important;
  box-shadow:0 1px 2px rgba(15,23,42,.04) !important;
}

.cne-tabs a.active,
.cne-tabs a:hover {
  border-color:#4f46e5 !important;
  background:#4f46e5 !important;
  color:#fff !important;
}

.cne-explore-strip {
  max-width:980px !important;
  margin:28px auto 0 !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:16px !important;
}

.cne-explore-strip a {
  min-height:92px !important;
  border:1px solid #eef2f7 !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#111827 !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
}

.cne-explore-strip a:hover {
  transform:translateY(-3px) !important;
  border-color:#c7d2fe !important;
  color:#4f46e5 !important;
  box-shadow:0 16px 38px rgba(15,23,42,.1) !important;
}

.cne-explore-strip a i {
  margin-bottom:8px !important;
  color:#4f46e5 !important;
  font-size:22px !important;
}

.cne-stats {
  display:none !important;
}

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

.filter-drawer-button {
  border-radius:12px !important;
  background:#fff !important;
  color:#111827 !important;
}

.filter-sidebar {
  top:132px !important;
}

.filter-sidebar .filter-panel {
  border:1px solid #e5e7eb !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
}

.filter-sidebar .panel-heading .eyebrow {
  color:#4f46e5 !important;
}

.filter-sidebar .panel-heading h3 {
  font-size:18px !important;
  font-weight:900 !important;
}

.filter-form {
  gap:20px !important;
}

.filter-form label > span,
.filter-budget-group .facet-heading span,
.facet-heading span {
  color:#111827 !important;
  font-size:14px !important;
  font-weight:900 !important;
}

.filter-form input,
.filter-form select,
.catalog-quick-sort select {
  min-height:44px !important;
  border:1px solid #e5e7eb !important;
  border-radius:12px !important;
  background:#f9fafb !important;
  color:#111827 !important;
}

.facet-check,
.smart-filter,
.facet-size {
  border-radius:12px !important;
  background:#fff !important;
}

.facet-check.is-active,
.smart-filter.active,
.facet-size.is-active {
  border-color:#c7d2fe !important;
  background:#eef2ff !important;
  color:#4f46e5 !important;
}

.catalog-command-panel {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:18px !important;
  align-items:end !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-command-panel::before,
.catalog-command-panel::after {
  content:none !important;
  display:none !important;
}

.catalog-toolbar-copy .eyebrow {
  color:#4f46e5 !important;
  font-size:12px !important;
  font-weight:900 !important;
}

.catalog-toolbar-copy h2 {
  color:#111827 !important;
  font-size:clamp(24px,2.4vw,32px) !important;
  font-weight:950 !important;
  line-height:1.1 !important;
}

.catalog-toolbar-copy .muted {
  color:#6b7280 !important;
}

.catalog-quick-sort {
  align-items:end !important;
  gap:10px !important;
}

.catalog-smart-rail {
  grid-column:1 / -1 !important;
  margin-top:0 !important;
}

.catalog-main .catalog-results .product-grid,
.search-product-grid,
.gote-home-product-grid,
.product-grid:not(.product-list-view) {
  gap:22px !important;
}

.catalog-main .catalog-results .product-card,
.search-product-grid .product-card,
.gote-home-product-grid .product-card,
.product-grid:not(.product-list-view) > .product-card {
  border:1px solid #f1f5f9 !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
}

.catalog-main .catalog-results .product-card-main,
.search-product-grid .product-card-main,
.gote-home-product-grid .product-card-main,
.product-grid:not(.product-list-view) > .product-card .product-card-main {
  display:grid !important;
  grid-template-rows:168px minmax(0,1fr) !important;
}

.catalog-main .catalog-results .product-media,
.search-product-grid .product-media,
.gote-home-product-grid .product-media,
.product-grid:not(.product-list-view) > .product-card .product-media {
  height:168px !important;
  min-height:168px !important;
  aspect-ratio:auto !important;
  padding:18px !important;
  background:linear-gradient(135deg,#f8fafc,#f3f4f6) !important;
}

.product-media img,
.product-card img,
.listing-card img,
.pdp-main-media img,
.pdp-thumb img,
.hero-product-card img {
  object-fit:contain !important;
  object-position:center center !important;
}

.product-body {
  min-height:0 !important;
  padding:14px !important;
  gap:8px !important;
}

.product-body > strong {
  min-height:38px !important;
  font-size:14px !important;
  font-weight:850 !important;
  line-height:1.35 !important;
}

.product-detail-line,
.product-spec-grid,
.price-health-widget {
  display:none !important;
}

.product-micro-row {
  display:none !important;
}

.product-insight-note {
  width:100% !important;
  max-width:100% !important;
  border-radius:8px !important;
  font-size:11px !important;
  line-height:1.25 !important;
}

.price-row span,
.product-hub-price strong,
.product-sh-market strong {
  color:#111827 !important;
  font-size:22px !important;
  font-weight:950 !important;
  line-height:1.1 !important;
}

.product-card .product-actions {
  position:static !important;
  display:grid !important;
  grid-template-columns:1fr auto !important;
  gap:8px !important;
  margin:0 14px 14px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.product-actions a {
  min-height:40px !important;
  border-radius:12px !important;
  font-size:13px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}

.product-actions a.action-btn-primary {
  background:#4f46e5 !important;
  color:#fff !important;
  border-color:transparent !important;
}

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

.product-actions a:not(.action-btn-primary) {
  color:#374151 !important;
}

.pdp-shell {
  background:#f9fafb !important;
}

.pdp-product-shell {
  max-width:1280px !important;
  display:grid !important;
  grid-template-columns:minmax(390px,.94fr) minmax(0,1.06fr) !important;
  gap:34px !important;
  align-items:start !important;
  border:1px solid #eef2f7 !important;
  border-radius:26px !important;
  background:#fff !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
}

.pdp-main-media {
  min-height:430px !important;
  border-radius:22px !important;
  background:linear-gradient(135deg,#f8fafc,#f3f4f6) !important;
}

.pdp-main-media img {
  width:100% !important;
  height:100% !important;
  padding:18px !important;
}

.pdp-buy-panel .pdp-brand {
  color:#4f46e5 !important;
  font-weight:900 !important;
}

.pdp-buy-panel h1 {
  max-width:100% !important;
  color:#111827 !important;
  font-size:clamp(28px,3.1vw,44px) !important;
  font-weight:950 !important;
  line-height:1.08 !important;
  letter-spacing:0 !important;
}

.pdp-ai-verdict {
  border-radius:18px !important;
  background:#f0fdf4 !important;
  border-color:#bbf7d0 !important;
}

.pdp-price-row {
  align-items:end !important;
  gap:18px !important;
}

.pdp-price-row strong {
  white-space:nowrap !important;
  color:#111827 !important;
  font-size:clamp(38px,4.4vw,56px) !important;
  font-weight:950 !important;
  line-height:1 !important;
}

.pdp-price-actions {
  align-items:stretch !important;
}

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

.pdp-price-actions .btn.primary,
.pdp-offer-row .btn.primary,
.product-sticky-actions.pdp-sticky-actions .btn.primary {
  background:#4f46e5 !important;
  color:#fff !important;
}

.pdp-context-grid {
  display:none !important;
}

.pdp-chart-card,
.pdp-offers-card,
.pdp-insight-card,
.pdp-info-card,
.pdp-related-section {
  border:1px solid #eef2f7 !important;
  border-radius:22px !important;
  background:#fff !important;
  box-shadow:0 1px 3px rgba(15,23,42,.055) !important;
}

.gote-site-footer.market-footer {
  margin-top:40px !important;
  padding:48px 0 0 !important;
  background:#fff !important;
  border-top:1px solid #e5e7eb !important;
  color:#4b5563 !important;
  box-shadow:none !important;
}

.gote-footer-grid {
  grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(140px,1fr)) !important;
  gap:34px !important;
}

.gote-footer-grid h3 {
  color:#111827 !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}

.gote-footer-grid a {
  color:#6b7280 !important;
  font-weight:700 !important;
}

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

.gote-footer-bottom {
  margin-top:32px !important;
  padding:20px 0 !important;
  border-top:1px solid #f1f5f9 !important;
  color:#6b7280 !important;
}

@media (max-width:980px) {
  .gote-live-strip,
  .gote-live-strip .market-live-ticker,
  .gote-live-strip .market-live-ticker-track,
  .gote-live-strip .market-live-ticker-item {
    height:36px !important;
    min-height:36px !important;
    line-height:36px !important;
  }

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

  .gote-live-strip .market-live-ticker-item {
    padding:0 16px !important;
    font-size:12px !important;
  }

  .gote-live-strip .market-live-ticker-item span,
  .gote-live-strip .market-live-ticker-item em {
    line-height:36px !important;
  }

  .gote-header-inner {
    min-height:58px !important;
    gap:10px !important;
  }

  .gote-logo-icon {
    width:26px !important;
    height:26px !important;
    flex-basis:26px !important;
  }

  .gote-logo-icon i {
    font-size:24px !important;
  }

  .gote-logo-word {
    font-size:24px !important;
  }

  .gote-header-actions {
    display:flex !important;
    margin-left:auto !important;
  }

  .gote-header-actions a:not(:nth-child(3)) {
    display:none !important;
  }

  .gote-header-actions a:nth-child(3) {
    display:inline-flex !important;
    width:38px !important;
    min-height:38px !important;
    padding:0 !important;
    border-radius:12px !important;
    background:#f9fafb !important;
  }

  .gote-header-actions a:nth-child(3) small {
    display:none !important;
  }

  .gote-mobile-search-row {
    display:block !important;
    padding:0 14px 10px !important;
  }

  .gote-mobile-search {
    border-radius:14px !important;
  }

  .cne-hero {
    padding:42px 0 28px !important;
  }

  .cne-title {
    font-size:clamp(38px,11vw,54px) !important;
  }

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

  .cne-tabs {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    padding-bottom:4px !important;
  }

  .cne-explore-strip {
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .cne-explore-strip a {
    min-height:82px !important;
    border-radius:16px !important;
  }

  .catalog-command-panel {
    grid-template-columns:1fr !important;
    align-items:start !important;
  }

  .catalog-quick-sort {
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) auto !important;
  }

  .filter-sidebar.is-open {
    top:92px !important;
  }

  .pdp-product-shell {
    display:block !important;
    border-radius:22px !important;
    padding:16px !important;
  }

  .pdp-main-media {
    min-height:320px !important;
  }

  .pdp-buy-panel h1 {
    font-size:clamp(26px,8vw,36px) !important;
  }

  .pdp-price-row {
    display:block !important;
  }

  .pdp-price-row strong {
    font-size:42px !important;
  }

  .pdp-price-actions {
    margin-top:18px !important;
  }

  .gote-footer-grid {
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width:640px) {
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .catalog-main .catalog-results .product-card-main,
  .search-product-grid .product-card-main,
  .gote-home-product-grid .product-card-main,
  .product-grid:not(.product-list-view) > .product-card .product-card-main {
    grid-template-rows:116px minmax(0,1fr) !important;
  }

  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .gote-home-product-grid .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    height:116px !important;
    min-height:116px !important;
    padding:12px !important;
  }

  .product-body {
    padding:10px !important;
    gap:6px !important;
  }

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

  .product-seller-line {
    font-size:10.5px !important;
  }

  .product-insight-note {
    padding:5px 6px !important;
    font-size:10px !important;
  }

  .price-row span,
  .product-hub-price strong,
  .product-sh-market strong {
    font-size:17px !important;
  }

  .product-card .product-actions {
    grid-template-columns:1fr !important;
    margin:0 10px 10px !important;
  }

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

  .product-actions a:not(.action-btn-primary) {
    display:none !important;
  }

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

  .catalog-quick-sort button {
    grid-column:1 / -1 !important;
  }

  .gote-footer-grid {
    grid-template-columns:1fr !important;
    text-align:center !important;
  }
}

/* Final overflow and mobile polish after screenshot audit */
.filter-sidebar .panel-heading {
  min-width:0 !important;
}

.filter-sidebar .panel-heading h3 {
  max-width:100% !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  line-height:1.2 !important;
}

.product-card,
.product-card-main,
.product-body,
.product-actions,
.product-actions a,
.catalog-main,
.catalog-results,
.product-grid,
.search-product-grid,
.gote-home-product-grid {
  min-width:0 !important;
}

.product-actions a,
.product-insight-note span,
.micro-signal span,
.facet-label,
.catalog-toolbar-copy h2 {
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.product-body > strong,
.pdp-buy-panel h1 {
  overflow-wrap:break-word !important;
}

.pdp-buy-panel h1 {
  font-size:clamp(26px,2.75vw,40px) !important;
  line-height:1.1 !important;
}

.pdp-breadcrumb {
  max-width:1280px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}

.pdp-breadcrumb strong {
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

@media (max-width:980px) {
  html,
  body {
    overflow-x:hidden !important;
  }

  .app-shell,
  .marketplace-shell,
  .workspace,
  .market-workspace,
  .catalog-layout,
  .catalog-main,
  .catalog-results,
  .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .pdp-product-shell,
  .product-detail-page {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  .gote-ui-container,
  .market-container {
    width:calc(100% - 28px) !important;
    max-width:calc(100% - 28px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .cne-section,
  .cne-hub,
  .catalog-page-shell,
  .product-page-shell {
    width:100% !important;
    max-width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  .cne-title {
    max-width:calc(100vw - 36px) !important;
    font-size:clamp(36px,10vw,46px) !important;
    line-height:1.05 !important;
    overflow-wrap:normal !important;
  }

  .cne-lead {
    max-width:calc(100vw - 36px) !important;
  }

  .cne-tabs {
    max-width:100% !important;
  }

  .cne-tabs a {
    flex:0 0 auto !important;
  }

  .cne-explore-strip {
    display:grid !important;
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    overflow:visible !important;
  }

  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    width:100% !important;
    max-width:100% !important;
  }

  .product-card,
  .catalog-main .catalog-results .product-card,
  .search-product-grid .product-card,
  .gote-home-product-grid .product-card {
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  .product-actions a {
    min-width:0 !important;
    max-width:100% !important;
  }

  .pdp-breadcrumb {
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:16px !important;
    margin-right:16px !important;
    overflow-x:auto !important;
    text-overflow:clip !important;
  }

  .pdp-product-shell {
    margin-left:16px !important;
    margin-right:16px !important;
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
  }

  .pdp-buy-panel h1 {
    font-size:clamp(28px,8vw,34px) !important;
    line-height:1.08 !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy {
    display:none !important;
  }
}

@media (max-width:640px) {
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .product-actions a.action-btn-primary {
    justify-content:center !important;
    padding-left:6px !important;
    padding-right:6px !important;
  }
}

@media (max-width:980px) {
  main,
  .app-shell,
  .marketplace-shell,
  .workspace,
  .market-workspace {
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  .workspace {
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .catalog-layout {
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:20px 16px !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  .catalog-main,
  .catalog-main .catalog-results,
  .catalog-command-panel,
  .catalog-smart-rail {
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    width:100% !important;
    max-width:100% !important;
  }

  .pdp-gallery-panel,
  .pdp-buy-panel,
  .pdp-main-media,
  .pdp-gallery-thumbs,
  .pdp-price-row,
  .pdp-ai-verdict,
  .pdp-specs-quick {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }

  .pdp-main-media {
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
  }

  .pdp-main-media img {
    max-width:100% !important;
    max-height:100% !important;
  }

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

  .pdp-buy-panel h1 {
    max-width:100% !important;
  }
}

@media (max-width:640px) {
  .cne-explore-strip {
    width:calc(100vw - 48px) !important;
    max-width:calc(100vw - 48px) !important;
    grid-template-columns:repeat(3,minmax(0,calc((100vw - 68px) / 3))) !important;
    justify-content:center !important;
    justify-items:stretch !important;
    gap:10px !important;
  }

  .cne-explore-strip a {
    width:calc((100vw - 68px) / 3) !important;
    max-width:calc((100vw - 68px) / 3) !important;
    min-width:0 !important;
    padding-left:6px !important;
    padding-right:6px !important;
  }

  .cne-title,
  .cne-lead {
    width:calc(100vw - 48px) !important;
    max-width:calc(100vw - 48px) !important;
  }

  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    grid-template-columns:repeat(2,minmax(0,calc((100vw - 48px) / 2))) !important;
    justify-content:center !important;
    justify-items:stretch !important;
    gap:10px !important;
  }

  .catalog-main .catalog-results .product-card,
  .search-product-grid .product-card,
  .gote-home-product-grid .product-card,
  .product-grid:not(.product-list-view) > .product-card {
    width:calc((100vw - 48px) / 2) !important;
    max-width:calc((100vw - 48px) / 2) !important;
  }

  .product-card .product-actions {
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:0 !important;
  }

  .product-actions a.action-btn-primary {
    border-radius:0 0 18px 18px !important;
    min-height:44px !important;
    font-size:11px !important;
  }

  .pdp-buy-panel h1,
  .pdp-ai-verdict,
  .pdp-price-row,
  .pdp-specs-quick {
    width:calc(100vw - 64px) !important;
    max-width:calc(100vw - 64px) !important;
  }
}

/* Full integration corrections: mobile containment, mockup spacing and final CTA palette */
:root {
  --gote-accent-pink:#ec4899;
  --gote-accent-pink-700:#db2777;
}

* {
  box-sizing:border-box;
}

html,
body {
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

.gote-add-listing,
.gote-drawer-publish {
  background:var(--gote-accent-pink) !important;
  border-color:var(--gote-accent-pink) !important;
  color:#fff !important;
  box-shadow:0 16px 32px rgba(236,72,153,.24) !important;
}

.gote-add-listing:hover,
.gote-drawer-publish:hover {
  background:var(--gote-accent-pink-700) !important;
  border-color:var(--gote-accent-pink-700) !important;
  color:#fff !important;
}

.cne-explore-block {
  max-width:1120px;
  margin:44px auto 0;
  padding:0 0 28px;
  border-bottom:1px solid #e5e7eb;
}

.cne-explore-block h2 {
  max-width:980px;
  margin:0 auto 18px;
  color:#111827;
  font-size:20px;
  font-weight:950;
  line-height:1.2;
  text-align:left;
}

.cne-explore-strip {
  margin-top:0 !important;
}

.cne-explore-strip a:nth-child(1) i { color:#2563eb !important; background:#eff6ff !important; border-color:#bfdbfe !important; }
.cne-explore-strip a:nth-child(2) i { color:#7c3aed !important; background:#f5f3ff !important; border-color:#ddd6fe !important; }
.cne-explore-strip a:nth-child(3) i { color:#db2777 !important; background:#fdf2f8 !important; border-color:#fbcfe8 !important; }
.cne-explore-strip a:nth-child(4) i { color:#f97316 !important; background:#fff7ed !important; border-color:#fed7aa !important; }
.cne-explore-strip a:nth-child(5) i { color:#0d9488 !important; background:#f0fdfa !important; border-color:#99f6e4 !important; }
.cne-explore-strip a:nth-child(6) i { color:#4b5563 !important; background:#f9fafb !important; border-color:#e5e7eb !important; }

.cne-explore-strip a i {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:64px !important;
  height:64px !important;
  border:1px solid transparent !important;
  border-radius:16px !important;
  font-size:28px !important;
}

.catalog-command-panel {
  overflow:visible !important;
}

.catalog-breadcrumb {
  max-width:1232px;
  margin:18px auto 0;
  padding:0 0 12px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#64748b;
  font-size:14px;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.catalog-breadcrumb a {
  color:#64748b;
  text-decoration:none;
}

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

.catalog-breadcrumb strong {
  min-width:0;
  color:#111827;
  overflow:hidden;
  text-overflow:ellipsis;
}

.catalog-toolbar-copy h2 {
  max-width:100%;
}

.catalog-quick-sort label {
  min-width:0 !important;
}

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

.product-card.result-card {
  isolation:isolate;
}

.product-card.result-card .product-actions a.action-btn-primary {
  background:#4f46e5 !important;
  color:#fff !important;
}

.product-card.result-card .product-actions a.action-btn-primary:hover {
  background:#4338ca !important;
  color:#fff !important;
}

.product-card.result-card .product-actions a:not(.action-btn-primary) {
  background:#fff !important;
  color:#475569 !important;
  border-color:#e2e8f0 !important;
}

.product-card.result-card .product-actions a:not(.action-btn-primary):hover {
  background:#eef2ff !important;
  color:#4338ca !important;
}

.product-card.result-card .product-card-main {
  color:inherit !important;
  text-decoration:none !important;
}

.product-card.result-card .product-media {
  overflow:hidden !important;
}

.pdp-product-shell {
  overflow:hidden !important;
}

.pdp-gallery-panel,
.pdp-buy-panel {
  min-width:0 !important;
}

.pdp-buy-panel h1 {
  overflow-wrap:break-word !important;
  word-break:normal !important;
  hyphens:auto !important;
}

.pdp-main-media img,
.pdp-thumb img,
.pdp-gallery-thumbs img {
  object-fit:contain !important;
  object-position:center center !important;
}

.pdp-price-row strong,
.pdp-offer-price strong,
.product-sticky-actions strong {
  letter-spacing:0 !important;
}

@media (min-width:981px) {
  .gote-header-inner {
    min-height:76px !important;
  }

  .gote-category-scroll {
    gap:26px !important;
  }

  .cne-explore-strip {
    grid-template-columns:repeat(6,96px) !important;
    justify-content:start !important;
  }

  .catalog-layout {
    grid-template-columns:264px minmax(0,1fr) !important;
    max-width:1232px !important;
  }

  .filter-drawer-button {
    max-width:1232px !important;
    margin:16px auto 0 !important;
  }

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

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

  .pdp-product-shell {
    max-width:1232px !important;
    grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr) !important;
  }
}

@media (max-width:980px) {
  .gote-live-strip,
  .gote-app-header,
  .gote-category-nav,
  .workspace,
  .market-workspace,
  .cne-home,
  .cne-hero,
  .cne-section,
  .catalog-layout,
  .catalog-main,
  .catalog-results,
  .pdp-breadcrumb,
  .pdp-product-shell,
  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-insight-grid,
  .pdp-content-grid,
  .pdp-related-section,
  .gote-site-footer {
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  .gote-ui-container,
  .market-container {
    width:100% !important;
    max-width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .gote-header-inner {
    display:grid !important;
    grid-template-columns:38px minmax(0,1fr) 38px !important;
    align-items:center !important;
  }

  .gote-logo {
    justify-self:start !important;
  }

  .gote-header-actions {
    justify-self:end !important;
  }

  .gote-mobile-search-row {
    padding:0 16px 10px !important;
  }

  .gote-category-scroll {
    max-width:100% !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
  }

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

  .gote-category-scroll a {
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }

  .cne-hero {
    padding:62px 0 40px !important;
  }

  .cne-title,
  .cne-lead {
    width:100% !important;
    max-width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
    text-align:center !important;
  }

  .cne-title {
    font-size:clamp(38px,9.4vw,48px) !important;
  }

  .cne-lead {
    font-size:18px !important;
    line-height:1.5 !important;
  }

  .cne-tabs {
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:10px !important;
    padding:0 16px !important;
    overflow:visible !important;
  }

  .cne-explore-block {
    width:100% !important;
    max-width:100% !important;
    margin-top:34px !important;
    padding:0 16px 28px !important;
  }

  .cne-explore-block h2 {
    max-width:100% !important;
    margin-bottom:16px !important;
  }

  .cne-explore-strip {
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    justify-content:stretch !important;
    justify-items:stretch !important;
    gap:10px !important;
    overflow:visible !important;
  }

  .cne-explore-strip a {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .catalog-layout {
    padding:22px 16px !important;
  }

  .catalog-breadcrumb {
    width:100% !important;
    max-width:100% !important;
    margin:16px 0 0 !important;
    padding:0 16px 12px !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
  }

  .catalog-breadcrumb::-webkit-scrollbar {
    display:none;
  }

  .filter-drawer-button {
    width:100% !important;
    max-width:100% !important;
    margin:20px 0 0 !important;
    border-radius:12px !important;
    min-height:48px !important;
  }

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

  .catalog-quick-sort {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:8px !important;
  }

  .catalog-quick-sort button {
    grid-column:auto !important;
  }

  .catalog-smart-rail {
    max-width:100% !important;
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    scrollbar-width:none !important;
  }

  .catalog-smart-rail::-webkit-scrollbar {
    display:none;
  }

  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .product-grid:not(.product-list-view) {
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    justify-content:stretch !important;
    justify-items:stretch !important;
    overflow:hidden !important;
  }

  .catalog-main .catalog-results .product-card,
  .search-product-grid .product-card,
  .gote-home-product-grid .product-card,
  .product-grid:not(.product-list-view) > .product-card {
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

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

  .pdp-product-shell {
    padding:16px !important;
  }

  .pdp-main-media {
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
  }

  .pdp-main-media img {
    width:100% !important;
    height:100% !important;
    padding:14px !important;
  }

  .pdp-buy-panel h1,
  .pdp-ai-verdict,
  .pdp-price-row,
  .pdp-specs-quick {
    width:100% !important;
    max-width:100% !important;
  }

  .pdp-buy-panel h1 {
    font-size:clamp(28px,7.4vw,34px) !important;
    line-height:1.12 !important;
  }

  .pdp-gallery-thumbs {
    display:flex !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
  }

  .pdp-gallery-thumbs::-webkit-scrollbar {
    display:none;
  }

  .pdp-gallery-thumbs button,
  .pdp-gallery-thumbs a {
    flex:0 0 92px !important;
    width:92px !important;
    height:92px !important;
  }

  .pdp-price-row strong {
    font-size:clamp(34px,10vw,42px) !important;
    white-space:nowrap !important;
  }

  .pdp-price-row span {
    white-space:nowrap !important;
  }

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

@media (max-width:640px) {
  .catalog-main .catalog-results .product-card-main,
  .search-product-grid .product-card-main,
  .gote-home-product-grid .product-card-main,
  .product-grid:not(.product-list-view) > .product-card .product-card-main {
    grid-template-rows:112px minmax(0,1fr) !important;
  }

  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .gote-home-product-grid .product-media,
  .product-grid:not(.product-list-view) > .product-card .product-media {
    height:112px !important;
    min-height:112px !important;
    padding:10px !important;
  }

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

  .product-insight-note,
  .micro-signal {
    max-width:100% !important;
  }

  .product-actions a.action-btn-primary {
    width:100% !important;
    min-width:0 !important;
    padding:0 4px !important;
  }
}
