/* Feed page specific styles */

/* /restaurants: single loading phase; suppress secondary component loaders */
.action-restaurants .feed-widgets-skeleton,
.action-restaurants .swiper-list-skeleton,
.action-restaurants .cuisine-list-skeleton:not(.cuisine-list-skeleton--feed-phase),
.action-restaurants .cuisine-swiper-compact .el-skeleton,
.action-restaurants #vue-home-widgets .el-skeleton,
.action-restaurants .banner-slim .el-skeleton,
.action-restaurants .custom-element-radio .el-skeleton {
  display: none !important;
}

.action-restaurants .restaurants-footer-skeleton {
  display: none;
}

.action-restaurants.restaurants-feed-loading .page-content + .sub-footer,
.action-restaurants.restaurants-feed-loading .page-content + .sub-footer + footer {
  display: none;
}

.action-restaurants.restaurants-feed-loading .restaurants-footer-skeleton {
  display: block;
}

.action-restaurants .restaurants-footer-skeleton .feed-initial-skeleton__line {
  display: inline-block;
}

.action-restaurants .restaurants-footer-skeleton__sub {
  margin-top: 0;
}

.action-restaurants .restaurants-footer-skeleton__logo {
  width: 152px;
  height: 30px;
  border-radius: 10px;
}

.action-restaurants .restaurants-footer-skeleton__social {
  gap: 12px;
}

.action-restaurants .restaurants-footer-skeleton__social-dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.action-restaurants .restaurants-footer-skeleton__subscribe {
  display: flex;
  gap: 8px;
}

.action-restaurants .restaurants-footer-skeleton__input {
  flex: 1 1 auto;
  height: 40px;
  border-radius: 999px;
}

.action-restaurants .restaurants-footer-skeleton__button {
  width: 112px;
  height: 40px;
  border-radius: 999px;
}

.action-restaurants .restaurants-footer-skeleton__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.action-restaurants .restaurants-footer-skeleton__menu-item {
  width: 120px;
  height: 14px;
  border-radius: 999px;
}

.action-restaurants .restaurants-footer-skeleton__footer {
  border-top: 1px solid #e5e7eb;
}

.action-restaurants .restaurants-footer-skeleton__copyright {
  width: 190px;
  height: 14px;
  border-radius: 999px;
}

.action-restaurants .restaurants-footer-skeleton__store-badge {
  width: 136px;
  height: 40px;
  border-radius: 8px;
  margin: 0 8px;
}

.action-restaurants .restaurants-footer-skeleton__tiny {
  width: 64px;
  height: 12px;
  border-radius: 999px;
}

#vue-feed .join-us-skeleton {
  pointer-events: none;
  transform: none !important;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}

#vue-feed .join-us-skeleton:hover,
#vue-feed .join-us-skeleton:focus-within {
  transform: none !important;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-position: center !important;
}

#vue-feed .join-us-skeleton::after {
  opacity: 0.45;
  transition: none;
  transform: translateX(-80%);
}

#vue-feed .join-us-skeleton__eyebrow,
#vue-feed .join-us-skeleton__title,
#vue-feed .join-us-skeleton__subtitle,
#vue-feed .join-us-skeleton__cta {
  display: inline-block;
  vertical-align: top;
}

#vue-feed .join-us-skeleton__eyebrow {
  width: min(380px, 72%);
  height: 18px;
  border-radius: 999px;
}

#vue-feed .join-us-skeleton__title {
  width: min(760px, 94%);
  height: clamp(34px, 3.6vw, 56px);
  border-radius: 14px;
}

#vue-feed .join-us-skeleton__subtitle {
  width: min(520px, 82%);
  height: 18px;
  border-radius: 999px;
}

#vue-feed .join-us-skeleton__cta {
  width: 154px;
  height: 48px;
  border-radius: 999px;
}

#vue-feed .banner-slim-skeleton {
  height: clamp(210px, 22vw, 270px);
  pointer-events: none;
}

#vue-feed .banner-slim-skeleton .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 14px;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0 !important;
  justify-content: flex-start;
}

#vue-feed .banner-slim-skeleton .swiper-slide {
  flex: 0 0 calc((100% - 28px) / 2.5);
  width: calc((100% - 28px) / 2.5) !important;
  margin-right: 0 !important;
  cursor: default;
}

#vue-feed .banner-slim-skeleton .feed-banner-card {
  border-color: rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10) !important;
}

#vue-feed .banner-slim-skeleton .feed-banner-card::before {
  opacity: 1;
  animation: feedBannerShimmer 2.4s ease-in-out infinite;
}

#vue-feed .banner-slim-skeleton .swiper-slide:nth-child(2) .feed-banner-card::before {
  animation-delay: 0.18s;
}

#vue-feed .banner-slim-skeleton .swiper-slide:nth-child(3) .feed-banner-card::before {
  animation-delay: 0.36s;
}

#vue-feed .banner-slim-skeleton__bg {
  background-image:
    radial-gradient(90% 120% at 15% 25%, rgba(52, 211, 153, 0.20) 0%, rgba(52, 211, 153, 0) 60%),
    radial-gradient(95% 120% at 85% 25%, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0) 62%),
    linear-gradient(180deg, #eef3fa 0%, #e8edf6 100%);
  opacity: 0.9;
  filter: none;
  transform: none;
  inset: 0;
}

#vue-feed .banner-slim-skeleton__bg::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.82) 70%, rgba(255, 255, 255, 0.95) 100%);
}

#vue-feed .banner-slim-skeleton__image {
  position: relative;
  overflow: hidden;
}

#vue-feed .banner-slim-skeleton__surface {
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  opacity: 0.95;
}

