/* 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;
  }
}

/* Tagam Next visual pass 5: premium depth, motion and global polish */
:root {
  --tagam-night: #18120e;
  --tagam-coral: #ff5f2e;
  --tagam-gold: #ffb342;
  --tagam-cream: #fffaf3;
  --tagam-ease: cubic-bezier(.2, .8, .2, 1);
}

body.front-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 179, 66, .14), transparent 28rem),
    radial-gradient(circle at 92% 48%, rgba(255, 95, 46, .08), transparent 32rem),
    var(--tagam-cream) !important;
}

body.front-page > .container-fluid:first-child {
  position: relative;
  z-index: 80;
  animation: tagam-nav-in .7s var(--tagam-ease) both;
}

body.front-page #top-navigation {
  border: 1px solid rgba(255, 255, 255, .72) !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 18px 60px rgba(34, 24, 16, .14), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

body.front-page #top-navigation a,
body.front-page #top-navigation button {
  transition: color .25s ease, background-color .25s ease, transform .25s var(--tagam-ease), box-shadow .25s ease;
}

body.front-page #top-navigation a:hover,
body.front-page #top-navigation button:hover {
  transform: translateY(-2px);
}

body.front-page #main-search-banner {
  isolation: isolate;
  overflow: hidden;
}

body.front-page #main-search-banner::before {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.015);
  animation: tagam-hero-breathe 12s ease-in-out infinite alternate;
}

body.front-page #main-search-banner::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -35%;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 36%, rgba(255, 255, 255, .48), transparent 22%),
    radial-gradient(circle at 68% 66%, rgba(255, 170, 64, .22), transparent 28%);
  animation: tagam-aurora 15s ease-in-out infinite alternate;
}

body.front-page .tagam-hero-stage {
  position: relative;
  z-index: 2;
  perspective: 1000px;
}

body.front-page .tagam-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 251, 245, .82)) !important;
  box-shadow: 0 34px 90px rgba(45, 30, 16, .22), inset 0 1px 0 #fff !important;
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  animation: tagam-panel-in .9s .12s var(--tagam-ease) both;
}

body.front-page .tagam-hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 14%;
  left: 14%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tagam-gold), var(--tagam-coral), transparent);
}

body.front-page .tagam-hero-kicker {
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.front-page .tagam-hero-mark {
  box-shadow: 0 0 0 8px rgba(255, 122, 0, .09), 0 8px 24px rgba(255, 95, 46, .26);
  animation: tagam-mark-pulse 2.8s ease-in-out infinite;
}

body.front-page #main-search-banner h1 {
  max-width: 11.5em;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.35rem, 4.1vw, 4.55rem) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}

body.front-page .home-search-wrap .d-flex.flex-sm-row {
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(35, 25, 18, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 42px rgba(38, 26, 17, .12);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s var(--tagam-ease);
}

body.front-page .home-search-wrap .d-flex.flex-sm-row:focus-within {
  border-color: rgba(255, 122, 0, .45);
  box-shadow: 0 18px 52px rgba(255, 122, 0, .18), 0 0 0 5px rgba(255, 122, 0, .08);
  transform: translateY(-2px);
}

body.front-page .home-search-wrap .el-input__wrapper {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.front-page .home-search-wrap .btn-green {
  min-width: 64px;
  min-height: 58px;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, var(--tagam-coral), var(--tagam-orange), var(--tagam-gold)) !important;
  background-size: 180% 180% !important;
  box-shadow: 0 14px 30px rgba(255, 103, 24, .28) !important;
  animation: tagam-gradient-shift 7s ease infinite;
  transition: transform .25s var(--tagam-ease), box-shadow .25s ease !important;
}

body.front-page .home-search-wrap .btn-green:hover {
  transform: translateX(3px) scale(1.035);
  box-shadow: 0 18px 38px rgba(255, 103, 24, .36) !important;
}

body.front-page .tagam-home-widgets .swiperOutsideContainer,
body.front-page .tagam-home-widgets > .container,
body.front-page .section-mobileapp.section-newmobileapp {
  animation: tagam-section-in .8s var(--tagam-ease) both;
}

body.front-page .tagam-home-widgets .swiperOutsideContainer:nth-of-type(2) { animation-delay: .08s; }
body.front-page .tagam-home-widgets .swiperOutsideContainer:nth-of-type(3) { animation-delay: .16s; }

body.front-page .tagam-home-widgets .swiperOutsideContainer {
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--tagam-ease), box-shadow .35s ease, border-color .35s ease;
}

body.front-page .tagam-home-widgets .swiperOutsideContainer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 0, .42), transparent);
}

body.front-page .tagam-home-widgets .swiperOutsideContainer:hover {
  border-color: rgba(255, 122, 0, .14) !important;
  box-shadow: 0 30px 86px rgba(32, 23, 16, .13), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  transform: translateY(-4px);
}

body.front-page .tagam-home-widgets .swiperResto .swiperSlide,
body.front-page .tagam-home-widgets .join-sections .swiperSlide {
  transform: translateZ(0);
  transition: transform .38s var(--tagam-ease), box-shadow .38s ease !important;
}

body.front-page .tagam-home-widgets .swiperResto .swiperSlide:hover,
body.front-page .tagam-home-widgets .join-sections .swiperSlide:hover {
  box-shadow: 0 28px 72px rgba(31, 21, 14, .2) !important;
  transform: translateY(-8px) scale(1.012);
}

