/* Tagam Next visual layer. Business logic and Vue components stay untouched. */
:root {
  --tagam-ink: #15130f;
  --tagam-muted: #6f6b63;
  --tagam-soft: #f7f4ef;
  --tagam-panel: rgba(255, 255, 255, 0.9);
  --tagam-line: rgba(34, 28, 20, 0.1);
  --tagam-orange: #ff7a00;
  --tagam-orange-dark: #de5f00;
  --tagam-green: #25c67a;
  --tagam-shadow: 0 22px 70px rgba(53, 38, 19, 0.16);
}

/* Tagam Next visual pass 1 */
body.action-restaurants {
  background:
    radial-gradient(circle at 8% -6%, rgba(255, 128, 0, 0.14), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(25, 19, 12, 0.08), transparent 24%),
    linear-gradient(180deg, #fff8f1 0, #fbfaf8 420px, #f6f7f8 100%);
}

body.action-restaurants #vue-feed,
.section-menu > .container,
.merchant-top-header .container {
  max-width: 1264px;
}

body.action-restaurants .tagam-restaurants-top {
  isolation: isolate;
  margin: 22px 0 34px;
  padding: 30px 30px 22px;
  border: 1px solid rgba(255, 128, 0, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(112deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 50%, rgba(255,247,236,0.78) 100%),
    url("../images/hero-food-still-life.jpg") right center / 45% auto no-repeat;
  box-shadow:
    0 34px 90px rgba(31, 25, 18, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.action-restaurants .tagam-restaurants-top::before {
  content: "";
  position: absolute;
  inset: auto 24px -26px 24px;
  height: 56px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 128, 0, 0.13);
  filter: blur(28px);
}

body.action-restaurants .tagam-restaurants-top::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.94) 62%, rgba(255,255,255,0.28) 100%);
}

body.action-restaurants .tagam-section-kicker {
  min-height: 30px;
  padding: 7px 12px;
  background: rgba(255, 128, 0, 0.11);
  color: #e56900;
}

body.action-restaurants .tagam-restaurants-heading h1 {
  max-width: 640px;
  margin-top: 16px;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 900;
}

body.action-restaurants .tagam-feed-search {
  min-height: 62px;
  border-color: rgba(20, 17, 13, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #5d564e;
  box-shadow: 0 20px 48px rgba(28, 24, 20, 0.12);
}

body.action-restaurants .tagam-feed-search:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 56px rgba(28, 24, 20, 0.15);
}

body.action-restaurants .tagam-hero-filter-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, 0.52fr) minmax(310px, 0.9fr);
  gap: 14px;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(24, 21, 17, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 12px 34px rgba(24, 21, 17, 0.06);
}

body.action-restaurants .tagam-filter-group {
  padding: 2px;
}

body.action-restaurants .tagam-filter-label {
  margin-bottom: 10px;
  color: rgba(21, 19, 15, 0.56);
  font-size: 11px;
}

body.action-restaurants .tagam-filter-chip,
body.action-restaurants .tagam-cuisine-chip {
  min-height: 44px;
  padding: 10px 18px;
  border-color: rgba(21, 19, 15, 0.08);
  background: #fff;
  box-shadow: 0 11px 24px rgba(21, 19, 15, 0.07);
}

body.action-restaurants .tagam-filter-chip.active,
body.action-restaurants .tagam-cuisine-chip.active {
  border-color: #15130f;
  background: #15130f;
  color: #fff;
  box-shadow: 0 18px 38px rgba(21, 19, 15, 0.22);
}

body.action-restaurants .tagam-cuisine-panel {
  margin-top: 20px;
}

body.action-restaurants .tagam-cuisine-head h2 {
  font-size: 24px;
  font-weight: 900;
}

body.action-restaurants .tagam-cuisine-head span {
  color: #e56900;
}

body.action-restaurants .tagam-results-main > .row.no-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

body.action-restaurants .tagam-results-main > .row.no-gutters > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 22px !important;
}

body.action-restaurants .rounded-box,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 18px 48px rgba(24, 21, 17, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.action-restaurants .rounded-box:hover,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box:hover {
  border-color: rgba(255, 128, 0, 0.28);
  transform: translateY(-5px);
  box-shadow:
    0 30px 72px rgba(24, 21, 17, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body.action-restaurants .rounded-box .position-relative::after,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,0.28) 100%);
}

body.action-restaurants .rounded-box .position-relative,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative,
body.action-restaurants .tagam-restaurant-cover {
  aspect-ratio: 1.86 / 1;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

body.action-restaurants .tagam-card-logo {
  left: 14px !important;
  bottom: 14px !important;
  width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  border: 3px solid rgba(255, 255, 255, 0.96) !important;
  border-radius: 15px !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 14, 10, 0.28);
}

body.action-restaurants .with-promo,
body.action-restaurants .fav-floating {
  z-index: 4;
}

body.action-restaurants .with-promo {
  top: 12px;
  left: 12px;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ff8500;
  box-shadow: 0 12px 24px rgba(255, 128, 0, 0.32);
}

body.action-restaurants .fav-floating {
  top: 12px;
  right: 12px;
}

body.action-restaurants .rounded-box .p-2,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .p-2 {
  padding: 17px 18px 18px !important;
}

body.action-restaurants .rounded-box h5,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box h5 {
  min-height: 46px;
  margin-bottom: 7px;
  color: #17140f;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.action-restaurants .rounded-box .font-weight-light,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .font-weight-light {
  min-height: 20px;
  color: #756d64;
  font-size: 14px;
  font-weight: 700 !important;
}

body.action-restaurants .rounded-box .d-flex.justify-content-between {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(24, 21, 17, 0.07);
  color: #211d17;
}

body.action-restaurants .with-promo-icon + .text-truncate {
  color: #276c49;
  font-size: 13px;
  font-weight: 800;
}

.merchant-top-header {
  margin-top: 18px;
}

.merchant-top-header .container > .row {
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(24, 21, 17, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(24, 21, 17, 0.12);
}

.merchant-top-header .left-info {
  display: flex;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 64%);
}

.merchant-top-header .img-thumbnail,
.merchant-top-header .left-info .el-image {
  border: 0 !important;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: 0 16px 38px rgba(24, 21, 17, 0.12);
}

.merchant-top-header h4 {
  margin-bottom: 8px;
  color: #17140f;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
}

.merchant-top-header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.merchant-top-header ul li {
  font-size: 13px;
  font-weight: 800;
}

.merchant-top-header .right-infox {
  overflow: hidden;
  min-height: 260px;
  border-radius: 24px !important;
  background: #21170f;
}

.merchant-top-header .right-infox .el-image,
.merchant-top-header .right-infox .el-image__inner,
.merchant-top-header .right-infox img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}

.merchant-top-header .right-infox::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.22));
}

.section-menu {
  background:
    linear-gradient(180deg, #fbfaf8 0%, #f6f7f8 100%);
}

.section-menu .container {
  padding-top: 16px;
}

.section-menu .menu-left {
  border-right: 0;
}

.section-menu #sticky-sidebar {
  padding: 16px;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 46px rgba(24, 21, 17, 0.08);
}