#vue-feed .banner-slim-skeleton__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media (max-width: 768px) {
  #vue-feed .join-us-skeleton__eyebrow {
    width: 72%;
    height: 14px;
  }

  #vue-feed .join-us-skeleton__title {
    width: 92%;
    height: clamp(26px, 8vw, 38px);
    border-radius: 12px;
  }

  #vue-feed .join-us-skeleton__subtitle {
    width: 76%;
    height: 14px;
  }

  #vue-feed .join-us-skeleton__cta {
    width: 136px;
    height: 42px;
  }

  #vue-feed .banner-slim-skeleton .swiper-wrapper {
    gap: 12px;
  }

  #vue-feed .banner-slim-skeleton .swiper-slide {
    flex-basis: calc((100% - 12px) / 2.05);
    width: calc((100% - 12px) / 2.05) !important;
  }

  #vue-feed .banner-slim-skeleton__surface {
    inset: 10px;
  }
}

@media (max-width: 480px) {
  #vue-feed .banner-slim-skeleton .swiper-wrapper {
    gap: 10px;
  }

  #vue-feed .banner-slim-skeleton .swiper-slide {
    flex-basis: calc((100% - 10px) / 1.06);
    width: calc((100% - 10px) / 1.06) !important;
  }

  #vue-feed .banner-slim-skeleton__surface {
    inset: 8px;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  #vue-feed .banner-slim-skeleton .swiper-slide {
    flex-basis: calc((100% - 12px) / 2.05);
    width: calc((100% - 12px) / 2.05) !important;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  #vue-feed .banner-slim-skeleton .swiper-slide {
    flex-basis: calc((100% - 12px) / 1.25);
    width: calc((100% - 12px) / 1.25) !important;
  }
}

#vue-feed .cuisine-swiper-compact .swiper-cuisine-wrap,
#feed-locations .cuisine-swiper-compact .swiper-cuisine-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

#vue-feed .cuisine-swiper-compact,
#feed-locations .cuisine-swiper-compact {
  margin: 4px 0 18px;
  padding: 10px 12px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
}

#vue-feed .cuisine-swiper-compact .swiper-cuisine-wrap > .mb-4.mt-4,
#feed-locations .cuisine-swiper-compact .swiper-cuisine-wrap > .mb-4.mt-4 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

#vue-feed .cuisine-swiper-compact .swiper-cuisine-wrap > .mb-4.mt-4 h3,
#feed-locations .cuisine-swiper-compact .swiper-cuisine-wrap > .mb-4.mt-4 h3 {
  font-size: 18px;
  line-height: 1.15;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .swiper-slide,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiper-slide {
  padding: 2px;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .swiperSlide,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiperSlide {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  overflow: visible !important;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .swiperSlide:hover,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiperSlide:hover {
  transform: none !important;
  box-shadow: none !important;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links {
  border-radius: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links:hover,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links:hover {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links > div:first-child,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links > div:first-child {
  height: 104px;
  min-height: 104px;
  padding: 0;
  border-radius: 14px 14px 0 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links > div:first-child img,
#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links .cuisine-img,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links > div:first-child img,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links .cuisine-img {
  border-radius: 6px !important;
  object-fit: contain !important;
  object-position: center center;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
  display: block;
  position: static;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .el-links .truncate,
#feed-locations .cuisine-swiper-compact .swiperCuisine .el-links .truncate {
  font-size: 14px;
  font-weight: 700;
  color: #1f2a3d;
  padding: 9px 8px 10px;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .swiper-button-next,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiper-button-next,
#vue-feed .cuisine-swiper-compact .swiperCuisine .swiper-button-prev,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiper-button-prev {
  width: 28px !important;
  height: 28px !important;
}

#vue-feed .cuisine-swiper-compact .swiperCuisine .swiper-button-next:after,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiper-button-next:after,
#vue-feed .cuisine-swiper-compact .swiperCuisine .swiper-button-prev:after,
#feed-locations .cuisine-swiper-compact .swiperCuisine .swiper-button-prev:after {
  font-size: 11px !important;
}

#vue-feed .row.no-gutters,
#feed-locations .row.no-gutters {
  margin: -6px;
}

#vue-feed .row.no-gutters > [class*='col-'],
#feed-locations .row.no-gutters > [class*='col-'] {
  padding: 6px;
}

#vue-feed .rounded-box,
#feed-locations .rounded-box {
  border-radius: 18px;
  overflow: hidden;
}

#vue-feed .rounded-box .position-relative,
#feed-locations .rounded-box .position-relative {
  border-radius: 18px 18px 0 0;
}

#vue-feed .rounded-box .p-2,
#feed-locations .rounded-box .p-2 {
  padding: 14px 16px !important;
  gap: 4px;
}

#vue-feed .restaurant-name,
#feed-locations .restaurant-name,
#vue-home-widgets .restaurant-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#vue-feed .restaurant-cuisine,
#feed-locations .restaurant-cuisine,
#vue-home-widgets .restaurant-cuisine {
  font-size: 13px;
  color: #64748b;
  display: block;
}

#vue-feed .restaurant-meta,
#feed-locations .restaurant-meta,
#vue-home-widgets .restaurant-meta {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

#vue-feed .restaurant-rating,
#vue-feed .restaurant-time,
#vue-feed .restaurant-distance,
#feed-locations .restaurant-rating,
#feed-locations .restaurant-time,
#feed-locations .restaurant-distance,
#vue-home-widgets .restaurant-rating,
#vue-home-widgets .restaurant-time,
#vue-home-widgets .restaurant-distance {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
}

#vue-feed .restaurant-meta .meta-chip,
#feed-locations .restaurant-meta .meta-chip,
#vue-home-widgets .restaurant-meta .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  line-height: 1;
  flex: 0 1 auto;
  max-width: 100%;
}

#vue-feed .restaurant-meta .meta-chip .d-flex.align-items-center,
#feed-locations .restaurant-meta .meta-chip .d-flex.align-items-center,
#vue-home-widgets .restaurant-meta .meta-chip .d-flex.align-items-center {
  gap: 6px;
  margin-top: 0 !important;
  color: inherit !important;
}

