:root {
  --sf-navy: #07111f;
  --sf-panel: rgba(7, 17, 31, 0.78);
  --sf-panel-strong: rgba(10, 20, 36, 0.94);
  --sf-line: rgba(255, 255, 255, 0.1);
  --sf-red: #df2e38;
  --sf-red-2: #ff6a3d;
  --sf-gold: #f3c26b;
  --sf-ink: #dbe8f6;
  --sf-muted: #97acc4;
  --sf-white: #f8fbff;
}

body.storefront-page {
  padding: 0;
  background:
    radial-gradient(circle at top right, rgba(223, 46, 56, 0.18), transparent 30%),
    radial-gradient(circle at left center, rgba(72, 179, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #dcebfb 0%, #edf5ff 48%, #eef4fa 100%);
  color: var(--sf-ink);
}

.storefront-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.7), transparent 20%),
    radial-gradient(circle at 80% 10%, rgba(255, 122, 77, 0.12), transparent 18%),
    radial-gradient(circle at 30% 65%, rgba(44, 144, 255, 0.12), transparent 22%);
}

body.storefront-page .phone-shell,
body.storefront-page .bg,
body.storefront-page .app,
body.storefront-page .hero,
body.storefront-page .panel::before,
body.storefront-page .panel::after {
  display: none !important;
}

.sf-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(236, 245, 255, 0.72);
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}

.sf-header-inner,
.sf-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.sf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.sf-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #081321;
}

.sf-brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,250,255,0.92));
  box-shadow: 0 14px 26px rgba(7, 17, 31, 0.12);
  border: 1px solid rgba(7, 17, 31, 0.08);
  overflow: hidden;
}

.sf-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.12);
}

.sf-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sf-brand-copy strong {
  font-size: 1.55rem;
  color: #091525;
}

.sf-brand-copy strong span {
  color: var(--sf-red);
}

.sf-brand-copy small {
  color: #5f7590;
}

.sf-nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sf-nav a {
  color: #35506f;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sf-nav a:hover {
  background: rgba(7, 17, 31, 0.08);
  color: #091525;
  transform: translateY(-1px);
}

.sf-shell {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 28px 0 48px;
}

.sf-finder-top {
  order: -2;
}

.sf-phone-optional {
  display: none;
}

.sf-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.sf-hero-copy,
.sf-hero-card,
.sf-finder,
.sf-summary-card,
.sf-feature {
  border: 1px solid var(--sf-line);
  background: linear-gradient(180deg, rgba(8, 18, 33, 0.94), rgba(8, 18, 33, 0.84));
  box-shadow: 0 30px 70px rgba(8, 18, 33, 0.2);
}

.sf-hero-copy {
  border-radius: 36px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.sf-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(223, 46, 56, 0.24), transparent 22%),
    radial-gradient(circle at bottom left, rgba(90, 175, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.sf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--sf-gold);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.sf-hero h1,
.sf-results-head h2,
.sf-finder-head h2 {
  margin: 0;
  color: var(--sf-white);
  line-height: 1.15;
}

.sf-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  max-width: 11ch;
}

.sf-hero p,
.sf-feature p,
.sf-note {
  color: var(--sf-muted);
  line-height: 1.85;
}

.sf-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.sf-primary-link,
.sf-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.sf-primary-link {
  color: #fff;
  background: linear-gradient(135deg, var(--sf-red), var(--sf-red-2));
  box-shadow: 0 16px 30px rgba(223, 46, 56, 0.32);
}

.sf-secondary-link {
  color: #dbe8f6;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
}

.sf-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sf-stat {
  border-radius: 22px;
  padding: 18px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.sf-stat strong {
  display: block;
  color: var(--sf-white);
  margin-bottom: 4px;
}

.sf-stat span {
  color: var(--sf-muted);
  font-size: 0.92rem;
}

.sf-hero-visual {
  display: flex;
}

.sf-hero-card {
  width: 100%;
  border-radius: 36px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.sf-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/hero-banner-new.png") center/cover no-repeat;
  opacity: 0.18;
  filter: saturate(0.9) contrast(1.05);
}

.sf-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,18,33,0.22), rgba(8,18,33,0.86));
}

.sf-hero-card > * {
  position: relative;
  z-index: 1;
}

.sf-hero-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.sf-hero-card-head span {
  color: var(--sf-muted);
}

.sf-hero-card-head b {
  color: var(--sf-white);
  font-size: 1.15rem;
}

.sf-showcase {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sf-showcase-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.sf-showcase-item img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  padding: 8px;
}

.sf-showcase-item strong {
  color: var(--sf-white);
  display: block;
  margin-bottom: 6px;
}

.sf-showcase-item span {
  color: var(--sf-muted);
  font-size: 0.95rem;
}

.sf-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.sf-feature {
  border-radius: 28px;
  padding: 24px;
}