.section-menu .menu-category a {
  margin-bottom: 4px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #746d64;
  font-size: 14px;
  font-weight: 800;
}

.section-menu .menu-category li.active a,
.section-menu .menu-category li a.active,
.section-menu .menu-category a:hover {
  background: #15130f;
  color: #fff;
}

.menu-category li.active a:after,
.menu-category li a.active:after {
  display: none;
}

.section-menu .menu-center > .mb-4 {
  margin-bottom: 18px !important;
}

.list-item-rows {
  overflow: hidden;
  margin-bottom: 16px;
  padding: 0;
  border: 1px solid rgba(24, 21, 17, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 21, 17, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.list-item-rows:hover {
  border-color: rgba(255, 128, 0, 0.24);
  transform: translateY(-3px);
  box-shadow: 0 28px 62px rgba(24, 21, 17, 0.13);
}

.list-item-rows .item-image-preview,
.list-item-rows .item-image-preview .el-image,
.list-item-rows .item-image-preview .el-image__inner,
.list-item-rows .item-image-preview img {
  height: 156px !important;
  border-radius: 0;
  object-fit: cover;
}

.list-item-rows .fixed-height {
  min-height: 156px;
}

.list-item-rows h6 {
  color: #17140f;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
}

.list-item-rows p {
  color: #756d64;
  font-size: 14px;
  font-weight: 600;
}

.list-item-rows .prices,
.list-item-rows .btn-group .btn {
  color: #17140f;
  font-weight: 900;
}

.list-item-rows .quantity-add-cart,
.list-item-rows .btn-grey,
.list-item-rows .el-button {
  border: 0 !important;
  border-radius: 999px !important;
  background: #15130f !important;
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(21, 19, 15, 0.18);
}

.list-item-rows .el-button.is-disabled,
.list-item-rows .el-button:disabled,
.list-item-rows .btn-grey.disabled,
.list-item-rows .btn-grey:disabled {
  background: #b8b3ad !important;
  color: #fff !important;
  box-shadow: none;
}

/* Tagam Next visual pass 2: premium home sections */
body.front-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 128, 0, 0.11), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(30, 23, 16, 0.07), transparent 24%),
    linear-gradient(180deg, #fff8f1 0, #fbfaf8 560px, #f6f7f8 100%);
}

.tagam-home-widgets {
  position: relative;
  padding-top: 10px;
}

.tagam-home-content {
  max-width: 1264px;
}