#vue-feed .restaurant-time i,
#feed-locations .restaurant-time i,
#vue-home-widgets .restaurant-time i {
  color: #334155;
}

#vue-feed .restaurant-time .d-flex.align-items-center,
#vue-feed .restaurant-distance .d-flex.align-items-center,
#feed-locations .restaurant-time .d-flex.align-items-center,
#feed-locations .restaurant-distance .d-flex.align-items-center,
#vue-home-widgets .restaurant-time .d-flex.align-items-center,
#vue-home-widgets .restaurant-distance .d-flex.align-items-center {
  color: #64748b !important;
  font-size: 11.5px;
  font-weight: 600;
}

#vue-feed .restaurant-time .d-flex.align-items-center i,
#feed-locations .restaurant-time .d-flex.align-items-center i,
#vue-home-widgets .restaurant-time .d-flex.align-items-center i {
  color: #94a3b8 !important;
}

#vue-feed .restaurant-distance,
#feed-locations .restaurant-distance,
#vue-home-widgets .restaurant-distance {
  color: #334155;
}

#vue-feed .restaurant-distance .mr-1,
#feed-locations .restaurant-distance .mr-1,
#vue-home-widgets .restaurant-distance .mr-1 {
  color: #94a3b8;
  font-weight: 700;
}

@media (max-width: 768px) {
  #vue-feed .restaurant-meta,
  #feed-locations .restaurant-meta,
  #vue-home-widgets .restaurant-meta {
    flex-wrap: wrap;
  }
}

#vue-feed .restaurant-rating,
#feed-locations .restaurant-rating,
#vue-home-widgets .restaurant-rating {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  gap: 6px;
  color: var(--rating-color, #0f172a) !important;
}

#vue-feed .restaurant-rating.rating-good,
#feed-locations .restaurant-rating.rating-good,
#vue-home-widgets .restaurant-rating.rating-good {
  color: var(--rating-color, #16a34a) !important;
}

#vue-feed .restaurant-rating.rating-mid,
#feed-locations .restaurant-rating.rating-mid,
#vue-home-widgets .restaurant-rating.rating-mid {
  color: var(--rating-color, #f59e0b) !important;
}

#vue-feed .restaurant-rating.rating-low,
#feed-locations .restaurant-rating.rating-low,
#vue-home-widgets .restaurant-rating.rating-low {
  color: var(--rating-color, #ef4444) !important;
}

#vue-feed .restaurant-rating i,
#feed-locations .restaurant-rating i,
#vue-home-widgets .restaurant-rating i {
  color: inherit !important;
  font-size: 14px;
}

#vue-feed .restaurant-rating .d-flex.align-items-center,
#feed-locations .restaurant-rating .d-flex.align-items-center,
#vue-home-widgets .restaurant-rating .d-flex.align-items-center {
  color: var(--rating-color, #0f172a) !important;
}

#vue-feed .restaurant-rating .d-flex.align-items-center i,
#feed-locations .restaurant-rating .d-flex.align-items-center i,
#vue-home-widgets .restaurant-rating .d-flex.align-items-center i {
  color: var(--rating-color, #0f172a) !important;
}

#vue-feed .restaurant-status,
#feed-locations .restaurant-status,
#vue-home-widgets .restaurant-status {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 11;
}

#vue-feed .restaurant-next-opening,
#feed-locations .restaurant-next-opening,
#vue-home-widgets .restaurant-next-opening {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  max-width: 100%;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

#vue-feed .rounded-box.make-grey .restaurant-next-opening,
#feed-locations .rounded-box.make-grey .restaurant-next-opening,
#vue-home-widgets .rounded-box.make-grey .restaurant-next-opening {
  opacity: 1;
  filter: none;
  background: rgba(255, 255, 255, 0.95);
  color: #475569;
}

#vue-feed .restaurant-next-opening i,
#feed-locations .restaurant-next-opening i,
#vue-home-widgets .restaurant-next-opening i {
  color: #f59e0b;
  font-size: 11px;
}

#vue-feed .rounded-box.make-grey,
#feed-locations .rounded-box.make-grey,
#vue-home-widgets .rounded-box.make-grey {
  opacity: 0.78;
}

#vue-feed .rounded-box.make-grey .restaurant-name,
#vue-feed .rounded-box.make-grey .restaurant-cuisine,
#vue-feed .rounded-box.make-grey .restaurant-meta,
#vue-feed .rounded-box.make-grey .restaurant-rating,
#vue-feed .rounded-box.make-grey .restaurant-time,
#vue-feed .rounded-box.make-grey .restaurant-distance,
#feed-locations .rounded-box.make-grey .restaurant-name,
#feed-locations .rounded-box.make-grey .restaurant-cuisine,
#feed-locations .rounded-box.make-grey .restaurant-meta,
#feed-locations .rounded-box.make-grey .restaurant-rating,
#feed-locations .rounded-box.make-grey .restaurant-time,
#feed-locations .rounded-box.make-grey .restaurant-distance,
#vue-home-widgets .rounded-box.make-grey .restaurant-name,
#vue-home-widgets .rounded-box.make-grey .restaurant-cuisine,
#vue-home-widgets .rounded-box.make-grey .restaurant-meta,
#vue-home-widgets .rounded-box.make-grey .restaurant-rating,
#vue-home-widgets .rounded-box.make-grey .restaurant-time,
#vue-home-widgets .rounded-box.make-grey .restaurant-distance {
  color: #7c8797;
}

