@media (max-width: 760px) {
  :root {
    --m-navy: #101b2d;
    --m-navy-2: #1d304d;
    --m-ink: #142033;
    --m-muted: #667386;
    --m-line: rgba(174, 191, 210, 0.44);
    --m-paper: rgba(255, 255, 255, 0.88);
    --m-cream: #f5f0e8;
    --m-radius: 18px;
    --m-shadow: 0 18px 46px rgba(17, 31, 51, 0.12);
  }

  * {
    box-sizing: border-box;
  }

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

  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, #f8f5ef 0%, #f4f7fa 42%, #ffffff 100%);
    color: var(--m-ink);
    font-size: 15px;
  }

  body.mobile-filters-open {
    overflow: hidden;
  }

  .particle-field,
  .hero-banner::after {
    display: none !important;
    content: none !important;
  }

  .app-shell {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
  }

  .top-promo {
    min-height: calc(30px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #0f1a2c, #223754);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .top-promo span:first-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-promo span:nth-child(2) {
    display: none !important;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(249, 251, 253, 0.9);
    box-shadow: 0 10px 30px rgba(20, 35, 58, 0.08);
    backdrop-filter: blur(20px) saturate(1.15);
  }

  .site-header.is-mobile-scrolled {
    background: rgba(250, 252, 255, 0.78);
    box-shadow: 0 16px 38px rgba(20, 35, 58, 0.13);
  }

  .header-grid {
    min-height: 68px;
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: 8px;
    padding-block: 8px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand-name {
    font-size: 1.45rem;
    line-height: 1;
  }

  .catalog-button {
    grid-column: 5;
    grid-row: 1;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .catalog-button span:last-child {
    display: none;
  }

  .top-actions {
    grid-column: 2 / 5;
    grid-row: 1;
    justify-self: end;
    display: flex;
    gap: 7px;
  }

  .nav-action {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 0 0 1px rgba(207, 220, 235, 0.72);
  }

  .nav-action strong {
    display: none;
  }

  .action-icon {
    width: 44px;
    height: 44px;
    background: transparent;
    box-shadow: none;
  }

  .cart-badge {
    right: 0;
    top: 0;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    background: var(--m-navy);
  }

  .search {
    grid-column: 1 / -1;
    order: 10;
    min-height: 50px;
    margin-top: 2px;
    border: 1px solid var(--m-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 3px rgba(17, 31, 51, 0.06);
  }

  .search-scope {
    display: none;
  }

  .search input {
    min-width: 0;
    padding-left: 18px;
    font-size: 15px;
  }

  .search-icon {
    width: 42px;
    height: 42px;
    margin-right: 4px;
    border-radius: 999px;
    background: var(--m-navy);
    color: #fff;
  }

  .search:focus-within {
    border-color: rgba(29, 48, 77, 0.42);
    box-shadow: 0 0 0 4px rgba(29, 48, 77, 0.08);
  }

  .quick-nav {
    position: relative;
    width: 100%;
    min-height: 52px;
    display: flex;
    gap: 8px;
    padding: 6px 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .quick-nav::after {
    content: "";
    position: sticky;
    right: 0;
    width: 22px;
    flex: 0 0 22px;
    margin-left: 0;
    background: linear-gradient(90deg, rgba(249, 251, 253, 0), rgba(249, 251, 253, 0.96));
    pointer-events: none;
  }

  .quick-link,
  .quick-phone {
    min-height: 40px;
    flex: 0 0 auto;
    gap: 7px;
    padding: 0 13px;
    border: 1px solid var(--m-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 18px rgba(20, 35, 58, 0.06);
    color: var(--m-ink);
    font-size: 13px;
    scroll-snap-align: start;
  }

  .quick-link:active {
    transform: scale(0.97);
  }

  .quick-link.is-sale {
    color: var(--m-navy);
    background: #fff8df;
  }

  .quick-icon {
    width: 26px;
    height: 26px;
    border-radius: 10px;
  }

  .quick-phone {
    display: none;
  }

  .marketplace {
    gap: 0;
    padding-top: 14px;
  }

  .hero-carousel {
    width: 100%;
    min-height: 0;
    height: min(112vw, 440px);
    max-height: 440px;
    aspect-ratio: auto;
    margin: 0 auto;
    border-radius: 24px;
    background: #121c2d;
    box-shadow: var(--m-shadow);
  }

  .hero-track,
  .hero-slide,
  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  .hero-slide {
    display: block;
    padding: 0;
  }

  .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(10, 17, 28, 0.18) 0%, rgba(10, 17, 28, 0.08) 42%, rgba(10, 17, 28, 0.72) 100%);
    pointer-events: none;
  }

  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    position: absolute;
    overflow: hidden;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-slide.is-uploaded-ad .hero-sofa img,
  .hero-slide.is-brand-ad .hero-sofa img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: var(--ad-mobile-focal, 60% center);
    filter: none;
    transform: none;
  }

  .mobile-hero-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    display: grid;
    gap: 10px;
    color: #fff;
  }

  .mobile-hero-copy span {
    width: fit-content;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: 0.08em;
  }

  .mobile-hero-copy h1 {
    max-width: 320px;
    margin: 0;
    font-size: clamp(28px, 8.8vw, 34px);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .mobile-hero-copy p {
    max-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.45;
  }

  .mobile-hero-copy div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
  }

  .mobile-hero-primary {
    background: #fff;
    color: var(--m-navy);
  }

  .mobile-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
  }

  .hero-arrow {
    display: none;
  }

  .hero-carousel-footer {
    left: 18px;
    right: auto;
    bottom: 10px;
    z-index: 5;
    justify-content: start;
  }

  .hero-dots {
    width: 88px;
    height: 3px;
    gap: 4px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    overflow: hidden;
  }

  .hero-dots button {
    flex: 1;
    width: auto;
    height: 100%;
    border-radius: 999px;
    background: transparent;
  }

  .hero-dots button.is-active {
    width: auto;
    background: #fff;
  }

  .home-section {
    gap: 14px;
    margin: 0;
    padding-top: 32px;
  }

  .section-head,
  .catalog-toolbar {
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .section-head h2,
  .catalog-toolbar h2,
  .promo-editorial-copy h2 {
    margin: 2px 0 0;
    font-size: clamp(22px, 6.4vw, 28px);
    line-height: 1.08;
  }

  .section-head span,
  .catalog-hub-head span,
  .promo-editorial-copy > span {
    display: -webkit-box;
    overflow: hidden;
    color: var(--m-muted);
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .soft-button,
  .light-button {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
  }

  .catalog-hub,
  .promo-showcase {
    padding: 18px;
    border: 1px solid rgba(222, 228, 236, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 38px rgba(20, 35, 58, 0.08);
  }

  .catalog-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .catalog-hub-card {
    min-height: 140px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(248, 251, 255, 0.92);
    box-shadow: none;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .catalog-hub-card--hero {
    min-height: 360px;
    overflow: hidden;
    background: linear-gradient(160deg, #162338, #53677f);
    color: #fff;
  }

  .catalog-hub-card--hero .catalog-hub-photo {
    position: absolute;
    inset: 0;
    opacity: 0.78;
  }

  .catalog-hub-card--hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 21, 34, 0.08), rgba(12, 21, 34, 0.78));
  }

  .catalog-hub-card--hero > *:not(.catalog-hub-photo) {
    position: relative;
    z-index: 1;
    max-width: 88%;
  }

  .catalog-hub-photo {
    height: 82px;
    margin: -4px -4px 8px;
    border-radius: 14px;
  }

  .catalog-hub-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .catalog-hub-card strong {
    font-size: 16px;
    line-height: 1.16;
  }

  .catalog-hub-card small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--service strong {
    padding-top: 0;
  }

  .catalog-service-list {
    gap: 6px;
  }

  .catalog-service-list i {
    font-size: 12px;
  }

  .promo-showcase {
    display: grid;
    gap: 16px;
  }

  .promo-editorial-copy {
    gap: 10px;
  }

  .promo-lookbook {
    display: flex;
    gap: 12px;
    margin-inline: -2px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .lookbook-card,
  .lookbook-card.is-featured {
    flex: 0 0 min(286px, 78vw);
    grid-template-rows: 184px auto;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .advantage-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .advantage-strip article {
    min-height: 0;
    padding: 16px;
    border-radius: 18px;
  }

  .catalog-section {
    padding-top: 32px;
  }

  .mobile-catalog-actions {
    display: block;
  }

  .mobile-filter-open {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--m-line);
    border-radius: 999px;
    background: #fff;
    color: var(--m-navy);
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(20, 35, 58, 0.08);
  }

  .listing-filter-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    max-height: min(82vh, 660px);
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    margin: 0;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 26px 26px 0 0;
    background: rgba(250, 252, 255, 0.96);
    box-shadow: 0 -28px 70px rgba(14, 25, 42, 0.22);
    backdrop-filter: blur(24px);
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
  }

  .mobile-filters-open .listing-filter-bar {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    background: rgba(12, 20, 34, 0.36);
  }

  .mobile-filters-open .mobile-filter-backdrop {
    display: block;
  }

  .mobile-filter-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-filter-sheet-head div {
    display: grid;
    gap: 2px;
  }

  .mobile-filter-sheet-head span {
    color: var(--m-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-filter-sheet-head strong {
    font-size: 22px;
    line-height: 1.1;
  }

  .mobile-filter-sheet-head button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--m-line);
    border-radius: 14px;
    background: #fff;
    color: var(--m-navy);
    font-size: 24px;
    line-height: 1;
  }

  .filter-pill,
  .sale-switch,
  .listing-filter-bar .sort-control {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border: 1px solid rgba(216, 226, 238, 0.86);
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
  }

  .sale-switch {
    justify-content: space-between;
    color: var(--m-ink);
    text-transform: none;
  }

  .filter-chip-group {
    display: grid;
    gap: 10px;
    padding: 13px;
  }

  .listing-filter-bar .chip-list,
  .listing-filter-bar .segmented {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .listing-filter-bar .chip,
  .listing-filter-bar .segmented button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(216, 226, 238, 0.86);
    border-radius: 999px;
    font-size: 13px;
  }

  .price-pill {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 13px;
  }

  .price-pill .range {
    grid-column: 1 / -1;
    width: 100%;
    accent-color: var(--m-navy);
  }

  .sort-control {
    display: grid;
    gap: 6px;
    padding: 11px 13px;
  }

  .sort-trigger {
    width: 100%;
    min-height: 34px;
    padding: 0;
  }

  .sort-menu {
    left: 0;
    right: 0;
    width: 100%;
  }

  .reset-pill,
  .mobile-filter-apply {
    justify-content: center;
    min-height: 50px;
    border-radius: 999px;
    font: inherit;
    font-weight: 950;
  }

  .mobile-filter-apply {
    border: 0;
    background: var(--m-navy);
    color: #fff;
  }

  .product-grid,
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-card,
  .home-product-grid .product-card {
    min-width: 0;
    min-height: 0;
    grid-template-rows: 150px auto;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(20, 35, 58, 0.08);
  }

  .product-placeholder {
    min-height: 150px;
    border-radius: 20px 20px 0 0;
  }

  .product-placeholder strong {
    font-size: 15px;
  }

  .product-body,
  .product-info,
  .product-card-content {
    gap: 7px;
    padding: 11px;
  }

  .product-title-row h3,
  .product-card h3 {
    min-height: 2.45em;
    font-size: 14px;
    line-height: 1.22;
  }

  .product-brand,
  .product-meta,
  .economy,
  .bonus-note,
  .delivery-note {
    font-size: 11px;
  }

  .product-meta {
    max-height: 48px;
  }

  .price strong,
  .price-row strong,
  .product-price strong {
    font-size: 16px;
  }

  .primary-button {
    min-height: 40px;
    border-radius: 999px;
    font-size: 13px;
  }

  .favorite-button {
    width: 34px;
    height: 34px;
    right: 10px;
    top: 10px;
  }

  .product-card:active,
  .catalog-hub-card:active,
  .lookbook-card:active,
  .quick-link:active,
  .mobile-bottom-nav button:active {
    transform: scale(0.98);
  }

  .empty-state {
    padding: 18px;
    border-radius: 18px;
    font-size: 14px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 100;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 46px rgba(14, 25, 42, 0.22);
    backdrop-filter: blur(24px) saturate(1.15);
  }

  .mobile-bottom-nav button {
    min-width: 0;
    min-height: 52px;
    display: grid;
    place-items: center;
    gap: 2px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: var(--m-muted);
    font: inherit;
    font-weight: 900;
  }

  .mobile-bottom-nav button:first-child {
    background: rgba(16, 27, 45, 0.08);
    color: var(--m-navy);
  }

  .mobile-bottom-nav svg {
    width: 21px;
    height: 21px;
  }

  .mobile-bottom-nav strong {
    font-size: 10.5px;
    line-height: 1;
  }

  .mobile-bottom-nav em {
    top: 5px;
    right: 12px;
    min-width: 18px;
    height: 18px;
    background: var(--m-navy);
    font-size: 10px;
  }

  .support-chat-root {
    right: 18px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 92;
  }

  .sona-support-launcher {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(16, 27, 45, 0.24);
  }

  .sona-support-launcher strong {
    display: none;
  }

  .sona-support-panel {
    right: 0;
    bottom: 60px;
    width: min(360px, calc(100% - 24px));
    max-height: calc(100vh - 170px);
    border-radius: 22px;
  }

  .site-footer {
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 36px 16px 18px;
    padding: 22px 18px;
    border-radius: 24px;
    background: linear-gradient(145deg, #101b2d, #1b283d);
    color: #fff;
    box-shadow: 0 22px 58px rgba(11, 20, 34, 0.24);
  }

  .footer-brand-panel {
    min-height: 0;
    gap: 14px;
  }

  .footer-brand {
    gap: 10px;
    font-size: 22px;
  }

  .footer-brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .footer-brand-panel h2 {
    max-width: 100%;
    font-family: inherit;
    font-size: 24px;
    line-height: 1.08;
  }

  .footer-brand-panel p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.55;
  }

  .footer-nav-panel {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-nav-panel div {
    gap: 8px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-nav-panel span,
  .footer-payment > span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
  }

  .footer-nav-panel a {
    min-height: 30px;
    color: #fff;
    font-size: 14px;
  }

  .footer-contact-panel {
    gap: 10px;
  }

  .footer-contact-card,
  .footer-payment {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
  }

  .footer-contact-card strong {
    font-size: 15px;
  }

  .footer-payment {
    grid-template-columns: 1fr repeat(3, auto);
  }

  .cart-page:not([hidden]),
  .account-page:not([hidden]) {
    width: 100%;
    padding-inline: 16px;
  }

  .cart-page-layout,
  .favorites-page-grid {
    grid-template-columns: 1fr;
  }

  .cart-summary,
  .favorites-summary,
  .favorite-card,
  .cart-item {
    border-radius: 20px;
  }
}

@media (max-width: 760px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

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

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .top-promo {
    width: 100%;
    max-width: 100%;
    min-height: calc(30px + env(safe-area-inset-top));
    height: calc(30px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    line-height: 30px;
  }

  .site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .site-header .app-shell,
  .marketplace,
  .catalog-section,
  .home-section,
  .catalog-hub,
  .mobile-service-sale,
  .mobile-service-sale-grid,
  .section-head,
  .catalog-toolbar {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .app-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-grid {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: 56px 48px;
    align-items: center;
    gap: 8px 10px;
    padding: 0 16px;
    overflow: visible;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 11px;
  }

  .brand-name {
    max-width: 140px;
    overflow: hidden;
    font-size: 1.32rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: max-content;
    flex-shrink: 0;
  }

  #profileButton,
  #favoritesButton {
    display: none !important;
  }

  .top-actions .nav-action,
  .top-actions .cart-trigger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    padding: 0;
    border-radius: 14px;
    overflow: visible;
  }

  .top-actions .action-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
  }

  .catalog-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 15px;
    overflow: visible;
    transform: none;
  }

  .catalog-button span:last-child {
    display: none !important;
  }

  .burger-lines,
  .burger-lines::before,
  .burger-lines::after {
    width: 18px;
    max-width: 18px;
    transform: none;
  }

  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: hidden;
    border-radius: 999px;
  }

  .search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 12px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    transform: none;
  }

  .quick-nav {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0 16px 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 16px;
    scrollbar-width: none;
  }

  .quick-nav::-webkit-scrollbar {
    display: none;
  }

  .quick-nav::after {
    content: none;
  }

  .quick-link,
  .quick-phone {
    flex: 0 0 auto;
    min-height: 40px;
    max-width: calc(100vw - 32px);
    padding: 0 13px;
    scroll-snap-align: start;
  }

  .marketplace {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 0;
    overflow-x: clip;
  }

  .hero-carousel {
    width: 100vw;
    max-width: 100vw;
    height: clamp(360px, 104vw, 420px);
    min-height: 360px;
    max-height: 420px;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .hero-track,
  .hero-slide,
  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .hero-slide.is-uploaded-ad .hero-sofa img,
  .hero-slide.is-brand-ad .hero-sofa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ad-mobile-focal, center center);
  }

  .mobile-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: calc(100vw - 32px);
  }

  .mobile-hero-copy h1,
  .mobile-hero-copy p,
  .mobile-hero-copy div {
    max-width: 100%;
  }

  .mobile-hero-copy h1 {
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1.05;
  }

  .mobile-hero-copy div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    max-width: 100%;
    min-height: 40px;
    padding: 0 13px;
  }

  .mobile-bottom-nav {
    left: 50%;
    right: auto;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    max-width: 430px;
    height: 66px;
    margin: 0 auto;
    transform: translateX(-50%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    padding: 6px;
    overflow: visible;
  }

  .mobile-bottom-nav button {
    min-width: 0;
    min-height: 52px;
    padding: 0;
  }

  .mobile-bottom-nav strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 9.5px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav svg {
    width: 20px;
    height: 20px;
  }

  .mobile-bottom-nav em {
    right: 8px;
    top: 5px;
  }

  body.mobile-overlay-open .mobile-bottom-nav,
  body.mobile-filters-open .mobile-bottom-nav {
    transform: translate(-50%, 18px);
  }
}