.tagam-home-widgets .swiperOutsideContainer {
  position: relative;
  margin: 28px 0;
  padding: 26px;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(24, 21, 17, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tagam-home-widgets .swiperOutsideContainer > .mb-4,
.tagam-home-widgets .swiperOutsideContainer > .text-center {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
}

.tagam-home-widgets .swiperOutsideContainer h3 {
  margin: 0;
  color: var(--tagam-ink);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900 !important;
}

.tagam-home-widgets .swiper-container {
  overflow: visible;
}

.tagam-home-widgets .swiperResto .swiperSlide,
.tagam-home-widgets .join-sections .swiperSlide {
  overflow: hidden;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 21, 17, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tagam-home-widgets .swiperResto .swiperSlide:hover,
.tagam-home-widgets .join-sections .swiperSlide:hover {
  border-color: rgba(255, 128, 0, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 30px 72px rgba(24, 21, 17, 0.16);
}

.tagam-home-widgets .swiperResto .tagam-restaurant-cover,
.tagam-home-widgets .swiperResto .swiperSlide > .position-relative {
  aspect-ratio: 1.86 / 1;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #f2eee9;
}

.tagam-home-widgets .swiperResto .swiperSlide img:not(.tagam-card-logo) {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 240ms ease;
}

.tagam-home-widgets .swiperResto .swiperSlide:hover img:not(.tagam-card-logo) {
  transform: scale(1.035);
}

.tagam-home-widgets .tagam-card-logo {
  left: 14px !important;
  bottom: 14px !important;
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  border: 3px solid rgba(255, 255, 255, 0.96) !important;
  border-radius: 15px !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 14, 10, 0.28);
}

.tagam-home-widgets .swiperResto .swiperSlide .p-2,
.tagam-home-widgets .join-sections .swiperSlide .content {
  padding: 16px 18px 18px !important;
}

.tagam-home-widgets .swiperResto .swiperSlide .font-weight-bold,
.tagam-home-widgets .join-sections .swiperSlide h5 {
  color: var(--tagam-ink);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900 !important;
}

.tagam-home-widgets .swiperResto .swiperSlide .font-weight-light,
.tagam-home-widgets .join-sections .swiperSlide p {
  color: var(--tagam-muted);
  font-size: 14px;
  font-weight: 700 !important;
}

.tagam-home-widgets .featured-item-price {
  color: var(--tagam-orange-dark);
  font-size: 20px;
  font-weight: 900;
}

.tagam-home-widgets .el-button,
.tagam-home-widgets .btn {
  font-weight: 800;
}

.tagam-home-widgets .swiper-button-next,
.tagam-home-widgets .swiper-button-prev {
  width: 44px;
  height: 44px;
  margin-top: -22px;
}

.tagam-home-widgets .swiper-button-next .el-button,
.tagam-home-widgets .swiper-button-prev .el-button {
  border: 1px solid rgba(24, 21, 17, 0.08);
  background: rgba(255, 255, 255, 0.96);
  color: var(--tagam-ink);
  box-shadow: 0 14px 34px rgba(24, 21, 17, 0.14);
}

.tagam-home-widgets .swiperCuisine .swiperSlide,
body.front-page .swiperCuisine .swiperSlide {
  width: 156px !important;
  min-width: 156px !important;
}

.tagam-home-widgets .swiperCuisine .swiperSlide .el-links {
  width: 156px;
  height: 58px;
  justify-content: flex-start;
  border: 1px solid rgba(24, 21, 17, 0.08);
  background: #fff;
  box-shadow: 0 12px 26px rgba(24, 21, 17, 0.07);
}

.tagam-home-widgets .swiperCuisine .swiperSlide .el-links:hover {
  border-color: rgba(255, 128, 0, 0.3);
  color: var(--tagam-orange-dark);
  transform: translateY(-1px);
}

.tagam-home-widgets .join-sections img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #f2eee9;
}

.tagam-home-widgets .join-sections .content {
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.tagam-home-widgets .join-sections .content p {
  flex: 1 1 auto;
}

.tagam-home-widgets .join-sections .el-button {
  border: 0 !important;
  background: var(--tagam-orange) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(255, 128, 0, 0.22);
}

.section-mobileapp.section-newmobileapp {
  max-width: 1160px;
  margin: 34px auto;
  padding: 34px 22px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 52% 16%, rgba(255, 128, 0, 0.18), transparent 22%),
    linear-gradient(135deg, #20160f 0%, #2d1e14 58%, #15110d 100%);
  box-shadow: 0 34px 86px rgba(24, 17, 10, 0.22);
}

.section-mobileapp.section-newmobileapp h1,
.section-mobileapp.section-newmobileapp h5,
.section-mobileapp.section-newmobileapp p {
  color: #fff !important;
}

.section-mobileapp.section-newmobileapp h1 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 900;
}

.section-mobileapp.section-newmobileapp h5 {
  color: #ffb66a !important;
  font-weight: 900;
}

.section-mobileapp.section-newmobileapp p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 700;
}

.section-mobileapp.section-newmobileapp .mobileapp {
  max-height: 420px;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

@media (max-width: 767.98px) {
  .tagam-home-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tagam-home-widgets .swiperOutsideContainer {
    margin: 18px 0;
    padding: 18px 14px;
    border-radius: 22px;
  }

  .tagam-home-widgets .swiperOutsideContainer h3 {
    font-size: 24px;
  }

  .tagam-home-widgets .swiperCuisine .swiperSlide,
  body.front-page .swiperCuisine .swiperSlide {
    width: 138px !important;
    min-width: 138px !important;
  }

  .tagam-home-widgets .swiperCuisine .swiperSlide .el-links {
    width: 138px;
  }

  .tagam-home-widgets .join-sections img {
    height: 180px;
  }

  .section-mobileapp.section-newmobileapp {
    margin: 22px 12px;
    border-radius: 24px;
  }
}

/* Tagam Next cuisine buttons: app-like fixed controls */
body.front-page .swiperCuisine .swiperSlide {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
  min-height: 56px !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links {
  width: 156px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 8px 12px 8px 8px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  border: 1px solid rgba(21, 19, 15, 0.08) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #17140f !important;
  box-shadow: 0 14px 30px rgba(24, 21, 17, 0.08) !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links:hover {
  border-color: rgba(255, 128, 0, 0.28) !important;
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(24, 21, 17, 0.12) !important;
}

body.front-page .swiperCuisine .swiperSlide img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: #fff4e7;
}

body.front-page .swiperCuisine .swiperSlide .truncate {
  min-width: 0;
  max-width: 88px;
  color: #17140f;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  text-align: left;
}

body.action-restaurants .tagam-cuisine-scroll {
  gap: 10px;
  padding: 2px 0 8px;
  scroll-snap-type: x proximity;
}

body.action-restaurants .tagam-cuisine-chip {
  width: 156px;
  min-width: 156px;
  max-width: 156px;
  height: 52px;
  min-height: 52px;
  justify-content: flex-start;
  gap: 10px;
  padding: 7px 12px 7px 7px;
  scroll-snap-align: start;
}

body.action-restaurants .tagam-cuisine-chip-img,
body.action-restaurants .tagam-cuisine-chip-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
}

body.action-restaurants .tagam-cuisine-chip-img {
  object-fit: cover;
  background: #fff4e7;
}

body.action-restaurants .tagam-cuisine-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4e7;
  color: #e56900;
  font-size: 18px;
  font-weight: 900;
}

body.action-restaurants .tagam-cuisine-chip.active .tagam-cuisine-chip-icon {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

body.action-restaurants .tagam-cuisine-chip-text {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  body.front-page .swiperCuisine .swiperSlide,
  body.front-page .swiperCuisine .swiperSlide .el-links,
  body.action-restaurants .tagam-cuisine-chip {
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
  }

  body.front-page .swiperCuisine .swiperSlide .truncate,
  body.action-restaurants .tagam-cuisine-chip-text {
    max-width: 74px;
    font-size: 12px;
  }
}

/* Tagam Next visual pass 2: home polish */
#main-search-banner,
.mobile-home-banner {
  min-height: 640px;
  margin-top: -94px;
  padding: 144px 18px 72px;
  background:
    linear-gradient(90deg, rgba(255,248,241,0.98) 0%, rgba(255,248,241,0.88) 42%, rgba(255,248,241,0.22) 100%),
    url("../images/hero-food-still-life.jpg") center center / cover no-repeat;
}

#main-search-banner::before {
  background-image:
    linear-gradient(rgba(255, 128, 0, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 128, 0, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.8;
}

.tagam-hero-stage {
  width: min(1240px, 100%);
  grid-template-columns: minmax(0, 660px) minmax(280px, 1fr);
}

#main-search-banner .banner-center,
.tagam-hero-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.tagam-hero-kicker {
  justify-content: flex-start;
  margin-bottom: 16px;
  color: #e56900;
}

#main-search-banner h1,
#main-search-banner h2 {
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  text-align: left !important;
  font-size: 60px;
  line-height: 0.98;
  font-weight: 900;
}

.home-search-wrap {
  width: min(100%, 620px);
}

.home-search-wrap .search-geocomplete {
  border-color: rgba(21, 19, 15, 0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 26px 70px rgba(31, 25, 18, 0.18);
}

.home-search-wrap .form-control-text {
  min-height: 68px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 800;
}

#vue-home-widgets > .container,
.container.mb-4 {
  max-width: 1264px;
}

#vue-home-widgets .swiperOutsideContainer h3,
#vue-home-widgets h3.font-weight-bold {
  color: #17140f;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900 !important;
}

#vue-home-widgets .swiperOutsideContainer > .mb-4.mt-4,
#vue-home-widgets .swiperOutsideContainer > .text-center.mt-4.mb-4 {
  margin-top: 36px !important;
  margin-bottom: 18px !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links {
  min-height: 58px;
  padding: 8px 15px 8px 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 21, 17, 0.08);
}

body.front-page .swiperCuisine .swiperSlide img {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 50%;
}

.swiperResto .swiperSlide,
.join-sections .swiperSlide {
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(24, 21, 17, 0.1);
}

.swiperResto .swiperSlide:hover,
.join-sections .swiperSlide:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 72px rgba(24, 21, 17, 0.16);
}

.section-mobileapp {
  border-radius: 30px;
  margin: 44px auto;
  max-width: 1264px;
  overflow: hidden;
  box-shadow: 0 28px 76px rgba(24, 21, 17, 0.16);
}

@media (max-width: 991.98px) {
  .tagam-hero-stage {
    grid-template-columns: 1fr;
  }

  #main-search-banner h1,
  #main-search-banner h2 {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  #main-search-banner,
  .mobile-home-banner {
    min-height: auto;
    padding: 116px 14px 34px;
    background:
      linear-gradient(180deg, rgba(255,248,241,0.98), rgba(255,248,241,0.92)),
      url("../images/hero-food-still-life.jpg") center bottom / cover no-repeat;
  }

  .tagam-hero-kicker {
    justify-content: center;
  }

  #main-search-banner h1,
  #main-search-banner h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    font-size: 34px;
  }

  .home-search-wrap .form-control-text {
    min-height: 58px;
    font-size: 14px;
  }

  .section-mobileapp {
    margin: 28px 10px;
    border-radius: 24px;
  }
}