/* Fast Delivery Section - shared for feed/cuisine/restaurants */
.section-fast-delivery {
  background: linear-gradient(110deg, #fff8fb 0%, #ffffff 58%, #f7faff 100%);
  padding: 18px 22px;
  margin: 18px 0;
  border-radius: 18px;
  position: relative;
  border: 1px solid #f6d6e2;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.section-fast-delivery.tree-columns-center {
  padding-bottom: 18px;
}

.section-fast-delivery::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -86px;
  top: -86px;
  background: radial-gradient(circle, rgba(245, 19, 89, 0.22) 0%, rgba(245, 19, 89, 0) 70%);
  animation: fastDeliveryGlowDrift 8s ease-in-out infinite alternate;
}

.section-fast-delivery::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(99, 116, 140, 0.18) 0%, rgba(99, 116, 140, 0) 70%);
  animation: fastDeliveryGlowDriftAlt 9s ease-in-out infinite alternate;
}

.section-fast-delivery:hover,
.section-fast-delivery:focus-within {
  transform: translateY(-2px);
  border-color: #f5bfd2;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.section-fast-delivery:hover .fast-delivery-content,
.section-fast-delivery:focus-within .fast-delivery-content {
  transform: translateY(-2px);
  border-color: #f7c7d8;
  box-shadow: 0 18px 32px rgba(245, 19, 89, 0.18);
}

.section-fast-delivery .row {
  position: relative;
  align-items: center;
  z-index: 1;
}

.section-fast-delivery .row > div:nth-child(1),
.section-fast-delivery .row > div:nth-child(3) {
  flex: 0 0 18%;
  max-width: 18%;
}

.section-fast-delivery .row > div:nth-child(2) {
  flex: 0 0 64%;
  max-width: 64%;
}

.section-fast-delivery .d-flex {
  height: auto !important;
  min-height: 0;
}

.section-fast-delivery .col .w-100 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-fast-delivery .col .w-100.text-right {
  justify-content: center;
}

.section-fast-delivery .rider {
  max-width: 126px;
  width: 100%;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.16));
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: translateY(0);
  mix-blend-mode: multiply;
  animation: fastDeliveryRiderFloat 3.8s ease-in-out infinite;
}

.section-fast-delivery .rider.mirror {
  transform: scaleX(-1);
  animation: fastDeliveryRiderFloatMirror 3.8s ease-in-out infinite;
}

.section-fast-delivery .rider:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.fast-delivery-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid #e8eef7;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.fast-delivery-content h5,
.fast-delivery-content h1,
.fast-delivery-content p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.section-fast-delivery h5 {
  font-size: 10px;
  font-weight: 700;
  color: #f51359;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-fast-delivery h1 {
  font-size: clamp(16px, 1.05vw, 22px);
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.01em;
  line-height: 1.28;
  max-width: 100%;
  word-break: break-word;
}

.section-fast-delivery p {
  font-size: clamp(18px, 1.45vw, 26px);
  color: #1f3552;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.008em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding: 11px 18px;
  border-radius: 14px;
  border: 1px solid #ffd5e4;
  background: linear-gradient(90deg, #fff4f9 0%, #f4f8ff 100%);
  box-shadow: 0 8px 18px rgba(245, 19, 89, 0.12);
  text-wrap: balance;
}

.section-fast-delivery p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f51359;
  margin-right: 10px;
  flex: 0 0 8px;
}

.section-fast-delivery-mobile {
  background: linear-gradient(110deg, #fff8fb 0%, #ffffff 68%);
  border-radius: 16px;
  margin: 16px 0;
  position: relative;
  border: 1px solid #f6d6e2;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  padding: 14px 12px;
  overflow: hidden;
  height: auto;
  background-image: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.section-fast-delivery-mobile:hover,
.section-fast-delivery-mobile:focus-within {
  transform: translateY(-2px);
  border-color: #f5bfd2;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

@keyframes fastDeliveryGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate3d(-18px, 16px, 0) scale(1.08);
    opacity: 0.45;
  }
}

@keyframes fastDeliveryGlowDriftAlt {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  100% {
    transform: translate3d(20px, -14px, 0) scale(1.1);
    opacity: 0.4;
  }
}

@keyframes fastDeliveryRiderFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes fastDeliveryRiderFloatMirror {
  0%,
  100% {
    transform: scaleX(-1) translateY(0);
  }
  50% {
    transform: scaleX(-1) translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-fast-delivery::before,
  .section-fast-delivery::after,
  .section-fast-delivery .rider,
  .section-fast-delivery .rider.mirror {
    animation: none;
  }
}

.section-fast-delivery-mobile::before {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(245, 19, 89, 0.2) 0%, rgba(245, 19, 89, 0) 70%);
}

.fast-delivery-content--mobile {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 14px;
  border: 1px solid #e8eef7;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.fast-delivery-content--mobile h5,
.fast-delivery-content--mobile h1,
.fast-delivery-content--mobile p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.section-fast-delivery-mobile h5 {
  font-size: 10px;
  font-weight: 700;
  color: #f51359;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-fast-delivery-mobile h1 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.section-fast-delivery-mobile p {
  font-size: 15px;
  color: #1f3552;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 0.008em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 7px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid #ffd5e4;
  background: linear-gradient(90deg, #fff4f9 0%, #f4f8ff 100%);
}

.section-fast-delivery-mobile p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f51359;
  margin-right: 8px;
  flex: 0 0 7px;
}

@media (max-width: 1199px) {
  .section-fast-delivery .row > div:nth-child(1),
  .section-fast-delivery .row > div:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .section-fast-delivery .row > div:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .section-fast-delivery h1 {
    font-size: clamp(15px, 1.15vw, 19px);
  }

  .section-fast-delivery .rider {
    max-width: 108px;
  }
}

@media (max-width: 992px) {
  .section-fast-delivery {
    padding: 16px 18px;
  }

  .fast-delivery-content {
    padding: 14px 16px;
  }
}

@media (max-width: 576px) {
  .section-fast-delivery {
    padding: 14px 12px;
    border-radius: 16px;
  }
}

/* Feed/banner swiper */
#vue-feed .swiperBanner,
#feed-locations .swiperBanner {
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  height: clamp(200px, 22vw, 260px);
}

#vue-feed .swiperBanner .swiperSlide,
#feed-locations .swiperBanner .swiperSlide {
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 6px !important;
  overflow: hidden;
}

