.home-mobile-view-toolbar {
  display: none;
}

@media (max-width: 767px) {
  html body.home-page.home-mobile-category-swipe {
    height: 100dvh !important;
    overflow: hidden !important;
    background: #000 !important;
  }

  html body.home-page.home-mobile-category-swipe .global-header-band {
    background: #fff;
  }

  html body.home-page.home-mobile-category-swipe main.hero,
  html body.home-page.home-mobile-category-swipe .home-browse-shell,
  html body.home-page.home-mobile-category-swipe .home-browse-main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
  }

  html body.home-page.home-mobile-category-swipe .home-browse-shell,
  html body.home-page.home-mobile-category-swipe .home-browse-main {
    display: block !important;
  }

  html body.home-page.home-mobile-category-swipe .province-head,
  html body.home-page.home-mobile-category-swipe .home-food-explore,
  html body.home-page.home-mobile-category-swipe .home-nearby-section,
  html body.home-page.home-mobile-category-swipe .home-recent-section,
  html body.home-page.home-mobile-category-swipe .home-personalized-section,
  html body.home-page.home-mobile-category-swipe .home-trending-section,
  html body.home-page.home-mobile-category-swipe .home-yeme-icme-selections,
  html body.home-page.home-mobile-category-swipe .yr-footer {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row,
  html body.home-page.home-mobile-category-swipe .home-subcategory-panel {
    --home-mobile-control-band-height: 94px;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: none !important;
    height: calc(100dvh - 196px) !important;
    min-height: 456px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row {
    display: block !important;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-view-toolbar {
    position: relative;
    z-index: 10;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    min-height: 56px;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin: 0;
    padding: 7px 18px 15px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-view-button {
    position: relative;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-view-button.is-active {
    border-color: #d7dde1;
    background: #eef1f3;
    box-shadow: 0 1px 4px rgba(1, 29, 54, 0.1);
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-view-button img {
    display: block;
    width: 23px;
    height: 23px;
    object-fit: contain;
    mix-blend-mode: multiply;
    pointer-events: none;
    user-select: none;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-top-category-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: start;
    gap: 12px;
    padding: 12px 12px 18px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #0b0b0b !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: clamp(170px, 31vh, 220px) !important;
    min-height: 170px !important;
    max-height: 220px !important;
    border-radius: 16px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card
    .top-city-content {
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card
    .top-city-content
    > .top-city-name:not(#typography-override) {
    font-size: clamp(1rem, 5vw, 1.35rem) !important;
    line-height: 1.12 !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-mobile-control-dock {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-subcategory-mode .home-top-category-row {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-panel[hidden],
  html body.home-page.home-mobile-category-swipe:not(.is-subcategory-mode) .home-subcategory-panel {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-subcategory-mode .home-subcategory-panel:not([hidden]) {
    display: block !important;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(8%) scale(0.985);
    transition: opacity 180ms ease, transform 220ms ease;
    scroll-snap-align: none !important;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card.is-mobile-swipe-current,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card.is-mobile-swipe-current {
    z-index: 2;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) scale(1);
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card {
    inset: 0 0 var(--home-mobile-control-band-height) !important;
    height: calc(100% - var(--home-mobile-control-band-height)) !important;
    min-height: calc(100% - var(--home-mobile-control-band-height)) !important;
    max-height: calc(100% - var(--home-mobile-control-band-height)) !important;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card .top-city-thumb,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    background-position: center !important;
    background-size: cover !important;
    transform: none !important;
    -webkit-user-drag: none;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row.is-mobile-swipe-dragging,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid.is-mobile-swipe-dragging {
    cursor: grabbing;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card::after,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card::after {
    position: absolute;
    inset: 42% 0 0;
    z-index: 2;
    content: "";
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.2) 38%,
      rgba(0, 0, 0, 0.88) 77%,
      #000 90%,
      #000 100%
    );
    pointer-events: none;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card .top-city-content,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card .home-subcategory-card-name {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
    z-index: 3 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-align: left !important;
  }

  html body.home-page.home-mobile-category-swipe .home-top-category-row .category-home-card .top-city-name,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid .home-subcategory-card .home-subcategory-card-name {
    color: #fff !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  }

  html body.home-page.home-mobile-category-swipe
    .home-top-category-row
    .category-home-card.is-mobile-swipe-current
    .top-city-content
    > .top-city-name:not(#typography-override) {
    color: #fff !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  }

  html body.home-page.home-mobile-category-swipe
    .home-subcategory-panel
    .home-subcategory-grid
    .home-subcategory-card.is-mobile-swipe-current
    > .home-subcategory-card-name:not(#typography-override) {
    position: absolute !important;
    right: 24px !important;
    bottom: 28px !important;
    left: 24px !important;
    top: auto !important;
    z-index: 3 !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-grid {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    height: calc(100% - var(--home-mobile-control-band-height)) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
    touch-action: pan-y;
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-card-action,
  html body.home-page.home-mobile-category-swipe .home-subcategory-carousel-controls {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-panel-head {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: 16px !important;
    z-index: 5 !important;
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-panel-head h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  }

  html body.home-page.home-mobile-category-swipe .home-subcategory-panel-head > div,
  html body.home-page.home-mobile-category-swipe .home-top-category-row > .home-mobile-rail-arrow,
  html body.home-page.home-mobile-category-swipe .home-subcategory-panel > .home-mobile-rail-arrow,
  html body.home-page.home-mobile-category-swipe .home-subcategory-grid > .home-mobile-rail-arrow {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-back {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    order: -1;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    backdrop-filter: blur(10px);
    pointer-events: auto;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-back svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-control-dock {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    box-sizing: border-box;
    min-height: var(--home-mobile-control-band-height);
    padding: 8px 18px 7px;
    background: #050505;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-controls {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 14px;
    pointer-events: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-button {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.72);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    cursor: pointer;
    pointer-events: auto;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-button.is-open {
    width: 54px;
    justify-self: center;
    border: 0;
    border-radius: 0;
    color: #111;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-button:is(.is-previous, .is-next) {
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-enter-icon {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    pointer-events: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-button:is(.is-previous, .is-next) svg {
    display: block;
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(160, 165, 169, 0.82);
    color: #303438;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-status {
    display: block;
    min-width: 52px;
    margin: 4px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.74rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-swipe-empty {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 2rem;
    color: #fff;
    text-align: center;
  }

  html body.home-page.home-mobile-category-swipe .home-mobile-grid-rail-shell {
    display: contents;
  }

  html body.home-page.home-mobile-category-swipe .home-grid-scroll-cue {
    display: none;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid main.hero,
  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-browse-shell,
  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-browse-main {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-mobile-grid-rail-shell {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 16px !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-top-category-row {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: auto !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 169px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 12px 18px 10px 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    background: #fff !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    touch-action: pan-x !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-top-category-row::-webkit-scrollbar,
  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-subcategory-grid::-webkit-scrollbar {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 169px !important;
    min-width: 169px !important;
    max-width: 169px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #222 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    scroll-snap-align: start !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card::after,
  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-subcategory-grid
    .home-subcategory-card::after {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card
    .top-city-thumb {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 169px !important;
    min-width: 169px !important;
    max-width: 169px !important;
    height: 169px !important;
    min-height: 169px !important;
    max-height: 169px !important;
    border-radius: 14px !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card
    .top-city-content {
    position: static !important;
    inset: auto !important;
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
    color: #222 !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card
    .top-city-content
    > .top-city-name:not(#typography-override) {
    color: #222 !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-top-category-row
    .category-home-card:is(.active, .is-expanded)
    .top-city-content
    > .top-city-name:not(#typography-override) {
    color: #e30a17 !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-subcategory-panel:not([hidden]) {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 8px 0 20px !important;
    overflow: visible !important;
    background: #fff !important;
    color: #222 !important;
    user-select: auto !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-subcategory-panel-head {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-mobile-swipe-back,
  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-mobile-control-dock {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-subcategory-grid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: auto !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 125px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 18px 0 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    background: #fff !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    touch-action: pan-x !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-subcategory-grid
    .home-subcategory-card {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #222 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    scroll-snap-align: start !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-subcategory-grid
    .home-subcategory-card
    img {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;
    height: 125px !important;
    min-height: 125px !important;
    max-height: 125px !important;
    border-radius: 14px !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-subcategory-panel
    .home-subcategory-grid
    .home-subcategory-card
    > .home-subcategory-card-name:not(#typography-override) {
    position: static !important;
    inset: auto !important;
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
    background: transparent !important;
    color: #222 !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-shadow: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-grid-scroll-cue {
    position: absolute !important;
    right: 12px !important;
    z-index: 8 !important;
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid #aeb3b7 !important;
    border-radius: 50% !important;
    background: #d7dadd !important;
    color: #4f555a !important;
    box-shadow: 0 3px 10px rgba(1, 29, 54, 0.16) !important;
    cursor: pointer !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-mobile-grid-rail-shell.is-category
    .home-grid-scroll-cue {
    top: 77px !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid
    .home-mobile-grid-rail-shell.is-subcategory
    .home-grid-scroll-cue {
    top: 44px !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-grid-scroll-cue[hidden] {
    display: none !important;
  }

  html body.home-page.home-mobile-category-swipe.is-mobile-home-grid .home-grid-scroll-cue svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-width: 2.2 !important;
  }

  html body.home-page.home-mobile-category-swipe .mobile-bottom-nav-v3 {
    border-top: 0 !important;
  }
}

body.home-page.home-mobile-category-swipe:has(.home-mobile-control-dock.is-mobile-dock) {
  padding-bottom: calc(158px + env(safe-area-inset-bottom, 0px)) !important;
}

body.home-page.home-mobile-category-swipe .home-mobile-control-dock.is-mobile-dock {
  position: fixed;
  right: 0;
  bottom: var(--home-mobile-nav-offset, 72px);
  left: 0;
  z-index: 1390;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 86px;
  margin: 0;
  padding: 10px 18px 8px;
  background: #050505;
  isolation: isolate;
}

body.home-page.home-mobile-category-swipe .home-mobile-control-dock.is-mobile-dock::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -1;
  height: 72px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.72) 62%, #050505 100%);
  content: "";
  pointer-events: none;
}

body.home-page.home-mobile-category-swipe .home-mobile-control-dock.is-mobile-dock .home-mobile-swipe-controls {
  width: min(100%, 360px);
  margin: 0 auto;
}

html.mobile-force-layout body.home-page.home-mobile-category-swipe main.hero,
html.mobile-force-layout body.home-page.home-mobile-category-swipe .home-browse-shell,
html.mobile-force-layout body.home-page.home-mobile-category-swipe .home-browse-main {
  max-width: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.home-page.home-mobile-category-swipe .category-home-card,
  html body.home-page.home-mobile-category-swipe .home-subcategory-card {
    transition: none !important;
  }
}