.menu-right .cart-section,
.menu-right .cart {
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(24, 21, 17, 0.1);
}

@media (max-width: 991.98px) {
  body.action-restaurants .tagam-restaurants-top {
    background:
      linear-gradient(112deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.95) 68%, rgba(255,247,236,0.74) 100%),
      url("../images/hero-food-still-life.jpg") right top / 54% auto no-repeat;
  }

  body.action-restaurants .tagam-restaurants-heading h1 {
    font-size: 40px;
  }

  body.action-restaurants .tagam-hero-filter-panel {
    grid-template-columns: 1fr;
  }

  .merchant-top-header .container > .row {
    padding: 14px;
  }
}

@media (max-width: 767.98px) {
  body.action-restaurants .tagam-restaurants-top {
    padding: 18px 14px;
    background: #fff;
    border-radius: 24px;
  }

  body.action-restaurants .tagam-restaurants-heading h1 {
    font-size: 32px;
  }

  body.action-restaurants .tagam-hero-filter-panel {
    padding: 14px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.action-restaurants .rounded-box h5,
  #vue-feed .tagam-restaurants-top ~ .row .rounded-box h5 {
    min-height: auto;
    font-size: 18px;
  }

  .mobile-merchant-details {
    overflow: hidden;
    border-radius: 0 0 24px 24px;
  }

  .section-menu .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .list-item-rows {
    border-radius: 18px;
  }

  .list-item-rows .item-image-preview,
  .list-item-rows .item-image-preview .el-image,
  .list-item-rows .item-image-preview .el-image__inner,
  .list-item-rows .item-image-preview img,
  .list-item-rows .fixed-height {
    height: 132px !important;
    min-height: 132px;
  }

  .list-item-rows h6 {
    font-size: 16px;
  }
}

html {
  background: #fbfaf8;
  overflow-x: hidden;
}

body {
  color: var(--tagam-ink);
  background:
    linear-gradient(180deg, #fffaf5 0, #fbfaf8 360px, #f6f7f8 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
ul.top-menu a,
.list-inline a,
.siderbar-menu a,
.menu-carousel a,
.drawer-preview-cart a {
  color: var(--tagam-ink);
}

a:hover,
ul.top-menu a:hover,
.list-inline a:hover,
.menu-category a:hover,
.siderbar-menu li.active a,
#menu-category .col a.active,
.btn.normal:hover,
.text-green,
.menu-carousel a.active,
.menu-carousel a:hover {
  color: var(--tagam-orange) !important;
}

#top-navigation {
  position: sticky;
  top: 0;
  z-index: 1030;
  margin: 10px auto 0;
  max-width: 1320px;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 122, 0, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(33, 25, 13, 0.08);
  backdrop-filter: blur(18px);
}

body.front-page #top-navigation {
  border: 1px solid rgba(255, 122, 0, 0.12);
}

.top-logo img,
.footer-logo img {
  object-fit: contain;
}

ul.top-menu a {
  border-radius: 999px;
  font-weight: 700;
}

ul.top-menu li.active {
  border-bottom: 0;
}

.btn,
.el-button {
  border-radius: 14px;
}

.btn-green,
.btn-grey:hover,
.badge.badge-green,
.custom-control-input:checked ~ .custom-control-label::before,
.btn-green-line:hover {
  background: var(--tagam-orange);
  border-color: var(--tagam-orange);
  color: #fff !important;
}

.btn-green:hover,
.btn-green:focus {
  background: var(--tagam-orange-dark);
  border-color: var(--tagam-orange-dark);
}

.btn-black,
.quantity a.rounded-pill:hover,
.rounded-button-icon:hover {
  background: var(--tagam-ink);
  color: #fff;
}

#main-search-banner,
.mobile-home-banner {
  min-height: 560px;
  height: auto;
  margin-top: -94px;
  padding: 132px 18px 54px;
  overflow: hidden;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.82) 42%, rgba(255, 250, 244, 0.18) 100%),
    url("../images/hero-food-still-life.jpg") center center / cover no-repeat;
}

#main-search-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 122, 0, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 0, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), transparent 82%);
}

.tagam-hero-stage {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 1fr);
  gap: 34px;
  align-items: center;
}

#main-search-banner .banner-center,
.tagam-hero-panel {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 122, 0, 0.13);
  border-radius: 28px;
  background: var(--tagam-panel);
  box-shadow: var(--tagam-shadow);
  backdrop-filter: blur(18px);
}

.tagam-hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--tagam-orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.tagam-hero-mark {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background:
    linear-gradient(135deg, #ff8a00, #ff4d00);
  box-shadow: inset 0 -6px 12px rgba(80, 25, 0, 0.16);
}

#main-search-banner h1,
#main-search-banner h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: var(--tagam-ink);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.03;
  font-weight: 800;
}

.home-search-wrap {
  width: min(100%, 620px);
}

.home-search-wrap .search-geocomplete {
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(101, 66, 19, 0.14);
}

.home-search-wrap .form-control-text {
  min-height: 64px;
  padding-left: 54px !important;
  padding-right: 58px !important;
  border-radius: 18px;
  background: #fff;
  color: var(--tagam-ink);
  font-size: 15px;
}

.home-search-wrap .pin_placeholder,
.home-search-wrap .search_placeholder,
.inputs-box-wrap .search_placeholder,
.inputs-box-wrap .icon {
  opacity: 0.72;
  filter: saturate(1.3);
}

.search-geocomplete-results {
  margin-top: 8px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(35, 27, 17, 0.14);
}

.search-geocomplete-results ul.border {
  border: 1px solid rgba(255, 122, 0, 0.12) !important;
}

.search-geocomplete-results a {
  padding: 14px 16px;
}

.tagam-hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.tagam-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 122, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.82);
  color: #7a4a19;
  font-size: 12px;
  font-weight: 700;
}

#vue-home-widgets > .container,
.container.mb-4 {
  max-width: 1180px;
}

.swiperOutsideContainer {
  margin-top: 34px;
}

.swiperOutsideContainer > .mb-4.mt-4,
.swiperOutsideContainer > .text-center.mt-4.mb-4 {
  margin-top: 28px !important;
  margin-bottom: 18px !important;
}

.swiperOutsideContainer h3 {
  color: var(--tagam-ink);
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.15;
  font-weight: 800 !important;
}

.swiper-container {
  overflow: visible;
}

.swiperResto .swiperSlide,
.rounded-box,
.join-sections .swiperSlide {
  overflow: hidden;
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(32, 26, 18, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.swiperResto .swiperSlide:hover,
.rounded-box:hover,
.join-sections .swiperSlide:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 0, 0.2);
  box-shadow: 0 22px 60px rgba(32, 26, 18, 0.14);
}

.swiperResto .swiperSlide img:not(.tagam-card-logo),
.rounded-box img:not(.tagam-card-logo) {
  height: 178px;
  border-radius: 0;
}

.swiperCuisine .swiperSlide {
  min-height: 118px;
}