#vue-feed .swiperBanner .swiperSlide .el-image,
#feed-locations .swiperBanner .swiperSlide .el-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
  overflow: hidden;
}

#vue-feed .swiperBanner .swiperSlide .el-image img,
#feed-locations .swiperBanner .swiperSlide .el-image img,
#vue-feed .swiperBanner .swiperSlide .el-image .el-image__inner,
#feed-locations .swiperBanner .swiperSlide .el-image .el-image__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px !important;
}

#vue-feed .swiperBanner .swiper-wrapper,
#feed-locations .swiperBanner .swiper-wrapper {
  height: 100%;
}

#vue-feed .swiperBanner .swiper-pagination,
#feed-locations .swiperBanner .swiper-pagination {
  bottom: 8px !important;
}

#vue-feed .swiperBanner .swiper-pagination-bullet,
#feed-locations .swiperBanner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
  transition: all 180ms ease;
}

#vue-feed .swiperBanner .swiper-pagination-bullet-active,
#feed-locations .swiperBanner .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  border-radius: 999px;
  opacity: 1;
  background: #f51359;
  box-shadow: 0 4px 10px rgba(245, 19, 89, 0.3);
}

#vue-feed .banner-full,
#feed-locations .banner-full {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 4px !important;
}

#vue-feed .banner-slim,
#feed-locations .banner-slim {
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0; /* No extra padding to stay within column bounds */
}

#vue-feed .swiperBannerSlim,
#feed-locations .swiperBannerSlim {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  padding: 0; /* Remove extra padding to match other content */
  box-sizing: border-box;
}

#vue-feed .swiperBannerSlim .swiper-wrapper,
#feed-locations .swiperBannerSlim .swiper-wrapper {
  box-sizing: content-box;
  padding-left: 0 !important;
  justify-content: flex-start;
}

#vue-feed .banner-full components-banner,
#feed-locations .banner-full components-banner {
  display: block;
  width: 100%;
}

#vue-feed .banner-full .swiperBanner,
#feed-locations .banner-full .swiperBanner {
  width: 100% !important;
  max-width: 100% !important;
}

#vue-feed .banner-skeleton,
#feed-locations .banner-skeleton {
  width: 100%;
  height: clamp(200px, 22vw, 260px);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

#vue-feed .banner-skeleton--slim,
#feed-locations .banner-skeleton--slim {
  height: clamp(240px, 24vw, 320px);
}

#vue-feed .swiperBannerSlim,
#feed-locations .swiperBannerSlim {
  border-radius: 0;
  overflow: hidden; /* Changed from visible to hidden */
  background: transparent;
  box-shadow: none;
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(210px, 22vw, 270px); /* Reverted to original height */
}

#vue-feed .swiperBannerSlim .swiper-wrapper,
#feed-locations .swiperBannerSlim .swiper-wrapper {
  height: 100%;
  padding-left: 0 !important;
  justify-content: flex-start;
}

#vue-feed .swiperBannerSlim .swiper-slide,
#feed-locations .swiperBannerSlim .swiper-slide {
  height: 100% !important;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.28s ease;
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.10);
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card::before,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 62%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__bg,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__bg {
  position: absolute;
  inset: -22px;
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(1.2);
  transform: scale(1.12);
  opacity: 0.32;
  z-index: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__bg::after,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 50% 10%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 255, 255, 1) 100%);
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__image,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__image {
  width: 100%;
  height: 100% !important;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

#vue-feed .swiperBannerSlim .swiper-slide-active,
#feed-locations .swiperBannerSlim .swiper-slide-active {
  transform: none;
}

#vue-feed .swiperBannerSlim .swiper-slide-active .feed-banner-card,
#feed-locations .swiperBannerSlim .swiper-slide-active .feed-banner-card,
#vue-feed .swiperBannerSlim .swiper-slide:hover .feed-banner-card,
#feed-locations .swiperBannerSlim .swiper-slide:hover .feed-banner-card {
  border-color: rgba(245, 19, 89, 0.24);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(245, 19, 89, 0.08) inset;
}

#vue-feed .swiperBannerSlim .bannerSlide:hover .feed-banner-card,
#feed-locations .swiperBannerSlim .bannerSlide:hover .feed-banner-card,
#vue-feed .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card,
#feed-locations .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card {
  transform: none !important;
  border-color: rgba(245, 19, 89, 0.55) !important;
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.26), 0 0 0 2px rgba(245, 19, 89, 0.28) inset !important;
  outline: 2px solid rgba(245, 19, 89, 0.42);
  outline-offset: -2px;
}

#vue-feed .swiperBannerSlim .swiper-slide-active .feed-banner-card::before,
#feed-locations .swiperBannerSlim .swiper-slide-active .feed-banner-card::before {
  opacity: 1;
  animation: feedBannerShimmer 2.6s ease-in-out infinite;
}

#vue-feed .swiperBannerSlim .bannerSlide:hover .feed-banner-card::before,
#feed-locations .swiperBannerSlim .bannerSlide:hover .feed-banner-card::before,
#vue-feed .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card::before,
#feed-locations .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card::before {
  opacity: 1;
  animation: feedBannerShimmer 1.8s ease-in-out infinite;
}

#vue-feed .swiperBannerSlim .swiper-slide-active .feed-banner-card__bg,
#feed-locations .swiperBannerSlim .swiper-slide-active .feed-banner-card__bg,
#vue-feed .swiperBannerSlim .swiper-slide:hover .feed-banner-card__bg,
#feed-locations .swiperBannerSlim .swiper-slide:hover .feed-banner-card__bg {
  transform: scale(1.16);
  opacity: 0.42;
}

