:root {
  --gote-bg: #f8f9fc;
  --gote-card: #ffffff;
  --gote-text: #111827;
  --gote-muted: #6b7280;
  --gote-line: #e5e7eb;
  --gote-brand: #4f46e5;
  --gote-brand-2: #6366f1;
  --gote-brand-soft: #eef2ff;
  --gote-alert: #ef4444;
  --gote-dark: #111827;
  --gote-green: #22c55e;
  --gote-orange: #f97316;
  --gote-radius-xl: 24px;
  --gote-radius-2xl: 32px;
  --gote-shadow: 0 18px 50px rgba(15, 23, 42, .08);
  --gote-shadow-hover: 0 24px 70px rgba(15, 23, 42, .14);
}

html {
  background: var(--gote-bg);
  overflow-x: hidden !important;
}

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

a {
  text-underline-offset: 3px;
}

.gote-ui-container,
.home2-container {
  width: min(100% - 32px, 1400px) !important;
  margin-inline: auto !important;
}

/* Header and live market strip */
.gote-utility-bar {
  display: none !important;
}

.gote-live-strip {
  width: 100% !important;
  min-height: 34px !important;
  display: block !important;
  background: linear-gradient(90deg, #111827, #1e1b4b 50%, #111827) !important;
  color: #fff !important;
  overflow: hidden !important;
  border: 0 !important;
}

.gote-live-strip .market-live-ticker,
.gote-live-strip-ticker {
  width: 100% !important;
  max-width: 100vw !important;
  min-height: 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.gote-live-strip .market-live-ticker-track {
  min-height: 34px !important;
  height: 34px !important;
  align-items: center !important;
  animation-duration: 155s !important;
}

.gote-live-strip .market-live-ticker-item {
  min-height: 34px !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 34px !important;
}

.gote-live-strip .market-live-ticker-item strong,
.gote-live-strip .market-live-ticker-item b {
  color: #4ade80 !important;
}

.gote-app-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 60 !important;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .04) !important;
}

.gote-header-inner {
  min-height: 80px !important;
  display: grid !important;
  grid-template-columns: auto auto minmax(320px, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
}

.gote-menu-button {
  width: 44px !important;
  height: 44px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #475569 !important;
}

.gote-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: max-content !important;
  color: var(--gote-brand) !important;
  text-decoration: none !important;
}

.gote-logo-icon {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #6366f1, #4f46e5 58%, #111827) !important;
  box-shadow: 0 14px 30px rgba(79, 70, 229, .28) !important;
  transform: translateY(0) !important;
}

.gote-logo-icon i {
  display: block !important;
  line-height: 1 !important;
  font-size: 17px !important;
}

.gote-logo-word {
  color: var(--gote-brand) !important;
  font-size: 30px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.gote-logo-word span {
  color: var(--gote-dark) !important;
}

.gote-header-search {
  height: 50px !important;
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) 50px !important;
  align-items: stretch !important;
  border-radius: 18px !important;
  overflow: visible !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .07) !important;
}

.gote-catalog-button {
  height: 50px !important;
  border: 1px solid var(--gote-line) !important;
  border-right: 0 !important;
  border-radius: 18px 0 0 18px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  background: #f3f4f6 !important;
  color: #374151 !important;
  font-weight: 850 !important;
}

.gote-search-field {
  display: block !important;
  min-width: 0 !important;
}