body.front-page .swiperCuisine .swiperSlide img,
body.front-page .tagam-home-widgets .swiperCuisine .swiperSlide img,
body.front-page .tagam-square-media .tagam-square-image,
body.front-page .tagam-card-logo {
  object-fit: cover !important;
}

body.front-page .swiperCuisine .swiperSlide .el-links {
  transition: border-color .25s ease, background-color .25s ease, transform .25s var(--tagam-ease), box-shadow .25s ease;
}

body.front-page .swiperCuisine .swiperSlide .el-links:hover {
  border-color: rgba(255, 122, 0, .28) !important;
  background: #fff8ee !important;
  box-shadow: 0 14px 30px rgba(255, 122, 0, .12);
  transform: translateY(-3px);
}

body.front-page .section-mobileapp.section-newmobileapp {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 16%, rgba(255, 179, 66, .28), transparent 24%),
    radial-gradient(circle at 92% 84%, rgba(255, 95, 46, .18), transparent 32%),
    linear-gradient(135deg, #20140d 0%, #2b1a10 54%, #120e0b 100%) !important;
}

body.front-page .section-mobileapp.section-newmobileapp::before,
body.front-page .section-mobileapp.section-newmobileapp::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

body.front-page .section-mobileapp.section-newmobileapp::before { top: -120px; left: -70px; }
body.front-page .section-mobileapp.section-newmobileapp::after { right: -90px; bottom: -150px; width: 330px; height: 330px; }

body.front-page .section-mobileapp .app-store-wrap a,
body.front-page footer .app-store-wrap a {
  display: inline-block !important;
  transition: transform .25s var(--tagam-ease), filter .25s ease;
}

body.front-page .section-mobileapp .app-store-wrap a:hover,
body.front-page footer .app-store-wrap a:hover {
  filter: brightness(1.06);
  transform: translateY(-4px) scale(1.025);
}

body.front-page .sub-footer {
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 122, 0, .15), transparent 24rem),
    var(--tagam-night) !important;
}

body.front-page footer {
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  background: #100d0b !important;
}

body.front-page .sub-footer,
body.front-page .sub-footer a,
body.front-page footer,
body.front-page footer a {
  color: rgba(255, 255, 255, .78) !important;
}

body.front-page .sub-footer a:hover,
body.front-page footer a:hover {
  color: #fff !important;
}

@keyframes tagam-nav-in {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tagam-panel-in {
  from { opacity: 0; transform: translateY(24px) rotateX(2deg) scale(.985); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); }
}

@keyframes tagam-section-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tagam-hero-breathe {
  from { transform: scale(1.015); }
  to { transform: scale(1.055); }
}

@keyframes tagam-aurora {
  from { opacity: .48; transform: translate3d(-2%, -1%, 0) rotate(-2deg); }
  to { opacity: .78; transform: translate3d(2%, 1%, 0) rotate(2deg); }
}

@keyframes tagam-mark-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(255, 122, 0, .08), 0 8px 24px rgba(255, 95, 46, .22); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 13px rgba(255, 122, 0, .03), 0 10px 30px rgba(255, 95, 46, .34); }
}

@keyframes tagam-gradient-shift {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 767.98px) {
  body.front-page #main-search-banner h1 {
    max-width: 10em;
    font-size: clamp(2rem, 9.2vw, 2.75rem) !important;
    line-height: 1.02 !important;
  }

  body.front-page .tagam-hero-panel {
    border-radius: 28px !important;
  }

  body.front-page .home-search-wrap .d-flex.flex-sm-row {
    padding: 7px;
    border-radius: 18px;
  }

  body.front-page .home-search-wrap .btn-green {
    width: 100%;
    min-height: 52px;
  }

  body.front-page .tagam-home-widgets .swiperOutsideContainer:hover,
  body.front-page .tagam-home-widgets .swiperResto .swiperSlide:hover,
  body.front-page .tagam-home-widgets .join-sections .swiperSlide:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.front-page *,
  body.front-page *::before,
  body.front-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Tagam Next visual pass 6: account and inner-page shell */
body.main_layout:not(.front-page) {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 179, 66, .14), transparent 30rem),
    radial-gradient(circle at 88% 28%, rgba(255, 95, 46, .09), transparent 34rem),
    #fffaf4 !important;
}

body.main_layout:not(.front-page) > .container-fluid:first-child {
  position: relative;
  z-index: 80;
  animation: tagam-nav-in .7s var(--tagam-ease) both;
}

body.main_layout:not(.front-page) #top-navigation {
  border: 1px solid rgba(255, 255, 255, .78) !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 18px 60px rgba(34, 24, 16, .1), inset 0 1px 0 #fff !important;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

body.controller-account .page-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 650px;
  padding: 46px 0 72px;
}

body.controller-account .page-content::before,
body.controller-account .page-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

body.controller-account .page-content::before {
  top: 7%;
  left: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 179, 66, .2), rgba(255, 179, 66, 0) 68%);
}

body.controller-account .page-content::after {
  right: -150px;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 95, 46, .13), rgba(255, 95, 46, 0) 68%);
}

body.controller-account .login-container {
  position: relative;
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 44px 46px !important;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(255, 251, 246, .86));
  box-shadow: 0 32px 90px rgba(42, 28, 17, .16), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  animation: tagam-panel-in .8s .08s var(--tagam-ease) both;
}

body.controller-account .login-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 17%;
  left: 17%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tagam-gold), var(--tagam-coral), transparent);
}

body.controller-account .login-container > h5 {
  margin-bottom: 30px !important;
  color: var(--tagam-night);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -.045em;
}

body.controller-account .forms-center {
  max-width: 100% !important;
}