#vue-feed .swiperBannerSlim .bannerSlide:hover .feed-banner-card__bg,
#feed-locations .swiperBannerSlim .bannerSlide:hover .feed-banner-card__bg,
#vue-feed .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card__bg,
#feed-locations .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card__bg {
  transform: scale(1.22);
  opacity: 0.56;
}

#vue-feed .swiperBannerSlim .swiper-slide-active .feed-banner-card__image,
#feed-locations .swiperBannerSlim .swiper-slide-active .feed-banner-card__image {
  transform: scale(1.012);
}

#vue-feed .swiperBannerSlim .bannerSlide:hover .feed-banner-card__image,
#feed-locations .swiperBannerSlim .bannerSlide:hover .feed-banner-card__image,
#vue-feed .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card__image,
#feed-locations .swiperBannerSlim .bannerSlide:focus-within .feed-banner-card__image {
  transform: scale(1.045);
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__image img,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__image img,
#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__image .el-image__inner,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__image .el-image__inner {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important; /* Force fill entire container */
  object-position: center !important;
  /* Fallback for older browsers */
  font-size: 0;
  vertical-align: top;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card__image .el-image__placeholder,
#feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card__image .el-image__placeholder {
  background: #ffffff;
}

#vue-feed .swiperBannerSlim .swiper-pagination,
#feed-locations .swiperBannerSlim .swiper-pagination {
  bottom: 6px !important;
}

#vue-feed .swiperBannerSlim .swiper-pagination-bullet,
#feed-locations .swiperBannerSlim .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
  transition: all 180ms ease;
}

#vue-feed .swiperBannerSlim .swiper-pagination-bullet-active,
#feed-locations .swiperBannerSlim .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  border-radius: 999px;
  opacity: 1;
  background: #f51359;
  box-shadow: 0 4px 10px rgba(245, 19, 89, 0.3);
  animation: feedBannerBulletPulse 1.8s ease-in-out infinite;
}

#vue-feed .banner-skeleton__item,
#feed-locations .banner-skeleton__item {
  width: 100%;
  height: 100% !important;
  border-radius: 6px;
}

@keyframes feedBannerShimmer {
  0% {
    left: -140%;
  }
  100% {
    left: 155%;
  }
}

@keyframes feedBannerBulletPulse {
  0%,
  100% {
    box-shadow: 0 4px 10px rgba(245, 19, 89, 0.3);
  }
  50% {
    box-shadow: 0 6px 16px rgba(245, 19, 89, 0.46);
  }
}

@media (prefers-reduced-motion: reduce) {
  #vue-feed .swiperBannerSlim .swiper-slide .feed-banner-card::before,
  #feed-locations .swiperBannerSlim .swiper-slide .feed-banner-card::before,
  #vue-feed .swiperBannerSlim .swiper-pagination-bullet-active,
  #feed-locations .swiperBannerSlim .swiper-pagination-bullet-active {
    animation: none;
  }
}

#vue-feed[v-cloak] + .feed-initial-skeleton {
  display: block;
}

#vue-feed:not([v-cloak]) + .feed-initial-skeleton {
  display: none;
}

.feed-initial-skeleton {
  display: none;
  padding-top: 8px;
}

.feed-initial-skeleton__mobile-search {
  display: none;
  margin: 6px 0 12px;
}

.feed-initial-skeleton__chips {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.feed-initial-skeleton__line {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #eaf0f7;
}

.feed-initial-skeleton__line::after {
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  content: "";
  transform: skewX(-18deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  animation: feedInitialShimmer 1.8s infinite;
}

.feed-initial-skeleton__line--chip {
  width: 92px;
  height: 26px;
  border-radius: 999px;
}

.feed-initial-skeleton__line--mobile-search {
  width: 100%;
  height: 44px;
  border-radius: 12px;
}

.feed-initial-skeleton__line--banner {
  width: 100%;
  height: clamp(210px, 22vw, 270px);
  border-radius: 18px;
  margin-bottom: 14px;
}

.feed-initial-skeleton__cuisine {
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
  padding: 10px 12px 12px;
  margin-bottom: 14px;
}

.feed-initial-skeleton__line--cuisine-title {
  width: 190px;
  height: 20px;
  margin-bottom: 12px;
}

.feed-initial-skeleton__cuisine-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.feed-initial-skeleton__line--cuisine-image {
  width: 100%;
  height: 108px;
  border-radius: 14px;
  margin-bottom: 8px;
}

.feed-initial-skeleton__line--cuisine-text {
  width: 80%;
  height: 12px;
}

.feed-initial-skeleton__card {
  border-radius: 18px;
  border: 1px solid #e7edf6;
  background: #ffffff;
  overflow: hidden;
}

.feed-initial-skeleton__line--image {
  width: 100%;
  height: 170px;
  border-radius: 18px 18px 0 0;
}

.feed-initial-skeleton__body {
  padding: 14px 16px;
}

.feed-initial-skeleton__line--title {
  width: 78%;
  height: 16px;
  margin-bottom: 8px;
}

.feed-initial-skeleton__line--subtitle {
  width: 62%;
  height: 13px;
  margin-bottom: 12px;
}

.feed-initial-skeleton__meta {
  display: flex;
  gap: 8px;
}

.feed-initial-skeleton__line--meta {
  width: 64px;
  height: 22px;
  border-radius: 999px;
}

.feed-initial-skeleton__fast-delivery {
  margin-top: 4px;
  margin-bottom: 16px;
}

.feed-initial-skeleton__line--rider {
  width: 100%;
  height: 300px;
  border-radius: 14px;
}

.feed-initial-skeleton__line--fast-title {
  width: 82%;
  height: 20px;
  margin: 56px auto 14px;
}

.feed-initial-skeleton__line--fast-subtitle {
  width: 92%;
  height: 16px;
  margin: 0 auto 10px;
}

.feed-initial-skeleton__line--fast-subtitle.short {
  width: 70%;
}

.feed-initial-skeleton__fast-delivery-mobile {
  margin-bottom: 14px;
  border-radius: 14px;
  padding: 14px 12px;
  background: #f7fafc;
}

.feed-initial-skeleton__fast-delivery-mobile .feed-initial-skeleton__line--fast-title {
  margin-top: 0;
}

#vue-home-widgets[v-cloak] + .feed-widgets-skeleton {
  display: block;
}

#vue-home-widgets:not([v-cloak]) + .feed-widgets-skeleton {
  display: none;
}