.gote-search-field input,
.gote-mobile-search input {
  width: 100% !important;
  height: 50px !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

.gote-search-field input {
  border-radius: 0 !important;
  padding: 0 16px !important;
}

.gote-search-submit {
  width: 50px !important;
  height: 50px !important;
  border: 0 !important;
  border-radius: 0 18px 18px 0 !important;
  background: var(--gote-brand) !important;
  color: #fff !important;
}

.gote-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.gote-header-actions a {
  color: #64748b !important;
  text-decoration: none !important;
  font-weight: 850 !important;
}

.gote-header-actions a:not(.gote-add-listing) {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px !important;
  min-width: 52px !important;
  font-size: 18px !important;
}

.gote-header-actions small {
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.gote-add-listing {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(17, 24, 39, .2) !important;
}

.gote-category-nav {
  border-top: 0 !important;
  background: transparent !important;
}

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

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

.gote-category-scroll a {
  min-height: 28px !important;
  color: #4b5563 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

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

/* Homepage mockup contract */
.home2-page {
  padding: 0 0 44px !important;
}

.home2-hero {
  padding: 32px 0 22px !important;
}

.home2-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr) !important;
  gap: 24px !important;
}

.home2-hero-main,
.home2-mini-card,
.home2-universe,
.cne-section,
.cne-hub {
  border: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: var(--gote-shadow) !important;
}

.home2-hero-main {
  position: relative !important;
  overflow: hidden !important;
  min-height: 410px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(32px, 5vw, 56px) !important;
  border-radius: var(--gote-radius-2xl) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 88% 90%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(135deg, #4f46e5 0%, #5b21b6 48%, #111827 100%) !important;
  max-width: 100% !important;
}

.home2-hero-main:after {
  content: "" !important;
  position: absolute !important;
  inset: auto -70px -90px auto !important;
  width: 300px !important;
  height: 300px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .16) !important;
  filter: blur(2px) !important;
}

.home2-kicker {
  width: fit-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin-bottom: 18px !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.16) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.home2-kicker span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #22c55e !important;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .18) !important;
}

