/**
 * LaMilka Tour 0.6.07
 * Lifestyle & Tattoo mobile two-card carousel correction.
 *
 * Scope:
 * - preserve the approved carousel interaction on mobile;
 * - render exactly the two real category cards, with no clone/repeat sequence;
 * - keep the carousel manual, snap-centred and stationary after user input;
 * - preserve desktop two-card layout and all unrelated design.
 */
@media (max-width: 767px) {
  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__categories {
    overflow: hidden !important;
    padding: 24px 0 0 !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-track {
    box-sizing: border-box !important;
    display: flex !important;
    gap: 12px !important;
    grid-template-columns: none !important;
    max-width: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    padding: 0 11vw 8px !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-track::-webkit-scrollbar {
    display: none !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category {
    box-sizing: border-box !important;
    flex: 0 0 78vw !important;
    min-height: 300px !important;
    padding: 24px !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    width: 78vw !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
    margin-top: 12px !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots i {
    background: rgba(10, 25, 47, .25) !important;
    border-radius: 999px !important;
    display: block !important;
    height: 8px !important;
    transition: width .2s ease, background .2s ease !important;
    width: 8px !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots i.is-active,
  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots i:first-child:not(.is-active) {
    width: 24px !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots i.is-active {
    background: #0a192f !important;
  }

  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__category-dots i:not(.is-active) {
    background: rgba(10, 25, 47, .25) !important;
    width: 8px !important;
  }
}