.sf-feature strong {
  display: block;
  color: var(--sf-white);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.sf-finder {
  border-radius: 34px;
  padding: 30px;
}

.sf-finder-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sf-note {
  margin: 0;
  min-height: 28px;
  max-width: 420px;
  text-align: left;
}

.sf-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.sf-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sf-field span {
  color: #f8fbff;
  font-weight: 700;
}

.sf-field-hint {
  color: #bfd0e4;
  font-size: 0.88rem;
  line-height: 1.7;
}

.sf-field-hint.invalid {
  color: #ffb4b8;
}

.sf-field-wide {
  grid-column: span 1;
}

.sf-search-shell {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.sf-search-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(223, 46, 56, 0.18), rgba(255, 106, 61, 0.18));
  color: var(--sf-white);
  font-size: 1.5rem;
  font-weight: 900;
}

.sf-car-input {
  min-height: 60px;
  border: none;
  background: transparent;
  padding-inline: 0;
}

.sf-car-input:focus {
  box-shadow: none;
}

.sf-search-btn-inline {
  min-width: 132px;
  margin: 0;
}

.sf-car-suggest {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(7, 17, 31, 0.98);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
  z-index: 12;
}

.hidden {
  display: none !important;
}

.sf-car-suggest-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  color: var(--sf-white);
  text-align: right;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sf-car-suggest-item:hover,
.sf-car-suggest-item.active {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
}

.sf-car-suggest-thumb {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(255,255,255,0.92);
}

.sf-car-suggest-title {
  display: block;
  color: var(--sf-white);
  font-weight: 800;
  margin-bottom: 4px;
}

.sf-car-suggest-sub {
  display: block;
  color: var(--sf-muted);
  font-size: 0.88rem;
}

.sf-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sf-brand-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--sf-white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.sf-brand-chip:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
}

.sf-input {
  min-height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: none;
  color: #f8fbff;
}

.sf-input::placeholder {
  color: rgba(219, 232, 246, 0.72);
}

.sf-input-invalid {
  border-color: rgba(255, 120, 132, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 120, 132, 0.35);
}

.sf-search-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sf-search-btn,
.sf-whatsapp-btn {
  min-width: 200px;
  min-height: 52px;
  padding: 0 20px !important;
  border-radius: 999px;
}

.sf-whatsapp-btn {
  color: #fff;
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}

.sf-final-step {
  margin-top: 26px;
  border-top: 1px solid rgba(17, 35, 58, 0.12);
  padding-top: 24px;
  padding-inline: 18px;
  padding-bottom: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(242,248,255,0.96));
  box-shadow: inset 0 0 0 1px rgba(17, 35, 58, 0.06);
}

.sf-final-head h3 {
  margin: 0 0 8px;
  color: #12233a;
  font-size: 1.45rem;
}

.sf-final-head p {
  margin: 0 0 18px;
  color: #47627f;
  line-height: 1.8;
}

.sf-final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sf-final-actions {
  margin-top: 18px;
}

.sf-price-preview {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(16, 31, 52, 0.06);
  border: 1px solid rgba(17, 35, 58, 0.12);
}

.sf-price-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.sf-price-preview-head strong {
  color: #12233a;
  font-size: 1.05rem;
}

.sf-price-preview-grid {
  display: grid;
  gap: 10px;
}

.sf-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
  color: #47627f;
  border: 1px solid rgba(17, 35, 58, 0.08);
}

.sf-price-line b {
  color: #12233a;
}

.sf-price-line-total {
  background: linear-gradient(135deg, rgba(223, 46, 56, 0.16), rgba(255, 106, 61, 0.16));
  border: 1px solid rgba(255,255,255,0.08);
}

.sf-price-hint {
  margin: 12px 0 0;
  color: #47627f;
  line-height: 1.75;
}

.sf-final-step .sf-kicker {
  color: #d28a12;
}

.sf-final-step .sf-field span {
  color: #12233a;
}

.sf-final-step .sf-field-hint {
  color: #5d7691;
}

.sf-final-step .sf-input {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(17, 35, 58, 0.14);
  color: #12233a;
}

.sf-final-step .sf-input::placeholder {
  color: #7d92a9;
}

.sf-final-step .client-suggest-item {
  color: #12233a;
}

.sf-results-shell {
  margin-top: 10px;
}

.sf-car-spotlight {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 34px;
  border: 1px solid var(--sf-line);
  background: linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(20, 33, 53, 0.88));
  box-shadow: 0 30px 70px rgba(8, 18, 33, 0.2);
}

.sf-car-spotlight.hidden {
  display: none;
}

.sf-car-spotlight-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 250px;
  background: rgba(255,255,255,0.06);
}

.sf-car-spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 9, 19, 0.08), rgba(5, 9, 19, 0.48));
}

.sf-car-spotlight-media img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.sf-car-spotlight-copy h2 {
  margin: 0 0 10px;
  color: var(--sf-white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.sf-car-spotlight-copy p {
  margin: 0;
  color: var(--sf-muted);
  line-height: 1.85;
}

.sf-results {
  padding: 0;
}

.sf-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sf-summary-card {
  border-radius: 34px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.88));
}