.feed-widgets-skeleton {
  display: none;
  margin: 10px 0 18px;
}

.feed-widgets-skeleton__line {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #eaf0f7;
}

.feed-widgets-skeleton__line::after {
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  content: "";
  transform: skewX(-18deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  animation: feedInitialShimmer 1.8s infinite;
}

.feed-widgets-skeleton__line--title {
  width: 240px;
  height: 20px;
  margin-bottom: 12px;
}

.feed-widgets-skeleton__card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e7edf6;
  background: #fff;
}

.feed-widgets-skeleton__line--image {
  width: 100%;
  height: 160px;
}

.feed-widgets-skeleton__body {
  padding: 12px;
}

.feed-widgets-skeleton__line--text {
  width: 76%;
  height: 14px;
  margin-bottom: 10px;
}

.feed-widgets-skeleton__line--meta {
  width: 44%;
  height: 12px;
}

.restaurant-results-skeleton {
  margin-bottom: 8px;
}

.restaurant-results-skeleton__header {
  margin-bottom: 14px;
}

.restaurant-results-skeleton__col {
  display: flex;
}

.restaurant-results-skeleton__line {
  display: block;
  border-radius: 10px;
}

.restaurant-results-skeleton__line--title {
  width: clamp(180px, 28vw, 300px);
  height: 20px;
  margin-bottom: 10px;
}

.restaurant-results-skeleton__line--count {
  width: clamp(140px, 24vw, 240px);
  height: 15px;
}

.restaurant-results-skeleton__card {
  border-radius: 16px;
  overflow: hidden;
  background: #eef3f9;
  border: 1px solid #e5ecf4;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: stretch;
}

.restaurant-results-skeleton__media {
  height: 180px;
  border-radius: 16px 16px 0 0;
  position: relative;
  background: linear-gradient(180deg, #e4ebf4 0%, #dfe7f0 100%);
}

.restaurant-results-skeleton__media::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.08) 100%);
  pointer-events: none;
}

.restaurant-results-skeleton__badge-wrap {
  inset: 0 auto auto 0;
}

.restaurant-results-skeleton__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #e7eef6 !important;
  box-shadow: none !important;
  border-radius: 12px;
  min-height: 22px;
}

.restaurant-results-skeleton__pill .restaurant-results-skeleton__line--badge {
  background: #dfe7f0;
}

.restaurant-results-skeleton__line--badge {
  width: 88px;
  height: 22px;
  border-radius: 999px;
}

.restaurant-results-skeleton__line--badge.short {
  width: 72px;
}

.restaurant-results-skeleton__line--fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e7eef6;
  z-index: 2;
}

.restaurant-results-skeleton__body {
  padding: 16px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
}

.restaurant-results-skeleton__heading {
  margin-bottom: 0 !important;
}

.restaurant-results-skeleton__line--name {
  width: 100%;
  height: 17px;
  margin-bottom: 8px;
}

.restaurant-results-skeleton__cuisine {
  margin-bottom: 0 !important;
}

.restaurant-results-skeleton__line--cuisine {
  width: 100%;
  height: 12px;
  margin-bottom: 7px;
}

.restaurant-results-skeleton__line--cuisine.short {
  width: 88%;
  margin-bottom: 12px;
}

.restaurant-results-skeleton__meta {
  flex-wrap: nowrap;
}

.restaurant-results-skeleton__meta-pill {
  color: transparent !important;
}

.restaurant-results-skeleton__meta-pill:not(.rating) {
  background: #eef3f9 !important;
  border-color: #e2eaf3 !important;
}

.restaurant-results-skeleton__meta-pill .d-flex.align-items-center {
  margin-top: 0 !important;
  gap: 6px;
  color: transparent !important;
}

.restaurant-results-skeleton__line--meta-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.restaurant-results-skeleton__line--meta-text {
  height: 10px;
  border-radius: 999px;
}

.restaurant-results-skeleton__line--meta-text.rating {
  width: 20px;
}

.restaurant-results-skeleton__line--meta-text.time {
  width: 40px;
}

.restaurant-results-skeleton__line--meta-text.distance {
  width: 34px;
}

.swiper-list-skeleton {
  position: relative;
}

.swiper-list-skeleton__title {
  display: block;
  width: clamp(220px, 34vw, 320px);
  height: 20px;
  border-radius: 10px;
}

.swiper-list-skeleton__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.swiper-list-skeleton__item {
  min-width: 0;
}

.swiper-list-skeleton__card {
  border-radius: 16px;
  overflow: hidden;
  background: #eef3f9;
  border: 1px solid #e5ecf4;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-list-skeleton__media {
  height: 200px;
  position: relative;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, #e4ebf4 0%, #dfe7f0 100%);
}

.swiper-list-skeleton__badge-wrap {
  inset: 0 auto auto 0;
}

.swiper-list-skeleton__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #e7eef6 !important;
  box-shadow: none !important;
  border-radius: 8px;
  min-height: 20px;
}

.swiper-list-skeleton__line {
  display: block;
  border-radius: 999px;
}

.swiper-list-skeleton__line--badge {
  width: 78px;
  height: 18px;
}

.swiper-list-skeleton__line--badge.short {
  width: 64px;
}

.swiper-list-skeleton__body {
  box-sizing: border-box;
}

.swiper-list-skeleton__heading {
  margin-bottom: 0 !important;
}