@media (max-width: 760px) {
  .header-grid {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: 54px 48px;
    gap: 8px 10px;
    padding: 0 16px 10px;
  }

  .brand {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .top-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 12px;
  }

  .mobile-consult {
    position: relative;
    display: block;
  }

  .mobile-consult-button,
  .top-actions .cart-trigger {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-basis: 36px;
    display: grid !important;
    place-items: center;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: var(--m-navy);
  }

  .mobile-consult-button .action-icon,
  .top-actions .cart-trigger .action-icon {
    width: 36px;
    height: 36px;
    background: transparent;
    box-shadow: none;
  }

  .mobile-consult-button svg,
  .top-actions .cart-trigger svg {
    width: 23px;
    height: 23px;
    stroke-width: 2.4;
  }

  .mobile-consult-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 120;
    width: min(236px, calc(100vw - 32px));
    display: grid;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(216, 226, 238, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 46px rgba(18, 32, 52, 0.18);
  }

  .mobile-consult-menu[hidden] {
    display: none;
  }

  .mobile-consult-menu a,
  .mobile-consult-menu button {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: #f5f8fb;
    color: var(--m-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
  }

  .mobile-consult-menu button {
    background: var(--m-navy);
    color: #fff;
  }

  .catalog-button {
    grid-column: 1;
    grid-row: 2;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    align-self: center;
    border-radius: 999px;
  }

  .search {
    grid-column: 2 / 4;
    grid-row: 2;
    height: 48px;
    min-height: 48px;
    border: 0;
    background: #f3f4f6;
    box-shadow: none;
  }

  .search input {
    padding-left: 18px;
  }

  .search-icon {
    width: 48px;
    min-width: 48px;
    background: transparent;
    color: var(--m-ink);
  }

  .quick-nav {
    margin-top: 0;
    padding-top: 8px;
  }

  .marketplace {
    padding-top: 0;
  }

  .hero-carousel {
    height: clamp(188px, 52vw, 232px);
    min-height: 188px;
    max-height: 232px;
  }

  .mobile-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 16px;
    gap: 6px;
  }

  .mobile-hero-copy span {
    padding: 4px 8px;
    font-size: 10px;
  }

  .mobile-hero-copy h1 {
    max-width: 58%;
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.06;
  }

  .mobile-hero-copy p {
    display: none;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .header-grid {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: 54px 48px;
    gap: 8px 10px;
    padding: 0 16px 10px;
  }

  .brand {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .top-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 12px;
  }

  .mobile-consult {
    position: relative;
    display: block;
  }

  .mobile-consult-button,
  .top-actions .cart-trigger {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: var(--m-navy);
  }

  .mobile-consult-button .action-icon,
  .top-actions .cart-trigger .action-icon {
    width: 36px;
    height: 36px;
    background: transparent;
    box-shadow: none;
  }

  .mobile-consult-button svg,
  .top-actions .cart-trigger svg {
    width: 23px;
    height: 23px;
    stroke-width: 2.4;
  }

  .mobile-consult-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 120;
    width: min(236px, calc(100vw - 32px));
    display: grid;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(216, 226, 238, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 46px rgba(18, 32, 52, 0.18);
  }

  .mobile-consult-menu[hidden] {
    display: none;
  }

  .mobile-consult-menu a,
  .mobile-consult-menu button {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: #f5f8fb;
    color: var(--m-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
  }

  .mobile-consult-menu button {
    background: var(--m-navy);
    color: #fff;
  }

  .catalog-button {
    grid-column: 1;
    grid-row: 2;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    align-self: center;
    border-radius: 999px;
  }

  .search {
    grid-column: 2 / 4;
    grid-row: 2;
    height: 48px;
    min-height: 48px;
    border: 0;
    background: #f3f4f6;
    box-shadow: none;
  }

  .search input {
    padding-left: 18px;
  }

  .search-icon {
    width: 48px;
    min-width: 48px;
    background: transparent;
    color: var(--m-ink);
  }

  .quick-nav {
    margin-top: 0;
    padding-top: 8px;
  }

  .marketplace {
    padding-top: 0;
  }

  .hero-carousel {
    height: clamp(188px, 52vw, 232px);
    min-height: 188px;
    max-height: 232px;
  }

  .mobile-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 16px;
    gap: 6px;
  }

  .mobile-hero-copy span {
    padding: 4px 8px;
    font-size: 10px;
  }

  .mobile-hero-copy h1 {
    max-width: 58%;
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.06;
  }

  .mobile-hero-copy p {
    display: none;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

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

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .top-promo {
    width: 100%;
    max-width: 100%;
    min-height: calc(30px + env(safe-area-inset-top));
    height: calc(30px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    line-height: 30px;
  }

  .site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .site-header .app-shell,
  .marketplace,
  .catalog-section,
  .home-section,
  .catalog-hub,
  .mobile-service-sale,
  .mobile-service-sale-grid,
  .section-head,
  .catalog-toolbar {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .app-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-grid {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: 56px 48px;
    align-items: center;
    gap: 8px 10px;
    padding: 0 16px 0;
    overflow: visible;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 11px;
  }

  .brand-name {
    max-width: 140px;
    overflow: hidden;
    font-size: 1.32rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: max-content;
    flex-shrink: 0;
  }

  #profileButton,
  #favoritesButton {
    display: none !important;
  }

  .top-actions .nav-action,
  .top-actions .cart-trigger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    padding: 0;
    border-radius: 14px;
    overflow: visible;
  }

  .top-actions .action-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
  }

  .catalog-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 15px;
    overflow: visible;
    transform: none;
  }

  .catalog-button span:last-child {
    display: none !important;
  }

  .burger-lines,
  .burger-lines::before,
  .burger-lines::after {
    width: 18px;
    max-width: 18px;
    transform: none;
  }

  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: hidden;
    border-radius: 999px;
  }

  .search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 12px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    transform: none;
  }

  .quick-nav {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0 16px 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 16px;
    scrollbar-width: none;
  }

  .quick-nav::-webkit-scrollbar {
    display: none;
  }

  .quick-nav::after {
    content: none;
  }

  .quick-link,
  .quick-phone {
    flex: 0 0 auto;
    min-height: 40px;
    max-width: calc(100vw - 32px);
    padding: 0 13px;
    scroll-snap-align: start;
  }

  .marketplace {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 0;
    overflow-x: clip;
  }

  .hero-carousel {
    width: 100vw;
    max-width: 100vw;
    height: clamp(360px, 104vw, 420px);
    min-height: 360px;
    max-height: 420px;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .hero-track,
  .hero-slide,
  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .hero-slide.is-uploaded-ad .hero-sofa img,
  .hero-slide.is-brand-ad .hero-sofa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ad-mobile-focal, center center);
  }

  .mobile-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: calc(100vw - 32px);
  }

  .mobile-hero-copy h1,
  .mobile-hero-copy p,
  .mobile-hero-copy div {
    max-width: 100%;
  }

  .mobile-hero-copy h1 {
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1.05;
  }

  .mobile-hero-copy div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    max-width: 100%;
    min-height: 40px;
    padding: 0 13px;
  }

  .mobile-bottom-nav {
    left: 50%;
    right: auto;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    max-width: 430px;
    height: 66px;
    margin: 0 auto;
    transform: translateX(-50%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    padding: 6px;
    overflow: visible;
  }

  .mobile-bottom-nav button {
    min-width: 0;
    min-height: 52px;
    padding: 0;
  }

  .mobile-bottom-nav strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 9.5px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav svg {
    width: 20px;
    height: 20px;
  }

  .mobile-bottom-nav em {
    right: 8px;
    top: 5px;
  }

  body.mobile-overlay-open .mobile-bottom-nav,
  body.mobile-filters-open .mobile-bottom-nav {
    transform: translate(-50%, 18px);
  }
}