.sf-block + .sf-selected-block {
  margin-top: 24px;
}

.sf-catalog-grid,
.sf-selected-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.sf-result-group + .sf-result-group {
  margin-top: 24px;
}

.sf-result-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(7, 17, 31, 0.94), rgba(24, 40, 63, 0.9));
}

.sf-result-group-head h3 {
  margin: 0;
  color: #f8fbff;
  font-size: 1.2rem;
}

.sf-result-group-kicker {
  color: #f3c26b;
  font-size: 0.82rem;
  font-weight: 800;
}

.sf-group-grid {
  display: grid;
}

.sf-year-group + .sf-year-group {
  margin-top: 16px;
}

.sf-chassis-group + .sf-chassis-group {
  margin-top: 18px;
}

.sf-chassis-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(7, 17, 31, 0.28);
  border: 1px solid rgba(255,255,255,0.08);
}

.sf-chassis-group-head h4 {
  margin: 0;
  color: #f8fbff;
  font-size: 1.05rem;
}

.sf-chassis-group-kicker {
  color: #f3c26b;
  font-size: 0.78rem;
  font-weight: 800;
}

.sf-year-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}

.sf-year-group-head h4 {
  margin: 0;
  color: #f8fbff;
  font-size: 1rem;
}

.sf-year-group-kicker {
  color: #d7e5f5;
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .sf-catalog-grid,
  .sf-selected-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-header-inner {
    gap: 14px;
  }

  .sf-nav {
    gap: 8px;
  }
}

body.storefront-page .summary-card,
body.storefront-page .cs-selected {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

body.storefront-page .cs-card {
  position: relative;
  border-radius: 24px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,247,251,0.98));
  border: 1px solid rgba(14, 24, 42, 0.08);
  box-shadow: 0 18px 34px rgba(0, 18, 45, 0.08);
  min-height: 100%;
}

body.storefront-page .cs-name {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.client-suggest-item {
  color: #f8fbff;
}

body.storefront-page .cs-meta-row {
  align-items: center;
}

body.storefront-page .chip {
  background: #eff6ff;
  color: #274764;
  font-weight: 700;
}

body.storefront-page .cs-card .btn.outline.small {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
}

body.storefront-page #csSearch {
  display: inline-flex !important;
}

body.storefront-page #csAskPrice {
  width: auto;
  margin-top: 0;
}

.sf-product-media {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fefefe, #edf4fb);
  box-shadow: inset 0 0 0 1px rgba(8, 18, 33, 0.06);
  margin-bottom: 14px;
}

.sf-product-media img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sf-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.sf-product-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f8fd;
  color: #44617e;
  font-size: 0.8rem;
  font-weight: 700;
}

.sf-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sf-selected-block .cs-card {
  background: linear-gradient(180deg, #fff7f7, #fff1f1);
}

@media (max-width: 980px) {
  .sf-hero {
    grid-template-columns: 1fr;
  }

  .sf-highlights,
  .sf-form-grid,
  .sf-stats,
  .sf-final-grid,
  .sf-car-spotlight {
    grid-template-columns: 1fr;
  }

  .sf-finder-head,
  .sf-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sf-note {
    max-width: none;
    text-align: right;
  }

  .sf-catalog-grid,
  .sf-selected-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-search-shell {
    grid-template-columns: 1fr;
  }

  .sf-search-icon {
    display: none;
  }

  .sf-search-btn-inline,
  body.storefront-page #csSearch,
  body.storefront-page #csAskPrice,
  .sf-whatsapp-btn {
    width: 100%;
    min-width: 0;
  }

  .sf-card-foot {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 820px) {
  .sf-header-inner,
  .sf-shell {
    width: min(100% - 20px, 1200px);
  }

  .sf-hero-copy,
  .sf-hero-card,
  .sf-finder,
  .sf-summary-card,
  .sf-feature,
  .sf-car-spotlight {
    border-radius: 24px;
  }

  .sf-hero-copy,
  .sf-hero-card,
  .sf-finder,
  .sf-summary-card,
  .sf-car-spotlight {
    padding: 20px;
  }

  .sf-brand-copy strong {
    font-size: 1.25rem;
  }

  .sf-brand {
    width: 100%;
    justify-content: space-between;
  }

  .sf-nav {
    width: 100%;
    justify-content: space-between;
  }

  .sf-nav a {
    padding: 8px 10px;
    font-size: 0.95rem;
  }

  .sf-finder-head h2,
  .sf-results-head h2 {
    font-size: 1.7rem;
  }

  .sf-catalog-grid,
  .sf-selected-grid {
    grid-template-columns: 1fr;
  }

  body.storefront-page .cs-card {
    padding: 16px;
  }

  body.storefront-page .cs-name {
    font-size: 0.95rem;
  }

  .sf-price-preview-head,
  .sf-price-line {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .sf-catalog-grid,
  .sf-selected-grid {
    grid-template-columns: 1fr;
  }

  .sf-nav {
    gap: 6px;
  }

  .sf-nav a {
    font-size: 0.9rem;
  }
}