.swiper-list-skeleton__line--name {
  width: 92%;
  height: 16px;
  border-radius: 8px;
}

.swiper-list-skeleton__cuisine {
  margin-bottom: 0 !important;
}

.swiper-list-skeleton__line--cuisine {
  width: 100%;
  height: 11px;
  border-radius: 8px;
}

.swiper-list-skeleton__line--cuisine.short {
  width: 72%;
}

.swiper-list-skeleton__meta {
  flex-wrap: nowrap;
}

.swiper-list-skeleton__meta-pill {
  color: transparent !important;
}

.swiper-list-skeleton__meta-pill:not(.rating) {
  background: #eef3f9 !important;
  border-color: #e2eaf3 !important;
}

.swiper-list-skeleton__meta-pill.rating {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.swiper-list-skeleton__meta-pill .d-flex.align-items-center {
  margin-top: 0 !important;
  gap: 6px;
  color: transparent !important;
}

.swiper-list-skeleton__line--meta-dot {
  width: 11px;
  height: 11px;
}

.swiper-list-skeleton__line--meta-text {
  height: 10px;
  border-radius: 999px;
}

.swiper-list-skeleton__line--meta-text.rating {
  width: 18px;
}

.swiper-list-skeleton__line--meta-text.time {
  width: 36px;
}

.cuisine-list-skeleton {
  margin-top: 0;
  margin-bottom: 0;
}

.cuisine-list-skeleton__title {
  display: block;
  width: clamp(180px, 28vw, 240px);
  height: 18px;
  border-radius: 10px;
}

.cuisine-list-skeleton__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.cuisine-list-skeleton__slide {
  padding: 2px;
}

.cuisine-list-skeleton__link {
  border-radius: 14px;
  background: transparent;
}

.cuisine-list-skeleton__image-wrap {
  height: 104px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuisine-list-skeleton__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, #e4ebf4 0%, #dfe7f0 100%);
}

.cuisine-list-skeleton__text {
  display: block;
  width: 78%;
  height: 14px;
  margin: 9px 8px 10px;
  border-radius: 8px;
}

@keyframes feedInitialShimmer {
  0% {
    left: -120%;
  }
  100% {
    left: 150%;
  }
}

@media (max-width: 991.98px) {
  .feed-initial-skeleton__mobile-search {
    display: block;
  }

  .feed-initial-skeleton__line--banner {
    height: 180px;
  }

  .feed-initial-skeleton__cuisine-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .feed-initial-skeleton__line--cuisine-image {
    height: 88px;
  }

  .feed-initial-skeleton__line--image {
    height: 150px;
  }

  .feed-initial-skeleton__chips {
    margin-bottom: 10px;
  }

  .feed-widgets-skeleton__line--image {
    height: 136px;
  }

  .restaurant-results-skeleton__media {
    height: 160px;
  }

  .restaurant-results-skeleton__body {
    padding: 14px !important;
  }

  .restaurant-results-skeleton__line--name {
    width: 100%;
    height: 16px;
  }

  .restaurant-results-skeleton__meta-pill {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .swiper-list-skeleton__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .swiper-list-skeleton__media {
    height: 160px;
  }

  .swiper-list-skeleton__line--name {
    height: 15px;
  }

  .cuisine-list-skeleton__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cuisine-list-skeleton__image-wrap {
    height: 92px;
    min-height: 92px;
  }
}

@media (max-width: 575.98px) {
  .restaurant-results-skeleton__header {
    margin-bottom: 12px;
  }

  .restaurant-results-skeleton__media {
    height: 140px;
  }

  .restaurant-results-skeleton__body {
    padding: 12px !important;
  }

  .restaurant-results-skeleton__line--badge {
    width: 72px;
    height: 20px;
  }

  .restaurant-results-skeleton__line--badge.short {
    width: 58px;
  }

  .restaurant-results-skeleton__line--fav {
    width: 30px;
    height: 30px;
  }

  .restaurant-results-skeleton__line--name {
    width: 100%;
    height: 15px;
    margin-bottom: 7px;
  }

  .restaurant-results-skeleton__line--cuisine {
    height: 11px;
    margin-bottom: 6px;
  }

  .restaurant-results-skeleton__line--cuisine.short {
    width: 84%;
    margin-bottom: 10px;
  }

  .restaurant-results-skeleton__meta {
    gap: 6px;
    padding-top: 8px;
  }

  .restaurant-results-skeleton__line--meta-dot {
    width: 10px;
    height: 10px;
  }

  .restaurant-results-skeleton__line--meta-text.rating {
    width: 16px;
  }

  .restaurant-results-skeleton__line--meta-text.time {
    width: 32px;
  }

  .restaurant-results-skeleton__line--meta-text.distance {
    width: 28px;
  }

  .swiper-list-skeleton__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .swiper-list-skeleton__media {
    height: 140px;
  }

  .swiper-list-skeleton__line--badge {
    width: 66px;
    height: 16px;
  }

  .swiper-list-skeleton__line--badge.short {
    width: 54px;
  }

  .swiper-list-skeleton__line--name {
    height: 14px;
  }

  .swiper-list-skeleton__line--meta-dot {
    width: 10px;
    height: 10px;
  }

  .swiper-list-skeleton__line--meta-text.rating {
    width: 16px;
  }

  .swiper-list-skeleton__line--meta-text.time {
    width: 30px;
  }

  .cuisine-list-skeleton__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .cuisine-list-skeleton__image-wrap {
    height: 80px;
    min-height: 80px;
  }

  .cuisine-list-skeleton__text {
    height: 12px;
    margin: 8px 6px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feed-initial-skeleton__line::after,
  .feed-widgets-skeleton__line::after {
    animation: none;
  }
}

/* Slide widths are controlled by Swiper's fractional slidesPerView breakpoints (see assets/js/front.bundle.js). */