.swiperCuisine .swiperSlide .el-links {
  width: 100%;
  padding: 12px 8px;
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(32, 26, 18, 0.07);
}

.swiperCuisine .swiperSlide img {
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  border: 2px solid #fff1df;
}

.swiper-button-next .el-button,
.swiper-button-prev .el-button {
  border: 1px solid rgba(255, 122, 0, 0.15);
  background: #fff;
  color: var(--tagam-orange-dark);
  box-shadow: 0 12px 32px rgba(33, 25, 13, 0.12);
}

.el-button--success,
.el-button.is-plain,
.el-button[style*="#3ecf8e"] {
  border-color: var(--tagam-orange) !important;
  background: var(--tagam-orange) !important;
  color: #fff !important;
}

.featured-item-price {
  color: var(--tagam-orange-dark);
}

.section-mobileapp {
  background:
    linear-gradient(135deg, #181511 0%, #332416 100%) !important;
  color: #fff;
}

.section-mobileapp h1,
.section-mobileapp h5,
.section-mobileapp p {
  color: #fff;
}

.join-sections img {
  height: 185px;
}

.join-sections .content {
  padding: 18px;
}

.inputs-box-grey {
  border: 1px solid rgba(34, 28, 20, 0.08);
  background: #fff;
  box-shadow: 0 10px 28px rgba(32, 26, 18, 0.08);
}

.filter-row,
.section-filter {
  border-color: rgba(34, 28, 20, 0.08) !important;
}

.card,
.card-listing.card,
.address-slot.card,
.modal-content {
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(32, 26, 18, 0.07);
}

.badge.rounded-pill,
.el-tag {
  border-radius: 999px;
}

body.action-restaurants {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf5 0, #fbfaf8 360px, #f6f7f8 100%);
}

body.action-restaurants #vue-feed {
  max-width: 1240px;
  padding: 24px 18px 0;
}

.tagam-filter-drawer {
  max-width: 430px;
  width: min(94vw, 430px);
  margin: 10px auto 10px;
}

.tagam-filter-drawer .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 24px 70px rgba(24, 17, 10, 0.25);
}

.tagam-filter-drawer .modal-body {
  padding: 18px 18px 22px;
}

.tagam-filter-drawer .modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 18px 18px;
}

.tagam-filter-drawer .modal-footer .btn {
  width: 100%;
}

.tagam-restaurants-top {
  position: relative;
  margin: 18px 0 26px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 242, 0.88)),
    url("../images/hero-food-still-life.jpg") right center / 48% auto no-repeat;
  box-shadow: 0 24px 70px rgba(38, 29, 18, 0.1);
}

.tagam-filter-drawer .modal-dialog-scrollable {
  align-items: center;
}

.tagam-restaurants-top::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.38) 100%);
}

.tagam-restaurants-top > * {
  position: relative;
  z-index: 1;
}

.tagam-restaurants-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 22px;
  align-items: center;
}

.tagam-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.1);
  color: var(--tagam-orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.tagam-restaurants-heading h1 {
  max-width: 640px;
  margin: 14px 0 8px;
  color: var(--tagam-ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 800;
}

.tagam-restaurants-heading p {
  min-height: 24px;
  margin: 0;
  color: var(--tagam-muted);
  font-size: 16px;
  font-weight: 700;
}

.tagam-feed-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 12px;
  align-items: center;
}

.tagam-feed-search,
.tagam-icon-button,
.tagam-filter-chip,
.tagam-cuisine-chip {
  appearance: none;
  border: 0;
  font-family: inherit;
}

.tagam-feed-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--tagam-muted);
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(40, 30, 18, 0.08);
}

.tagam-feed-search i {
  color: var(--tagam-orange-dark);
  font-size: 24px;
}

.tagam-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 18px;
  background: var(--tagam-orange);
  color: #fff;
  box-shadow: 0 14px 34px rgba(255, 122, 0, 0.24);
}

.tagam-icon-button i {
  font-size: 28px;
}

.tagam-quick-row {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 3px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tagam-quick-row::-webkit-scrollbar,
.tagam-cuisine-scroll::-webkit-scrollbar {
  display: none;
}

.tagam-filter-chip,
.tagam-cuisine-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tagam-ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(38, 29, 18, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.tagam-filter-chip:hover,
.tagam-cuisine-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(38, 29, 18, 0.1);
}

.tagam-filter-chip.active,
.tagam-cuisine-chip.active {
  border-color: var(--tagam-orange);
  background: var(--tagam-ink);
  color: #fff;
}

.tagam-price-chip span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.tagam-clear-chip {
  border-color: rgba(255, 122, 0, 0.26);
  color: var(--tagam-orange-dark);
}

.tagam-more-filters-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 16px;
  margin-top: 16px;
}

