@media (max-width: 767px) {
  .rr-home-mobile-snap-wrap .swiper-button-next,
  .rr-home-mobile-snap-wrap .swiper-button-prev,
  .rr-home-mobile-snap-wrap .swiper-pagination {
    display: none !important;
  }

  .rr-home-mobile-snap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 2px 16px 10px;
    margin: 0 -16px;
    scrollbar-width: none;
  }

  .rr-home-mobile-snap::-webkit-scrollbar {
    display: none;
  }

  .rr-home-mobile-snap__track {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: max-content;
    padding-right: 16px;
  }

  .rr-home-mobile-snap__item {
    flex: 0 0 min(46vw, 188px);
    min-width: min(46vw, 188px);
    scroll-snap-align: start;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card,
  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__inner {
    height: 100%;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__inner {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__media {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__title {
    font-size: 13px;
    line-height: 1.3;
    min-height: 34px;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__price,
  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__price span {
    font-size: 18px;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__ship {
    margin-top: 6px;
  }

  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__btn,
  .rr-home-mobile-snap--products .rr-home-mobile-snap__item .rr-ra-card__nostock {
    min-height: 38px;
    border-radius: 12px;
  }

  .rr-home-mobile-snap--bubbles {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .rr-home-mobile-snap--bubbles .rr-home-mobile-snap__track {
    gap: 10px;
  }

  .rr-home-mobile-snap--bubbles .rr-home-mobile-snap__item {
    flex: 0 0 78px;
    min-width: 78px;
  }

  .rr-home-mobile-snap--categories .rr-home-mobile-snap__track {
    gap: 10px;
  }

  .rr-home-mobile-snap__item--category {
    flex: 0 0 118px;
    min-width: 118px;
  }

  .rr-home-mobile-snap--categories .ml-cat-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    min-height: 144px;
    padding: 14px 12px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
  }

  .rr-home-mobile-snap--categories .ml-cat-thumb {
    margin: 0;
  }

  .rr-home-mobile-snap--categories .ml-cat-name {
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
  }

  .ml-offers-block.rr-home-mobile-snap-wrap .ml-offers-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .ml-offers-block.rr-home-mobile-snap-wrap .ml-offer-day,
  .ml-offers-block.rr-home-mobile-snap-wrap .ml-offers-right {
    width: 100%;
  }

  .ml-carousel.rr-home-mobile-snap-wrap,
  .ml-offers-block.rr-home-mobile-snap-wrap,
  .ml-cat-carousel.rr-home-mobile-snap-wrap,
  .ml-cats-block.rr-home-mobile-snap-wrap,
  .ml-bubbles.rr-home-mobile-snap-wrap {
    overflow: hidden;
  }
}


/* === V2: categorías más tipo Puppis + flechas prolijas === */
.ml-cat-card {
  position: relative;
}

.ml-cat-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ml-cat-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ml-arrow {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.12) !important;
  color: #111 !important;
}

.ml-arrow::after {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.ml-swiper .ml-arrow,
.ml-swiper-cat .ml-arrow,
.ml-swiper-offers .ml-arrow,
.ml-cats-swiper .ml-arrow {
  top: 42% !important;
}

.ml-cats-swiper .ml-arrow {
  top: 32% !important;
}

@media (max-width: 767px) {
  .rr-home-mobile-snap--categories {
    padding-top: 4px;
  }

  .rr-home-mobile-snap--categories .rr-home-mobile-snap__track {
    gap: 12px;
    padding-right: 18px;
  }

  .rr-home-mobile-snap__item--category {
    flex: 0 0 128px;
    min-width: 128px;
  }

  .rr-home-mobile-snap--categories .ml-cat-card {
    align-items: center;
    gap: 12px;
    min-height: 164px;
    padding: 14px 12px 16px;
    border: 1px solid #eceff3;
    box-shadow: 0 10px 24px rgba(17,24,39,.08);
  }

  .rr-home-mobile-snap--categories .ml-cat-thumb {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border-radius: 18px;
    background: linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);
    padding: 10px;
  }

  .rr-home-mobile-snap--categories .ml-cat-ph {
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }

  .rr-home-mobile-snap--categories .ml-cat-name {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 34px;
  }

  .rr-home-mobile-snap-wrap .ml-h3,
  .rr-home-mobile-snap-wrap .ml-title {
    margin-bottom: 14px;
  }
}
