/**
 * OEM Parts Catalog ? inline homepage card
 * Mobile (?900px): 2-col card grid. Desktop (?901px): compact white list sidebar.
 */

/* Hide outside homepage / when full catalog page or branch is open (all viewports) */
body:not(.is-home-page) #mobV2CatalogSection,
body.catalog-branch-mode #mobV2CatalogSection,
body.catalog-page-open #mobV2CatalogSection,
body.catalog-drawer-open #mobV2CatalogSection,
body:has(#catalogDrawer.open) #mobV2CatalogSection {
  display: none !important;
}

@media (max-width: 900px) {
  body.is-home-page #mobV2CatalogSection {
    --mob-v2-cat-gold: #1e5bb8;
    --mob-v2-cat-gold-soft: rgba(30, 91, 184, 0.35);
    --mob-v2-cat-group-frame: #1e5bb8;
    --mob-v2-cat-icon-brown: #8a6744;
    --mob-v2-cat-icon-brown-soft: rgba(138, 103, 68, 0.16);
    --mob-v2-cat-icon-gold-ring: #e8c45a;
    /* Light blue floor for OEM Parts Catalog card */
    --mob-v2-cat-bg: #d6ebf8;
    --mob-v2-cat-card: #ffffff;
    --mob-v2-cat-search: #ffffff;
    --mob-v2-cat-muted: #5b6575;
    --mob-v2-cat-text: #1a2332;
    padding-bottom: 0;
  }

  /* Plain shell ? no bubble around title; category rows keep their own cards */
  body.is-home-page .mob-v2-catalog-card {
    padding: 18px 16px 16px;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  /* ?? Header ?? */
  body.is-home-page .mob-v2-catalog-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  body.is-home-page .mob-v2-catalog-head-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mob-v2-cat-gold);
  }

  body.is-home-page .mob-v2-catalog-head-icon svg {
    width: 32px;
    height: 32px;
  }

  body.is-home-page .mob-v2-catalog-title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #1e5bb8;
    line-height: 1.2;
  }

  body.is-home-page .mob-v2-catalog-title .mob-v2-catalog-oem {
    color: #1e5bb8;
    font-weight: inherit;
  }

  body.is-home-page .mob-v2-catalog-title .mob-v2-catalog-astra {
    color: #D71920;
    font-weight: inherit;
  }

  html[dir="ltr"] body.is-home-page .mob-v2-catalog-title {
    font-family: var(--font-en);
  }

  body.is-home-page .mob-v2-catalog-sub {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #6B7280;
    font-weight: 500;
  }

  /* ?? Inline drawer shell (closed = visible card content) ?? */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    box-shadow: none !important;
    z-index: auto !important;
    overflow: visible !important;
    background: transparent !important;
    color: var(--mob-v2-cat-text);
    border: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-bg,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head-overlay,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head h2,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-close,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head-spacer {
    display: none !important;
  }

  /* Inline full-width search directly under the section subtitle */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-wrap {
    position: relative;
    grid-column: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-right: auto;
    background: transparent !important;
    border: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search {
    --mob-v2-cat-search-grad: linear-gradient(180deg, #1A8CBD 0%, #157EAB 50%, #0C638C 100%);
    --mob-v2-cat-search-grad-arrow: linear-gradient(180deg, #1881AE 0%, #13739D 50%, #0B5B81 100%);
    --mob-v2-cat-search-border: rgba(255, 255, 255, 0.90);
    --mob-v2-cat-search-border-focus: #D4AF37;
    display: flex !important;
    align-items: center !important;
    height: 43px;
    padding: 0 !important;
    padding-inline: 12px 0 !important;
    background-color: #157EAB !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E"),
      var(--mob-v2-cat-search-grad) !important;
    background-blend-mode: soft-light, normal;
    border: 1px solid var(--mob-v2-cat-search-border) !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transition: border-color 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover {
    border-color: var(--mob-v2-cat-search-border-focus) !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:focus-within {
    border-color: var(--mob-v2-cat-search-border-focus) !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:disabled,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:has(input:disabled) {
    opacity: 0.6;
    pointer-events: none;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-icon {
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    box-sizing: content-box;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input {
    order: 0;
    flex: 1 1 auto;
    align-self: stretch;
    min-width: 0;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Rajdhani", "DIN Condensed", "Eurostile", "Bank Gothic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    line-height: 43px;
    padding-block: 0 !important;
    padding-inline: 10px 5px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input:focus,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: "Rajdhani", "DIN Condensed", "Eurostile", "Bank Gothic", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    line-height: 43px;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-btn {
    order: 0;
    flex-shrink: 0;
    align-self: stretch;
    width: 43px;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #13739D !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E"),
      var(--mob-v2-cat-search-grad-arrow) !important;
    background-blend-mode: soft-light, normal;
    border: none;
    border-inline-start: 1px solid var(--mob-v2-cat-search-border);
    border-radius: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: border-color 220ms ease, background-color 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--loupe {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--arrow {
    display: block !important;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover .catalog-drawer-search-glyph--arrow {
    transform: translateX(3px);
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input,
  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input::placeholder {
    letter-spacing: 0.1px;
    text-transform: none;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--arrow {
    transform: scaleX(-1);
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover .catalog-drawer-search-glyph--arrow {
    transform: scaleX(-1) translateX(3px);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList {
    background: transparent !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList .ct-shell::before,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList .ct-shell::after {
    display: none !important;
  }

  /* ?? Inline home grid: premium category artwork cards ?? */
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    align-items: stretch;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group {
    margin: 0 !important;
    min-width: 0;
    display: flex;
  }

  body.is-home-page #mobV2CatalogSection:not(.is-expanded) #mobV2CatalogHost .catalog-drawer:not(.open) .ct-tree--inline-home > .ct-node--group:nth-child(n + 9) {
    display: none;
  }

  body.is-home-page #mobV2CatalogSection.is-expanded #mobV2CatalogHost .catalog-drawer:not(.open) .ct-tree--inline-home > .ct-node--group:nth-child(n + 9) {
    animation: mob-v2-cat-reveal 0.28s ease-out both;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-children {
    display: none !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  /* Never sticky on homepage cards ? open-group sticky rows were overlapping #topParts */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--group.is-open > .ct-row--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--folder.is-open > .ct-row--folder,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-tree > .ct-node--group.is-open > .ct-row--group {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0;
    gap: 0;
    border-radius: 22px;
    background: #ffffff !important;
    border: 1px solid #ECECEC !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  /* Featured: Engine ? Champagne Gold border (1px, not thickened) */
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine > .ct-row--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine.is-focus > .ct-row--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine > .ct-row--group.is-active {
    border-color: #D6C3A1 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:active {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10) !important;
  }

  @media (hover: hover) {
    body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10) !important;
    }

    body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:hover .ct-icon--art img {
      transform: scale(1.04);
    }
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row > .ct-chevron {
    display: none !important;
  }

  /* Blue chevron ? footer row, inline-end */
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row::after {
    content: "";
    grid-column: 2;
    grid-row: 2;
    width: 7px;
    height: 7px;
    margin: 0 12px 0 0;
    border-inline-end: 2px solid #1e5bb8;
    border-block-end: 2px solid #1e5bb8;
    transform: rotate(-45deg);
    opacity: 0.95;
    align-self: center;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row::after {
    transform: rotate(135deg);
    margin: 0 0 0 12px;
  }

  /* Premium art media ? edge-to-edge above footer (no gutters) */
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--gold,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--img,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art {
    grid-column: 1 / -1;
    grid-row: 1;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    border-radius: 0;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    color: transparent !important;
    overflow: hidden;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:active .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group.is-active .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group.is-focus > .ct-row--group .ct-icon {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon svg {
    width: 28px;
    height: 28px;
    stroke: #8a6744;
    fill: none;
    stroke-width: 1.75;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art {
    padding: 10px !important;
    box-sizing: border-box;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art img {
    display: block !important;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
    transition: transform 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--img img {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group .ct-label {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    padding-block: 8px 10px;
    padding-inline: 12px 4px;
    font-size: 13.44px !important;
    font-weight: 700 !important;
    color: #1e5bb8 !important;
    line-height: 1.25;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: unset;
    background: #ffffff;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group.is-focus > .ct-row--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-row--group.is-active {
    background: #ffffff !important;
    border-color: #ECECEC !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine.is-focus > .ct-row--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine > .ct-row--group.is-active {
    border-color: #D6C3A1 !important;
  }

  /* ?? More card: premium CSS gateway (navy + Champagne Gold) ?? */
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more {
    margin: 0 !important;
    min-width: 0;
    display: flex;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 16px 12px !important;
    margin: 0;
    border-radius: 22px;
    background:
      linear-gradient(165deg, rgba(8, 16, 32, 0.92) 0%, rgba(12, 28, 52, 0.88) 48%, rgba(6, 14, 28, 0.94) 100%),
      linear-gradient(160deg, #0a1628 0%, #122848 55%, #0a1424 100%) !important;
    border: 1px solid #D6C3A1 !important;
    box-shadow:
      0 2px 10px rgba(0, 0, 0, 0.05),
      0 0 0 1px rgba(214, 195, 161, 0.12),
      0 0 18px rgba(214, 195, 161, 0.14) !important;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more::after {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-art {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-gateway {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #D6C3A1;
    background: rgba(214, 195, 161, 0.10);
    color: #D6C3A1;
    box-shadow: 0 0 12px rgba(214, 195, 161, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-arrow svg {
    width: 22px;
    height: 22px;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-arrow svg {
    transform: scaleX(-1);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 0;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-explore {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.2;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-plus {
    display: block !important;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #D6C3A1;
    line-height: 1.05;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cats {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.25;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cta {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.3;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cta-arrow {
    color: #D6C3A1;
    display: inline-block;
    transition: transform 0.22s ease;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cta-arrow {
    display: inline-block;
    transform: scaleX(-1);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:active {
    transform: translateY(-3px);
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.18),
      0 0 0 1px rgba(214, 195, 161, 0.18),
      0 0 26px rgba(214, 195, 161, 0.28) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:focus-visible {
    outline: 2px solid #D6C3A1;
    outline-offset: 2px;
  }

  @media (hover: hover) {
    body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover {
      transform: translateY(-3px);
      box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(214, 195, 161, 0.2),
        0 0 28px rgba(214, 195, 161, 0.32) !important;
    }

    body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-arrow {
      transform: translateX(4px);
      box-shadow: 0 0 16px rgba(214, 195, 161, 0.32);
      background: rgba(214, 195, 161, 0.16);
    }

    html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-arrow {
      transform: translateX(-4px);
    }

    body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-cta-arrow {
      transform: translateX(3px);
    }

    html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-cta-arrow {
      transform: scaleX(-1) translateX(3px);
    }
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--more,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-label--more {
    display: none !important;
  }

  body.is-home-page .mob-v2-catalog-card > .mob-v2-catalog-expand {
    display: none !important;
  }

  /* ?? Root grid: first eight categories (drawer tree fallback) ?? */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-row--root {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--root > .ct-children--root {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding-inline-start: 0 !important;
    margin: 10px 0 0 !important;
    transition: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node {
    margin: 0 !important;
    min-width: 0;
  }

  body.is-home-page #mobV2CatalogSection:not(.is-expanded) #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node:nth-child(n + 9) {
    display: none;
  }

  body.is-home-page #mobV2CatalogSection.is-expanded #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node:nth-child(n + 9) {
    animation: mob-v2-cat-reveal 0.28s ease-out both;
  }

  @keyframes mob-v2-cat-reveal {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-children {
    display: none !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-node > .ct-row::before,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-children::before {
    display: none !important;
  }

  /* ?? Category premium cards ?? */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--folder,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100%;
    min-height: 54px;
    height: 100%;
    padding: 10px 10px 10px 11px;
    margin: 0;
    gap: 8px;
    border-radius: 11px;
    background: var(--mob-v2-cat-card) !important;
    border: none !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--folder:active,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--group:active {
    transform: scale(0.985);
    background: #242424 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row > .ct-chevron {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row::after {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    margin-inline-start: auto;
    margin-inline-end: 2px;
    border-inline-end: 1.5px solid rgba(255, 255, 255, 0.42);
    border-block-end: 1.5px solid rgba(255, 255, 255, 0.42);
    transform: rotate(-45deg);
    opacity: 0.85;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row::after {
    transform: rotate(135deg);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-icon--gold,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-icon--img {
    display: inline-flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 !important;
    border-radius: 8px;
    background: var(--mob-v2-cat-icon-brown-soft) !important;
    border: 1.5px solid transparent !important;
    box-shadow: none !important;
    color: var(--mob-v2-cat-icon-brown) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--group:active .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--group.is-active .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--group.is-focus > .ct-row--group .ct-icon {
    border-color: var(--mob-v2-cat-icon-gold-ring) !important;
    box-shadow: 0 0 0 1px rgba(232, 196, 90, 0.42) !important;
    background: rgba(232, 196, 90, 0.1) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root .ct-icon--img img {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node > .ct-row--group .ct-label {
    flex: 1;
    min-width: 0;
    font-size: calc(11px * 1.2) !important;
    font-weight: 400 !important;
    color: var(--mob-v2-cat-text) !important;
    line-height: 1.28;
    text-align: start;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-row--folder.is-active,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-row--group.is-active,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--group.is-focus > .ct-row--group {
    background: rgba(240, 160, 48, 0.1) !important;
    box-shadow: inset 0 0 0 1px rgba(240, 160, 48, 0.34) !important;
  }

  /* ?? Expand / collapse control ?? */
  body.is-home-page .mob-v2-catalog-expand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 12px 12px;
    border-radius: 11px;
    border: 1px solid rgba(240, 160, 48, 0.48);
    background: transparent;
    color: var(--mob-v2-cat-gold);
    text-align: start;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  body.is-home-page .mob-v2-catalog-expand:active {
    background: rgba(240, 160, 48, 0.08);
  }

  body.is-home-page .mob-v2-catalog-expand-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--mob-v2-cat-gold);
  }

  body.is-home-page .mob-v2-catalog-expand-plus {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
  }

  body.is-home-page .mob-v2-catalog-expand-icon svg {
    width: 20px;
    height: 20px;
  }

  body.is-home-page .mob-v2-catalog-expand-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  body.is-home-page .mob-v2-catalog-expand-more,
  body.is-home-page .mob-v2-catalog-expand-hide {
    font-size: 13px;
    font-weight: 700;
    color: var(--mob-v2-cat-gold);
    line-height: 1.25;
  }

  body.is-home-page .mob-v2-catalog-expand-more-sub {
    font-size: 11px;
    color: var(--mob-v2-cat-muted);
    line-height: 1.35;
  }

  body.is-home-page .mob-v2-catalog-expand-chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mob-v2-cat-gold);
    transition: transform 0.28s ease;
  }

  body.is-home-page .mob-v2-catalog-expand-chevron svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }

  body.is-home-page #mobV2CatalogSection.is-expanded .mob-v2-catalog-expand-chevron {
    transform: rotate(180deg);
  }

  body.is-home-page:has(#catalogDrawer.open) .mob-v2-catalog-expand {
    display: none;
  }

  /* Inline search dropdown ? light theme, full width of search field */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown.open,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown.catalog-search-dropdown.open {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    z-index: 40 !important;
    max-height: min(280px, 42vh) !important;
    overflow: auto !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    border: 1.5px solid var(--mob-v2-cat-group-frame) !important;
    box-shadow: 0 12px 28px rgba(26, 35, 50, 0.14) !important;
    color: #1a2332 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-count,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-recent-hdr {
    background: #f3f7fc !important;
    color: #5b6575 !important;
    border-bottom: 1px solid #e2eaf3 !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-count strong {
    color: var(--mob-v2-cat-gold) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-item {
    color: #1a2332 !important;
    background: #ffffff !important;
    border-bottom-color: #e8ecf2 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-item:hover,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-item:active {
    background: #f3f7fc !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-name {
    color: #1a2332 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-meta,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-brand,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-hint,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-empty {
    color: #6b7280 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-cat,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-hint em {
    color: #c9a227 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-recent {
    color: #1a2332 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogSearchDropdown .search-drop-recent:hover {
    background: #f3f7fc !important;
  }

  /* ?? Homepage open drawer = desktop-style road tree panel (viewport-fixed) ?? */
  body.catalog-drawer-open #catalogDrawer.open,
  body:has(#catalogDrawer.open) #catalogDrawer,
  body.is-home-page.catalog-drawer-open #catalogDrawer.open,
  body.is-home-page:has(#catalogDrawer.open) #catalogDrawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    left: 0 !important;
    right: auto !important;
    width: min(320px, 88vw) !important;
    max-width: min(320px, 88vw) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 2100 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transform: none !important;
    background: #0b0d12 !important;
    border: none !important;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 8px 0 28px rgba(0, 0, 0, 0.45) !important;
  }

  html[dir="rtl"] body.catalog-drawer-open #catalogDrawer.open,
  html[dir="rtl"] body:has(#catalogDrawer.open) #catalogDrawer,
  html[dir="rtl"] body.is-home-page.catalog-drawer-open #catalogDrawer.open,
  html[dir="rtl"] body.is-home-page:has(#catalogDrawer.open) #catalogDrawer {
    left: auto !important;
    right: 0 !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-bg,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-bg,
  body.is-home-page.catalog-drawer-open #catalogDrawer.open .catalog-drawer-bg,
  body.is-home-page:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-bg {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    opacity: 0.75 !important;
    visibility: visible !important;
    z-index: 0 !important;
    pointer-events: none !important;
    filter: brightness(0.9) contrast(1.04) saturate(0.88) !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-head-overlay,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-head-overlay {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(6, 8, 12, 0.78) 100%
    ) !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-head h2,
  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-head-spacer,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-head h2,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-head-spacer {
    display: block !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-head,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-head {
    flex-shrink: 0;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    min-height: 130px !important;
    max-height: none !important;
    padding: 12px 14px !important;
    margin: 0;
    background: transparent !important;
    border: none !important;
    overflow: hidden !important;
    isolation: isolate;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search-wrap,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search-wrap {
    display: block !important;
    position: relative;
    z-index: 2;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-close,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-close {
    display: inline-flex !important;
    position: relative;
    z-index: 3;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(0, 0, 0, 0.35) !important;
    color: #fff;
  }

  body.catalog-drawer-open #catalogDrawer.open #catalogGroupsList,
  body:has(#catalogDrawer.open) #catalogDrawer #catalogGroupsList {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px !important;
    margin: 0;
    background: linear-gradient(
      180deg,
      rgba(6, 8, 12, 0.45) 0%,
      rgba(6, 8, 12, 0.52) 100%
    ) !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .ct-shell::before,
  body.catalog-drawer-open #catalogDrawer.open .ct-shell::after,
  body.catalog-drawer-open #catalogDrawer.open .ct-children::before,
  body.catalog-drawer-open #catalogDrawer.open .ct-node > .ct-row::before,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-shell::before,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-shell::after,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-children::before,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-node > .ct-row::before {
    display: block !important;
  }

  body.is-home-page.catalog-drawer-open .mob-v2-catalog-card,
  body.is-home-page:has(#catalogDrawer.open) .mob-v2-catalog-card {
    position: relative;
    z-index: auto;
  }

  body.is-home-page.catalog-drawer-open .mob-v2-catalog-head,
  body.is-home-page:has(#catalogDrawer.open) .mob-v2-catalog-head,
  body.is-home-page.catalog-drawer-open .mob-v2-catalog-expand,
  body.is-home-page:has(#catalogDrawer.open) .mob-v2-catalog-expand {
    display: none !important;
  }

  body.catalog-drawer-open #mobV2CatalogSection,
  body:has(#catalogDrawer.open) #mobV2CatalogSection,
  body.is-home-page.catalog-drawer-open #mobV2CatalogSection,
  body.is-home-page:has(#catalogDrawer.open) #mobV2CatalogSection {
    display: none !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search {
    display: flex !important;
    align-items: center !important;
    height: 44px;
    padding: 0 14px 0 12px !important;
    /* Transparent so the road image shows through the search field */
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
  }

  body #catalogDrawer.open .catalog-drawer-head h2,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-head h2 {
    display: block !important;
    color: #fff !important;
  }

  body #catalogDrawer.open .ct-row--folder .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-row--folder .ct-label,
  body #catalogDrawer.open .ct-row--root .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-row--root .ct-label {
    /* ~15.2px ? folder/root rows */
    font-size: calc(11px * 1.38) !important;
  }

  body #catalogDrawer.open .ct-row--group .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-row--group .ct-label,
  body #catalogDrawer.open .ct-row--group.is-active .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-row--group.is-active .ct-label,
  body #catalogDrawer.open .ct-node--group.is-focus > .ct-row--group .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-node--group.is-focus > .ct-row--group .ct-label {
    /* Match folder/root size; weight stays normal (not bold) ? beat drawer active 500 */
    font-size: calc(11px * 1.38) !important;
    font-weight: 400 !important;
  }

  body #catalogDrawer.open .ct-label,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-label {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.55);
  }

  body #catalogDrawer.open .ct-icon,
  body #catalogDrawer.open .ct-icon--gold,
  body #catalogDrawer.open .ct-icon--img,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #f0a030 !important;
  }

  body #catalogDrawer.open .ct-icon svg,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-icon svg {
    stroke: currentColor;
    fill: none;
  }

  body #catalogDrawer.open .ct-icon--img img,
  body:has(#catalogDrawer.open) #catalogDrawer .ct-icon--img img {
    display: block !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body #catalogDrawer.open .catalog-drawer-search:not(.catalog-branch-search),
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search:not(.catalog-branch-search) {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow: none !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search input,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search input {
    order: 1;
    flex: 1;
    min-width: 0;
    font-size: 13px;
    padding: 0 0 0 8px !important;
    color: #fff !important;
    background: transparent !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search-btn,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search-btn {
    order: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.85);
    background: transparent !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search-icon,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search-icon {
    display: none !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search-glyph--arrow,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search-glyph--arrow {
    display: none !important;
  }

  body.catalog-drawer-open #catalogDrawer.open .catalog-drawer-search-glyph--loupe,
  body:has(#catalogDrawer.open) #catalogDrawer .catalog-drawer-search-glyph--loupe {
    display: block !important;
  }
}

/* ?? Desktop ?901px: workshop inline catalog under hero ?? */
@media (min-width: 901px) {
  body.is-home-page #mobV2CatalogSection {
    --mob-v2-cat-gold: #1e5bb8;
    --mob-v2-cat-gold-soft: rgba(30, 91, 184, 0.35);
    --mob-v2-cat-group-frame: #1e5bb8;
    --mob-v2-cat-icon-brown: #8a6744;
    --mob-v2-cat-icon-brown-soft: rgba(138, 103, 68, 0.16);
    --mob-v2-cat-icon-gold-ring: #e8c45a;
    --mob-v2-cat-bg: #ffffff;
    --mob-v2-cat-card: #ffffff;
    --mob-v2-cat-search: #ffffff;
    --mob-v2-cat-muted: #6b7280;
    --mob-v2-cat-text: #1a2332;
    --mob-v2-cat-navy: #002157;
    width: 100%;
    padding: 20px 0 8px;
    background: #ffffff;
  }

  body.is-home-page .mob-v2-catalog-card {
    max-width: min(1480px, calc(100% - 48px));
    margin-inline: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  /* Header ? title + subtitle (restored; was hidden for mockup alignment) */
  body.is-home-page .mob-v2-catalog-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  body.is-home-page .mob-v2-catalog-head-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mob-v2-cat-gold);
  }

  body.is-home-page .mob-v2-catalog-head-icon svg {
    width: 32px;
    height: 32px;
  }

  body.is-home-page .mob-v2-catalog-title {
    margin: 0;
    font-family: var(--font-en, "Segoe UI", sans-serif);
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    line-height: 1.15;
    color: #1e5bb8;
  }

  body.is-home-page .mob-v2-catalog-title .mob-v2-catalog-oem {
    color: #1e5bb8;
    font-weight: inherit;
  }

  body.is-home-page .mob-v2-catalog-title .mob-v2-catalog-astra {
    color: #D71920;
    font-weight: inherit;
  }

  body.is-home-page .mob-v2-catalog-sub {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    line-height: 1.35;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    box-shadow: none !important;
    z-index: auto !important;
    overflow: visible !important;
    background: transparent !important;
    color: var(--mob-v2-cat-text);
    border: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-bg,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head-overlay,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head h2,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-close,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head-spacer {
    display: none !important;
  }

  /* Inline search under subtitle (restored; was hidden for mockup alignment) */
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-head {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 0 12px;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-wrap {
    position: relative;
    grid-column: auto;
    width: 36%;
    max-width: 36%;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-right: auto;
    background: transparent !important;
    border: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search {
    --mob-v2-cat-search-grad: linear-gradient(180deg, #1A8CBD 0%, #157EAB 50%, #0C638C 100%);
    --mob-v2-cat-search-grad-arrow: linear-gradient(180deg, #1881AE 0%, #13739D 50%, #0B5B81 100%);
    --mob-v2-cat-search-border: rgba(255, 255, 255, 0.90);
    --mob-v2-cat-search-border-focus: #D4AF37;
    display: flex !important;
    align-items: center !important;
    height: 50px;
    padding: 0 !important;
    padding-inline: 14px 0 !important;
    background-color: #157EAB !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E"),
      var(--mob-v2-cat-search-grad) !important;
    background-blend-mode: soft-light, normal;
    border: 1px solid var(--mob-v2-cat-search-border) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    transition: border-color 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover {
    border-color: var(--mob-v2-cat-search-border-focus) !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:focus-within {
    border-color: var(--mob-v2-cat-search-border-focus) !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:disabled,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:has(input:disabled) {
    opacity: 0.6;
    pointer-events: none;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-icon {
    display: flex !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    box-sizing: content-box;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input {
    flex: 1 1 auto;
    align-self: stretch;
    min-width: 0;
    width: 100%;
    height: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #ffffff !important;
    font-family: "Rajdhani", "DIN Condensed", "Eurostile", "Bank Gothic", sans-serif;
    font-weight: 600;
    font-size: calc(13px * 1.3 * 1.1);
    letter-spacing: 0.32em;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    padding-block: 0 !important;
    padding-inline: 10px 5px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input:focus,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: "Rajdhani", "DIN Condensed", "Eurostile", "Bank Gothic", sans-serif;
    font-weight: 600;
    font-size: calc(13px * 1.3 * 1.1);
    letter-spacing: 0.32em;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    line-height: 50px;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    align-self: stretch;
    width: 43px;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-inline-start: 1px solid var(--mob-v2-cat-search-border);
    border-radius: 0;
    background-color: #13739D !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E"),
      var(--mob-v2-cat-search-grad-arrow) !important;
    background-blend-mode: soft-light, normal;
    color: #ffffff;
    cursor: pointer;
    transition: border-color 220ms ease, background-color 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--loupe {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--arrow {
    display: block !important;
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover .catalog-drawer-search-glyph--arrow {
    transform: translateX(3px);
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input,
  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input::placeholder {
    letter-spacing: 0.1px;
    text-transform: none;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-glyph--arrow {
    transform: scaleX(-1);
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search:hover .catalog-drawer-search-glyph--arrow {
    transform: scaleX(-1) translateX(3px);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList {
    background: transparent !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList .ct-shell::before,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) #catalogGroupsList .ct-shell::after {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    align-items: stretch;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more {
    margin: 0 !important;
    min-width: 0;
    display: flex;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-children {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 168px;
    aspect-ratio: 3 / 3.4;
    padding: 0;
    margin: 0;
    gap: 0;
    border-radius: 12px;
    background: #ffffff !important;
    border: 1px solid #E8ECF2 !important;
    box-shadow: 0 4px 14px rgba(15, 45, 107, 0.06) !important;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--featured-engine > .ct-row--group {
    border-color: #E8ECF2 !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 45, 107, 0.10) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group:hover .ct-icon--art img {
    transform: scale(1.04);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row > .ct-chevron {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row::after {
    content: "";
    grid-column: 2;
    grid-row: 2;
    width: 7px;
    height: 7px;
    margin: 0 12px 0 0;
    border-inline-end: 2px solid #1e5bb8;
    border-block-end: 2px solid #1e5bb8;
    transform: rotate(-45deg);
    opacity: 0.95;
    align-self: center;
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row::after {
    transform: rotate(135deg);
    margin: 0 0 0 12px;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--gold,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--img,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art {
    grid-column: 1 / -1;
    grid-row: 1;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    border-radius: 0;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    color: transparent !important;
    overflow: hidden;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon svg {
    width: 28px;
    height: 28px;
    stroke: #8a6744;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art {
    padding: 14px 14px 4px !important;
    box-sizing: border-box;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--art img {
    display: block !important;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
    transition: transform 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--img img {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--group > .ct-row--group .ct-label {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    padding-block: 8px 12px;
    padding-inline: 14px 4px;
    font-size: 13.44px !important;
    font-weight: 700 !important;
    color: #1e5bb8 !important;
    line-height: 1.25;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffffff;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 168px;
    aspect-ratio: 3 / 3.4;
    padding: 18px 14px !important;
    margin: 0;
    border-radius: 12px;
    background: var(--mob-v2-cat-navy, #002157) !important;
    border: 1px solid #002157 !important;
    box-shadow: 0 4px 14px rgba(0, 33, 87, 0.18) !important;
    overflow: hidden;
    color: #ffffff !important;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 33, 87, 0.28) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-arrow {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.14);
  }

  html[dir="rtl"] body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more:hover .ct-more-arrow {
    transform: translateX(-4px);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more::after {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-art {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-gateway {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    transition: transform 0.22s ease, background 0.22s ease;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-copy {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.3em;
    row-gap: 2px;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-explore,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-plus,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cats {
    display: inline !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cta {
    flex: 0 0 100%;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-cta-arrow {
    color: #ffffff;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-icon--more,
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home .ct-label--more {
    display: none !important;
  }

  body.is-home-page .mob-v2-catalog-expand,
  body.is-home-page .mob-v2-catalog-card > .mob-v2-catalog-expand {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-row--root {
    display: none !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--root > .ct-children--root {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding-inline-start: 0 !important;
    margin: 0 !important;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home,
  body.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .ct-node--root > .ct-children--root {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.is-home-page #mobV2CatalogSection.is-expanded #mobV2CatalogHost .catalog-drawer:not(.open) .ct-tree--inline-home > .ct-node--group:nth-child(n + 9),
  body.is-home-page #mobV2CatalogSection.is-expanded #mobV2CatalogHost .catalog-drawer:not(.open) .ct-children--root > .ct-node:nth-child(n + 9) {
    animation: none;
  }

  body.is-home-page .mob-v2-catalog-expand-chevron {
    transition: none;
  }
}

/* ?? Premium flexible spacer between product list and footer (?900px) ??
   Shown only when JS detects leftover viewport height. Collapses to zero
   (hidden) when the catalog already fills the screen ? no extra scroll. */
@media (max-width: 900px) {
  .catalog-listing-filler {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0;
    padding: 28px 20px 32px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
    animation: catalogListingFillerFade 0.4s ease both;
  }

  .catalog-listing-filler[hidden] {
    display: none !important;
  }

  @keyframes catalogListingFillerFade {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .catalog-listing-filler-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    max-width: 320px;
  }

  .catalog-listing-filler-icon {
    width: 56px;
    height: 56px;
    stroke: #c9a227;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.9;
    margin-bottom: 2px;
  }

  .catalog-listing-filler-spark {
    stroke-width: 2.2;
    opacity: 0.55;
  }

  .catalog-listing-filler-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #111827;
    line-height: 1.3;
  }

  .catalog-listing-filler-desc {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #6b7280;
    font-weight: 500;
  }

  .catalog-listing-filler-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin-top: 8px;
    padding: 11px 22px;
    border: 1.5px solid #c9a227;
    border-radius: 999px;
    background: transparent;
    color: #a88412;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .catalog-listing-filler-cta:active {
    background: rgba(201, 162, 39, 0.12);
    transform: scale(0.97);
  }

  .catalog-listing-filler-cta svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  html[dir="rtl"] .catalog-listing-filler-cta svg {
    transform: scaleX(-1);
  }

  .catalog-listing-filler-note {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-top: 2px;
  }
}

@media (min-width: 901px) {
  .catalog-listing-filler {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-listing-filler {
    animation: none;
  }
}

/* MOBILE INLINE CATALOG LIST ? reference layout */
.ct-group-count {
  display: none;
}

@media (max-width: 900px) {
  body.mobile-inline-catalog-view > nav:not(.mob-bottom-bar) {
    position: fixed !important;
    top: 0 !important;
    inset-inline: 0 !important;
    z-index: 1200 !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.mobile-inline-catalog-view.is-home-page .mob-v2-hero-compose > .mob-card--hero {
    position: fixed !important;
    top: var(--mobile-inline-nav-h, var(--nav-mob-h, 58px)) !important;
    inset-inline: 0 !important;
    z-index: 1100 !important;
    width: 100% !important;
    height: var(--mobile-inline-hero-h, auto) !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 5px 14px rgba(7, 30, 82, 0.10) !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection {
    margin-top: calc(
      var(--mobile-inline-nav-h, var(--nav-mob-h, 58px)) +
      var(--mobile-inline-hero-h, 0px)
    ) !important;
    margin-inline: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 14px calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    background: #ffffff !important;
    scroll-margin-top: calc(var(--mobile-inline-nav-h, var(--nav-mob-h, 58px)) + var(--mobile-inline-hero-h, 0px)) !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-card {
    padding: 14px 0 0 !important;
    background: #ffffff !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-head {
    align-items: center !important;
    gap: 0 !important;
    margin: 0 6px 10px !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-head-icon {
    display: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-title {
    margin: 0 0 3px !important;
    color: #0b2d63 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-title::before {
    content: none;
  }

  html[dir="rtl"] body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-title::before {
    content: none;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-sub {
    color: #52627a !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search {
    height: 44px !important;
    padding-inline: 10px 0 !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #d9e2ef !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(7, 30, 82, 0.06) !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input,
  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search input::placeholder {
    color: #425676 !important;
    font-family: var(--font-en, Inter, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 42px !important;
    text-align: start !important;
    text-transform: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-icon {
    color: #315685 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .catalog-drawer:not(.open) .catalog-drawer-search-btn {
    width: 42px !important;
    color: #315685 !important;
    background: transparent !important;
    background-image: none !important;
    border-inline-start: 0 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border-top: 1px solid #edf1f6 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group > .ct-row--group {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    padding: 7px 6px !important;
    gap: 9px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #0b2d63 !important;
    transform: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group > .ct-row--group::after {
    content: none !important;
    display: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-icon,
  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-icon--gold,
  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-icon--img,
  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-icon--art {
    order: 1 !important;
    display: inline-flex !important;
    flex: 0 0 28px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 2px !important;
    color: #244b82 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-icon svg {
    width: 23px !important;
    height: 23px !important;
    stroke: currentColor !important;
    stroke-width: 1.65 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-label {
    order: 2 !important;
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #102f63 !important;
    background: transparent !important;
    font-family: var(--font-en, Inter, sans-serif) !important;
    font-size: 21.97px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: start !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  html[dir="rtl"] body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-label {
    font-family: var(--font-ar, Cairo, sans-serif) !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-group-count {
    order: 3 !important;
    display: block !important;
    flex: 0 0 auto !important;
    margin-inline-start: auto !important;
    color: #536b8f !important;
    font-family: var(--font-en, Inter, sans-serif) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-chevron {
    order: 4 !important;
    display: inline-flex !important;
    flex: 0 0 18px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 !important;
    color: #52709b !important;
    transform: none !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-row--group > .ct-chevron svg {
    width: 15px !important;
    height: 15px !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-node--group.is-open > .ct-row--group {
    background: #f5f8fc !important;
    border-bottom-color: #dbe5f1 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group > .ct-children--items {
    display: none !important;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group.is-open > .ct-children--items {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 2px 0 4px 34px !important;
    background: #f8fafc !important;
  }

  html[dir="rtl"] body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list > .ct-node--group.is-open > .ct-children--items {
    padding: 2px 34px 4px 0 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-children--items > .ct-node--item > .ct-row--item {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 7px 8px !important;
    gap: 7px !important;
    color: #203f70 !important;
    background: transparent !important;
    border-bottom: 1px solid #e7edf5 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogHost .ct-tree--inline-list .ct-children--items .ct-label {
    color: #203f70 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  body.mobile-inline-catalog-view.is-home-page #mobV2CatalogSection .mob-v2-catalog-expand {
    display: none !important;
  }
}
/* MOBILE GROUP SUBCATEGORY PAGE ? reference layout */
@media (max-width: 900px) {
  body.mob-cat-v2-active #mobCatV2ItemsView {
    background: #f2f6fc !important;
    color: #063b78 !important;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-header {
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 16px 12px;
    background: linear-gradient(145deg, #063f86 0%, #00295f 100%);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 7px 20px rgba(0, 40, 94, 0.20);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-topbar {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    min-height: 56px;
    gap: 4px;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-back {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-back:active {
    background: rgba(255, 255, 255, 0.10);
    transform: scale(0.96);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-back svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-back svg {
    transform: scaleX(-1);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView #mobCatV2ItemsTitle {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-en, Inter, sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView #mobCatV2ItemsTitle {
    font-family: var(--font-ar, Cairo, sans-serif);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-group-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: visible;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-group-art img,
  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-group-art svg {
    display: block;
    width: 54px;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.28));
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    margin: 3px 0 0;
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid #d8e1ee;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0, 24, 66, 0.12);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-search svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #526f9a;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #063b78;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: var(--font-en, Inter, sans-serif);
    font-size: 13px;
    font-weight: 500;
    text-align: start;
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-search input {
    font-family: var(--font-ar, Cairo, sans-serif);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-search input::placeholder {
    color: #526f9a;
    opacity: 1;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-scroll {
    padding: 12px 14px calc(92px + env(safe-area-inset-bottom, 0px));
    background: #f2f6fc;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px 22px;
    align-items: center;
    width: 100%;
    min-height: 104px;
    margin: 0;
    padding: 10px 14px 10px 18px;
    gap: 12px;
    color: #063b78;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 0;
    box-shadow: 0 4px 14px rgba(16, 45, 86, 0.08);
    text-align: start;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-row:active {
    background: linear-gradient(90deg, #fff7e4, #ffffff);
    border-color: #f0b33e;
    transform: scale(0.992);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 3px;
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-copy {
    align-items: flex-start;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-copy strong {
    width: 100%;
    color: #063b78;
    font-family: var(--font-en, Inter, sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.18;
    white-space: normal;
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-copy strong {
    font-family: var(--font-ar, Cairo, sans-serif);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-copy small {
    color: #526f9a;
    font-family: var(--font-en, Inter, sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-art {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 82px;
    overflow: hidden;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-art img {
    display: block;
    width: 88px;
    height: 78px;
    object-fit: contain;
    background: transparent !important;
    mix-blend-mode: normal;
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-chevron {
    width: 13px;
    height: 13px;
    justify-self: center;
    border-inline-end: 2px solid #063b78;
    border-block-end: 2px solid #063b78;
    transform: rotate(-45deg);
  }

  html[dir="rtl"] body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-item-chevron {
    transform: rotate(135deg);
  }

  body.mob-cat-v2-active #mobCatV2ItemsView .mob-cat-v2-items-empty {
    margin: 0;
    padding: 48px 20px;
    color: #5e7290;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
}
/* MOBILE BRAND PRODUCT LIST ? reference layout */
@media (max-width: 900px) {
  body.mob-cat-v2-active #mobCatV2ProductsView {
    background: #f2f4f7 !important;
    color: #0f2245 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-header {
    min-height: 58px !important;
    padding: 8px 16px !important;
    background: linear-gradient(135deg, #073a78 0%, #062a5d 100%) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-back {
    color: #fff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-title,
  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-sub {
    color: #fff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-sub {
    opacity: .76;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-item-tabs {
    gap: 10px !important;
    padding: 14px 14px 9px !important;
    background: #fff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-item-tab {
    min-height: 42px !important;
    padding: 8px 16px !important;
    border: 1.5px solid #cbd3df !important;
    background: #fff !important;
    color: #123664 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-item-tab.is-active {
    border-color: #d8ad24 !important;
    background: linear-gradient(135deg, #e8c44b, #d6a91e) !important;
    color: #fff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-brand-chips {
    gap: 7px !important;
    min-height: 64px !important;
    padding: 5px 14px 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e9ef !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-brand-chip {
    min-width: 48px !important;
    width: 48px !important;
    height: 44px !important;
    padding: 4px !important;
    border: 1px solid #d8c36d !important;
    border-radius: 3px !important;
    background: #151515 !important;
    box-shadow: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-brand-chip--all {
    width: auto !important;
    min-width: 45px !important;
    border-color: transparent !important;
    background: transparent !important;
    color: #0f2245 !important;
    font-size: 12px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-brand-chip.is-active {
    border-color: #d9ad20 !important;
    box-shadow: 0 0 0 2px rgba(217, 173, 32, .2) !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-brand-chip img {
    max-width: 40px !important;
    max-height: 34px !important;
    object-fit: contain !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-scroll {
    background: #f2f4f7 !important;
    padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 92px) !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-products-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
    padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 92px) !important;
    box-sizing: border-box !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .product-card.product-card--mob-tk {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) 118px !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    height: 20vh !important;
    height: 20dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(15, 34, 69, .09) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(15, 34, 69, .09) !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__lead {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 82px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__brand img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
    transform: scale(1.1) !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__title {
    margin: 0 !important;
    overflow: hidden !important;
    color: #0f2245 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__part {
    overflow: hidden !important;
    color: #707887 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    margin-top: 3px !important;
    overflow: hidden !important;
    color: #111 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__price-val,
  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__cur {
    color: #111 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__cur {
    font-size: 12px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__aside {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 7px !important;
    width: 118px !important;
    min-width: 0 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 82px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
    background: transparent !important;
    transform: scale(1.15) !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__compat {
    position: absolute !important;
    z-index: 2 !important;
    inset-block-start: 2px !important;
    inset-inline-end: 2px !important;
    display: flex !important;
    gap: 3px !important;
    pointer-events: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__compat-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 30px !important;
    height: 21px !important;
    padding: 2px 7px !important;
    border: 1px solid #dce2ea !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0f2245 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__compat-chip--14 {
    border-color: #efb2c0 !important;
    background: #f8c7d1 !important;
    color: #1661a8 !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .top-selling-cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: auto !important;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #0062BD !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .top-selling-cart__icon,
  body.mob-cat-v2-active #mobCatV2ProductsGrid .top-selling-cart svg {
    width: 15px !important;
    height: 15px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .top-selling-cart.is-disabled {
    background: #8eb4db !important;
    color: #ffffff !important;
    opacity: 0.72;
  }

  body.mob-cat-v2-active #mobCatV2ProductsView .mob-cat-v2-filler {
    display: none !important;
  }
}

@media (max-width: 390px) {
  body.mob-cat-v2-active #mobCatV2ProductsGrid .product-card.product-card--mob-tk {
    grid-template-columns: 66px minmax(0, 1fr) 104px !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__brand {
    width: 62px !important;
    height: 74px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__aside {
    width: 104px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__title {
    font-size: 14px !important;
  }

  body.mob-cat-v2-active #mobCatV2ProductsGrid .mob-tk-card__price {
    font-size: 19px !important;
  }
}

/* +18 Explore card: use desktop art full-bleed on mobile (no CSS text overlay). */
@media (max-width: 900px) {
  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more {
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #d7dde8 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-art {
    opacity: 1 !important;
    background: #fff !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-art > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.is-home-page #mobV2CatalogHost .catalog-drawer .ct-tree--inline-home > .ct-node--more > .ct-row--more .ct-more-gateway {
    display: none !important;
  }
}

/* The selected item already defines this product view; omit redundant item and brand filters. */
@media (max-width: 900px) {
  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-item-tabs,
  body.mob-cat-v2-active #mobCatV2ProductsView > .mob-cat-v2-brand-chips {
    display: none !important;
  }
}