body.controller-account .form-label-group {
  margin-bottom: 14px;
}

body.controller-account .form-label-group .form-control {
  min-height: 64px;
  padding-right: 18px;
  padding-left: 18px;
  border: 1px solid rgba(35, 25, 18, .08) !important;
  border-radius: 17px !important;
  background: rgba(248, 246, 242, .88) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s var(--tagam-ease);
}

body.controller-account .form-label-group .form-control:focus {
  border-color: rgba(255, 122, 0, .42) !important;
  background: #fff !important;
  box-shadow: 0 0 0 5px rgba(255, 122, 0, .08), 0 14px 34px rgba(40, 27, 17, .08) !important;
  transform: translateY(-1px);
}

body.controller-account .login-container .btn-green {
  min-height: 54px;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, var(--tagam-coral), var(--tagam-orange), var(--tagam-gold)) !important;
  background-size: 180% 180% !important;
  box-shadow: 0 15px 34px rgba(255, 103, 24, .24) !important;
  color: #fff !important;
  font-weight: 700;
  animation: tagam-gradient-shift 7s ease infinite;
  transition: transform .25s var(--tagam-ease), box-shadow .25s ease, filter .25s ease !important;
}

body.controller-account .login-container .btn-green:not(:disabled):hover {
  box-shadow: 0 20px 42px rgba(255, 103, 24, .34) !important;
  transform: translateY(-3px);
}

body.controller-account .login-container .btn-green:disabled {
  background: linear-gradient(135deg, #d7d1ca, #c9c2ba) !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .92) !important;
}

body.controller-account .login-container .btn-light {
  min-height: 50px;
  border: 1px solid rgba(35, 25, 18, .08) !important;
  border-radius: 15px !important;
  background: #fff8ee !important;
  color: var(--tagam-night) !important;
  transition: border-color .25s ease, transform .25s var(--tagam-ease), box-shadow .25s ease;
}

body.controller-account .login-container .btn-light:hover {
  border-color: rgba(255, 122, 0, .3) !important;
  box-shadow: 0 12px 28px rgba(255, 122, 0, .12);
  transform: translateY(-2px);
}

body.controller-account .login-container a:not(.btn-green) {
  color: #b94f0d;
}

body.main_layout .sub-footer {
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 122, 0, .15), transparent 24rem),
    var(--tagam-night) !important;
}

body.main_layout footer {
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  background: #100d0b !important;
}

body.main_layout .sub-footer,
body.main_layout .sub-footer a,
body.main_layout footer,
body.main_layout footer a {
  color: rgba(255, 255, 255, .78) !important;
}

body.main_layout .sub-footer a:hover,
body.main_layout footer a:hover {
  color: #fff !important;
}

body.main_layout .sub-footer .el-input__wrapper {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .09) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.main_layout .sub-footer .el-input__inner {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  body.controller-account .page-content {
    min-height: 0;
    padding: 24px 12px 48px;
  }

  body.controller-account .login-container {
    padding: 30px 22px !important;
    border-radius: 26px;
  }

  body.controller-account .login-container > h5 {
    margin-bottom: 24px !important;
  }
}

/* Tagam Next visual pass 7: editorial legal pages and partner CTA */
body.controller-page.action-index .page-content > .container {
  max-width: 1080px;
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

body.controller-page.action-index .page-content > .container > .row {
  display: block;
  margin: 0;
}

body.controller-page.action-index .page-content > .container > .row > .col-md-8 {
  width: 100%;
  max-width: none;
  padding: 0;
  border-right: 0 !important;
}

body.controller-page.action-index .page-content > .container > .row > .col-md-4:empty {
  display: none;
}

body.controller-page.action-index .page-content > .container .text-center.mb-4 {
  margin-bottom: 18px !important;
}

body.controller-page.action-index .page-content > .container .text-center.mb-4 h3 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 15px;
  border: 1px solid rgba(255, 122, 0, .18);
  border-radius: 999px;
  background: rgba(255, 247, 235, .86);
  color: #b94f0d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.controller-page.action-index .page-content > .container .text-left {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 70px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 251, 246, .88));
  box-shadow: 0 30px 90px rgba(42, 28, 17, .12), inset 0 1px 0 #fff;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: tagam-section-in .8s var(--tagam-ease) both;
}

body.controller-page.action-index .page-content > .container .text-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tagam-gold), var(--tagam-coral), transparent);
}

body.controller-page.action-index .page-content > .container .text-left h2 {
  max-width: 16em;
  margin: 0 0 28px;
  color: var(--tagam-night);
  font-size: clamp(2.25rem, 5vw, 4.15rem);
  font-weight: 750;
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}

body.controller-page.action-index .page-content > .container .text-left h3 {
  margin: 34px 0 10px;
  color: var(--tagam-night);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

body.controller-page.action-index .page-content > .container .text-left p,
body.controller-page.action-index .page-content > .container .text-left li {
  max-width: 58rem;
  color: #615b54;
  font-size: 1.05rem;
  line-height: 1.8;
}

body.controller-page.action-index .page-content > .container .text-left a {
  color: #b94f0d;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.controller-page.action-index .section-join-us {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1160px;
  min-height: 390px;
  margin: 34px auto 64px !important;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 179, 66, .26), transparent 26rem),
    radial-gradient(circle at 90% 92%, rgba(255, 95, 46, .2), transparent 28rem),
    linear-gradient(135deg, #21150e, #2c1a10 58%, #120e0b) !important;
  box-shadow: 0 34px 90px rgba(34, 23, 15, .2);
}