@media (max-width: 760px) {
  html,
  body,
  .app-shell,
  .marketplace,
  .site-header,
  .quick-nav,
  .catalog-hub,
  .mobile-service-sale,
  .catalog-section,
  .site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    width: 100%;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .app-shell {
    width: 100%;
    margin-inline: auto;
    padding-inline: 16px;
  }

  .top-promo {
    height: calc(30px + env(safe-area-inset-top));
    min-height: calc(30px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 14px 0;
    line-height: 30px;
    font-size: 11.5px;
  }

  .top-promo span:first-child {
    font-size: 0;
  }

  .top-promo span:first-child::before {
    content: "Промокод ВЕЗЕТ: скидка 15% до 50 000 ₽";
    font-size: 11.5px;
  }

  .header-grid {
    min-height: 58px;
    grid-template-columns: auto 1fr auto auto;
    padding-block: 6px;
    column-gap: 8px;
  }

  #profileButton,
  #favoritesButton {
    display: none !important;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-name {
    font-size: 1.28rem;
  }

  .top-actions {
    grid-column: 3;
    justify-self: end;
  }

  .cart-trigger,
  .catalog-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 13px;
  }

  .catalog-button {
    grid-column: 4;
    justify-self: end;
    margin-right: 0;
  }

  .burger-lines,
  .burger-lines::before,
  .burger-lines::after {
    width: 18px;
  }

  .cart-trigger .action-icon {
    width: 40px;
    height: 40px;
  }

  .cart-badge {
    right: 0;
    top: 0;
  }

  .search {
    width: 100%;
    min-height: 48px;
    height: 48px;
    margin-top: 0;
  }

  .search input {
    height: 100%;
    padding: 0 8px 0 16px;
  }

  .search-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .quick-nav {
    width: 100%;
    min-height: 44px;
    padding: 4px 16px 8px;
    gap: 7px;
  }

  .quick-link {
    min-height: 38px;
    padding: 0 10px;
    gap: 5px;
    font-size: 13px;
  }

  .quick-icon {
    width: 22px;
    height: 22px;
  }

  .quick-icon svg {
    width: 15px;
    height: 15px;
  }

  .hero-carousel {
    width: 100%;
    height: clamp(360px, 96vw, 420px);
    max-height: 420px;
    margin: 0;
    border-radius: 24px;
  }

  .mobile-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .mobile-hero-copy h1 {
    max-width: 280px;
    font-size: clamp(28px, 8vw, 32px);
  }

  .mobile-hero-copy p {
    max-width: 270px;
    font-size: 13px;
  }

  .catalog-hub,
  .mobile-service-sale,
  .catalog-section {
    margin-top: 28px;
  }

  .catalog-hub {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .catalog-hub-head {
    margin-bottom: 14px;
  }

  .catalog-hub-head span {
    display: none;
  }

  .catalog-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    display: none !important;
  }

  .catalog-hub-card {
    min-height: 158px;
    display: grid;
    align-content: space-between;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(216, 226, 238, 0.82);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(19, 32, 51, 0.07);
  }

  .catalog-hub-card--hero {
    grid-column: auto;
    min-height: 158px;
    color: var(--m-ink);
    background: rgba(255, 255, 255, 0.94);
  }

  .catalog-hub-card--hero::after {
    content: none;
  }

  .catalog-hub-card--hero > *:not(.catalog-hub-photo) {
    max-width: 100%;
  }

  .catalog-hub-card__label,
  .catalog-hub-card b {
    display: none;
  }

  .catalog-hub-photo,
  .catalog-hub-card--hero .catalog-hub-photo {
    position: static;
    width: 100%;
    height: 78px;
    margin: 0;
    opacity: 1;
    border-radius: 16px;
    background: linear-gradient(145deg, #f6f9fc, #edf3f8);
  }

  .catalog-hub-photo img {
    object-fit: contain;
    padding: 2px;
  }

  .catalog-hub-card strong,
  .catalog-hub-card--hero strong {
    font-size: 16px;
    line-height: 1.12;
  }

  .catalog-hub-card small,
  .catalog-hub-card--hero small {
    color: var(--m-muted);
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .mobile-service-sale {
    display: grid;
    padding-inline: 0;
  }

  .mobile-service-sale-grid {
    display: grid;
    gap: 12px;
  }

  .mobile-feature-card {
    min-height: 172px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-content: center;
    gap: 7px 12px;
    overflow: hidden;
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f4f7fa);
    box-shadow: 0 14px 34px rgba(19, 32, 51, 0.09);
  }

  .mobile-feature-card.is-sale {
    background: linear-gradient(145deg, #18243a, #2b3e5a);
    color: #fff;
  }

  .mobile-feature-visual {
    grid-column: 2;
    grid-row: 1 / span 5;
    align-self: center;
    width: 112px;
    height: 126px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
  }

  .mobile-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-feature-label {
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    color: var(--m-navy);
    font-size: 11px;
    font-weight: 950;
  }

  .is-sale .mobile-feature-label {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .mobile-feature-card strong {
    font-size: 20px;
    line-height: 1.08;
  }

  .mobile-feature-card small {
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.35;
  }

  .is-sale small {
    color: rgba(255, 255, 255, 0.76);
  }

  .mobile-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .mobile-feature-tags i,
  .mobile-feature-card b {
    width: fit-content;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }

  .mobile-feature-card b {
    background: rgba(255, 255, 255, 0.16);
  }

  .promo-showcase,
  .advantage-strip,
  section[aria-label="Новинки и рекомендации"] {
    display: none !important;
  }

  .product-grid,
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-card,
  .home-product-grid .product-card {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(216, 226, 238, 0.8);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(19, 32, 51, 0.075);
  }

  .product-media {
    min-height: 0;
    padding: 8px;
  }

  .product-placeholder {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 10px;
    border: 0;
    border-radius: 16px;
    background: #f5f7fa;
  }

  .product-placeholder.has-image img {
    object-fit: contain;
  }

  .placeholder-section,
  .placeholder-line,
  .product-placeholder i,
  .bonus-note,
  .swatches {
    display: none;
  }

  .product-placeholder strong {
    font-size: 13px;
  }

  .product-tags {
    left: 10px;
    top: 10px;
    max-width: calc(100% - 50px);
  }

  .product-tags .tag:nth-child(n + 2) {
    display: none;
  }

  .tag {
    max-width: 76px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .favorite-button {
    width: 32px;
    height: 32px;
  }

  .product-body,
  .product-info,
  .product-card-content {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 0 10px 10px;
  }

  .product-top-line {
    gap: 4px;
  }

  .product-brand {
    max-width: 68%;
    font-size: 11px;
  }

  .rating {
    font-size: 10.5px;
  }

  .product-title-row h3,
  .product-card h3 {
    min-height: 34px;
    font-size: 13.5px;
    line-height: 1.22;
  }

  .product-meta {
    max-height: 20px;
    overflow: hidden;
    font-size: 10.5px;
  }

  .product-meta span {
    padding: 0;
    background: transparent;
  }

  .product-meta span:nth-child(n + 2) {
    display: none;
  }

  .product-footer {
    gap: 5px;
  }

  .price {
    display: grid;
    gap: 2px;
  }

  .price strong,
  .price-row strong,
  .product-price strong {
    font-size: 17px;
  }

  .price del {
    font-size: 11px;
  }

  .economy {
    display: none;
  }

  .delivery-note {
    font-size: 10.5px;
    white-space: nowrap;
  }

  .primary-button {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }

  .listing-filter-bar {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 86vh;
    padding: 16px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    transform: translate3d(0, 105%, 0);
  }

  .mobile-filters-open .listing-filter-bar {
    transform: translate3d(0, 0, 0);
  }

  .filter-pill,
  .sale-switch,
  .listing-filter-bar .sort-control {
    min-height: 46px;
    border-radius: 16px;
  }

  .mobile-filter-apply,
  .reset-pill {
    position: sticky;
    bottom: 0;
    z-index: 2;
  }

  .mobile-bottom-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 70px;
    left: 8px;
    right: 8px;
    padding: 6px;
  }

  .mobile-bottom-nav button {
    min-height: 54px;
    gap: 2px;
  }

  .mobile-bottom-nav strong {
    font-size: 9.5px;
  }

  .mobile-bottom-nav svg {
    width: 20px;
    height: 20px;
  }

  .support-chat-root {
    display: none !important;
  }

  .site-footer {
    width: 100%;
    margin: 32px 0 0;
    padding: 22px 16px calc(104px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
  }

  .footer-brand-panel h2 {
    display: none;
  }

  .footer-brand-panel p {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
  }

  body.mobile-overlay-open,
  body.mobile-filters-open {
    overflow: hidden;
  }

  body.mobile-overlay-open .mobile-bottom-nav,
  body.mobile-filters-open .mobile-bottom-nav,
  body.mobile-overlay-open .support-chat-root,
  body.mobile-filters-open .support-chat-root {
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
  }

  .top-promo {
    min-height: calc(26px + env(safe-area-inset-top));
    height: calc(26px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    font-size: 11.5px;
    line-height: 26px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  }

  .site-header {
    top: 0;
  }

  .header-grid {
    min-height: 62px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding-block: 7px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .brand-name {
    font-size: 1.34rem;
  }

  .top-actions {
    grid-column: 2;
    justify-self: end;
    gap: 6px;
  }

  .top-actions .nav-action:not(#profileButton) {
    display: none;
  }

  .catalog-button {
    grid-column: 3;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 13px;
  }

  .nav-action {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 13px;
  }

  .action-icon {
    width: 40px;
    height: 40px;
  }

  .search {
    min-height: 48px;
    margin-top: 0;
    grid-column: 1 / -1;
  }

  .search input {
    padding-left: 16px;
    font-size: 14px;
  }

  .search-icon {
    width: 38px;
    height: 38px;
  }

  .quick-nav {
    min-height: 46px;
    gap: 7px;
    padding: 4px 16px 8px;
  }

  .quick-link {
    min-height: 38px;
    gap: 6px;
    padding: 0 11px;
    font-size: 12.5px;
    box-shadow: none;
  }

  .quick-icon {
    width: 24px;
    height: 24px;
    border-radius: 9px;
  }

  .marketplace {
    padding-top: 12px;
  }

  .hero-carousel {
    height: min(98vw, 386px);
    max-height: 386px;
    border-radius: 22px;
  }

  .mobile-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 8px;
  }

  .mobile-hero-copy span {
    padding: 5px 8px;
    font-size: 10.5px;
  }

  .mobile-hero-copy h1 {
    max-width: 305px;
    font-size: clamp(28px, 8.2vw, 32px);
    line-height: 1.03;
  }

  .mobile-hero-copy p {
    max-width: 290px;
    font-size: 13.5px;
    line-height: 1.35;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12.5px;
  }

  .hero-carousel-footer {
    display: none;
  }

  .home-section {
    padding-top: 26px;
    gap: 12px;
  }

  .section-head,
  .catalog-toolbar {
    margin-bottom: 8px;
  }

  .section-head h2,
  .catalog-toolbar h2,
  .promo-editorial-copy h2 {
    font-size: clamp(21px, 6vw, 26px);
  }

  .section-head span,
  .catalog-hub-head span,
  .promo-editorial-copy > span {
    -webkit-line-clamp: 2;
  }

  .catalog-hub,
  .promo-showcase {
    padding: 15px;
    border-radius: 22px;
  }

  .catalog-hub-head {
    align-items: start;
  }

  .catalog-hub-head .soft-button {
    display: none;
  }

  .catalog-hub-grid {
    gap: 9px;
  }

  .catalog-hub-card {
    min-height: 118px;
    padding: 12px;
    border-radius: 17px;
  }

  .catalog-hub-photo {
    height: 64px;
    margin: -4px -4px 6px;
  }

  .catalog-hub-card strong {
    font-size: 15px;
  }

  .catalog-hub-card small {
    font-size: 12.5px;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--hero {
    min-height: 236px;
    align-content: end;
    gap: 8px;
  }

  .catalog-hub-card--hero > *:not(.catalog-hub-photo) {
    max-width: 78%;
  }

  .catalog-hub-card--hero strong {
    font-size: 20px;
    line-height: 1.08;
  }

  .catalog-hub-card--hero small {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    min-height: 132px;
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
  }

  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    grid-row: 1 / span 4;
    width: 84px;
    height: 84px;
    margin: 0;
  }

  .catalog-hub-card--service .catalog-service-list {
    grid-column: 2;
  }

  .catalog-service-list i {
    padding: 5px 8px;
    font-size: 11px;
  }

  .promo-showcase {
    gap: 12px;
  }

  .promo-editorial-copy .light-button {
    width: fit-content;
  }

  .lookbook-card,
  .lookbook-card.is-featured {
    flex-basis: min(260px, 74vw);
    grid-template-rows: 156px auto;
  }

  .catalog-section {
    padding-top: 28px;
  }

  .catalog-toolbar {
    align-items: start;
  }

  .mobile-filter-open {
    min-height: 40px;
    padding: 0 12px;
    box-shadow: none;
  }

  .product-grid,
  .home-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card,
  .home-product-grid .product-card {
    min-height: 0;
    grid-template-columns: minmax(118px, 38%) minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(19, 32, 51, 0.085);
  }

  .product-media {
    min-height: 178px;
    padding: 8px;
  }

  .product-placeholder {
    min-height: 162px;
    padding: 12px;
    border-radius: 17px;
  }

  .product-placeholder strong {
    font-size: 14px;
    line-height: 1.12;
    -webkit-line-clamp: 2;
  }

  .placeholder-section,
  .placeholder-line,
  .product-placeholder i {
    font-size: 10.5px;
  }

  .product-tags {
    left: 10px;
    top: 10px;
    max-width: calc(100% - 52px);
    gap: 4px;
  }

  .product-tags .tag:nth-child(n + 3) {
    display: none;
  }

  .tag {
    max-width: 88px;
    padding: 4px 7px;
    font-size: 10.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .favorite-button {
    width: 32px;
    height: 32px;
    right: 9px;
    top: 9px;
  }

  .favorite-icon {
    width: 18px;
    height: 18px;
  }

  .product-body,
  .product-info,
  .product-card-content {
    min-width: 0;
    align-content: center;
    gap: 6px;
    padding: 12px 12px 12px 2px;
  }

  .product-top-line {
    min-width: 0;
    gap: 6px;
  }

  .product-brand {
    max-width: 62%;
    font-size: 11px;
  }

  .rating {
    font-size: 11px;
  }

  .product-title-row h3,
  .product-card h3 {
    min-height: 0;
    font-size: 15px;
    line-height: 1.18;
    -webkit-line-clamp: 2;
  }

  .product-meta {
    max-height: 24px;
    gap: 4px;
    font-size: 10.5px;
  }

  .product-meta span {
    padding: 3px 6px;
  }

  .product-meta span:nth-child(n + 3) {
    display: none;
  }

  .swatches {
    min-height: 16px;
    gap: 4px;
  }

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

  .product-footer {
    gap: 5px;
    margin-top: 0;
  }

  .price {
    gap: 6px;
  }

  .price strong,
  .price-row strong,
  .product-price strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .price del {
    font-size: 11px;
  }

  .economy,
  .bonus-note,
  .delivery-note {
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.2;
  }

  .primary-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .filter-drawer {
    z-index: 150;
  }

  .filter-drawer.is-open {
    display: block;
  }

  .filter-panel {
    inset: 0;
    width: 100%;
    border-radius: 0;
    background: #f7f9fc;
  }

  .filter-panel .drawer-head {
    min-height: 72px;
    align-items: center;
    padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--m-ink);
    box-shadow: 0 12px 26px rgba(20, 35, 58, 0.08);
    backdrop-filter: blur(20px);
  }

  .filter-panel .drawer-head .eyebrow {
    color: var(--m-muted);
  }

  .filter-panel .drawer-head h2 {
    font-size: 22px;
  }

  .filter-panel .drawer-head .icon-button {
    width: 42px;
    height: 42px;
    border-color: var(--m-line);
    border-radius: 14px;
    background: #fff;
    color: var(--m-navy);
  }

  .catalog-menu {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .catalog-sidebar {
    position: sticky;
    top: 72px;
    z-index: 2;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--m-line);
    background: rgba(247, 249, 252, 0.94);
    scrollbar-width: none;
  }

  .catalog-tab {
    min-height: 40px;
    flex: 0 0 auto;
    display: inline-flex;
    gap: 8px;
    padding: 0 12px 0 8px;
    border: 1px solid var(--m-line);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    box-shadow: none;
  }

  .catalog-tab b {
    display: none;
  }

  .catalog-tab-icon {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    box-shadow: none;
  }

  .catalog-tab-icon svg {
    width: 17px;
    height: 17px;
  }

  .catalog-content {
    padding: 16px 16px 36px;
    background: transparent;
  }

  .catalog-view.is-active {
    gap: 14px;
  }

  .catalog-title-row h3 {
    font-size: 24px;
  }

  .catalog-title-row span {
    font-size: 14px;
    line-height: 1.4;
  }

  .catalog-columns,
  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalog-columns div,
  .service-card {
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--m-line);
    border-radius: 18px;
    background: #fff;
  }

  .catalog-columns a,
  .catalog-columns button {
    min-height: 34px;
    font-size: 14px;
  }

  .service-card {
    min-height: 0;
  }

  .service-card strong {
    font-size: 16px;
  }

  .service-card span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .listing-filter-bar {
    z-index: 160;
    max-height: min(78vh, 620px);
    padding-top: 16px;
  }

  .mobile-filter-backdrop {
    z-index: 155;
  }

  .mobile-bottom-nav {
    left: 12px;
    right: 12px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    height: 66px;
    padding: 6px;
    border-radius: 22px;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-bottom-nav button {
    min-height: 52px;
    border-radius: 17px;
  }

  .mobile-bottom-nav strong {
    font-size: 10px;
  }

  .mobile-bottom-nav em {
    min-width: 16px;
    height: 16px;
    font-size: 9.5px;
  }

  .support-chat-root {
    right: 14px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.mobile-support-ready .support-chat-root,
  body.mobile-support-open .support-chat-root {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .sona-support-launcher {
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .sona-support-launcher span {
    width: 24px;
    height: 24px;
  }

  .sona-support-panel {
    bottom: 56px;
    max-height: calc(100vh - 150px);
  }

  .site-footer {
    gap: 14px;
    margin-top: 30px;
    margin-bottom: 26px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .footer-brand-panel {
    gap: 10px;
  }

  .footer-brand {
    font-size: 20px;
  }

  .footer-brand img {
    width: 38px;
    height: 38px;
  }

  .footer-brand-panel h2 {
    font-size: 21px;
  }

  .footer-brand-panel p {
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-nav-panel div {
    padding: 10px 0;
  }

  .footer-contact-card,
  .footer-payment {
    padding: 12px;
    border-radius: 16px;
  }

  .footer-payment {
    gap: 8px;
  }

  .footer-payment i {
    min-width: 40px;
    padding: 7px 8px;
    font-size: 10.5px;
  }
}

@media (max-width: 760px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

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

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .top-promo {
    width: 100%;
    max-width: 100%;
    min-height: calc(30px + env(safe-area-inset-top));
    height: calc(30px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    line-height: 30px;
  }

  .site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .site-header .app-shell,
  .marketplace,
  .catalog-section,
  .home-section,
  .catalog-hub,
  .mobile-service-sale,
  .mobile-service-sale-grid,
  .section-head,
  .catalog-toolbar {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header .app-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-grid {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: 56px 48px;
    align-items: center;
    gap: 8px 10px;
    padding: 0 16px;
    overflow: visible;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 11px;
  }

  .brand-name {
    max-width: 140px;
    overflow: hidden;
    font-size: 1.32rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: max-content;
    flex-shrink: 0;
  }

  #profileButton,
  #favoritesButton {
    display: none !important;
  }

  .top-actions .nav-action,
  .top-actions .cart-trigger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    padding: 0;
    border-radius: 14px;
    overflow: visible;
  }

  .top-actions .action-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
  }

  .catalog-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 15px;
    overflow: visible;
    transform: none;
  }

  .catalog-button span:last-child {
    display: none !important;
  }

  .burger-lines,
  .burger-lines::before,
  .burger-lines::after {
    width: 18px;
    max-width: 18px;
    transform: none;
  }

  .search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: hidden;
    border-radius: 999px;
  }

  .search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 12px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    transform: none;
  }

  .quick-nav {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0 16px 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 16px;
    scrollbar-width: none;
  }

  .quick-nav::-webkit-scrollbar {
    display: none;
  }

  .quick-nav::after {
    content: none;
  }

  .quick-link,
  .quick-phone {
    flex: 0 0 auto;
    min-height: 40px;
    max-width: calc(100vw - 32px);
    padding: 0 13px;
    scroll-snap-align: start;
  }

  .marketplace {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 0;
    overflow-x: clip;
  }

  .hero-carousel {
    width: 100vw;
    max-width: 100vw;
    height: clamp(360px, 104vw, 420px);
    min-height: 360px;
    max-height: 420px;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .hero-track,
  .hero-slide,
  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .hero-slide.is-uploaded-ad .hero-sofa img,
  .hero-slide.is-brand-ad .hero-sofa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ad-mobile-focal, center center);
  }

  .mobile-hero-copy {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: calc(100vw - 32px);
  }

  .mobile-hero-copy h1,
  .mobile-hero-copy p,
  .mobile-hero-copy div {
    max-width: 100%;
  }

  .mobile-hero-copy h1 {
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1.05;
  }

  .mobile-hero-copy div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    max-width: 100%;
    min-height: 40px;
    padding: 0 13px;
  }

  .mobile-bottom-nav {
    left: 50%;
    right: auto;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    max-width: 430px;
    height: 66px;
    margin: 0 auto;
    transform: translateX(-50%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    padding: 6px;
    overflow: visible;
  }

  .mobile-bottom-nav button {
    min-width: 0;
    min-height: 52px;
    padding: 0;
  }

  .mobile-bottom-nav strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 9.5px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav svg {
    width: 20px;
    height: 20px;
  }

  .mobile-bottom-nav em {
    right: 8px;
    top: 5px;
  }

  body.mobile-overlay-open .mobile-bottom-nav,
  body.mobile-filters-open .mobile-bottom-nav {
    transform: translate(-50%, 18px);
  }
}

@media (max-width: 760px) {
  .header-grid {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: 54px 48px;
    gap: 8px 10px;
    padding: 0 16px 10px;
  }

  .brand {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .top-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 12px;
  }

  .mobile-consult {
    position: relative;
    display: block;
  }

  .mobile-consult-button,
  .top-actions .cart-trigger {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: var(--m-navy);
  }

  .mobile-consult-button .action-icon,
  .top-actions .cart-trigger .action-icon {
    width: 36px;
    height: 36px;
    background: transparent;
    box-shadow: none;
  }

  .mobile-consult-button svg,
  .top-actions .cart-trigger svg {
    width: 23px;
    height: 23px;
    stroke-width: 2.4;
  }

  .mobile-consult-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 120;
    width: min(236px, calc(100vw - 32px));
    display: grid;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(216, 226, 238, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 46px rgba(18, 32, 52, 0.18);
  }

  .mobile-consult-menu[hidden] {
    display: none;
  }

  .mobile-consult-menu a,
  .mobile-consult-menu button {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: #f5f8fb;
    color: var(--m-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
  }

  .mobile-consult-menu button {
    background: var(--m-navy);
    color: #fff;
  }

  .catalog-button {
    grid-column: 1;
    grid-row: 2;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    align-self: center;
    border-radius: 999px;
  }

  .search {
    grid-column: 2 / 4;
    grid-row: 2;
    height: 48px;
    min-height: 48px;
    border: 0;
    background: #f3f4f6;
    box-shadow: none;
  }

  .search input {
    padding-left: 18px;
  }

  .search-icon {
    width: 48px;
    min-width: 48px;
    background: transparent;
    color: var(--m-ink);
  }

  .quick-nav {
    margin-top: 0;
    padding-top: 8px;
  }

  .marketplace {
    padding-top: 0;
  }

  .hero-carousel {
    height: clamp(188px, 52vw, 232px);
    min-height: 188px;
    max-height: 232px;
  }

  .mobile-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 16px;
    gap: 6px;
  }

  .mobile-hero-copy span {
    padding: 4px 8px;
    font-size: 10px;
  }

  .mobile-hero-copy h1 {
    max-width: 58%;
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.06;
  }

  .mobile-hero-copy p {
    display: none;
  }

  .mobile-hero-primary,
  .mobile-hero-secondary {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .mobile-consult-button,
  .top-actions .cart-trigger {
    display: grid !important;
    place-items: center;
  }
}

@media (max-width: 760px) {
  .marketplace {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    overflow-x: hidden;
  }

  .hero-carousel {
    width: 100vw;
    max-width: 100vw;
    height: clamp(164px, 48vw, 206px);
    min-height: 164px;
    max-height: 206px;
    margin: 0 calc(50% - 50vw) 20px;
    border-radius: 0;
    overflow: hidden;
    background: #eef3f7;
    box-shadow: none;
  }

  .hero-slide::before,
  .hero-slide::after,
  .hero-banner::before,
  .hero-banner::after,
  .mobile-hero-copy,
  .hero-copy,
  .discount-pill,
  .hero-slide .light-button,
  .hero-carousel-footer,
  .hero-dots,
  .hero-arrow {
    display: none !important;
    content: none !important;
  }

  .hero-track,
  .hero-slide,
  .hero-slide.is-uploaded-ad .hero-sofa,
  .hero-slide.is-brand-ad .hero-sofa {
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .hero-slide.is-uploaded-ad .hero-sofa img,
  .hero-slide.is-brand-ad .hero-sofa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ad-mobile-focal, center center);
    transform: none;
    filter: none;
  }

  .catalog-hub {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .catalog-hub::before,
  .catalog-hub::after {
    content: none;
  }

  .catalog-hub-head {
    margin: 0;
    padding: 0;
  }

  .catalog-hub-head .eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
  }

  .catalog-hub-head h2 {
    max-width: 100%;
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
  }

  .catalog-hub-head span,
  .catalog-hub-head .soft-button {
    display: none;
  }

  .catalog-hub-grid {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
  }

  .catalog-hub-card,
  .catalog-hub-card--hero {
    min-width: 0;
    width: 100%;
    min-height: 154px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: space-between;
    gap: 9px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--m-ink);
    box-shadow: 0 10px 24px rgba(20, 35, 58, 0.07);
    transform: none !important;
  }

  .catalog-hub-card--hero {
    grid-column: 1 / -1;
    min-height: 164px;
    grid-template-columns: minmax(0, 1fr) 116px;
    align-items: center;
    align-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffffff, #eef5f8);
  }

  .catalog-hub-card::before,
  .catalog-hub-card::after,
  .catalog-hub-card--hero::before,
  .catalog-hub-card--hero::after {
    content: none;
  }

  .catalog-hub-card > *,
  .catalog-hub-card--hero > *:not(.catalog-hub-photo) {
    min-width: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  .catalog-hub-card__label,
  .catalog-hub-card b {
    display: none;
  }

  .catalog-hub-photo,
  .catalog-hub-card--hero .catalog-hub-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: 74px;
    margin: 0;
    opacity: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(222, 231, 241, 0.86);
    border-radius: 18px;
    background: #f6f9fc;
    box-shadow: none;
  }

  .catalog-hub-card--hero .catalog-hub-photo {
    grid-column: 2;
    grid-row: 1 / span 3;
    height: 112px;
    align-self: center;
  }

  .catalog-hub-photo img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    padding: 0;
    transform: none !important;
  }

  .catalog-hub-card strong,
  .catalog-hub-card--hero strong {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--m-ink);
    font-size: 17px;
    line-height: 1.14;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--hero strong {
    font-size: 21px;
    line-height: 1.1;
  }

  .catalog-hub-card small,
  .catalog-hub-card--hero small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    display: none !important;
  }

  .mobile-service-sale {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-service-sale .section-head {
    margin: 0;
    padding: 0;
  }

  .mobile-service-sale .section-head h2 {
    margin: 0;
    font-size: 23px;
    line-height: 1.1;
  }

  .mobile-service-sale-grid {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .mobile-feature-card {
    width: 100%;
    min-height: 156px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    align-content: center;
    gap: 8px 12px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(216, 226, 238, 0.86);
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #f5f8fb);
    color: var(--m-ink);
    box-shadow: 0 12px 28px rgba(20, 35, 58, 0.07);
  }

  .mobile-feature-card.is-sale {
    background: linear-gradient(135deg, #15243a, #233a59);
    color: #fff;
  }

  .mobile-feature-visual {
    grid-column: 2;
    grid-row: 1 / span 4;
    width: 112px;
    height: 112px;
    margin: 0;
    border-radius: 22px;
    background: rgba(239, 245, 250, 0.88);
  }

  .is-sale .mobile-feature-visual {
    background: rgba(255, 255, 255, 0.16);
  }

  .mobile-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-feature-label {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    font-size: 11px;
    font-weight: 950;
  }

  .is-sale .mobile-feature-label,
  .mobile-feature-card b {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .mobile-feature-card strong {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.08;
  }

  .mobile-feature-card small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .is-sale small {
    color: rgba(255, 255, 255, 0.78);
  }

  .mobile-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .mobile-feature-tags i,
  .mobile-feature-card b {
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
  }

  .mobile-feature-card b {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .catalog-hub {
    gap: 16px;
    margin-top: 4px;
  }

  .catalog-hub-head {
    padding: 16px;
    border: 1px solid rgba(216, 226, 238, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(20, 35, 58, 0.06);
  }

  .catalog-hub-head .eyebrow,
  .mobile-service-sale .eyebrow {
    width: fit-content;
    margin: 0 0 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e9eef4;
    color: var(--m-navy);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .catalog-hub-head h2 {
    max-width: 300px;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .catalog-hub-head span {
    display: block;
    max-width: 310px;
    margin-top: 8px;
    color: var(--m-muted);
    font-size: 14px;
    line-height: 1.38;
  }

  .catalog-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 12px;
  }

  .catalog-hub-card,
  .catalog-hub-card--hero {
    min-height: 0;
    height: auto;
    align-content: start;
    gap: 10px;
    padding: 11px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 35, 58, 0.08);
  }

  .catalog-hub-card {
    grid-template-rows: 104px auto auto;
  }

  .catalog-hub-card--hero {
    grid-column: 1 / -1;
    min-height: 156px;
    grid-template-columns: minmax(0, 1fr) minmax(124px, 42%);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px 14px;
    padding: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #edf5f9 100%);
  }

  .catalog-hub-photo,
  .catalog-hub-card--hero .catalog-hub-photo {
    width: 100%;
    height: 104px;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbfd, #eef5fa);
  }

  .catalog-hub-card--hero .catalog-hub-photo {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 124px;
  }

  .catalog-hub-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
  }

  .catalog-hub-card strong,
  .catalog-hub-card--hero strong {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: visible;
    color: var(--m-ink);
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
  }

  .catalog-hub-card--hero strong {
    align-self: end;
    font-size: 23px;
    line-height: 1.08;
  }

  .catalog-hub-card small,
  .catalog-hub-card--hero small {
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.32;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--hero small {
    align-self: start;
    font-size: 14px;
  }

  .mobile-service-sale {
    gap: 16px;
    margin-top: 24px;
  }

  .mobile-service-sale .section-head {
    justify-content: center;
    padding: 0 10px;
    text-align: center;
  }

  .mobile-service-sale .section-head div {
    display: grid;
    justify-items: center;
  }

  .mobile-service-sale .section-head h2 {
    max-width: 310px;
    font-size: 25px;
    line-height: 1.08;
  }

  .mobile-service-sale-grid {
    gap: 12px;
  }

  .mobile-feature-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 8px 14px;
    padding: 18px;
    border-radius: 26px;
  }

  .mobile-feature-visual {
    width: 128px;
    height: 128px;
    border-radius: 24px;
  }

  .mobile-feature-card strong {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.06;
  }

  .mobile-feature-card small {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.38;
    -webkit-line-clamp: 3;
  }

  .mobile-feature-tags {
    max-width: 100%;
    gap: 7px;
  }

  .mobile-feature-tags i,
  .mobile-feature-card b {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .catalog-hub-card {
    grid-template-rows: 96px auto auto;
    padding: 10px;
  }

  .catalog-hub-photo {
    height: 96px;
  }

  .catalog-hub-card--hero {
    grid-template-columns: minmax(0, 1fr) 116px;
  }

  .catalog-hub-card--hero .catalog-hub-photo {
    height: 116px;
  }

  .mobile-feature-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    padding: 16px;
  }

  .mobile-feature-visual {
    width: 112px;
    height: 112px;
  }
}

@media (max-width: 760px) {
  .mobile-service-sale {
    display: none !important;
  }

  .catalog-hub {
    gap: 12px;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(216, 226, 238, 0.78);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 38px rgba(20, 35, 58, 0.08);
  }

  .catalog-hub-head {
    padding: 0 2px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .catalog-hub-head .eyebrow {
    margin-bottom: 8px;
  }

  .catalog-hub-head h2 {
    max-width: 100%;
    font-size: 27px;
    line-height: 1.05;
  }

  .catalog-hub-head span {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .catalog-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .catalog-hub-card,
  .catalog-hub-card--hero {
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    align-content: start !important;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 58, 0.07);
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    grid-template-rows: 96px auto auto;
  }

  .catalog-hub-card--hero {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 124px;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 138px !important;
    padding: 12px;
    background: linear-gradient(135deg, #ffffff, #eef6f8);
  }

  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 112px;
    grid-template-rows: auto auto auto;
    align-items: center;
    min-height: 132px !important;
    padding: 14px;
  }

  .catalog-hub-card--sale {
    background: linear-gradient(135deg, #15243a, #263f60);
    color: #fff;
  }

  .catalog-hub-card--sale strong,
  .catalog-hub-card--sale small {
    color: #fff;
  }

  .catalog-hub-card--sale small {
    opacity: 0.78;
  }

  .catalog-hub-card__label {
    width: fit-content;
    display: inline-flex !important;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    color: var(--m-navy);
    font-size: 11px;
    font-weight: 950;
  }

  .catalog-hub-card--sale .catalog-hub-card__label {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .catalog-hub-photo,
  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 96px;
    margin: 0;
    border-radius: 18px;
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    grid-column: 2;
    grid-row: 1 / span 3;
    height: 112px;
    align-self: center;
  }

  .catalog-hub-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
  }

  .catalog-hub-card strong,
  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    display: block;
    overflow: visible;
    font-size: 17px;
    line-height: 1.14;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
  }

  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    font-size: 22px;
    line-height: 1.08;
  }

  .catalog-hub-card small,
  .catalog-hub-card--hero small,
  .catalog-hub-card--service small,
  .catalog-hub-card--sale small {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.32;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-service-list,
  .catalog-hub-card b {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
  }

  .catalog-service-list i,
  .catalog-hub-card b {
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(16, 27, 45, 0.08);
    color: var(--m-ink);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }

  .catalog-hub-card--sale b {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
}

@media (max-width: 374px) {
  .catalog-hub {
    padding: 12px;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    height: 104px;
  }
}

@media (max-width: 760px) {
  .catalog-hub {
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
  }

  .catalog-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
  }

  .catalog-hub-card,
  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(211, 224, 239, 0.88);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(18, 35, 58, 0.07);
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    min-height: 174px !important;
    grid-template-rows: 88px auto auto;
    gap: 8px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(104px, 38%);
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 7px 12px;
    min-height: 152px !important;
    padding: 14px;
  }

  .catalog-hub-card--hero {
    background: linear-gradient(135deg, #ffffff 0%, #edf6f8 100%);
  }

  .catalog-hub-card--service {
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
  }

  .catalog-hub-card--sale {
    background: linear-gradient(135deg, #14243b 0%, #263f60 100%);
  }

  .catalog-hub-photo,
  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    width: 100%;
    height: 88px;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(218, 229, 241, 0.92);
    border-radius: 16px;
    background: linear-gradient(145deg, #f9fcfe 0%, #edf4f8 100%);
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    grid-column: 2;
    grid-row: 1 / 4;
    height: 112px;
  }

  .catalog-hub-card--sale .catalog-hub-photo {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.94);
  }

  .catalog-hub-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
  }

  .catalog-hub-card strong,
  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    display: -webkit-box;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: var(--m-ink);
    font-size: 17px;
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    font-size: 23px;
    line-height: 1.06;
  }

  .catalog-hub-card--sale strong,
  .catalog-hub-card--sale small {
    color: #fff;
  }

  .catalog-hub-card small,
  .catalog-hub-card--hero small,
  .catalog-hub-card--service small,
  .catalog-hub-card--sale small {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.28;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card--hero small,
  .catalog-hub-card--service small,
  .catalog-hub-card--sale small {
    -webkit-line-clamp: 3;
  }

  .catalog-hub-card--sale small {
    color: rgba(255, 255, 255, 0.76);
  }

  .catalog-hub-card__label {
    max-width: 100%;
    min-height: 25px;
    padding: 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-service-list {
    min-width: 0;
    max-width: 100%;
    gap: 6px;
    overflow: hidden;
  }

  .catalog-service-list i,
  .catalog-hub-card b {
    min-width: 0;
    max-width: 100%;
    min-height: 27px;
    padding: 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
  }
}

@media (max-width: 374px) {
  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    min-height: 166px !important;
    grid-template-rows: 82px auto auto;
    padding: 9px;
  }

  .catalog-hub-photo {
    height: 82px;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-template-columns: minmax(0, 1fr) 98px;
    min-height: 144px !important;
    padding: 12px;
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    height: 98px;
  }
}

@media (max-width: 760px) {
  .catalog-hub-grid {
    align-items: start !important;
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    height: 174px !important;
    min-height: 174px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch !important;
    gap: 8px !important;
  }

  .catalog-hub-card,
  .catalog-hub-card > *,
  .catalog-hub-card--hero > *:not(.catalog-hub-photo),
  .catalog-hub-card--service > *:not(.catalog-hub-photo),
  .catalog-hub-card--sale > *:not(.catalog-hub-photo) {
    transform: none !important;
  }

  .catalog-hub-photo,
  .catalog-hub-photo--hero,
  .catalog-hub-photo--service,
  .catalog-hub-card--sale .catalog-hub-photo {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    transform: none !important;
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) .catalog-hub-photo {
    flex: 0 0 88px;
    height: 88px !important;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px !important;
    grid-template-rows: auto auto auto auto !important;
    min-height: 154px !important;
    height: auto !important;
    align-content: center !important;
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    grid-column: 2 !important;
    grid-row: 1 / -1 !important;
    width: 112px !important;
    height: 112px !important;
    align-self: center !important;
    justify-self: end !important;
  }

  .catalog-hub-card--hero > *:not(.catalog-hub-photo),
  .catalog-hub-card--service > *:not(.catalog-hub-photo),
  .catalog-hub-card--sale > *:not(.catalog-hub-photo) {
    grid-column: 1 !important;
    max-width: 100% !important;
  }

  .catalog-hub-card strong,
  .catalog-hub-card small,
  .catalog-hub-card b,
  .catalog-hub-card__label,
  .catalog-service-list {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    writing-mode: horizontal-tb !important;
  }

  .catalog-hub-card strong {
    display: block !important;
    min-height: 0 !important;
    color: var(--m-ink);
    font-size: 17px !important;
    line-height: 1.12 !important;
    text-overflow: ellipsis;
  }

  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    font-size: 24px !important;
    line-height: 1.06 !important;
  }

  .catalog-hub-card small {
    display: -webkit-box !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card__label,
  .catalog-hub-card b {
    width: fit-content !important;
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 9px !important;
    border-radius: 999px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .catalog-service-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
  }

  .catalog-service-list i {
    flex: 0 1 auto;
    max-width: 100%;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    overflow: hidden;
    border-radius: 999px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-hub-card--sale strong {
    color: #fff !important;
  }

  .catalog-hub-card--sale small {
    color: rgba(255, 255, 255, 0.76) !important;
  }
}

@media (max-width: 374px) {
  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    height: 166px !important;
    min-height: 166px !important;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    grid-template-columns: minmax(0, 1fr) 98px !important;
  }

  .catalog-hub-card--hero .catalog-hub-photo,
  .catalog-hub-card--service .catalog-hub-photo,
  .catalog-hub-card--sale .catalog-hub-photo {
    width: 98px !important;
    height: 98px !important;
  }
}

@media (max-width: 760px) {
  .hits-showcase,
  .all-products-section {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    overflow: hidden;
    border: 1px solid rgba(216, 226, 238, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(20, 35, 58, 0.08);
  }

  .hits-showcase {
    margin-top: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 250, 0.94));
  }

  .all-products-section {
    margin-top: 28px;
  }

  .hits-showcase-head,
  .all-products-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
  }

  .hits-showcase-head div,
  .all-products-head div {
    display: grid;
    gap: 8px;
  }

  .hits-showcase-head .eyebrow,
  .all-products-head .eyebrow {
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9eef4;
    color: var(--m-navy);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .hits-showcase-head h2,
  .all-products-head h2 {
    max-width: 100%;
    margin: 0;
    color: var(--m-ink);
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .hits-showcase-head span,
  .all-products-head span {
    display: block;
    max-width: 100%;
    margin: 0;
    color: var(--m-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42;
    -webkit-line-clamp: unset;
  }

  .hits-showcase .home-product-grid,
  .all-products-section .product-grid {
    gap: 12px;
  }

  .hits-showcase .product-card {
    border-color: rgba(199, 216, 232, 0.92);
    box-shadow: 0 14px 32px rgba(19, 32, 51, 0.1);
  }

  .hits-showcase .product-card::after {
    left: 10px;
    top: 10px;
    min-height: 25px;
    padding: 0 8px;
    font-size: 10.5px;
  }

  .all-products-head .mobile-catalog-actions {
    align-self: start;
  }
}

@media (max-width: 760px) {
  .all-products-head .eyebrow {
    background: #e8eef5;
  }

  .all-products-head h2 {
    font-size: clamp(28px, 8.2vw, 36px);
  }

  .all-products-section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 10px;
  }

  .all-products-section .product-card {
    min-width: 0;
    min-height: 356px;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 134px minmax(0, 1fr) !important;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(19, 32, 51, 0.08);
  }

  .all-products-section .product-media {
    min-height: 134px;
    padding: 8px;
  }

  .all-products-section .product-placeholder {
    min-height: 118px;
    padding: 10px;
    border-radius: 16px;
  }

  .all-products-section .product-placeholder strong {
    font-size: 13px;
    line-height: 1.12;
  }

  .all-products-section .product-tags {
    left: 9px;
    top: 9px;
    max-width: calc(100% - 48px);
  }

  .all-products-section .tag {
    max-width: 74px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    font-size: 10px;
  }

  .all-products-section .favorite-button {
    width: 32px;
    height: 32px;
    right: 8px;
    top: 8px;
  }

  .all-products-section .product-body {
    min-width: 0;
    align-content: start;
    gap: 7px;
    padding: 10px;
  }

  .all-products-section .product-top-line {
    gap: 5px;
  }

  .all-products-section .product-brand {
    max-width: 54%;
    font-size: 10.5px;
  }

  .all-products-section .rating {
    max-width: 46%;
    overflow: hidden;
    font-size: 10.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .all-products-section .product-title-row h3 {
    min-height: 2.36em;
    font-size: 14px;
    line-height: 1.18;
  }

  .all-products-section .product-meta {
    max-height: 25px;
    overflow: hidden;
  }

  .all-products-section .product-meta span:nth-child(n + 3) {
    display: none;
  }

  .all-products-section .swatches {
    min-height: 14px;
  }

  .all-products-section .swatch {
    width: 14px;
    height: 14px;
  }

  .all-products-section .product-footer {
    gap: 5px;
  }

  .all-products-section .price strong {
    font-size: 17px;
  }

  .all-products-section .price del,
  .all-products-section .economy,
  .all-products-section .bonus-note {
    display: none;
  }

  .all-products-section .delivery-note {
    font-size: 10.5px;
    line-height: 1.2;
  }

  .all-products-section .primary-button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 210 !important;
    display: none;
    background: rgba(14, 24, 40, 0.42);
    backdrop-filter: blur(4px);
  }

  .mobile-filters-open .mobile-filter-backdrop {
    display: block;
  }

  .listing-filter-bar {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: max(18px, env(safe-area-inset-top)) !important;
    bottom: auto !important;
    z-index: 220 !important;
    width: auto !important;
    max-height: calc(100dvh - 36px);
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 14px calc(16px + env(safe-area-inset-bottom)) !important;
    border: 1px solid rgba(216, 226, 238, 0.94);
    border-radius: 26px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.98));
    box-shadow: 0 26px 70px rgba(11, 20, 34, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px) scale(0.96) !important;
    transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  }

  .mobile-filters-open .listing-filter-bar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
  }

  .mobile-filter-sheet-head {
    position: sticky;
    top: -16px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -16px -14px 0;
    padding: 16px 14px 12px;
    border-bottom: 1px solid rgba(216, 226, 238, 0.8);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
  }

  .mobile-filter-sheet-head span {
    color: var(--m-muted);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-filter-sheet-head strong {
    color: var(--m-ink);
    font-size: 22px;
    line-height: 1.08;
  }

  .mobile-filter-sheet-head button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 14px;
    background: #f5f8fb;
    color: var(--m-ink);
    font-size: 24px;
  }

  .listing-filter-bar .filter-pill,
  .listing-filter-bar .sale-switch,
  .listing-filter-bar .sort-control {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border: 1px solid rgba(216, 226, 238, 0.92);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 35, 58, 0.06);
  }

  .listing-filter-bar .sale-switch {
    color: #fff;
    background: linear-gradient(135deg, #14243b, #29476d);
  }

  .listing-filter-bar .filter-chip-group,
  .listing-filter-bar .price-pill,
  .listing-filter-bar .sort-control {
    display: grid;
    gap: 9px;
    padding: 12px;
  }

  .listing-filter-bar .chip-list,
  .listing-filter-bar .segmented {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .listing-filter-bar .chip,
  .listing-filter-bar .segmented button {
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 999px;
    background: #f6f9fc;
    font-size: 12.5px;
  }

  .listing-filter-bar .chip.is-active,
  .listing-filter-bar .segmented button.is-active {
    background: var(--m-navy);
    color: #fff;
  }

  .price-pill .range {
    width: 100%;
  }

  .mobile-filter-apply,
  .reset-pill {
    position: static !important;
    width: 100%;
    min-height: 48px;
    justify-content: center;
    border-radius: 999px;
  }

  .mobile-filter-apply {
    border: 0;
    background: var(--m-navy);
    color: #fff;
    font-weight: 950;
  }
}

@media (max-width: 760px) {
  .mobile-filter-backdrop {
    display: none !important;
  }

  .mobile-filter-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    padding: max(14px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .mobile-filter-modal.is-open {
    display: grid;
    align-items: start;
  }

  .mobile-filter-modal__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    border: 0;
    background: rgba(14, 24, 40, 0.42);
    backdrop-filter: blur(4px);
  }

  .mobile-filter-modal .listing-filter-bar {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: min(100%, 390px) !important;
    max-height: calc(100dvh - 28px) !important;
    justify-self: center;
    overflow-y: auto !important;
    pointer-events: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .mobile-filter-modal .listing-filter-bar,
  .mobile-filter-modal .listing-filter-bar * {
    pointer-events: auto !important;
  }

  .mobile-filter-backdrop {
    z-index: 10000 !important;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .listing-filter-bar {
    z-index: 10020 !important;
    pointer-events: none !important;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-filters-open .listing-filter-bar {
    pointer-events: auto !important;
  }

  .mobile-filters-open .listing-filter-bar,
  .mobile-filters-open .listing-filter-bar * {
    pointer-events: auto !important;
  }

  .listing-filter-bar button,
  .listing-filter-bar input,
  .listing-filter-bar label,
  .listing-filter-bar select {
    touch-action: manipulation;
  }
}

@media (max-width: 374px) {
  .all-products-section .product-card {
    min-height: 342px;
    grid-template-rows: 122px minmax(0, 1fr) !important;
  }

  .all-products-section .product-media {
    min-height: 122px;
  }

  .all-products-section .product-title-row h3 {
    font-size: 13.5px;
  }
}

@media (max-width: 760px) {
  .site-footer.app-shell {
    width: min(100% - 24px, 430px);
    max-width: calc(100vw - 24px);
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px auto 18px;
    padding: 16px 14px calc(92px + env(safe-area-inset-bottom));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 36%),
      #101b2d;
    box-shadow: 0 18px 42px rgba(10, 18, 31, 0.2);
  }

  .footer-brand-panel {
    gap: 9px;
    padding-bottom: 4px;
  }

  .footer-brand {
    gap: 9px;
    font-size: 21px;
    line-height: 1;
  }

  .footer-brand img {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .footer-brand-panel h2 {
    display: none;
  }

  .footer-brand-panel p {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .footer-nav-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-nav-panel div {
    min-width: 0;
    gap: 7px;
    padding: 0;
    border: 0;
  }

  .footer-nav-panel span,
  .footer-payment > span {
    font-size: 10.5px;
    line-height: 1;
  }

  .footer-nav-panel a {
    min-height: 26px;
    font-size: 13px;
    line-height: 1.15;
  }

  .footer-contact-panel {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  .footer-contact-card,
  .footer-payment {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.075);
  }

  .footer-contact-card {
    gap: 6px;
  }

  .footer-contact-card strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.2;
  }

  .footer-payment {
    display: grid;
    grid-template-columns: minmax(58px, 0.9fr) repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
  }

  .footer-payment i {
    min-width: 0;
    width: 100%;
    padding: 7px 4px;
    overflow: hidden;
    border-radius: 999px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
  }

  .mobile-bottom-nav button:first-child {
    background: transparent;
    color: var(--m-muted);
  }

  .mobile-bottom-nav button.is-active,
  .mobile-bottom-nav button[aria-current="page"] {
    background: rgba(16, 27, 45, 0.08);
    color: var(--m-navy);
  }
}

@media (max-width: 374px) {
  .site-footer.app-shell {
    width: calc(100% - 20px);
    max-width: calc(100vw - 20px);
    padding-inline: 12px;
  }

  .footer-nav-panel {
    gap: 6px;
  }

  .footer-payment {
    grid-template-columns: 1fr repeat(3, minmax(34px, 0.8fr));
    gap: 5px;
    padding-inline: 10px;
  }
}

@media (max-width: 760px) {
  .catalog-hub-grid {
    align-items: stretch !important;
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    height: 206px !important;
    min-height: 206px !important;
    padding: 10px !important;
    gap: 8px !important;
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) .catalog-hub-photo {
    flex: 0 0 108px;
    height: 108px !important;
    min-height: 108px !important;
  }

  .catalog-hub-card strong {
    min-height: auto !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--m-ink);
    font-size: 19px !important;
    line-height: 1.12 !important;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card small {
    display: -webkit-box !important;
    max-height: 40px;
    overflow: hidden !important;
    color: var(--m-muted);
    font-size: 14px !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .catalog-hub-card__label,
  .catalog-hub-card b {
    width: auto !important;
    max-width: 100% !important;
    min-height: 24px !important;
    padding: 0 8px !important;
    overflow: hidden !important;
    border-radius: 999px;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-hub-card--hero,
  .catalog-hub-card--service,
  .catalog-hub-card--sale {
    min-height: 160px !important;
  }

  .catalog-hub-card--hero strong,
  .catalog-hub-card--service strong,
  .catalog-hub-card--sale strong {
    font-size: 23px !important;
  }

  .support-chat-root {
    display: block !important;
    right: 14px !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    z-index: 96 !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .sona-support-launcher {
    min-width: 48px !important;
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 16px !important;
    background: linear-gradient(135deg, #00b9bd, #087d91) !important;
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 120, 140, 0.28), 0 0 0 6px rgba(0, 185, 189, 0.08);
  }

  .sona-support-launcher strong {
    display: none !important;
  }

  .sona-support-launcher span {
    width: 26px !important;
    height: 26px !important;
    background: rgba(255, 255, 255, 0.18);
  }

  .sona-support-launcher svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .sona-support-panel {
    right: 0 !important;
    bottom: 60px !important;
    width: min(340px, calc(100vw - 28px)) !important;
    max-height: min(560px, calc(100dvh - 160px)) !important;
    border-radius: 22px !important;
    box-shadow: 0 24px 70px rgba(13, 27, 45, 0.24);
  }

  body.mobile-overlay-open .support-chat-root,
  body.mobile-filters-open .support-chat-root {
    opacity: 0 !important;
    transform: translateY(12px) !important;
    pointer-events: none !important;
  }
}

@media (max-width: 374px) {
  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) {
    height: 198px !important;
    min-height: 198px !important;
  }

  .catalog-hub-card:not(.catalog-hub-card--hero):not(.catalog-hub-card--service):not(.catalog-hub-card--sale) .catalog-hub-photo {
    flex-basis: 100px;
    height: 100px !important;
    min-height: 100px !important;
  }

  .catalog-hub-card strong {
    font-size: 18px !important;
  }

  .catalog-hub-card small {
    font-size: 13px !important;
  }
}

@media (max-width: 760px) {
  .all-products-section {
    width: min(430px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 14px 10px !important;
    overflow: hidden !important;
  }

  .all-products-section .product-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: hidden !important;
  }

  .all-products-section .product-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 294px !important;
    grid-template-rows: 116px minmax(0, 1fr) !important;
    border-radius: 18px !important;
  }

  .all-products-section .product-media {
    min-height: 116px !important;
    padding: 7px !important;
  }

  .all-products-section .product-body {
    gap: 5px !important;
    padding: 9px !important;
  }

  .all-products-section .product-title-row h3 {
    min-height: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.16 !important;
    -webkit-line-clamp: 2;
  }

  .all-products-section .delivery-note {
    font-size: 10px !important;
  }

  .all-products-section .primary-button {
    min-height: 36px !important;
    padding: 0 9px !important;
    font-size: 11.5px !important;
  }

  .mobile-bottom-nav {
    left: 50% !important;
    right: auto !important;
    width: min(340px, calc(100vw - 32px)) !important;
    transform: translateX(-50%) !important;
  }

  body.mobile-overlay-open .mobile-bottom-nav,
  body.mobile-filters-open .mobile-bottom-nav {
    transform: translate(-50%, 18px) !important;
  }

  .support-chat-root {
    right: 0 !important;
    top: 58% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 98 !important;
  }

  .sona-support-launcher {
    min-width: 44px !important;
    width: 44px !important;
    height: 102px !important;
    flex-direction: column;
    gap: 6px;
    border-radius: 16px 0 0 16px !important;
    background: linear-gradient(180deg, #172844, #10203a) !important;
    box-shadow: 0 12px 28px rgba(13, 28, 48, 0.2) !important;
  }

  .sona-support-launcher strong {
    display: block !important;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0 !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .sona-support-launcher span {
    width: 25px !important;
    height: 25px !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }

  .sona-support-panel {
    right: 52px !important;
    top: 50% !important;
    bottom: auto !important;
    width: min(328px, calc(100vw - 72px)) !important;
    max-height: min(520px, calc(100dvh - 120px)) !important;
    transform: translateY(-50%);
  }

  .sona-support-widget.is-open .sona-support-panel {
    animation: supportPanelSideIn 0.22s ease both;
  }

  body.mobile-overlay-open .support-chat-root,
  body.mobile-filters-open .support-chat-root {
    opacity: 0 !important;
    transform: translate(10px, -50%) !important;
    pointer-events: none !important;
  }

  body.mobile-support-open .support-chat-root {
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
  }
}

@keyframes supportPanelSideIn {
  from {
    opacity: 0;
    transform: translate(8px, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
}

@media (max-width: 374px) {
  .all-products-section {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    padding-inline: 8px !important;
  }

  .all-products-section .product-card {
    min-height: 284px !important;
    grid-template-rows: 108px minmax(0, 1fr) !important;
  }

  .all-products-section .product-media {
    min-height: 108px !important;
  }

  .mobile-bottom-nav {
    width: min(326px, calc(100vw - 28px)) !important;
  }
}

@media (max-width: 760px) {
  .support-chat-root {
    right: 0 !important;
    top: 66% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }

  .sona-support-launcher {
    min-width: 38px !important;
    width: 38px !important;
    height: 86px !important;
    gap: 5px !important;
    border-radius: 14px 0 0 14px !important;
  }

  .sona-support-launcher strong {
    font-size: 9px !important;
  }

  .sona-support-launcher span {
    width: 22px !important;
    height: 22px !important;
  }

  .sona-support-launcher svg {
    width: 16px !important;
    height: 16px !important;
  }

  .sona-support-panel {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: calc(14px + env(safe-area-inset-top)) !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    grid-template-rows: auto minmax(220px, 1fr) auto !important;
    transform: none !important;
  }

  .sona-support-widget.is-open .sona-support-panel {
    animation: supportPanelMobileIn 0.22s ease both !important;
  }

  .sona-support-head {
    padding: 18px !important;
  }

  .sona-support-messages {
    padding: 18px !important;
  }

  .sona-support-form {
    grid-template-columns: minmax(0, 1fr) minmax(110px, 0.48fr) !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .sona-support-form textarea {
    min-width: 0 !important;
    min-height: 74px !important;
  }

  .sona-support-form button {
    min-width: 0 !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }

  body.mobile-support-open .support-chat-root {
    transform: translateY(-50%) !important;
  }

  body.support-chat-open {
    overflow: hidden !important;
  }

  body.support-chat-open .sona-support-launcher {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .site-footer.app-shell {
    width: min(330px, calc(100vw - 44px)) !important;
    max-width: calc(100vw - 44px) !important;
    justify-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 14px 12px calc(86px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .footer-brand-panel {
    min-height: 0 !important;
  }

  .footer-contact-panel {
    width: 100% !important;
    max-width: 100% !important;
    gap: 7px !important;
    overflow: hidden !important;
  }

  .footer-contact-card,
  .footer-payment {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 11px !important;
    border-radius: 14px !important;
  }

  .footer-contact-card strong {
    font-size: 13px !important;
  }

  .footer-payment {
    grid-template-columns: 54px repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  .footer-payment i {
    min-width: 0 !important;
    padding: 6px 3px !important;
    font-size: 9.5px !important;
  }

  .mobile-bottom-nav {
    left: 50% !important;
    right: auto !important;
    width: min(336px, calc(100vw - 38px)) !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 374px) {
  .sona-support-panel {
    left: 8px !important;
    right: 8px !important;
  }

  .sona-support-form {
    grid-template-columns: 1fr !important;
  }

  .site-footer.app-shell {
    width: min(316px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
  }

  .footer-payment {
    grid-template-columns: 48px repeat(3, minmax(0, 1fr)) !important;
  }

  .mobile-bottom-nav {
    width: min(326px, calc(100vw - 32px)) !important;
  }
}

@keyframes supportPanelMobileIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