.home2-hero h1 {
  max-width: 720px !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(40px, 5.2vw, 70px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.home2-hero p {
  max-width: 660px !important;
  margin: 0 0 26px !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

.home2-search {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 720px) !important;
  min-height: 64px !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 6px !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.22) !important;
}

.home2-search i {
  color: #9ca3af !important;
  text-align: center !important;
}

.home2-search input {
  height: 52px !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.home2-search button {
  height: 52px !important;
  border: 0 !important;
  border-radius: 15px !important;
  padding: 0 24px !important;
  background: var(--gote-brand) !important;
  color: #fff !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.home2-hero-actions,
.home2-stats {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.home2-hero-actions a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.home2-hero-actions .home2-primary {
  background: #fff !important;
  color: #1e1b4b !important;
}

.home2-stats span {
  display: inline-flex !important;
  gap: 7px !important;
  align-items: baseline !important;
  padding: 9px 11px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.home2-stats strong {
  color: #fff !important;
  font-size: 16px !important;
}

.home2-hero-side {
  display: grid !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 24px !important;
}

.home2-mini-card {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  min-height: 192px !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  padding: 26px !important;
  border-radius: var(--gote-radius-2xl) !important;
  text-decoration: none !important;
}

.home2-mini-card.light {
  background: #fff !important;
  color: #111827 !important;
}

.home2-mini-card.dark {
  background: #111827 !important;
  color: #fff !important;
  border-color: #1f2937 !important;
}

.home2-mini-card i {
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background: var(--gote-brand-soft) !important;
  color: var(--gote-brand) !important;
  font-size: 22px !important;
}

.home2-mini-card.dark i {
  background: rgba(99, 102, 241, .16) !important;
  color: #a5b4fc !important;
}

.home2-mini-card strong {
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
}

.home2-mini-card span {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
}

.home2-mini-card.dark span {
  color: #9ca3af !important;
}

.home2-universe {
  width: min(100% - 32px, 1400px) !important;
  margin: 0 auto 34px !important;
  padding: 24px !important;
  border-radius: var(--gote-radius-2xl) !important;
  background: #fff !important;
}

.home2-section-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

.home2-section-head h2,
.cne-section-head h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
}

.home2-section-head a,
.cne-section-head a {
  color: var(--gote-brand) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.home2-category-grid {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.home2-category-grid a {
  min-height: 128px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #111827 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.home2-category-grid a:hover {
  transform: translateY(-3px) !important;
  border-color: var(--gote-brand) !important;
  box-shadow: var(--gote-shadow) !important;
}

.home2-category-grid span {
  width: 56px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f3f4f6 !important;
  color: var(--gote-brand) !important;
  font-size: 22px !important;
}

.home2-category-grid strong {
  font-size: 14px !important;
  font-weight: 850 !important;
}

.cne-section,
.cne-hub {
  width: min(100% - 32px, 1400px) !important;
  margin: 0 auto 34px !important;
  padding: 26px !important;
  border-radius: var(--gote-radius-2xl) !important;
  background: #fff !important;
}

.cne-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

.cne-section-head p {
  max-width: 760px !important;
  margin: 8px 0 0 !important;
  color: var(--gote-muted) !important;
}

.home-feed-switch {
  border-radius: 999px !important;
}

/* Results page and product/listing cards */
.catalog-layout {
  width: min(100% - 32px, 1400px) !important;
  margin: 0 auto !important;
  padding: 28px 0 42px !important;
  display: grid !important;
  grid-template-columns: 288px minmax(0, 1fr) !important;
  gap: 30px !important;
}

.filter-sidebar {
  align-self: start !important;
  position: sticky !important;
  top: 118px !important;
}

.filter-sidebar form,
.filter-panel,
.catalog-command-panel,
.catalog-results,
.listing-results,
.search-results-panel {
  border: 1px solid var(--gote-line) !important;
  border-radius: var(--gote-radius-2xl) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
}

.filter-sidebar form,
.filter-panel {
  padding: 22px !important;
}

.filter-sidebar .smart-filter,
.catalog-smart-rail .smart-filter,
.active-filter-row .chip {
  border-radius: 10px !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
  color: #374151 !important;
  font-weight: 850 !important;
}

.filter-sidebar .smart-filter.active,
.catalog-smart-rail .smart-filter.active,
.active-filter-row .chip {
  border-color: #c7d2fe !important;
  background: var(--gote-brand-soft) !important;
  color: #3730a3 !important;
}

.filter-sidebar label,
.catalog-quick-sort label {
  color: #111827 !important;
  font-weight: 800 !important;
}

.filter-sidebar input,
.filter-sidebar select,
.catalog-quick-sort select,
.catalog-quick-sort input {
  border: 1px solid #d1d5db !important;
  border-radius: 13px !important;
  background: #fff !important;
  min-height: 44px !important;
}

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

.catalog-command-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: end !important;
  margin: 0 0 22px !important;
  padding: 22px !important;
}

.catalog-toolbar-copy .eyebrow,
.panel-heading .eyebrow {
  color: var(--gote-brand) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.catalog-toolbar-copy h2,
.panel-heading h3 {
  margin: 2px 0 0 !important;
  color: #111827 !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
}

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

.catalog-smart-rail {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

.catalog-main .catalog-results {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.catalog-main .catalog-results .product-grid,
.search-product-grid,
.gote-home-product-grid,
.pdp-related-section .product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.product-card.result-card,
.product-card {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: var(--gote-radius-2xl) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

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

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

.catalog-main .catalog-results .product-card-main,
.search-product-grid .product-card-main,
.gote-home-product-grid .product-card-main,
.pdp-related-section .product-card-main {
  display: flex !important;
  grid-template-rows: none !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

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

.product-badge-row {
  position: absolute !important;
  z-index: 3 !important;
  top: 14px !important;
  left: 14px !important;
  display: flex !important;
  gap: 7px !important;
}

.score-badge,
.product-badge-row span {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 9px !important;
  padding: 0 10px !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.12) !important;
}

.score-badge.good,
.score-badge.discount,
.product-badge-row .good,
.product-badge-row .discount {
  background: var(--gote-alert) !important;
  color: #fff !important;
}

.score-badge.warn,
.product-badge-row .warn {
  background: #f59e0b !important;
  color: #fff !important;
}

.score-badge.neutral,
.score-badge.low,
.score-badge.compare,
.score-badge.ai,
.product-badge-row .compare,
.product-badge-row .ai {
  background: #111827 !important;
  color: #fff !important;
}

.product-card-save {
  position: absolute !important;
  z-index: 4 !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  color: #9ca3af !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.12) !important;
  text-decoration: none !important;
}

.product-card-save:hover {
  color: var(--gote-alert) !important;
}

.product-media {
  height: 224px !important;
  min-height: 224px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 26px !important;
  background: #f9fafb !important;
  border-radius: 0 !important;
}

.catalog-main .catalog-results .product-media,
.search-product-grid .product-media,
.gote-home-product-grid .product-media,
.pdp-related-section .product-media {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
  padding: 26px !important;
  aspect-ratio: auto !important;
}

.catalog-main .catalog-results .product-grid:not(.product-list-view) > .product-card.result-card .product-media,
.search-product-grid > .product-card.result-card .product-media,
.gote-home-product-grid > .product-card.result-card .product-media,
.pdp-related-section .product-grid > .product-card.result-card .product-media {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}

.product-media img,
.listing-thumb img,
.pdp-main-media img,
.pdp-gallery-thumbs img,
.cne-compare-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.product-card:hover .product-media img {
  transform: none !important;
}

.product-body {
  display: flex !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 18px !important;
}

.product-seller-line {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  color: #6b7280 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

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

.product-body > strong {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 900 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

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

.product-rating-row,
.pdp-rating-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.rating-stars {
  color: #facc15 !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.product-rating-row b,
.pdp-rating-row strong {
  color: #111827 !important;
  font-weight: 950 !important;
}

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

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

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

.micro-signal {
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  border-radius: 9px !important;
  padding: 0 8px !important;
  background: #f3f4f6 !important;
  color: #374151 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

.product-insight-note {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  border-radius: 10px !important;
  border: 1px solid #c7d2fe !important;
  background: var(--gote-brand-soft) !important;
  color: #3730a3 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

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

.price-row,
.product-hub-price {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: auto !important;
}

.price-row small {
  display: block !important;
  color: #9ca3af !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.price-row small.is-old-price {
  text-decoration: line-through !important;
}

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

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

.product-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 0 18px 18px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.product-actions a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 14px !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  white-space: normal !important;
}

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

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

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

.catalog-pagination {
  margin-top: 32px !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: var(--gote-radius-xl) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
}

/* Listing cards reuse the catalog direction but keep vertical-specific data visible. */
.listing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)) !important;
  gap: 22px !important;
}

.listing-card {
  border-radius: var(--gote-radius-2xl) !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
}

.listing-thumb {
  height: 224px !important;
  padding: 18px !important;
  background: #f9fafb !important;
}

/* Product detail mockup contract */
.workspace {
  background: var(--gote-bg) !important;
}

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

.pdp-breadcrumb {
  margin-top: 24px !important;
  margin-bottom: 18px !important;
  color: #6b7280 !important;
  font-weight: 750 !important;
}

.pdp-product-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr) !important;
  gap: clamp(28px, 4vw, 54px) !important;
  margin-bottom: 28px !important;
  padding: clamp(22px, 3vw, 40px) !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 32px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
}

.pdp-gallery-panel {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.pdp-main-media {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 28px !important;
  background: #f9fafb !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
}

.pdp-main-media img {
  padding: 28px !important;
}

.pdp-floating-badge,
.pdp-save-button {
  position: absolute !important;
  z-index: 3 !important;
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid var(--gote-line) !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.12) !important;
}

.pdp-floating-badge {
  top: 16px !important;
  left: 16px !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  border-radius: 10px !important;
  padding: 0 12px !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.pdp-floating-badge i {
  color: #16a34a !important;
}

.pdp-save-button {
  top: 16px !important;
  right: 16px !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  color: #9ca3af !important;
  text-decoration: none !important;
}

.pdp-gallery-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.pdp-gallery-thumbs button,
.pdp-gallery-thumbs a {
  aspect-ratio: 1 / 1 !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid var(--gote-line) !important;
  border-radius: 14px !important;
  background: #f9fafb !important;
  overflow: hidden !important;
}

.pdp-gallery-thumbs button.active {
  border: 2px solid var(--gote-brand) !important;
}

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

.pdp-buy-panel {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

.pdp-meta-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
}

.pdp-meta-pills a,
.pdp-meta-pills span {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 8px !important;
  padding: 0 10px !important;
  background: #f3f4f6 !important;
  color: #4b5563 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.pdp-buy-panel h1 {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: clamp(30px, 3.25vw, 46px) !important;
  line-height: 1.07 !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}

.pdp-rating-row {
  padding-bottom: 22px !important;
  margin-bottom: 22px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.pdp-rating-row a {
  color: var(--gote-brand) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.pdp-decision-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 22px !important;
  margin-bottom: 24px !important;
}

.pdp-winning-offer,
.pdp-ai-verdict,
.pdp-specs-quick {
  border-radius: 28px !important;
}

.pdp-winning-offer {
  position: relative !important;
  padding: 24px !important;
  border: 2px solid #4ade80 !important;
  background: #f0fdf4 !important;
}

.pdp-winning-badge {
  position: absolute !important;
  top: -12px !important;
  left: 22px !important;
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 11px !important;
  border-radius: 8px !important;
  background: #22c55e !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  box-shadow: 0 10px 22px rgba(34,197,94,.24) !important;
}

.pdp-winning-offer p {
  margin: 12px 0 10px !important;
  color: #6b7280 !important;
  font-weight: 850 !important;
}

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

.pdp-price-row strong {
  display: inline-block !important;
  color: #111827 !important;
  font-size: clamp(36px, 4.5vw, 52px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.pdp-price-row span {
  display: inline-block !important;
  margin-left: 10px !important;
  color: #9ca3af !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: line-through !important;
}

.pdp-price-actions {
  display: flex !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

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

.pdp-price-actions .btn.primary,
.pdp-offer-row .btn.primary,
.product-sticky-actions .btn.primary {
  background: #22c55e !important;
  border-color: #22c55e !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(34,197,94,.24) !important;
}

.pdp-ai-verdict {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 24px !important;
  background: linear-gradient(135deg, #111827, #1e1b4b) !important;
  color: #fff !important;
}

.pdp-decision-grid .pdp-ai-verdict,
.pdp-decision-grid .pdp-ai-verdict.score-buy,
.pdp-decision-grid .pdp-ai-verdict.score-watch,
.pdp-decision-grid .pdp-ai-verdict.score-wait {
  background: linear-gradient(135deg, #111827, #1e1b4b) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.pdp-ai-verdict:after {
  content: "" !important;
  position: absolute !important;
  right: -42px !important;
  bottom: -52px !important;
  width: 170px !important;
  height: 170px !important;
  border-radius: 999px !important;
  background: rgba(99,102,241,.32) !important;
  filter: blur(18px) !important;
}

.pdp-verdict-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: rgba(99,102,241,.18) !important;
  color: #a5b4fc !important;
}

.pdp-ai-verdict > div {
  position: relative !important;
  z-index: 2 !important;
}

.pdp-ai-verdict h2 {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}

.pdp-ai-verdict strong {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-bottom: 10px !important;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.1) !important;
  color: #4ade80 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.pdp-ai-verdict p {
  margin: 0 !important;
  color: #d1d5db !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

.pdp-specs-quick {
  padding: 20px !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
}

.pdp-specs-quick h2 {
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.pdp-specs-quick ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pdp-specs-quick li {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #374151 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.pdp-specs-quick li i {
  color: #22c55e !important;
}

.pdp-chart-card,
.pdp-offers-card,
.pdp-content-grid > .pdp-info-card,
.pdp-related-section {
  border: 1px solid var(--gote-line) !important;
  border-radius: 32px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
}

.pdp-chart-card,
.pdp-offers-card,
.pdp-related-section {
  padding: 26px !important;
  margin-bottom: 28px !important;
}

.pdp-section-head h2 {
  color: #111827 !important;
  font-size: 26px !important;
  font-weight: 950 !important;
}

.pdp-price-chart {
  max-height: 360px !important;
}

.pdp-offer-tabs {
  border-radius: 18px !important;
  background: #f3f4f6 !important;
  padding: 6px !important;
}

.pdp-offer-tabs button {
  border-radius: 14px !important;
  font-weight: 900 !important;
}

.pdp-offer-tabs button.active {
  background: #111827 !important;
  color: #fff !important;
}

.pdp-offer-row {
  border-radius: 22px !important;
  border: 1px solid var(--gote-line) !important;
  background: #fff !important;
}

.pdp-offer-row.best {
  border: 2px solid #c7d2fe !important;
  background: var(--gote-brand-soft) !important;
}

.pdp-content-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 28px !important;
}

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

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

.attribute-list article {
  border-radius: 16px !important;
  background: #f9fafb !important;
}

.product-sticky-actions.pdp-sticky-actions.sticky-buy {
  top: auto !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100% - 32px, 760px) !important;
  border-radius: 22px !important;
  border: 1px solid var(--gote-line) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 20px 70px rgba(15,23,42,.18) !important;
  backdrop-filter: blur(18px) !important;
}

.gote-site-footer {
  background: #111827 !important;
  color: #d1d5db !important;
  border: 0 !important;
}

.gote-site-footer a,
.gote-site-footer strong,
.gote-site-footer h3 {
  color: #fff !important;
}

.gote-site-footer .gote-logo-word span {
  color: #fff !important;
}

@media (max-width: 1180px) {
  .gote-header-inner {
    grid-template-columns: auto auto minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

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

  .home2-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .pdp-decision-grid,
  .pdp-content-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  .gote-header-inner {
    grid-template-columns: auto 1fr auto !important;
    min-height: 68px !important;
  }

  .gote-menu-button {
    display: inline-flex !important;
  }

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

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

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

  .gote-mobile-search-row {
    display: block !important;
    width: min(100% - 32px, 1400px) !important;
    margin: 0 auto 12px !important;
  }

  .gote-mobile-search {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
  }

  .gote-mobile-search input {
    border-radius: 16px 0 0 16px !important;
    padding: 0 14px !important;
  }

  .gote-mobile-search button {
    border-radius: 0 16px 16px 0 !important;
    background: var(--gote-brand) !important;
    color: #fff !important;
  }

  .gote-category-scroll {
    padding-bottom: 12px !important;
  }

  .home2-hero-grid,
  .pdp-product-shell,
  .catalog-layout {
    grid-template-columns: 1fr !important;
  }

  .filter-sidebar {
    position: static !important;
  }

  .home2-hero-side {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }

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

  .catalog-quick-sort {
    justify-content: stretch !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 720px) {
  .gote-ui-container,
  .home2-container,
  .home2-universe,
  .cne-section,
  .cne-hub,
  .catalog-layout,
  .pdp-breadcrumb,
  .pdp-product-shell,
  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-insight-grid,
  .pdp-content-grid,
  .pdp-related-section {
    width: min(100% - 24px, 1400px) !important;
  }

  .home2-hero {
    padding-top: 18px !important;
  }

  .home2-hero-main {
    min-height: 0 !important;
    padding: 28px 20px !important;
    border-radius: 28px !important;
  }

  .home2-hero h1 {
    max-width: 320px !important;
    font-size: clamp(30px, 8.5vw, 36px) !important;
    line-height: 1.06 !important;
  }

  .home2-hero p {
    font-size: 15px !important;
  }

  .home2-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .home2-stats span {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
  }

  .home2-stats strong {
    font-size: 14px !important;
  }

  .home2-stats span:last-child {
    grid-column: 1 / -1 !important;
  }

  .home2-search {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    border-radius: 18px !important;
  }

  .home2-search button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .home2-hero-side {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .home2-mini-card {
    min-height: 154px !important;
    padding: 20px !important;
  }

  .home2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .home2-category-grid a {
    min-height: 108px !important;
  }

  .cne-section,
  .cne-hub,
  .home2-universe {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .cne-section-head,
  .home2-section-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

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

  .catalog-layout,
  .catalog-main,
  .catalog-results {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .catalog-layout {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .catalog-command-panel,
  .catalog-main .catalog-results {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .catalog-main .catalog-results .product-grid:not(.product-list-view),
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .pdp-related-section .product-grid {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    gap: 8px !important;
  }

  .catalog-main .catalog-results .product-card,
  .search-product-grid .product-card,
  .gote-home-product-grid .product-card,
  .pdp-related-section .product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-card.result-card,
  .product-card {
    border-radius: 18px !important;
  }

  .product-media {
    height: 136px !important;
    min-height: 136px !important;
    padding: 12px !important;
  }

  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .gote-home-product-grid .product-media,
  .pdp-related-section .product-media {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
    padding: 12px !important;
  }

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

  .catalog-main .catalog-results .product-grid:not(.product-list-view) > .product-card.result-card .product-media,
  .search-product-grid > .product-card.result-card .product-media,
  .gote-home-product-grid > .product-card.result-card .product-media,
  .pdp-related-section .product-grid > .product-card.result-card .product-media {
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
  }

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

  .score-badge,
  .product-badge-row span {
    min-height: 24px !important;
    padding: 0 7px !important;
    font-size: 9.5px !important;
  }

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

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

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

  .product-body > strong {
    font-size: 12.4px !important;
    -webkit-line-clamp: 3 !important;
  }

  .product-rating-row {
    gap: 4px !important;
    font-size: 10.5px !important;
  }

  .rating-stars {
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }

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

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

  .price-row small {
    font-size: 10px !important;
  }

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

  .product-actions a {
    min-height: 36px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .product-actions a i {
    display: none !important;
  }

  .pdp-product-shell {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .pdp-main-media {
    border-radius: 22px !important;
  }

  .pdp-main-media img {
    padding: 16px !important;
  }

  .pdp-gallery-thumbs {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
  }

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

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

  .pdp-decision-grid {
    gap: 14px !important;
  }

  .pdp-winning-offer,
  .pdp-ai-verdict,
  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-content-grid > .pdp-info-card,
  .pdp-related-section {
    border-radius: 22px !important;
  }

  .pdp-winning-offer,
  .pdp-ai-verdict {
    padding: 18px !important;
  }

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

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

  .pdp-specs-quick ul {
    grid-template-columns: 1fr !important;
  }

  .pdp-chart-card,
  .pdp-offers-card,
  .pdp-related-section {
    padding: 16px !important;
  }

  .product-sticky-actions.pdp-sticky-actions.sticky-buy {
    position: fixed !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    bottom: 76px !important;
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    width: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 10px !important;
    z-index: 90 !important;
  }

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

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

@media (max-width: 380px) {
  .catalog-main .catalog-results .product-grid,
  .search-product-grid,
  .gote-home-product-grid,
  .pdp-related-section .product-grid {
    gap: 8px !important;
  }

  .product-media {
    height: 124px !important;
    min-height: 124px !important;
  }

  .catalog-main .catalog-results .product-media,
  .search-product-grid .product-media,
  .gote-home-product-grid .product-media,
  .pdp-related-section .product-media {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
  }

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

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

  .product-actions a {
    font-size: 10.5px !important;
  }
}