body.controller-page.action-index .section-join-us h1,
body.controller-page.action-index .section-join-us h5 {
  color: #fff !important;
  text-wrap: balance;
}

body.controller-page.action-index .section-join-us h1 {
  max-width: 13em;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.3rem, 4.5vw, 4.35rem);
  line-height: 1;
  letter-spacing: -.05em;
}

body.controller-page.action-index .section-join-us .btn-white-parent a {
  width: auto !important;
  min-width: 220px;
  padding: 15px 26px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, var(--tagam-coral), var(--tagam-orange), var(--tagam-gold)) !important;
  box-shadow: 0 16px 38px rgba(255, 103, 24, .3);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s var(--tagam-ease), box-shadow .25s ease;
}

body.controller-page.action-index .section-join-us .btn-white-parent a:hover {
  box-shadow: 0 22px 46px rgba(255, 103, 24, .4);
  transform: translateY(-4px);
}

@media (max-width: 767.98px) {
  body.controller-page.action-index .page-content > .container {
    margin-top: 30px !important;
    margin-bottom: 34px !important;
    padding-right: 14px;
    padding-left: 14px;
  }

  body.controller-page.action-index .page-content > .container .text-left {
    padding: 30px 22px;
    border-radius: 26px;
  }

  body.controller-page.action-index .page-content > .container .text-left h2 {
    font-size: clamp(1.9rem, 8.2vw, 2.1rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body.controller-page.action-index .page-content > .container .text-left p,
  body.controller-page.action-index .page-content > .container .text-left li {
    font-size: .98rem;
    line-height: 1.72;
  }

  body.controller-page.action-index .section-join-us {
    min-height: 430px;
    margin: 20px 14px 46px !important;
    border-radius: 28px;
  }
}
/* Multicheck: separate delivery orders, reviewed before submission. */
.next-multicheck-offer{grid-column:1/-1;display:grid;grid-template-columns:58px 1fr auto;gap:20px;align-items:center;margin:8px 8px 22px;padding:24px 26px;border:1px solid rgba(255,99,59,.22);border-radius:26px;background:radial-gradient(circle at 95% 0,rgba(255,113,72,.15),transparent 34%),linear-gradient(135deg,#fff,#fff7f2);box-shadow:0 18px 48px rgba(78,39,22,.1);transition:opacity .2s ease,transform .2s ease}.next-multicheck-offer.is-dismissed{opacity:0;transform:translateY(-8px)}.next-multicheck-offer-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#ff633b;color:#fff;font-size:29px;box-shadow:0 12px 24px rgba(255,99,59,.25)}.next-multicheck-offer-copy>span{display:block;color:#ff633b;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.next-multicheck-offer h2{margin:4px 0 5px;font-size:clamp(22px,3vw,32px);line-height:1.08;letter-spacing:-.025em;color:#1b1714}.next-multicheck-offer p{max-width:760px;margin:0;color:#736962;font-size:13px;line-height:1.5}.next-multicheck-offer-check{display:flex;gap:8px;align-items:center;margin-top:10px;font-size:12px}.next-multicheck-offer-check strong{color:#28211d}.next-multicheck-offer-check small{color:#8b7f77}.next-multicheck-offer-actions{display:grid;gap:9px;min-width:220px}.next-multicheck-offer-actions a,.next-multicheck-offer-actions button{display:block;min-height:43px;padding:11px 17px;border-radius:999px;text-align:center;font-size:12px;font-weight:750;cursor:pointer}.next-multicheck-offer-actions a{border:0;background:#ff633b;color:#fff;box-shadow:0 9px 20px rgba(255,99,59,.23)}.next-multicheck-offer-actions button{border:1px solid #eadbd1;background:#fff;color:#2c241f}@media(max-width:767px){.next-multicheck-offer{grid-template-columns:46px 1fr;margin:6px 0 18px;padding:20px 17px;gap:13px}.next-multicheck-offer-icon{width:46px;height:46px;border-radius:14px;font-size:24px}.next-multicheck-offer-actions{grid-column:1/-1;min-width:0}.next-multicheck-offer h2{font-size:24px}.next-multicheck-offer-check{align-items:flex-start;flex-direction:column;gap:2px}}
.next-checkout-choice-backdrop{position:fixed;z-index:10090;inset:0;padding:20px;display:grid;place-items:center;background:rgba(24,16,12,.6);backdrop-filter:blur(12px)}.next-checkout-choice{position:relative;width:min(590px,100%);padding:38px;border-radius:30px;background:linear-gradient(145deg,#fffdfb,#fff5ef);box-shadow:0 30px 90px rgba(38,18,8,.38);overflow:hidden}.next-checkout-choice:before{content:"";position:absolute;width:240px;height:240px;right:-90px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(255,101,59,.2),transparent 68%);pointer-events:none}.next-checkout-choice>span{display:block;color:#ff633b;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.next-checkout-choice h2{max-width:480px;margin:7px 40px 10px 0;font-size:clamp(30px,5vw,46px);line-height:1.02;letter-spacing:-.04em;color:#191512}.next-checkout-choice>p{max-width:490px;margin:0 0 20px;color:#716861;font-size:14px;line-height:1.55}.next-checkout-choice-close{position:absolute;z-index:2;right:20px;top:20px;width:38px;height:38px;border:1px solid #eee1d8;border-radius:50%;background:#fff;color:#29211c;font-size:20px}.next-checkout-choice-summary{position:relative;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 16px;margin-bottom:20px;border:1px solid #f0ded3;border-radius:17px;background:rgba(255,255,255,.76)}.next-checkout-choice-summary>i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff0e9;color:#ff633b;font-size:20px}.next-checkout-choice-summary strong,.next-checkout-choice-summary small{display:block}.next-checkout-choice-summary strong{font-size:14px;color:#241d19}.next-checkout-choice-summary small{margin-top:2px;color:#91847c;font-size:11px}.next-checkout-choice-summary>b{font-size:14px;color:#241d19}.next-checkout-choice-actions{display:grid;gap:10px}.next-checkout-choice-actions button{min-height:50px;border-radius:999px;font-weight:750;font-size:14px;cursor:pointer}.next-checkout-choice-add{border:0;background:#ff633b;color:#fff;box-shadow:0 12px 25px rgba(255,99,59,.27)}.next-checkout-choice-add i{margin-right:8px}.next-checkout-choice-single{border:1px solid #e8d9cf;background:#fff;color:#2a211c}@media(max-width:575px){.next-checkout-choice{padding:30px 20px 22px;border-radius:25px}.next-checkout-choice h2{font-size:32px}.next-checkout-choice-summary{grid-template-columns:34px 1fr}.next-checkout-choice-summary>b{grid-column:2}.next-checkout-choice-actions button{font-size:13px}}
.next-multicheck-checkout small{display:block;margin-top:4px;color:#8a7367;font-size:11px}.next-multicheck-list article.next-multicheck-order{display:grid;grid-template-columns:24px 1fr 30px;align-items:start;gap:10px}.next-multicheck-select{padding-top:5px;cursor:pointer}.next-multicheck-select input{position:absolute;opacity:0}.next-multicheck-select span{display:block;width:18px;height:18px;border:1.5px solid #e1d4ca;border-radius:6px;background:#fff}.next-multicheck-select input:checked+span{background:#ff633b;border-color:#ff633b;box-shadow:inset 0 0 0 4px #fff}.next-multicheck-order-main{padding:0;border:0;background:transparent;text-align:left;display:flex;justify-content:space-between;gap:12px;cursor:pointer}.next-multicheck-order-main>span{min-width:0}.next-multicheck-order-main b{white-space:nowrap}.next-multicheck-remove{width:28px;height:28px;border:0;border-radius:50%;background:#fff0ea;color:#e6532d;font-size:21px;line-height:1;cursor:pointer}.next-multicheck-order.is-excluded{opacity:.52}.next-multicheck-order-details{grid-column:2 / 4;margin-top:6px;padding:12px;border-radius:12px;background:#fff7f2}.next-multicheck-detail-items p,.next-multicheck-discounts p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:6px 0;font-size:12px;color:#4a403a}.next-multicheck-detail-items p+p{border-top:1px solid #f2e7e0}.next-multicheck-detail-items small{display:inline;margin:0;color:#9c9088}.next-multicheck-discounts{border-top:1px dashed #e8d8cd;margin-top:8px;padding-top:7px}.next-multicheck-discounts>strong{font-size:11px;color:#e65732;text-transform:uppercase;letter-spacing:.06em}.next-multicheck-discounts b{color:#21955a}.next-multicheck-discounts .is-muted,.next-multicheck-loading{color:#93877f;font-size:12px}
.next-multicheck-address{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0;padding:12px 14px;border:1px solid #ffd7c9;border-radius:15px;background:#fff4ee}.next-multicheck-address>span{display:flex;align-items:center;gap:9px;min-width:0}.next-multicheck-address i{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:9px;background:#ff633b;color:#fff;font-size:16px}.next-multicheck-address strong{font-size:12px;line-height:1.35;color:#7e3927}.next-multicheck-address.is-ready{border-color:#cdebd8;background:#f1fbf5}.next-multicheck-address.is-ready i{background:#24945a}.next-multicheck-address.is-ready strong{color:#246b46}.next-multicheck-address-action{flex:0 0 auto;border:1px solid currentColor;border-radius:999px;padding:8px 11px;background:#fff;color:#e65430;font-size:11px;font-weight:800;cursor:pointer}.next-multicheck-address-action:hover{background:#ff633b;color:#fff}.next-multicheck-address.is-ready .next-multicheck-address-action{color:#247549}.next-multicheck-address.is-ready .next-multicheck-address-action:hover{background:#24945a;color:#fff}
.next-multicheck-steps{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:16px 0 14px}.next-multicheck-steps span{color:#9c8f87;font-size:11px;font-weight:800}.next-multicheck-steps span.is-active{color:#ff633b}.next-multicheck-steps span.is-done{color:#24945a}.next-multicheck-steps i{height:2px;border-radius:2px;background:#eadfd8}.is-confirm-ready .next-multicheck-steps i{background:linear-gradient(90deg,#24945a,#ff633b)}.is-confirm-ready .next-multicheck-list,.is-confirm-ready .next-multicheck-address{opacity:.72}.is-confirm-ready .next-multicheck-select,.is-confirm-ready .next-multicheck-remove{cursor:not-allowed}.is-confirm-ready .next-multicheck-status{padding:12px 14px;border:1px solid #cdebd8;border-radius:14px;background:#f1fbf5;color:#246b46!important;font-weight:700}.is-confirm-ready .next-multicheck-confirm{background:linear-gradient(135deg,#ff633b,#f04425);box-shadow:0 12px 26px rgba(240,68,37,.3)}
.next-multicheck-checkout{margin:0 0 16px;padding:16px;border:1px solid rgba(255,101,59,.25);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fff4ee 100%);box-shadow:0 14px 34px rgba(91,44,26,.08);display:flex;gap:14px;align-items:center;justify-content:space-between}.next-multicheck-checkout span,.next-multicheck-kicker{display:block;color:#ff633b;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.next-multicheck-checkout strong{display:block;margin-top:3px;font-size:13px;line-height:1.35;color:#1c1714}.next-multicheck-checkout button,.next-multicheck-confirm{border:0;border-radius:999px;background:#ff633b;color:#fff;padding:11px 16px;font-weight:700;font-size:12px;line-height:1.2;box-shadow:0 8px 18px rgba(255,99,59,.25);transition:transform .2s ease,box-shadow .2s ease}.next-multicheck-checkout button:hover,.next-multicheck-confirm:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(255,99,59,.32);color:#fff}.next-multicheck-backdrop{position:fixed;z-index:10080;inset:0;background:rgba(23,16,12,.57);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px}.next-multicheck-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:28px;padding:34px;background:#fffaf6;box-shadow:0 28px 85px rgba(30,15,8,.38)}.next-multicheck-modal h2{margin:5px 34px 6px 0;font-size:34px;line-height:1.05;color:#1a1715}.next-multicheck-modal>p{margin:0 0 18px;color:#716963;font-size:14px;line-height:1.45}.next-multicheck-close{position:absolute;right:20px;top:20px;width:34px;height:34px;border:1px solid #eee4dc;border-radius:50%;background:white;font-size:25px;line-height:1;color:#352b26}.next-multicheck-list{border:1px solid #f0e6df;border-radius:18px;overflow:hidden;background:#fff}.next-multicheck-list article{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f3ece7}.next-multicheck-list article:last-child{border:0}.next-multicheck-list strong,.next-multicheck-list small{display:block}.next-multicheck-list strong{font-size:14px;color:#1c1714}.next-multicheck-list small{margin-top:2px;color:#91877f;font-size:12px}.next-multicheck-list b{font-size:13px;color:#1f1916}.next-multicheck-warning{padding:12px 14px;border-radius:14px;background:#fff0e9!important;color:#94503b!important;font-size:12px!important}.next-multicheck-status{min-height:20px;color:#8c4330!important;font-weight:700}.next-multicheck-confirm{display:block;width:100%;text-align:center;cursor:pointer}.next-multicheck-confirm:disabled{opacity:.6;cursor:wait;transform:none}.next-multicheck-results a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #eee5df;color:#211a17;text-decoration:none}.next-multicheck-results a:last-child{border:0}.next-multicheck-results i{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:8px;border-radius:50%;background:#dff7e6;color:#1d9a54;font-style:normal;font-weight:800}@media(max-width:575px){.next-multicheck-checkout{align-items:flex-start;flex-direction:column}.next-multicheck-checkout button{width:100%}.next-multicheck-address{align-items:stretch;flex-direction:column}.next-multicheck-address-action{width:100%}.next-multicheck-modal{padding:28px 20px;border-radius:24px}.next-multicheck-modal h2{font-size:29px}}

/* Checkout multicheck discovery: a clear choice, modeled after the customer PWA flow. */
.next-multicheck-offer {
  grid-template-columns: 64px minmax(0, 1fr) minmax(220px, 260px);
  padding: 28px;
  border: 1px solid rgba(255, 123, 76, .38);
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 122, 73, .35), transparent 32%),
    linear-gradient(135deg, #24130d 0%, #3d1b10 58%, #522313 100%);
  box-shadow: 0 24px 64px rgba(55, 25, 12, .24);
}
.next-multicheck-offer-icon {
  background: linear-gradient(145deg, #ff8057, #ff5f38);
  box-shadow: 0 15px 34px rgba(255, 95, 56, .36);
}
.next-multicheck-offer-copy > span,
.next-multicheck-offer h2,
.next-multicheck-offer-check strong { color: #fff; }
.next-multicheck-offer p { color: rgba(255, 255, 255, .76); }
.next-multicheck-offer-copy > em,
.next-multicheck-checkout-copy > em {
  display: block;
  margin-top: 9px;
  color: #ffb59d;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.next-multicheck-offer-check {
  width: max-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}
.next-multicheck-offer-check small { color: rgba(255, 255, 255, .66); }
.next-multicheck-offer-actions a {
  background: linear-gradient(135deg, #ff8159, #ff5f38);
  box-shadow: 0 13px 28px rgba(255, 95, 56, .3);
}
.next-multicheck-offer-actions button {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.next-multicheck-checkout {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: start;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 123, 76, .42);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 105% -5%, rgba(255, 117, 70, .42), transparent 38%),
    linear-gradient(145deg, #25130d, #482012);
  box-shadow: 0 20px 48px rgba(62, 28, 13, .22);
}
.next-multicheck-checkout-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(145deg, #ff8057, #ff5d35);
  box-shadow: 0 12px 25px rgba(255, 94, 53, .34);
}
.next-multicheck-checkout-copy > span { color: #ffb49a; }
.next-multicheck-checkout-copy > strong {
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.next-multicheck-checkout-copy > small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.45;
}
.next-multicheck-checkout-actions {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin-top: 3px;
}
.next-multicheck-checkout-actions a,
.next-multicheck-checkout-actions button {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.next-multicheck-checkout-actions a {
  color: #fff;
  background: linear-gradient(135deg, #ff8057, #ff5e36);
  box-shadow: 0 11px 24px rgba(255, 95, 55, .28);
}
.next-multicheck-checkout-actions button {
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}
.next-multicheck-checkout-actions a:hover,
.next-multicheck-checkout-actions button:hover {
  color: #fff;
  transform: translateY(-1px);
}
.next-multicheck-inline {
  grid-column: 1 / -1;
  min-width: 0;
  margin-top: 4px;
}
.next-multicheck-inline > h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.next-multicheck-inline > p {
  margin: 8px 2px 0;
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
  line-height: 1.35;
}
.next-multicheck-inline-list {
  display: grid;
  gap: 8px;
}
.next-multicheck-inline-check {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .075);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.next-multicheck-inline-check:hover,
.next-multicheck-inline-check.is-open {
  border-color: rgba(255, 142, 103, .46);
  background: rgba(255, 255, 255, .12);
}
.next-multicheck-checkout .next-multicheck-inline-main {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 10px 11px;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-align: left;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.next-multicheck-checkout .next-multicheck-inline-main:hover {
  color: #fff;
  transform: none;
  box-shadow: none;
}
.next-multicheck-inline-index {
  display: grid !important;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ff8a65 !important;
  font-size: 18px !important;
  background: rgba(255, 255, 255, .1);
}
.next-multicheck-inline-copy { min-width: 0; }
.next-multicheck-inline-copy strong {
  overflow: hidden;
  margin: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-multicheck-inline-copy small {
  overflow: hidden;
  margin: 3px 0 0 !important;
  color: rgba(255, 255, 255, .62) !important;
  font-size: 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-multicheck-inline-chevron {
  color: #ffad92 !important;
  font-size: 21px !important;
  transition: transform .2s ease;
}
.next-multicheck-inline-main[aria-expanded="true"] .next-multicheck-inline-chevron {
  transform: rotate(180deg);
}
.next-multicheck-inline-details {
  margin: 0 8px 8px;
  padding: 12px;
  border-radius: 13px;
  color: #332722;
  background: #fffaf7;
  box-shadow: inset 0 0 0 1px rgba(71, 32, 17, .06);
}
.next-multicheck-detail-title {
  display: block;
  margin-bottom: 7px !important;
  color: #2b211d !important;
  font-size: 11px !important;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.next-multicheck-detail-items {
  display: grid;
  gap: 7px;
}
.next-multicheck-detail-items .next-multicheck-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 7px;
  border: 1px solid #f1e6df;
  border-radius: 11px;
  background: #fff;
}
.next-multicheck-item > img,
.next-multicheck-item-placeholder {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  object-fit: cover;
  color: #d96a49;
  background: #fff0e9;
}
.next-multicheck-item > div { min-width: 0; }
.next-multicheck-item > div > strong {
  display: inline;
  margin: 0;
  color: #2b211d;
  font-size: 11px;
  line-height: 1.3;
}
.next-multicheck-item > div > small {
  display: inline;
  margin-left: 5px;
  color: #8e8179;
  font-size: 10px;
}
.next-multicheck-item > div > em {
  display: block;
  width: fit-content;
  margin-top: 4px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #17794a;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  background: #e7f8ef;
}
.next-multicheck-item > div > em i { margin-right: 4px; }
.next-multicheck-item > span {
  color: #2d231f;
  font-size: 10px;
  white-space: nowrap;
}
.next-multicheck-item > span del {
  margin-right: 3px;
  color: #a69890;
}
.next-multicheck-discounts {
  margin-top: 12px;
  padding-top: 10px;
}
.next-multicheck-discounts > strong {
  color: #e45f38;
  font-size: 10px;
}
.next-multicheck-discounts p {
  padding: 5px 0;
  color: #574941;
  font-size: 10px;
}
.next-multicheck-discounts p.is-discount {
  color: #16794a;
  font-weight: 750;
}
.next-multicheck-discounts p.is-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid #eadfd8;
  color: #241b17;
  font-size: 11px;
  font-weight: 850;
}
.next-multicheck-inline-details .next-multicheck-loading {
  margin: 0;
  padding: 13px 5px;
  text-align: center;
}

/* Multicheck owns the order summary when several restaurant carts are present. */
#vue-cart .card.has-next-multicheck > .card-body,
#vue-cart .card.has-next-multicheck > .divider {
  display: none !important;
}
.next-multicheck-saving {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid;
  border-radius: 12px;
  text-decoration: none !important;
}
.next-multicheck-saving > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 17px;
}
.next-multicheck-saving span { min-width: 0; }
.next-multicheck-saving strong,
.next-multicheck-saving small { display: block; }
.next-multicheck-saving strong { font-size: 11px; line-height: 1.25; }
.next-multicheck-saving small { margin-top: 2px; font-size: 9px; line-height: 1.35; }
.next-multicheck-saving > b { font-size: 9px; white-space: nowrap; }
.next-multicheck-saving.is-applied {
  border-color: #bfe8ce;
  color: #176e45;
  background: #ebfaf1;
}
.next-multicheck-saving.is-applied > i { color: #fff; background: #25a766; }
.next-multicheck-saving.is-opportunity {
  border-color: #ffc9b8;
  color: #9b3e24;
  background: linear-gradient(135deg, #fff3ee, #fffaf7);
}
.next-multicheck-saving.is-opportunity:hover { color: #7d2e19; border-color: #ff8b68; }
.next-multicheck-saving.is-opportunity > i { color: #fff; background: #ff6542; }
.next-multicheck-grand-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  padding-top: 10px;
  border-top: 1px solid #dfd1c8;
  color: #211814;
  font-size: 13px;
  font-weight: 850;
}
.is-confirm-ready.has-error .next-multicheck-status {
  border-color: #f2c4b8;
  color: #9d3b25 !important;
  background: #fff0ec;
}
.next-global-multicart{margin:0 0 16px;padding:16px;border-radius:20px;color:#fff;background:radial-gradient(circle at 100% 0,rgba(255,112,70,.28),transparent 38%),linear-gradient(145deg,#2b120a,#6b2c18);box-shadow:0 16px 35px rgba(48,20,10,.22)}
.next-global-multicart>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:11px}.next-global-multicart>header span small,.next-global-multicart>header span strong{display:block}.next-global-multicart>header small{color:#ffae91;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.next-global-multicart>header strong{margin-top:2px;color:#fff;font-size:16px}.next-global-multicart>header>b{color:#ffd4c4;font-size:11px}
.next-global-multicart>div{display:grid;gap:7px}.next-global-multicart-entry{display:grid;grid-template-columns:minmax(0,1fr) 32px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.08)}.next-global-multicart-entry.is-active{border-color:#ff8d68;background:rgba(255,112,70,.18)}.next-global-multicart-entry>button:first-child{display:flex;align-items:center;justify-content:space-between;gap:9px;min-width:0;padding:11px 12px;border:0;color:#fff;text-align:left;background:transparent;cursor:pointer}.next-global-multicart-entry span{min-width:0}.next-global-multicart-entry strong,.next-global-multicart-entry small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.next-global-multicart-entry strong{font-size:11px}.next-global-multicart-entry small{margin-top:2px;color:rgba(255,255,255,.62);font-size:9px}.next-global-multicart-entry b{font-size:10px;white-space:nowrap}.next-global-multicart-remove{align-self:center;width:26px;height:26px;border:0;border-radius:50%;color:#ffb298;background:rgba(255,255,255,.1);cursor:pointer}.next-global-multicart>a{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:11px;padding:11px 14px;border-radius:999px;color:#fff!important;font-size:11px;font-weight:800;background:#ff6542;box-shadow:0 9px 20px rgba(255,80,45,.28)}

@media (max-width: 767px) {
  .next-multicheck-offer {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px 17px;
  }
  .next-multicheck-offer-actions { grid-column: 1 / -1; }
  .next-multicheck-saving { grid-template-columns: 34px minmax(0, 1fr); }
  .next-multicheck-saving > b { grid-column: 2; }
}

/* Saved-address picker: native radios with a large, reliable click target. */
.next-saved-address-list {
  display: grid;
  gap: 9px;
}
.next-saved-address-modal.show {
  background: rgba(28, 20, 16, .52);
  backdrop-filter: blur(5px);
}
.next-saved-address-option {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  text-align: left;
  color: inherit;
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid #eee4dd;
  border-radius: 14px;
  color: #201b18;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.next-saved-address-option:hover {
  border-color: rgba(255, 99, 59, .42);
  background: #fff9f5;
  transform: translateY(-1px);
}
.next-saved-address-option.is-selected {
  border-color: #ff633b;
  background: #fff4ed;
  box-shadow: 0 8px 20px rgba(255, 99, 59, .12);
}
.next-saved-address-option > input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.next-saved-address-radio {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid #cfc4bd;
  border-radius: 50%;
  background: #fff;
}
.next-saved-address-option.is-selected .next-saved-address-radio {
  border-color: #ff633b;
  box-shadow: inset 0 0 0 5px #ff633b;
}
.next-saved-address-copy,
.next-saved-address-copy strong,
.next-saved-address-copy small { display: block; }
.next-saved-address-copy strong {
  color: #241d19;
  font-size: 13px;
  line-height: 1.25;
}
.next-saved-address-copy small {
  margin-top: 3px;
  color: #796e67;
  font-size: 12px;
  line-height: 1.35;
}

/* TAGAM Next II: global multicart drawer — rows expand in place instead of reloading the page */
.next-global-multicart-entry{grid-template-columns:minmax(0,1fr) 32px}
.next-global-multicart-entry>button:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto 18px}
.next-global-multicart-entry.is-open>button:first-child>i{transform:rotate(180deg)}
.next-global-multicart-details{grid-column:1 / -1;margin:0 8px 8px;padding:12px;border-radius:13px;background:rgba(255,255,255,.92);color:#34221a}
.next-global-multicart-details-title{font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#ff633b}
.next-global-multicart-items{display:grid;gap:0;margin-top:6px}
.next-global-multicart-items p,.next-global-multicart-summary p{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:0;padding:6px 0;border-top:1px solid rgba(80,43,28,.09);font-size:11px;line-height:1.3}
.next-global-multicart-items p:first-child{border-top:0}
.next-global-multicart-items small{color:#9a8075}
.next-global-multicart-items b,.next-global-multicart-summary b{white-space:nowrap;color:#21150f}
.next-global-multicart-summary{margin-top:8px;padding-top:8px;border-top:1px dashed rgba(80,43,28,.16)}
.next-global-multicart-summary>strong{display:block;margin-bottom:2px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#ff633b}
.next-global-multicart-summary>small,.next-global-multicart-loading{display:block;margin:6px 0;color:#8b776e;font-size:11px}
.next-global-multicart-summary .is-discount b{color:#21955a}
.next-global-multicart-summary .is-total{margin-top:4px;font-weight:850}
.next-global-multicart-open{display:flex!important;align-items:center;justify-content:center;gap:7px;margin-top:10px;padding:9px 11px;border-radius:999px;background:#ff6542;color:#fff!important;font-size:11px;font-weight:850;text-decoration:none!important}