.tagam-filter-block {
  padding: 16px;
  border: 1px solid rgba(34, 28, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.tagam-filter-block h5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.tagam-range-label,
.tagam-rating-filter {
  color: var(--tagam-muted);
  font-size: 14px;
  font-weight: 700;
}

.tagam-rating-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tagam-cuisine-panel {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 28, 20, 0.08);
}

.tagam-cuisine-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.tagam-cuisine-head h2 {
  margin: 0;
  color: var(--tagam-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.tagam-cuisine-head span {
  color: var(--tagam-orange-dark);
  font-size: 13px;
  font-weight: 800;
}

.tagam-cuisine-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

body.action-restaurants .swiperBanner {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(38, 29, 18, 0.08);
}

body.action-restaurants .swiperBanner .el-image,
body.action-restaurants .swiperBanner img,
#vue-feed .tagam-restaurants-top ~ .row .swiperBanner .el-image,
#vue-feed .tagam-restaurants-top ~ .row .swiperBanner img {
  height: 170px;
  border-radius: 22px;
}

body.action-restaurants .rounded-box .position-relative,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative {
  position: relative !important;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

body.action-restaurants .rounded-box,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box {
  min-height: 100%;
  border-radius: 24px;
}

body.action-restaurants .rounded-box .tagam-card-cover,
body.action-restaurants .rounded-box .tagam-card-cover .el-image__inner,
body.action-restaurants .rounded-box .tagam-card-cover .el-image__inner img,
body.action-restaurants .rounded-box img.tagam-card-cover,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .tagam-card-cover,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .tagam-card-cover .el-image__inner,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .tagam-card-cover .el-image__inner img,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box img.tagam-card-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.action-restaurants .rounded-box .tagam-card-logo,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .tagam-card-logo {
  position: absolute !important;
  left: 14px !important;
  bottom: 14px !important;
  z-index: 3 !important;
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  border: 3px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 12px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.action-restaurants .rounded-box .p-2,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .p-2 {
  padding: 16px !important;
}

body.action-restaurants .rounded-box h5,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box h5 {
  margin-bottom: 6px;
  color: var(--tagam-ink);
  font-size: 18px;
  font-weight: 800;
}

body.action-restaurants .rounded-box .font-weight-light,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .font-weight-light {
  color: var(--tagam-muted);
  font-weight: 600 !important;
}

.tagam-restaurant-cover {
  position: relative !important;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.tagam-restaurant-cover .el-image,
.tagam-restaurant-cover .el-image__inner,
.tagam-restaurant-cover .el-image__inner img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.tagam-restaurant-cover img.tagam-card-cover {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
}

.tagam-restaurant-cover .tagam-card-logo {
  position: absolute !important;
  left: 12px;
  bottom: 12px;
  z-index: 3 !important;
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  border: 3px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  aspect-ratio: 1 / 1 !important;
  max-width: 56px !important;
  max-height: 56px !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.tagam-search-restaurant-card .rounded-box {
  min-height: 100%;
}

body.action-restaurants .with-promo,
#vue-feed .tagam-restaurants-top ~ .row .with-promo {
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: var(--tagam-orange);
}

body.action-restaurants .fav-floating,
#vue-feed .tagam-restaurants-top ~ .row .fav-floating {
  top: 12px;
  right: 12px;
}

@media (max-width: 1199.98px) {
  .tagam-hero-stage {
    grid-template-columns: 1fr;
  }

  .tagam-restaurants-heading {
    grid-template-columns: 1fr;
  }

  .tagam-feed-actions {
    max-width: 620px;
  }
}

/* Premium restaurant catalog controls */
body.action-restaurants #vue-feed {
  max-width: 1288px;
}

body.action-restaurants .tagam-side-filter {
  display: none !important;
}

body.action-restaurants .tagam-results-main {
  flex: 0 0 100%;
  max-width: 100%;
}

body.action-restaurants .tagam-restaurants-top {
  margin: 18px 0 30px;
  padding: 28px 28px 24px;
  border-color: rgba(255, 122, 0, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 58%, rgba(255, 250, 244, 0.82) 100%),
    url("../images/hero-food-still-life.jpg") right center / 42% auto no-repeat;
  box-shadow: 0 26px 74px rgba(31, 25, 18, 0.11);
}

body.action-restaurants .tagam-restaurants-top::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 68%, rgba(255,255,255,0.3) 100%);
}

body.action-restaurants .tagam-restaurants-heading {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  align-items: center;
}

body.action-restaurants .tagam-restaurants-heading h1 {
  max-width: 620px;
  font-size: 48px;
  letter-spacing: 0;
}

body.action-restaurants .tagam-feed-actions {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 520px;
}

body.action-restaurants .tagam-feed-search {
  min-height: 58px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 24, 20, 0.1);
}

body.action-restaurants .tagam-icon-button {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #ff8500;
  box-shadow: 0 18px 38px rgba(255, 122, 0, 0.3);
}

body.action-restaurants .tagam-icon-button:hover {
  background: #15130f;
  transform: translateY(-1px);
}

body.action-restaurants .tagam-hero-filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.55fr) minmax(270px, 0.95fr);
  gap: 8px;
  margin-top: 24px;
  padding: 18px 0 18px;
  border-bottom: 1px solid rgba(22, 19, 15, 0.08);
  border-top: 1px solid rgba(22, 19, 15, 0.06);
}

body.action-restaurants .tagam-filter-group {
  min-width: 0;
}

body.action-restaurants .tagam-filter-label {
  margin-bottom: 9px;
  color: rgba(23, 20, 15, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.action-restaurants .tagam-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.action-restaurants .tagam-filter-clear {
  grid-column: 1 / -1;
  margin-top: 2px;
}

body.action-restaurants .tagam-filter-chip {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid rgba(22, 19, 15, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: #17140f;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(22, 19, 15, 0.06);
}

body.action-restaurants .tagam-filter-chip.active {
  border-color: #15130f;
  background: #15130f;
  color: #fff;
  box-shadow: 0 16px 34px rgba(21, 19, 15, 0.22);
}

body.action-restaurants .tagam-rating-chip i {
  margin-right: 4px;
  color: #f5bd24;
}

body.action-restaurants .tagam-filter-chip.active i {
  color: #fff;
}

body.action-restaurants .tagam-clear-chip {
  border-color: rgba(255, 122, 0, 0.26);
  background: rgba(255, 246, 236, 0.92);
  color: #d65f00;
}

body.action-restaurants .tagam-cuisine-panel {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

body.action-restaurants .tagam-cuisine-head {
  margin-bottom: 11px;
}

body.action-restaurants .tagam-cuisine-head h2 {
  font-size: 23px;
  letter-spacing: 0;
}

body.action-restaurants .tagam-cuisine-scroll {
  gap: 9px;
  padding: 1px 0 6px;
}

body.action-restaurants .tagam-cuisine-chip {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid rgba(21, 19, 15, 0.08);
  border-radius: 999px;
  background: #fff;
  color: #201d18;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 9px 20px rgba(21, 19, 15, 0.06);
}

body.action-restaurants .tagam-cuisine-chip.active {
  border-color: #15130f;
  background: #15130f;
  color: #fff;
  box-shadow: 0 14px 28px rgba(21, 19, 15, 0.22);
}

body.action-restaurants .tagam-results-main > .mb-4:first-of-type {
  display: none;
}

body.action-restaurants .rounded-box,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box {
  overflow: hidden;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 21, 17, 0.1);
}

body.action-restaurants .rounded-box:hover,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box:hover {
  border-color: rgba(255, 122, 0, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(24, 21, 17, 0.15);
}

body.action-restaurants .rounded-box .position-relative,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative,
body.action-restaurants .tagam-restaurant-cover {
  aspect-ratio: 1.95 / 1;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

body.action-restaurants .tagam-card-logo {
  width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 18px rgba(18, 14, 10, 0.22);
}

body.action-restaurants .with-promo {
  top: 10px;
  left: 10px;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 10px;
  background: #ff8500;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

body.action-restaurants .rounded-box .p-2,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .p-2 {
  padding: 15px 16px 16px !important;
}

body.action-restaurants .rounded-box h5,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box h5 {
  font-size: 19px;
  line-height: 1.2;
}

body.action-restaurants .rounded-box .font-weight-light,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .font-weight-light {
  color: #746d64;
  font-size: 14px;
}

body.action-restaurants .rounded-box .d-flex.justify-content-between {
  gap: 10px;
  color: #191610;
  font-size: 13px;
  font-weight: 700;
}

body.front-page .swiperCuisine .swiperSlide {
  min-height: auto !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links {
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
}

body.front-page .swiperCuisine .swiperSlide img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  body.action-restaurants .tagam-restaurants-heading {
    grid-template-columns: 1fr;
  }

  body.action-restaurants .tagam-restaurants-heading h1 {
    font-size: 40px;
  }

  body.action-restaurants .tagam-hero-filter-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.action-restaurants #vue-feed {
    padding: 8px 10px 0;
  }

  body.action-restaurants .tagam-restaurants-top {
    margin: 8px 0 18px;
    padding: 18px 14px 16px;
    border-radius: 22px;
    background: #fff;
  }

  body.action-restaurants .tagam-restaurants-top::after {
    display: none;
  }

  body.action-restaurants .tagam-restaurants-heading h1 {
    margin-top: 10px;
    font-size: 32px;
  }

  body.action-restaurants .tagam-restaurants-heading p {
    font-size: 14px;
  }

  body.action-restaurants .tagam-feed-actions {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }

  body.action-restaurants .tagam-feed-search {
    min-height: 54px;
    height: 54px;
    border-radius: 17px;
  }

  body.action-restaurants .tagam-hero-filter-panel {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding-bottom: 13px;
  }

  body.action-restaurants .tagam-filter-chip,
  body.action-restaurants .tagam-cuisine-chip {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }

  body.action-restaurants .tagam-filter-options .tagam-filter-chip {
    flex: 0 0 auto;
  }

  body.action-restaurants .tagam-cuisine-scroll,
  body.action-restaurants .tagam-filter-options {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.action-restaurants .rounded-box,
  #vue-feed .tagam-restaurants-top ~ .row .rounded-box {
    border-radius: 16px;
  }

  body.action-restaurants .rounded-box .position-relative,
  #vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative,
  body.action-restaurants .tagam-restaurant-cover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

@media (max-width: 767.98px) {
  .mobile-home-banner {
    display: none !important;
    height: 0 !important;
  }

  #vue-home-widgets,
  .swiperOutsideContainer,
  .swiper-container {
    overflow: hidden;
  }

  #top-navigation {
    min-height: 62px;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  #main-search-banner,
  .mobile-home-banner {
    min-height: 430px;
    padding: 108px 14px 34px;
    margin-top: -80px;
    background-position: center bottom;
  }

  #main-search-banner .banner-center,
  .tagam-hero-panel {
    padding: 24px 16px;
    border-radius: 22px;
  }

  #main-search-banner h1,
  #main-search-banner h2 {
    font-size: 31px;
  }

  .home-search-wrap .form-control-text {
    min-height: 58px;
    padding-left: 46px !important;
  }

  .swiperResto .swiperSlide img {
    height: 148px;
  }

  .tagam-hero-pills {
    justify-content: flex-start;
  }

  body.action-restaurants #vue-feed {
    padding: 10px 12px 0;
  }

  .tagam-restaurants-top {
    margin-top: 10px;
    padding: 20px 14px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 249, 242, 0.94)),
      url("../images/hero-food-still-life.jpg") center bottom / cover no-repeat;
  }

  .tagam-restaurants-top::after {
    background: rgba(255, 255, 255, 0.72);
  }

  .tagam-restaurants-heading h1 {
    margin-top: 12px;
    font-size: 32px;
  }

  .tagam-feed-actions {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
  }

  .tagam-feed-search {
    min-height: 52px;
    padding: 0 14px;
    border-radius: 16px;
    font-size: 14px;
  }

  .tagam-icon-button {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .tagam-quick-row,
  .tagam-cuisine-scroll {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tagam-filter-chip,
  .tagam-cuisine-chip {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .tagam-more-filters-inner {
    grid-template-columns: 1fr;
  }

  .tagam-cuisine-head h2 {
    font-size: 20px;
  }

  body.action-restaurants .swiperBanner .el-image,
  body.action-restaurants .swiperBanner img {
    height: 132px;
  }

  body.action-restaurants .rounded-box .tagam-card-logo,
  #vue-feed .tagam-restaurants-top ~ .row .rounded-box .tagam-card-logo {
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
}

/* Tagam Next visual pass 1 final overrides */
body.action-restaurants {
  background:
    radial-gradient(circle at 8% -6%, rgba(255, 128, 0, 0.14), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(25, 19, 12, 0.08), transparent 24%),
    linear-gradient(180deg, #fff8f1 0, #fbfaf8 420px, #f6f7f8 100%);
}

body.action-restaurants #vue-feed {
  max-width: 1264px;
}

body.action-restaurants .tagam-restaurants-top {
  isolation: isolate;
  margin: 22px 0 34px;
  padding: 30px 30px 22px;
  border: 1px solid rgba(255, 128, 0, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(112deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 50%, rgba(255,247,236,0.78) 100%),
    url("../images/hero-food-still-life.jpg") right center / 45% auto no-repeat;
  box-shadow: 0 34px 90px rgba(31, 25, 18, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.action-restaurants .tagam-restaurants-top::before {
  content: "";
  position: absolute;
  inset: auto 24px -26px 24px;
  height: 56px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 128, 0, 0.13);
  filter: blur(28px);
}

body.action-restaurants .tagam-restaurants-top::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.94) 62%, rgba(255,255,255,0.28) 100%);
}

body.action-restaurants .tagam-restaurants-heading h1 {
  max-width: 640px;
  margin-top: 16px;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 900;
}

body.action-restaurants .tagam-feed-search {
  min-height: 62px;
  border-color: rgba(20, 17, 13, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: #5d564e;
  box-shadow: 0 20px 48px rgba(28, 24, 20, 0.12);
}

body.action-restaurants .tagam-hero-filter-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, 0.52fr) minmax(310px, 0.9fr);
  gap: 14px;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(24, 21, 17, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 12px 34px rgba(24, 21, 17, 0.06);
}

body.action-restaurants .tagam-filter-chip,
body.action-restaurants .tagam-cuisine-chip {
  min-height: 44px;
  padding: 10px 18px;
  border-color: rgba(21, 19, 15, 0.08);
  background: #fff;
  box-shadow: 0 11px 24px rgba(21, 19, 15, 0.07);
}

body.action-restaurants .tagam-filter-chip.active,
body.action-restaurants .tagam-cuisine-chip.active {
  border-color: #15130f;
  background: #15130f;
  color: #fff;
  box-shadow: 0 18px 38px rgba(21, 19, 15, 0.22);
}

body.action-restaurants .tagam-results-main > .row.no-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

body.action-restaurants .tagam-results-main > .row.no-gutters > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 22px !important;
}

body.action-restaurants .rounded-box,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 17, 0.07);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 21, 17, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.action-restaurants .rounded-box:hover,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box:hover {
  border-color: rgba(255, 128, 0, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 30px 72px rgba(24, 21, 17, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body.action-restaurants .rounded-box .position-relative::after,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,0.28) 100%);
}

body.action-restaurants .rounded-box .position-relative,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .position-relative,
body.action-restaurants .tagam-restaurant-cover {
  aspect-ratio: 1.86 / 1;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

body.action-restaurants .tagam-card-logo {
  left: 14px !important;
  bottom: 14px !important;
  width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  border: 3px solid rgba(255, 255, 255, 0.96) !important;
  border-radius: 15px !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 14, 10, 0.28);
}

body.action-restaurants .rounded-box .p-2,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .p-2 {
  padding: 17px 18px 18px !important;
}

body.action-restaurants .rounded-box h5,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box h5 {
  min-height: 46px;
  margin-bottom: 7px;
  color: #17140f;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.action-restaurants .rounded-box .font-weight-light,
#vue-feed .tagam-restaurants-top ~ .row .rounded-box .font-weight-light {
  min-height: 20px;
  color: #756d64;
  font-size: 14px;
  font-weight: 700 !important;
}

body.action-restaurants .rounded-box .d-flex.justify-content-between {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(24, 21, 17, 0.07);
}

@media (max-width: 991.98px) {
  body.action-restaurants .tagam-hero-filter-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.action-restaurants .tagam-restaurants-top {
    padding: 18px 14px;
    background: #fff;
    border-radius: 24px;
  }

  body.action-restaurants .tagam-restaurants-heading h1 {
    font-size: 32px;
  }

  body.action-restaurants .tagam-hero-filter-panel {
    padding: 14px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

body.action-restaurants .with-promo,
body.action-restaurants .fav-floating {
  z-index: 4;
}

.list-item-rows .el-button.is-disabled,
.list-item-rows .el-button:disabled,
.list-item-rows .btn-grey.disabled,
.list-item-rows .btn-grey:disabled {
  background: #b8b3ad !important;
  color: #fff !important;
  box-shadow: none;
}

/* Tagam Next visual pass 2 final home overrides */
body.front-page .tagam-home-widgets .swiperOutsideContainer {
  margin: 28px 0 !important;
  padding: 26px !important;
  border: 1px solid rgba(24, 21, 17, 0.07) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 24px 70px rgba(24, 21, 17, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.front-page .tagam-home-widgets .swiperOutsideContainer > .mb-4,
body.front-page .tagam-home-widgets .swiperOutsideContainer > .text-center {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
}

body.front-page .tagam-home-widgets .swiperResto .swiperSlide,
body.front-page .tagam-home-widgets .join-sections .swiperSlide {
  overflow: hidden !important;
  border: 1px solid rgba(24, 21, 17, 0.07) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(24, 21, 17, 0.11) !important;
}

body.front-page .tagam-home-widgets .swiperResto .tagam-restaurant-cover,
body.front-page .tagam-home-widgets .swiperResto .swiperSlide > .position-relative {
  aspect-ratio: 1.86 / 1 !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
}

body.front-page .tagam-home-widgets .swiperResto .swiperSlide img:not(.tagam-card-logo) {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body.front-page .tagam-home-widgets .join-sections img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
}

body.front-page .section-mobileapp.section-newmobileapp {
  max-width: 1160px !important;
  margin: 34px auto !important;
  padding: 34px 22px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 52% 16%, rgba(255, 128, 0, 0.18), transparent 22%),
    linear-gradient(135deg, #20160f 0%, #2d1e14 58%, #15110d 100%) !important;
  box-shadow: 0 34px 86px rgba(24, 17, 10, 0.22) !important;
}

body.front-page .section-mobileapp.section-newmobileapp h1,
body.front-page .section-mobileapp.section-newmobileapp h5,
body.front-page .section-mobileapp.section-newmobileapp p {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  body.front-page .tagam-home-widgets .swiperOutsideContainer {
    margin: 18px 0 !important;
    padding: 18px 14px !important;
    border-radius: 22px !important;
  }

  body.front-page .tagam-home-widgets .join-sections img {
    height: 180px !important;
  }
}

/* Tagam Next visual pass 3: square assets and cuisine scrolling */
body.action-restaurants .tagam-filter-group-wide .tagam-filter-label {
  letter-spacing: 0;
}

body.front-page .swiperCuisine .swiperSlide .el-links,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide .el-links {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links .el-link__inner,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide .el-links .el-link__inner {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links .el-link__inner > div:first-child,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide .el-links .el-link__inner > div:first-child {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background: #fff3e5 !important;
}

body.front-page .swiperCuisine .swiperSlide img,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide img,
body.action-restaurants .tagam-cuisine-chip-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}

body.front-page .swiperCuisine .swiperSlide .truncate,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide .truncate {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  line-height: 1.1 !important;
  text-align: left !important;
  transform: none !important;
}

body.action-restaurants .tagam-cuisine-scroll {
  cursor: grab;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scrollbar-color: rgba(255, 128, 0, 0.55) transparent;
  scrollbar-width: thin;
}

body.action-restaurants .tagam-cuisine-scroll.is-dragging {
  cursor: grabbing;
}

body.action-restaurants .tagam-cuisine-scroll::-webkit-scrollbar {
  display: block !important;
  height: 6px;
}

body.action-restaurants .tagam-cuisine-scroll::-webkit-scrollbar-track {
  background: transparent;
}

body.action-restaurants .tagam-cuisine-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 128, 0, 0.55);
}

body.action-restaurants .tagam-cuisine-chip-img,
body.action-restaurants .tagam-cuisine-chip-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  overflow: hidden !important;
}

.tagam-square-media {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
  background: #f2eee9 !important;
}

.tagam-square-media .tagam-square-image,
.tagam-home-widgets .tagam-square-media .tagam-square-image,
.tagam-card-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}

body.front-page .tagam-home-widgets .swiperResto .tagam-square-media img.tagam-square-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: fill !important;
}

body.front-page .tagam-home-widgets .swiperResto .swiperSlide .tagam-square-media {
  aspect-ratio: 1 / 1 !important;
}

@media (max-width: 767.98px) {
  body.front-page .swiperCuisine .swiperSlide .el-links .el-link__inner > div:first-child,
  body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide .el-links .el-link__inner > div:first-child,
  body.action-restaurants .tagam-cuisine-chip-img,
  body.action-restaurants .tagam-cuisine-chip-icon {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* Tagam Next visual pass 4: sticky restaurants cuisines */
body.action-restaurants .tagam-restaurants-top {
  overflow: visible !important;
  margin-bottom: 16px !important;
}

body.action-restaurants .tagam-cuisine-panel {
  position: sticky !important;
  top: 92px !important;
  z-index: 30 !important;
  max-width: 100% !important;
  margin: 0 0 28px !important;
  padding: 18px 22px 20px !important;
  border: 1px solid rgba(24, 21, 17, 0.08) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 20px 52px rgba(24, 21, 17, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(18px);
}

body.action-restaurants .tagam-cuisine-head {
  margin-bottom: 12px !important;
}

body.action-restaurants .tagam-cuisine-scroll {
  padding-bottom: 8px !important;
  user-select: none;
}

body.action-restaurants .tagam-cuisine-chip {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 8px 14px 8px 8px !important;
}

body.action-restaurants .tagam-cuisine-chip-all .tagam-cuisine-chip-icon {
  background: rgba(255, 255, 255, 0.18) !important;
}

body.action-restaurants .tagam-cuisine-chip-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

@media (max-width: 991.98px) {
  body.action-restaurants .tagam-cuisine-panel {
    top: 76px !important;
  }
}

@media (max-width: 767.98px) {
  body.action-restaurants .tagam-cuisine-panel {
    top: 68px !important;
    margin-bottom: 20px !important;
    padding: 14px 14px 16px !important;
    border-radius: 22px !important;
  }

  body.action-restaurants .tagam-cuisine-chip {
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
  }
}
