.ob-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  gap: 2px;
  height: 52px;
  padding: 12px 24px;
  box-sizing: border-box;
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
}
.ob-btn-outline svg {
  flex-shrink: 0;
}
.ob-btn-outline:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}

.ob-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  gap: 2px;
  height: 52px;
  padding: 12px 24px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
}
.ob-btn-primary svg {
  flex-shrink: 0;
}
.ob-btn-primary svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}

.ob-link {
  font-weight: 700;
  color: #f68d3e;
  text-decoration: underline;
}
.ob-link:hover {
  color: #f47617;
}
.ob-link--secondary {
  color: #15255a;
  font-weight: 400;
  text-decoration: none;
}

.client-v2 {
  font-family: "Sora", sans-serif;
  color: #15255a;
  background-color: #faf7f3;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.client-v2-content {
  flex: 1;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 900px) {
  .client-v2-content {
    padding: 16px 16px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .client-v2-content {
    padding: 24px 32px;
  }
}
@media (min-width: 1200px) {
  .client-v2-content {
    padding: 24px 64px;
  }
}

.page-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 24px 0;
}

@keyframes cart-badge-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.5);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cart-badge-bounce {
  animation: cart-badge-bounce 0.4s ease;
}

.desktop-nav {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (min-width: 900px) {
  .desktop-nav {
    display: block;
  }
}
.desktop-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .desktop-nav__container {
    padding: 16px 32px;
  }
}
@media (min-width: 1200px) {
  .desktop-nav__container {
    padding: 16px 64px;
  }
}
.desktop-nav__logo {
  flex-shrink: 0;
}
.desktop-nav__logo img {
  display: block;
}
.desktop-nav__menu {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (min-width: 1200px) {
  .desktop-nav__menu {
    gap: 24px;
  }
}
.desktop-nav__cart {
  flex-shrink: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  padding-right: 16px;
  text-decoration: none;
  color: #15255a;
  border-radius: 100px;
  transition: background-color 0.2s ease;
}
.nav-item:not(.nav-item--active):hover {
  background-color: #ebf8ee;
}
.nav-item--active {
  background-color: #ebf8ee;
}
.nav-item--active .nav-item__icon-wrapper {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
}
.nav-item--active .nav-item__icon {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.nav-item--active .nav-item__label {
  font-weight: 700;
}
.nav-item__icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #ebf8ee;
  flex-shrink: 0;
}
.nav-item__icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-item__icon-container--19 {
  width: 19.5px;
  height: 19.5px;
}
.nav-item__icon-container--21 {
  width: 21.5px;
  height: 21.5px;
}
.nav-item__icon-container--orders {
  width: 24px;
  height: 19.2px;
}
.nav-item__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-item__label {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.nav-item__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #f68d3e;
  color: #ffffff;
  border: 1.313px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.cart-button {
  display: block;
  text-decoration: none;
  position: relative;
}
.cart-button__wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15255a;
}
.cart-button--active .cart-button__wrapper {
  background-color: #ebf8ee;
}
.cart-button--selected .cart-button__wrapper {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
}
.cart-button__icon-container {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-button__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-button--selected .cart-button__icon {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.cart-button__badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f68d3e;
  color: #ffffff;
  border: 1.313px solid #ffffff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 10;
}

.mobile-nav-top {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 73px;
}
@media (min-width: 900px) {
  .mobile-nav-top {
    display: none;
  }
}
.mobile-nav-top__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.mobile-nav-top__logo img {
  display: block;
}

.mobile-cart-button {
  position: relative;
  text-decoration: none;
}
.mobile-cart-button__wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15255a;
}
.mobile-cart-button--active .mobile-cart-button__wrapper {
  background-color: #ebf8ee;
}
.mobile-cart-button--selected .mobile-cart-button__wrapper {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
}
.mobile-cart-button__icon-container {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-cart-button__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-cart-button--selected .mobile-cart-button__icon {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.mobile-cart-button__badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f68d3e;
  color: #ffffff;
  border: 1.313px solid #ffffff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 10;
}

.mobile-nav-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 146px;
  pointer-events: none;
}
@media (min-width: 900px) {
  .mobile-nav-bottom {
    display: none;
  }
}
.mobile-nav-bottom__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 146px;
  background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
}
.mobile-nav-bottom__bar {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  display: flex;
  gap: 6px;
  padding: 6px 16px;
  pointer-events: auto;
  width: calc(100% - 48px);
  max-width: 366px;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #15255a;
  flex: 1;
  padding: 2px;
  border-radius: 100px;
}
.mobile-nav-item--active .mobile-nav-item__icon-wrapper {
  background: linear-gradient(180deg, #59bfd6 0%, #7bce59 100%);
  color: #ffffff;
}
.mobile-nav-item--active .mobile-nav-item__icon {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.mobile-nav-item--active .mobile-nav-item__label {
  font-weight: 700;
}
.mobile-nav-item__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #ebf8ee;
  color: #15255a;
}
.mobile-nav-item__icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-nav-item__icon-container--19 {
  width: 19.5px;
  height: 19.5px;
}
.mobile-nav-item__icon-container--21 {
  width: 21.5px;
  height: 21.5px;
}
.mobile-nav-item__icon-container--orders {
  width: 24px;
  height: 19.2px;
}
.mobile-nav-item__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-nav-item__label {
  font-family: "Sora", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.11px;
  text-align: center;
  white-space: nowrap;
}

.menu-page {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  margin-top: -16px;
}
@media (min-width: 1024px) {
  .menu-page {
    margin-top: -24px;
  }
}
@media (min-width: 900px) {
  .menu-page .menu-page__content {
    display: grid;
    grid-template-columns: 358px 1fr;
    align-items: start;
    gap: 24px;
    padding-top: 24px;
    flex: 1;
  }
  .menu-page .menu-page__content--no-sidebar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .menu-page .menu-page__meals {
    min-width: 0;
  }
}
@media (max-width: 899px) {
  .menu-page .menu-page__content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .menu-page .menu-page__meals {
    padding: 0;
    padding-top: 125px;
    padding-bottom: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.subheader {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  position: sticky;
  top: 81px;
  z-index: 90;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 899px) {
  .subheader {
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
  }
  .subheader--hidden {
    transform: translateY(-140px);
    visibility: hidden;
    pointer-events: none;
  }
}
.subheader__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .subheader__container {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .subheader__container {
    padding: 0 64px;
  }
}
@media (max-width: 899px) {
  .subheader__container {
    flex-direction: column;
    height: auto;
    padding: 0;
    gap: 0;
  }
}
.subheader__left {
  flex: 1;
}
@media (max-width: 899px) {
  .subheader__left {
    width: 100%;
    order: 1;
  }
}
.subheader__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 899px) {
  .subheader__right {
    width: 100%;
    padding: 0 16px;
    height: 56px;
    order: 2;
    box-sizing: border-box;
  }
}
.subheader__location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  background: #f1f1f1;
  border-radius: 100px;
  font-size: 16px;
  color: #4c4c4c;
  cursor: pointer;
}
.subheader__location-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.subheader__timeslot {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  background: #ebf8ee;
  border-radius: 100px;
  font-size: 16px;
  color: #15255a;
}
.subheader__timeslot-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #15255a;
}
.subheader__timeslot-text {
  font-weight: 400;
}
.subheader__timeslot-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #15255a;
}
.subheader__timeslot--interactive {
  position: relative;
  cursor: pointer;
}
.subheader__filter-btn {
  display: none;
}
@media (max-width: 899px) {
  .subheader__filter-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    color: #4c4c4c;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
  }
  .subheader__filter-btn svg {
    width: 24px;
    height: 24px;
  }
}
.subheader__filter-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #f68d3e;
  border: 1.3px solid #ffffff;
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.subheader__filter-badge[hidden] {
  display: none;
}

.compact-toolbar {
  display: none;
}
@media (max-width: 899px) {
  .compact-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    padding: 0 16px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    z-index: 100;
  }
  .compact-toolbar[hidden] {
    display: none;
  }
}
.compact-toolbar__day-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.compact-toolbar__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #15255a;
  -webkit-tap-highlight-color: transparent;
}
.compact-toolbar__arrow svg {
  width: 16px;
  height: 16px;
}
.compact-toolbar__arrow--disabled {
  background: #f1f1f1;
  color: #4c4c4c;
  cursor: default;
  pointer-events: none;
}
.compact-toolbar__day-label {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  min-width: 60px;
  text-align: center;
}
.compact-toolbar__timeslot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.compact-toolbar__timeslot svg {
  width: 16px;
  height: 16px;
}
.compact-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.compact-toolbar__filter-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #f1f1f1;
  border: none;
  border-radius: 100px;
  color: #4c4c4c;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.compact-toolbar__filter-btn svg {
  width: 20px;
  height: 20px;
}
.compact-toolbar .compact-toolbar__cart-badge, .compact-toolbar .compact-toolbar__filter-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #f68d3e;
  border: 1.3px solid #ffffff;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compact-toolbar [hidden].compact-toolbar__cart-badge, .compact-toolbar [hidden].compact-toolbar__filter-badge {
  display: none;
}
.compact-toolbar__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #f1f1f1;
  text-decoration: none;
  color: #15255a;
  -webkit-tap-highlight-color: transparent;
}
.compact-toolbar__cart svg {
  width: 20px;
  height: 20px;
}
.compact-toolbar__cart--active {
  background: #ebf8ee;
}
.day-switcher {
  width: 100%;
}
.day-switcher__container {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.day-switcher__container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 899px) {
  .day-switcher__container {
    padding: 12px 16px;
  }
}

.day-button {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 32px;
  padding: 6px 12px;
  border-radius: 100px;
  border: none;
  background: #ebf8ee;
  color: #15255a;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.day-button__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.day-button__badge {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: -12px;
  color: #ffffff;
}
.day-button__badge svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.day-button--selected {
  background: #15255a;
  color: #ffffff;
  gap: 8px;
}
.day-button--selected .day-button__label {
  font-weight: 700;
}
.day-button--ordered {
  background: #ebf8ee;
  color: #15255a;
  gap: 8px;
}
.day-button--available {
  background: #ebf8ee;
  color: #15255a;
}
.day-button--available:hover {
  background: #e0f4e4;
}
.day-button--no-menu {
  background: #f1f1f1;
  color: #4c4c4c;
}
.day-button:not(.day-button--no-menu):not(.day-button--selected):hover {
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
}

.filter-panel {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  position: sticky;
  top: 168px;
  max-height: calc(100vh - 80px - 64px - 24px - 24px);
  overflow-y: auto;
}
@media (max-width: 899px) {
  .filter-panel {
    position: fixed;
    inset: 0;
    max-width: none;
    max-height: none;
    z-index: 300;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0.3s;
  }
  .filter-panel.filter-panel--open {
    pointer-events: all;
    transform: translateY(0);
    visibility: visible;
  }
}
.filter-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 899px) {
  .filter-panel__header {
    position: relative;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}
.filter-panel__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
}
.filter-panel__reset-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  display: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.4;
  color: #f68d3e;
}
.filter-panel__reset-link[hidden] {
  display: none;
}
@media (min-width: 900px) {
  .filter-panel__reset-link {
    display: inline-flex;
  }
}
.filter-panel__close {
  display: none;
}
@media (max-width: 899px) {
  .filter-panel__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #15255a;
    -webkit-tap-highlight-color: transparent;
  }
  .filter-panel__close svg {
    width: 24px;
    height: 24px;
  }
}
.filter-panel__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 899px) {
  .filter-panel__content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
  }
}
.filter-panel__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 899px) {
  .filter-panel__footer {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    padding: 16px;
  }
  .filter-panel__footer::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
    pointer-events: none;
    clip-path: inset(0 0 122px 0);
  }
}
.filter-panel__clear-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
  flex: 1;
  height: 52px;
  padding: 0 16px;
}
.filter-panel__clear-btn:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
@media (min-width: 900px) {
  .filter-panel__clear-btn {
    display: none;
  }
}
.filter-panel__apply-btn {
  flex: 2;
  height: 52px;
  padding: 0 24px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-panel__apply-btn svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
@media (min-width: 900px) {
  .filter-panel__apply-btn {
    display: none;
  }
}
.filter-panel__apply-btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
}

.filter-section__title {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  margin: 0 0 12px 0;
}

.price-range__inputs {
  position: relative;
  height: 24px;
  margin-bottom: 12px;
}
.price-range__inputs::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 8px;
  background: #ebf8ee;
  border-radius: 4px;
}
.price-range__inputs::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(12px + (100% - 24px) * var(--range-min, 0) / 100);
  right: calc(12px + (100% - 24px) * (100 - var(--range-max, 100)) / 100);
  height: 8px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  border-radius: 4px;
}
.price-range__slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 24px;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  z-index: 1;
}
.price-range__slider::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border-radius: 4px;
}
.price-range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #15255a;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  margin-top: -8px;
}
.price-range__slider::-moz-range-track {
  height: 8px;
  background: transparent;
  border-radius: 4px;
}
.price-range__slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #15255a;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}
.price-range__labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #15255a;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill {
  padding: 4px 8px;
  background: #faf7f3;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  color: #15255a;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-pill:hover {
  background: #f3ebe1;
}
.filter-pill.filter-pill--active {
  background: #15255a;
  color: #ffffff;
  border-color: #15255a;
}

.filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.filter-checkbox span {
  font-size: 13px;
  color: #15255a;
}

.restaurant-group {
  margin-bottom: 16px;
}
.restaurant-group[data-menu-restaurant-expanded-value=false] {
  margin-bottom: 4px;
}
.restaurant-group--expired .restaurant-header__logo {
  filter: grayscale(1);
  opacity: 0.6;
}
.restaurant-group--expired .restaurant-header__details,
.restaurant-group--expired .restaurant-header__toggle {
  opacity: 0.6;
}
.restaurant-group--expired .meals-grid__category-heading {
  color: #4c4c4c;
}

.restaurant-header {
  display: grid;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-bottom: 4px;
  position: sticky;
  top: 145px;
  z-index: 80;
}
@media (max-width: 899px) {
  .restaurant-header {
    top: 182px;
    transition: background 0.2s ease;
    padding: 8px 0;
    row-gap: 8px;
    border-color: transparent;
    border-radius: 0;
  }
  .restaurant-header::before {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    z-index: -1;
  }
  .restaurant-header .restaurant-header__logo {
    width: 32px;
    height: 32px;
  }
  .restaurant-header .restaurant-header__details {
    flex-direction: row;
    align-items: center;
  }
  .restaurant-header .restaurant-header__deadline,
  .restaurant-header .restaurant-header__separator {
    display: none;
  }
}
@media (hover: hover) {
  .restaurant-header:hover {
    background: #f9fdfa;
  }
}
@media (min-width: 900px) {
  .restaurant-header {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    padding: 24px 16px;
  }
  .restaurant-header--stuck {
    border-radius: 0;
    box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  }
}
@media (max-width: 899px) {
  .restaurant-header {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 16px;
    padding: 12px 0;
  }
}
.restaurant-header__logo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  grid-column: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .restaurant-header__logo {
    width: 60px;
    height: 60px;
    grid-row: 1/3;
  }
}
@media (max-width: 899px) {
  .restaurant-header__logo {
    width: 48px;
    height: 48px;
    grid-row: 1;
  }
}
.restaurant-header__logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.restaurant-header__details {
  display: flex;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 900px) {
  .restaurant-header__details {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 899px) {
  .restaurant-header__details {
    flex-direction: column;
  }
}
.restaurant-header__name {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.restaurant-header__separator {
  width: 1px;
  height: 14px;
  background: #e2e2e2;
  flex-shrink: 0;
}
@media (max-width: 899px) {
  .restaurant-header__separator {
    display: none;
  }
}
.restaurant-header__deadline {
  font-size: 14px;
  color: #15255a;
  margin: 0;
  white-space: nowrap;
}
.restaurant-header__deadline--expired {
  color: #4c4c4c;
}
.restaurant-header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ebf8ee;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  grid-column: 3;
  align-self: center;
}
@media (min-width: 900px) {
  .restaurant-header__toggle {
    grid-row: 1/3;
  }
}
@media (max-width: 899px) {
  .restaurant-header__toggle {
    grid-row: 1;
  }
}
.restaurant-header__toggle:hover {
  background: #d8f1de;
}
.restaurant-header__chevron {
  transition: transform 0.3s ease;
  color: #15255a;
}
.restaurant-group[data-menu-restaurant-expanded-value=false] .restaurant-header__chevron {
  transform: rotate(90deg);
}
.restaurant-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  grid-row: 2;
}
@media (min-width: 900px) {
  .restaurant-header__categories {
    grid-column: 2;
  }
}
@media (max-width: 899px) {
  .restaurant-header__categories {
    grid-column: 1/-1;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .restaurant-header__categories::-webkit-scrollbar {
    display: none;
  }
}

.category-pill {
  padding: 4px 8px;
  background: #faf7f3;
  border-radius: 100px;
  font-size: 12px;
  color: #15255a;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .category-pill:hover {
    background: #f3ebe1;
  }
}
.category-pill--active {
  background: #15255a;
  color: #ffffff;
}

.restaurant-group[data-menu-restaurant-expanded-value=false] .restaurant-meals {
  display: none;
}

.meals-grid {
  display: grid;
  gap: 4px;
  padding: 8px 0 4px;
}
@media (min-width: 900px) {
  .meals-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 8px 4px;
  }
}
@media (max-width: 899px) {
  .meals-grid {
    grid-template-columns: 1fr;
  }
}
.meals-grid__category-heading {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #15255a;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 8px 0 7px;
  padding: 0;
}
.meals-grid__category-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e2e2;
  opacity: 1;
}
.meals-grid__category-heading:first-child {
  margin-top: 0;
}

.meal-card {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.meal-card:hover:not(.meal-card--expired) {
  box-shadow: 0 4px 12px rgba(23, 22, 21, 0.1);
}
.meal-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
}
.meal-card__badge--selected {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.meal-card__badge--cart {
  background: #ffd13b;
}
.meal-card__badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.meal-card__discount-pill {
  position: absolute;
  right: 0;
  top: -20px;
  height: 20px;
  padding: 0 8px;
  background: #f68d3e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.meal-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.meal-card__image-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f1f1;
}
.meal-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.meal-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #15255a;
  border-radius: 8px;
}
.meal-card__details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 100px;
  overflow: hidden;
}
.meal-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.meal-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 13px;
  line-height: 1.4;
}
.meal-card__tag {
  color: #15255a;
}
.meal-card__tag-separator {
  color: #7bce59;
  padding: 0 2px;
}
.meal-card__description {
  font-size: 13px;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.meal-card__separator {
  width: 100%;
  height: 1px;
  border: none;
  background: repeating-linear-gradient(to right, rgba(123, 206, 89, 0.5) 0px, rgba(123, 206, 89, 0.5) 3px, transparent 3px, transparent 6px);
}
.meal-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.meal-card__deadline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #15255a;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 4px;
  padding: 4px;
  margin: -4px;
}
.meal-card__deadline:active, .meal-card__deadline--active {
  background: rgba(123, 206, 89, 0.08);
}
.meal-card__deadline-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.meal-card__deadline-text {
  line-height: 1.4;
}
.meal-card__deadline-skeleton {
  display: inline-block;
  width: 72px;
  height: 14px;
  border-radius: 4px;
  background: #f1f1f1;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  vertical-align: middle;
}
.meal-card__sold-out {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #15255a;
  line-height: 1.4;
}
.meal-card__sold-out-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.meal-card__price {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.meal-card__price-original {
  font-size: 12px;
  font-weight: 400;
  color: #15255a;
  text-decoration: line-through;
  line-height: 1.4;
  opacity: 0.6;
}
.meal-card__price-current {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
}
.meal-card--static {
  cursor: default;
}
.meal-card--static:hover {
  box-shadow: none;
}
.meal-card--selected {
  border: 1px solid transparent;
  background: linear-gradient(225deg, rgba(89, 191, 214, 0.1) 0%, rgba(123, 206, 89, 0.1) 100%) padding-box, linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #59bfd6 0%, #7bce59 100%) border-box;
}
.meal-card--in-cart {
  border-color: #ffd13b;
  background: #fffadb;
}
.meal-card--unavailable {
  cursor: pointer;
}
.meal-card--unavailable .meal-card__top {
  opacity: 0.6;
}
.meal-card--unavailable .meal-card__image-wrapper {
  filter: grayscale(100%);
}
.meal-card--unavailable .meal-card__price {
  opacity: 0.6;
}
.meal-card--expired {
  cursor: pointer;
}
.meal-card--expired .meal-card__top {
  opacity: 0.6;
}
.meal-card--expired .meal-card__image-wrapper {
  filter: grayscale(100%);
}
.meal-card--expired .meal-card__separator {
  border-top-color: rgba(226, 226, 226, 0.5);
}
.meal-card--expired .meal-card__price {
  opacity: 0.6;
}

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 899px) {
  .empty-state {
    height: clamp(300px, 100vh - 200px, 640px);
  }
}
@media (max-width: 899px) {
  .empty-state {
    flex: 1;
    min-height: 0;
  }
}
.empty-state__illustration {
  flex-shrink: 0;
}
.empty-state__illustration img {
  display: block;
}
.empty-state__text {
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
  flex-shrink: 0;
}
.empty-state__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
  max-width: 300px;
  border: none;
  cursor: pointer;
}
.empty-state__cta svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.empty-state__cta:hover {
  opacity: 0.9;
}
.empty-state__cta svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .empty-state__cta--mobile-only {
    display: none;
  }
}

.expired-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 250, 219, 0.3);
  border: 1px solid #ffd13b;
  border-radius: 8px;
  margin: 16px;
}
.expired-notice__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.expired-notice__content {
  flex: 1;
}
.expired-notice__title {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  margin: 0 0 4px 0;
}
.expired-notice__text {
  font-size: 14px;
  color: #15255a;
  margin: 0;
}

.expired-banner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 12px;
  background: #eaf2fd;
  border: 1px solid #82b3f4;
  border-radius: 8px;
  margin-bottom: 16px;
}
.expired-banner__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.expired-banner__text {
  font-size: 13px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.expired-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 900px) {
  .expired-actions {
    gap: 12px;
    margin-top: 16px;
  }
}
.expired-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  flex: 1;
  min-width: 0;
}
@media (min-width: 900px) {
  .expired-actions__btn {
    flex: 0 0 auto;
    min-width: auto;
    white-space: nowrap;
  }
}
.expired-actions__btn:hover {
  opacity: 0.85;
}
.expired-actions__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.expired-actions__btn--outline {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #7bce59 0%, #59bfd6 100%) border-box;
  border: 1px solid transparent;
  color: #15255a;
}
.expired-actions__btn--primary {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
}
.expired-actions__btn--primary svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}

.meals-content {
  min-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.subheader-popup {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  padding: 16px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subheader-popup[hidden] {
  display: none;
}
.subheader-popup--narrow {
  width: 158px;
}
.subheader-popup--wide {
  width: 358px;
}
.subheader-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.subheader-popup__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
  line-height: 1.4;
}
.subheader-popup--narrow .subheader-popup__title {
  font-size: 16px;
}
.subheader-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ebf8ee;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  color: #15255a;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.subheader-popup__close:hover {
  background: #d8f1de;
}
.subheader-popup__close svg {
  width: 24px;
  height: 24px;
}
.subheader-popup__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subheader-popup__body p {
  font-size: 14px;
  color: #15255a;
  margin: 0;
  line-height: 1.4;
}
.subheader-popup__body strong {
  font-weight: 700;
}
.subheader-popup__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subheader-popup__option {
  font-size: 16px;
  color: #15255a;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.15s ease;
}
.subheader-popup__option:hover {
  color: #7bce59;
}
.subheader-popup__option--selected {
  font-weight: 700;
}
.subheader-popup__option--loading {
  color: #7bce59;
  pointer-events: none;
}
.subheader-popup__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 52px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  padding: 12px 24px;
  text-decoration: none;
  cursor: pointer;
}
.subheader-popup__cta svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.subheader-popup__cta span {
  font-size: 14px;
  font-weight: 700;
}
.subheader-popup__cta svg {
  width: 20px;
  height: 20px;
}

.deadline-tooltip {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px -2px rgba(16, 24, 40, 0.03), 0 0 16px -4px rgba(16, 24, 40, 0.08);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 228px;
  z-index: 2;
}
.deadline-tooltip[hidden] {
  display: none;
}
@media (min-width: 900px) {
  .deadline-tooltip {
    left: 50%;
    transform: translateX(-50%);
  }
}
.deadline-tooltip__content {
  padding: 8px 12px;
  font-size: 14px;
  color: #15255a;
  text-align: center;
  line-height: 1.4;
}
.deadline-tooltip__arrow {
  position: absolute;
  bottom: -6px;
  width: 16px;
  height: 6px;
  overflow: hidden;
  left: 20px;
}
.deadline-tooltip__arrow::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}
@media (min-width: 900px) {
  .deadline-tooltip__arrow {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cart-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 110;
  pointer-events: none;
}
@media (min-width: 900px) {
  .cart-tooltip {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cart-tooltip[hidden] {
  display: none;
}
.cart-tooltip__arrow {
  width: 16px;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.cart-tooltip__arrow::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 -4px 6px -2px rgba(16, 24, 40, 0.03);
}
.cart-tooltip__content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px -2px rgba(16, 24, 40, 0.03), 0 0 16px -4px rgba(16, 24, 40, 0.08);
  padding: 8px 12px;
  white-space: nowrap;
  font-size: 14px;
  color: #15255a;
  text-align: center;
  line-height: 1.4;
}
.cart-tooltip__content[hidden] {
  display: none;
}
.cart-tooltip--badge {
  left: 0;
  right: auto;
  align-items: flex-start;
  width: 260px;
  z-index: 3;
  pointer-events: auto;
}
@media (min-width: 900px) {
  .cart-tooltip--badge {
    transform: none;
  }
}
.cart-tooltip--badge .cart-tooltip__arrow {
  margin-left: 12px;
}
.cart-tooltip--badge .cart-tooltip__content {
  white-space: normal;
  text-align: left;
}

.meal-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  overflow-wrap: break-word;
  word-break: break-word;
}
.meal-modal--open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.meal-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(21, 37, 90, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.meal-modal--open .meal-modal__backdrop {
  opacity: 1;
}
.meal-modal__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #faf7f3;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.meal-modal--open .meal-modal__container {
  transform: translateY(0);
}
.meal-modal__container > [data-meal-modal-target=content]:has(.meal-modal__inner) {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .meal-modal__container {
    max-width: 500px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    max-height: calc(100vh - 48px);
    border-radius: 8px;
    transform: translate(-50%, calc(-50% + 20px));
    opacity: 0;
  }
  .meal-modal--open .meal-modal__container {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.meal-modal__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.meal-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.meal-modal__loading[hidden] {
  display: none;
}
.meal-modal__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e2e2e2;
  border-top-color: #7bce59;
  border-radius: 50%;
  animation: meal-modal-spin 0.8s linear infinite;
}
@keyframes meal-modal-spin {
  to {
    transform: rotate(360deg);
  }
}
.meal-modal__photo {
  position: relative;
  width: 100%;
  height: 220px;
  flex-shrink: 0;
  background: #f1f1f1;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.meal-modal__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.meal-modal__photo-placeholder {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
}
.meal-modal__status-pill {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding-left: 12px;
  border-radius: 100px;
  font-size: 14px;
  color: #15255a;
}
.meal-modal__status-pill--in-cart {
  background: #fffadb;
}
.meal-modal__status-pill--ordered {
  background: #ebf8ee;
}
.meal-modal__status-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.meal-modal__status-badge svg {
  width: 20px;
  height: 20px;
}
.meal-modal__status-badge--cart {
  background: #ffd13b;
}
.meal-modal__status-badge--ordered {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.meal-modal__close {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: -56px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15255a;
  padding: 0;
  transition: opacity 0.15s ease;
}
.meal-modal__close:hover {
  opacity: 0.8;
}
.meal-modal__close svg {
  width: 24px;
  height: 24px;
}
.meal-modal__title-card {
  padding: 24px 16px 16px;
  margin: 0;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.meal-modal__name {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.meal-modal__rating {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ebf8ee;
  border-radius: 100px;
  padding-left: 12px;
  flex-shrink: 0;
  height: 32px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.meal-modal__rating-text {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
  line-height: 1;
  padding-right: 8px;
}
.meal-modal__rating-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}
.meal-modal__rating-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.meal-modal__rating-tooltip[hidden] {
  display: none;
}
.meal-modal__rating-tooltip-arrow {
  width: 16px;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.meal-modal__rating-tooltip-arrow::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 -4px 6px -2px rgba(16, 24, 40, 0.03);
}
.meal-modal__rating-tooltip-content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px -2px rgba(16, 24, 40, 0.03), 0 0 16px -4px rgba(16, 24, 40, 0.08);
  width: 172px;
  padding: 8px 12px;
  font-size: 14px;
  color: #15255a;
  text-align: center;
  line-height: 1.4;
}
.meal-modal__rating-tooltip-content[hidden] {
  display: none;
}
.meal-modal__rating-tooltip-title {
  margin-bottom: 8px;
}
.meal-modal__rating-tooltip-breakdown {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.meal-modal__rating-tooltip-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.meal-modal__rating-tooltip-row svg {
  width: 24px;
  height: 24px;
}
.meal-modal__rating-tooltip-row--negative {
  color: #b52417;
}
.meal-modal__rating-tooltip-row--negative svg [stroke] {
  stroke: #b52417;
}
.meal-modal__rating-tooltip-row--neutral {
  color: #4d4d4d;
}
.meal-modal__rating-tooltip-row--neutral svg [stroke] {
  stroke: #4d4d4d;
}
.meal-modal__rating-tooltip-row--positive {
  color: #7acf59;
}
.meal-modal__rating-tooltip-row--positive svg [stroke] {
  stroke: #7acf59;
}
.meal-modal__rating-tooltip-row span:last-child {
  font-weight: 700;
}
.meal-modal__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  line-height: 1.4;
}
.meal-modal__tag {
  color: #15255a;
}
.meal-modal__tag-separator {
  color: #7bce59;
  opacity: 0.5;
  padding: 0;
}
.meal-modal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
  flex: 1;
}
.meal-modal__card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.meal-modal__section-title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__section-chevron {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #15255a;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.meal-modal__section-chevron--open {
  transform: rotate(0deg);
}
.meal-modal__section-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.meal-modal__section-body[hidden] {
  display: none;
}
.meal-modal__section-summary {
  font-size: 13px;
  color: #15255a;
  opacity: 0.6;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meal-modal__section-summary--warning {
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
}
.meal-modal__card--expanded .meal-modal__section-summary {
  display: none;
}
.meal-modal__detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meal-modal__detail-label {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__detail-value {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__variations {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__variation-option {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.meal-modal__variation-name {
  flex: 1;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__variation-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.meal-modal__side-dish-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__group-title {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__group-title--error {
  color: #b42318;
}
.meal-modal__group-optional {
  font-weight: 400;
  opacity: 0.6;
}
.meal-modal__group-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__side-dish-option {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.meal-modal__side-dish-name {
  flex: 1;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__side-dish-price {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
  white-space: nowrap;
}
.meal-modal__radio, .meal-modal__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.meal-modal__radio:disabled, .meal-modal__checkbox:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.meal-modal__radio {
  border: 1.5px solid #15255a;
  border-radius: 50%;
  background: transparent;
}
.meal-modal__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15255a;
}
.meal-modal__checkbox {
  border: 1.5px solid #15255a;
  border-radius: 3px;
  background: transparent;
}
.meal-modal__checkbox:checked {
  background: #15255a;
  border-color: #15255a;
}
.meal-modal__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
}
.meal-modal__checkbox:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.meal-modal__note-text {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.meal-modal__note-text--empty {
  opacity: 0.6;
}
.meal-modal__note-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meal-modal__note-label {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__note-optional {
  font-weight: 400;
  opacity: 0.6;
}
.meal-modal__note-textarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  border: 1px solid #15255a;
  border-radius: 20px;
  background: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  resize: none;
  box-sizing: border-box;
}
.meal-modal__note-textarea::placeholder {
  color: #15255a;
  opacity: 0.6;
}
.meal-modal__note-textarea:focus {
  outline: none;
  border-color: #7bce59;
}
.meal-modal__price-old {
  font-size: 12px;
  font-weight: 400;
  color: #15255a;
  text-decoration: line-through;
  opacity: 0.6;
}
.meal-modal__price-current {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
}
.meal-modal__footer {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.meal-modal__footer::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 146px;
  background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
  pointer-events: none;
  clip-path: inset(0 0 122px 0);
}
.meal-modal__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meal-modal__price-row--expired {
  opacity: 0.6;
}
.meal-modal__total-label {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__total-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meal-modal__price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
}
.meal-modal .meal-modal__cart-edit-note, .meal-modal .meal-modal__expired-note, .meal-modal .meal-modal__deadline-note {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal [hidden].meal-modal__cart-edit-note, .meal-modal [hidden].meal-modal__expired-note, .meal-modal [hidden].meal-modal__deadline-note {
  display: none;
}
.meal-modal .meal-modal__cart-edit-note svg, .meal-modal .meal-modal__expired-note svg, .meal-modal .meal-modal__deadline-note svg {
  flex-shrink: 0;
}
.meal-modal__deadline-note {
  background: #fffadb;
  border: 1px solid #ffd13b;
}
.meal-modal__expired-note {
  padding-top: 16px;
  background: #eaf2fd;
  border: 1px solid #82b3f4;
}
.meal-modal__cart-edit-note {
  background: #fffadb;
  border: 1px solid #ffd13b;
}
.meal-modal__cart-edit-note svg {
  width: 20px;
  height: 20px;
}
.meal-modal__cart-edit-note a {
  color: #15255a;
  font-weight: 700;
  text-decoration: underline;
}
.meal-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  width: 100%;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  padding: 0 16px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s ease;
}
.meal-modal__cta svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.meal-modal__cta:hover {
  opacity: 0.9;
}
.meal-modal__cta[hidden] {
  display: none;
}
.meal-modal__cta--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.meal-modal__cta--outline {
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
}
.meal-modal__cta--outline:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.meal-modal__cta-icon {
  display: flex;
}
.meal-modal__cta-icon[hidden] {
  display: none;
}
.meal-modal__cta svg {
  flex-shrink: 0;
}
.meal-modal__popup {
  background: #fee4e2;
  border: 1px solid #ffb3ad;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
}
.meal-modal__popup[hidden] {
  display: none;
}
.meal-modal__popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.meal-modal__popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__popup-close {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ffb3ad;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15255a;
  padding: 0;
  flex-shrink: 0;
}
.meal-modal__popup-close svg {
  width: 14px;
  height: 14px;
}
.meal-modal__popup-body {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.meal-modal__variation-error {
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.meal-modal__variation-error[hidden] {
  display: none;
}
.meal-modal__side-dish-group--error .meal-modal__group-title span {
  color: #b42318;
}
.meal-modal__error {
  padding: 32px;
  text-align: center;
  color: #4c4c4c;
}

.ob-cart-added__subtitle {
  text-align: center;
  color: #15255a;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.ob-cart-added__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ob-cart-added__actions .ob-btn-primary,
.ob-cart-added__actions .ob-btn-outline {
  width: 100%;
}

@media (max-width: 899px) {
  body:has(.cart-page) .mobile-nav-top,
  body:has(.cart-page) .mobile-nav-bottom {
    display: none !important;
  }
  body:has(.cart-page) .client-v2-content {
    padding: 0;
  }
}

.cart-page {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .cart-page {
    padding: 0 16px 300px;
  }
}
.cart-page__mobile-header {
  display: none;
}
@media (max-width: 899px) {
  .cart-page__mobile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 -16px 16px;
    padding: 12px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
}
.cart-page__mobile-title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.cart-page__mobile-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ebf8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cart-page__mobile-close svg {
  width: 24px;
  height: 24px;
  color: #15255a;
}
.cart-page__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 900px) {
  .cart-page__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }
}
.cart-page__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.cart-page__balance-note-mobile {
  display: none;
}
@media (max-width: 899px) {
  .cart-page__balance-note-mobile {
    display: block;
  }
}
@media (min-width: 900px) {
  .cart-page__sidebar {
    width: 360px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 899px) {
  .cart-page__sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .cart-page__sidebar::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
    pointer-events: none;
    clip-path: inset(0 0 122px 0);
  }
}

.cart-day-group {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-day-group__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-day-group__heading + .cart-day-group__slot {
  margin-top: -8px;
}
.cart-day-group__heading-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-day-group__day-name {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.cart-day-group__price-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-day-group__day-total {
  font-size: 20px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
  white-space: nowrap;
}
.cart-day-group__price-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.cart-day-group__price-info svg {
  width: 20px;
  height: 20px;
  color: #f68d3e;
}
.cart-day-group__price-tooltip {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px -2px rgba(16, 24, 40, 0.03), 0 0 16px -4px rgba(16, 24, 40, 0.08);
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 280px;
  padding: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-day-group__price-tooltip[hidden] {
  display: none;
}
.cart-day-group__price-tooltip[hidden] {
  display: none;
}
.cart-day-group__price-tooltip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.cart-day-group__price-tooltip-row--total {
  font-weight: 700;
}
.cart-day-group__price-tooltip-divider {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}
.cart-day-group__price-tooltip-arrow {
  width: 16px;
  height: 6px;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: -6px;
  right: 12px;
}
.cart-day-group__price-tooltip-arrow::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 -4px 6px -2px rgba(16, 24, 40, 0.03);
}
.cart-day-group__heading-details {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-day-group__detail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: rgba(21, 37, 90, 0.6);
  line-height: 1.4;
}
.cart-day-group__detail svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #7bce59;
}
.cart-day-group__detail-separator {
  width: 1px;
  height: 16px;
  background: #7bce59;
  opacity: 0.6;
}
.cart-day-group__slot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-day-group__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-day-group__coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  border-radius: 8px;
  padding: 12px;
  gap: 4px;
}
.cart-day-group__coupon-left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-day-group__coupon-left svg {
  flex-shrink: 0;
  color: #15255a;
}
.cart-day-group__coupon-label {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
}
.cart-day-group__coupon-value {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
  white-space: nowrap;
}

.cart-item {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-item__name {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.cart-item__catering {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-item__catering-logo {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #15255a;
  line-height: 1;
}
.cart-item__catering-logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cart-item__catering-name {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
  opacity: 0.6;
}
.cart-item__side-dishes {
  display: flex;
  flex-direction: column;
}
.cart-item__side-dish {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.cart-item__variation {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.cart-item__note {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  opacity: 0.6;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cart-item__separator {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}
.cart-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-item__delete-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.25px solid #ffb3ad;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.cart-item__delete-btn svg {
  color: #b42318;
}
.cart-item__delete-btn:hover {
  background: #fee4e2;
}
.cart-item__delete-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-item__edit-btn {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  height: 40px;
  padding: 6px 20px;
  border-radius: 200px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s ease;
}
.cart-item__edit-btn svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.cart-item__edit-btn:hover {
  opacity: 0.9;
}
.cart-item__price {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.cart-item__price[hidden] {
  display: none;
}
.cart-item__price-original {
  font-size: 12px;
  font-weight: 400;
  color: #15255a;
  text-decoration: line-through;
  line-height: 1.4;
  opacity: 0.6;
}
.cart-item__price-current {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
  line-height: 1.4;
  white-space: nowrap;
}
.cart-item__discount-pill {
  position: absolute;
  right: 0;
  top: -28px;
  height: 20px;
  padding: 0 8px;
  background: #f68d3e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.cart-item__discount-pill[hidden] {
  display: none;
}
.cart-item__countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.cart-item__countdown svg {
  flex-shrink: 0;
  color: #15255a;
}
.cart-item__countdown--critical {
  color: #b42318;
}
.cart-item__countdown--critical svg {
  color: #b42318;
}
.cart-item__countdown-skeleton {
  display: inline-block;
  width: 72px;
  height: 14px;
  border-radius: 4px;
  background: #f1f1f1;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  vertical-align: middle;
}
.cart-item--expired .cart-item__details {
  opacity: 0.6;
}
.cart-item--expired .cart-item__countdown {
  color: #b42318;
}
.cart-item--expired .cart-item__countdown svg {
  color: #b42318;
}
.cart-item--expired .cart-item__price {
  display: none;
}
.cart-item--expired .cart-item__edit-btn {
  display: none;
}
.cart-item--just-expired {
  animation: cart-item-expire-flash 1.5s ease-out;
}

@keyframes cart-item-expire-flash {
  0% {
    background-color: #fee4e2;
  }
  100% {
    background-color: transparent;
  }
}
.cart-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 899px) {
  .cart-sidebar {
    gap: 12px;
    background: #ffffff;
    border-top: 1px solid #e2e2e2;
    padding: 16px 16px 24px;
  }
}
@media (max-width: 899px) {
  .cart-sidebar > .cart-sidebar__balance-note {
    display: none;
  }
}
.cart-sidebar__balance-note {
  display: flex;
  gap: 8px;
  background: #eaf2fd;
  border: 1px solid #82b3f4;
  border-radius: 8px;
  padding: 16px 12px;
}
.cart-sidebar__balance-note svg {
  flex-shrink: 0;
  color: #15255a;
  margin-top: 1px;
}
.cart-sidebar__balance-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.cart-sidebar__balance-text strong {
  font-weight: 700;
}
.cart-sidebar__summary {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 899px) {
  .cart-sidebar__summary {
    border: none;
    padding: 0;
    background: transparent;
  }
}
.cart-sidebar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-sidebar__row + .cart-sidebar__row {
  margin-top: -8px;
}
.cart-sidebar__row--total {
  margin-top: 0;
}
.cart-sidebar__divider {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}
.cart-sidebar__label {
  font-size: 16px;
  color: #15255a;
  line-height: 1.4;
}
.cart-sidebar__row--total .cart-sidebar__label {
  font-size: 20px;
  font-weight: 700;
}
.cart-sidebar__value {
  font-size: 16px;
  color: #f68d3e;
  line-height: 1.4;
}
.cart-sidebar__row--total .cart-sidebar__value {
  font-size: 20px;
  font-weight: 700;
}
.cart-sidebar__deadline {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fffadb;
  border: 1px solid #ffd13b;
  border-radius: 8px;
  padding: 8px 12px;
}
.cart-sidebar__deadline svg {
  flex-shrink: 0;
  color: #15255a;
}
.cart-sidebar__deadline span {
  font-size: 13px;
  color: #15255a;
  line-height: 1.4;
}
.cart-sidebar__pay-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 52px;
  width: 100%;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  padding: 12px 24px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s ease;
}
.cart-sidebar__pay-button svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.cart-sidebar__pay-button:hover {
  opacity: 0.9;
}
.cart-sidebar__pay-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-sidebar__pay-button svg {
  flex-shrink: 0;
}

.cart-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 899px) {
  .cart-success {
    padding: 16px 0 0;
  }
}
.cart-success__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  gap: 16px;
  width: 100%;
  min-height: clamp(300px, 100vh - 200px, 640px);
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .cart-success__card {
    height: auto;
    max-height: none;
    min-height: calc(100dvh - 200px);
    justify-content: center;
  }
}
.cart-success__icon {
  margin-top: auto;
}
.cart-success__icon svg {
  width: 120px;
  height: 120px;
}
@media (max-width: 899px) {
  .cart-success__icon {
    margin-top: 0;
  }
  .cart-success__icon svg {
    width: 80px;
    height: 80px;
  }
}
.cart-success__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.cart-success__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
}
@media (max-width: 899px) {
  .cart-success__title {
    display: none;
  }
}
.cart-success__subtitle {
  font-size: 14px;
  color: #15255a;
  margin: 0;
}
.cart-success__subtitle strong {
  font-weight: 700;
}
.cart-success__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: auto;
}
@media (max-width: 899px) {
  .cart-success__actions {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  .cart-success .ob-btn-outline {
    width: 100%;
  }
}
.cart-success__results {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-success__section-title {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  margin: 12px 0 4px 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
  width: 60%;
}
.cart-success__section-title:first-child {
  border-top: none;
  padding-top: 0;
}
.cart-success__meal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  display: inline-flex;
  flex-direction: column;
}
.cart-success__meal-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
  padding: 4px 0;
}
.cart-success__meal-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.cart-success__meal-icon--success {
  color: #7bce59;
}
.cart-success__meal-icon--failed {
  color: #b42318;
}
.cart-success__notice {
  margin-top: 8px;
}
.cart-success__notice .ob-info-banner {
  text-align: center;
  justify-content: center;
}
.cart-success__notice .ob-info-banner__icon {
  display: none;
}
.cart-success__notice .ob-info-banner__text {
  font-size: 13px;
}
.cart-success__voucher-hint {
  width: 100%;
  margin-top: auto;
  text-align: left;
}
@media (max-width: 899px) {
  .cart-success__voucher-hint {
    border-top: 1px dashed rgba(123, 206, 89, 0.5);
    padding-top: 16px;
  }
}
.cart-success__balance-warning {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #fffadb;
  border: 1px solid #ffd13b;
  border-radius: 8px;
  padding: 16px 12px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin-top: auto;
}
.cart-success__balance-warning svg {
  flex-shrink: 0;
  color: #15255a;
  margin-top: 1px;
  width: 18px;
  height: 18px;
}
.cart-success__balance-warning span {
  font-size: 13px;
  color: #15255a;
  line-height: 1.4;
}
.cart-success__balance-warning span strong {
  font-weight: 700;
}

.ob-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ob-form__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ob-form__field[hidden] {
  display: none;
}
.ob-form__field--disabled {
  opacity: 0.6;
}

.ob-form__label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ob-form__label-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.ob-form__field--error .ob-form__label-text {
  color: #b42318;
}

.ob-form__label-optional {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  opacity: 0.6;
}

.ob-form__input {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #15255a;
  border-radius: 20px;
  background-color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ob-form__input::placeholder {
  color: #15255a;
  opacity: 0.4;
}
.ob-form__input:focus {
  border-color: #7bce59;
  caret-color: #7bce59;
  box-shadow: 0 0 0 4px rgba(123, 206, 89, 0.16);
}
.ob-form__input:disabled, .ob-form__input--disabled {
  background-color: #f1f1f1;
  cursor: default;
}
.ob-form__field--error .ob-form__input {
  border-color: #b42318;
  box-shadow: none;
}
.ob-form__field--error .ob-form__input:focus {
  border-color: #b42318;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.16);
}

.ob-form__select-wrapper {
  position: relative;
}

.ob-form__select {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 48px;
  border: 1px solid #15255a;
  border-radius: 20px;
  background-color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ob-form__select:focus {
  border-color: #7bce59;
  box-shadow: 0 0 0 4px rgba(123, 206, 89, 0.16);
}
.ob-form__select:disabled {
  background-color: #f1f1f1;
  cursor: default;
}
.ob-form__field--error .ob-form__select {
  border-color: #b42318;
  box-shadow: none;
}
.ob-form__field--error .ob-form__select:focus {
  border-color: #b42318;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.16);
}

.ob-form__select-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #15255a;
  pointer-events: none;
}

.ob-form__textarea {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #15255a;
  border-radius: 20px;
  background-color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  outline: none;
  resize: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ob-form__textarea::placeholder {
  color: #15255a;
  opacity: 0.4;
}
.ob-form__textarea:focus {
  border-color: #7bce59;
  caret-color: #7bce59;
  box-shadow: 0 0 0 4px rgba(123, 206, 89, 0.16);
}
.ob-form__field--error .ob-form__textarea {
  border-color: #b42318;
  box-shadow: none;
}

.ob-form__hint {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  opacity: 0.6;
}

.ob-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 358px;
  max-width: 100%;
  height: 52px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  padding: 12px 24px;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.15s ease;
}
.ob-form__submit svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-form__submit:hover {
  opacity: 0.9;
}
.ob-form__submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.ob-form__submit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ob-form__footer {
  display: none;
}
@media (max-width: 899px) {
  .ob-form__footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 16px;
    background-color: #ffffff;
    border-top: 1px solid #e2e2e2;
    z-index: 200;
  }
  .ob-form__footer::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
    pointer-events: none;
    clip-path: inset(0 0 122px 0);
  }
  .ob-form__footer .ob-form__submit {
    width: 100%;
  }
}

.ob-form__submit--desktop {
  align-self: flex-end;
}
@media (max-width: 899px) {
  .ob-form__submit--desktop {
    display: none;
  }
}

.ob-error-popup {
  position: relative;
  background-color: #fee4e2;
  border: 1px solid #ffb3ad;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  padding: 16px;
  width: 100%;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-error-popup[hidden] {
  display: none;
}

.ob-error-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}

.ob-error-popup__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-error-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ffb3ad;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.ob-error-popup__close svg {
  width: 14px;
  height: 14px;
  color: #15255a;
}

.ob-error-popup__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ob-error-popup__message {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-flash {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
}

.ob-flash--success {
  background-color: #ebf8ee;
  color: #7bce59;
  border: 1px solid #7bce59;
}

.ob-flash--error {
  background-color: #fee4e2;
  color: #b42318;
  border: 1px solid #ffb3ad;
}

.ob-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fffadb;
  border: 1px solid #ffd13b;
  border-radius: 8px;
}

.ob-info-banner--info {
  background: #eaf2fd;
  border-color: #82b3f4;
}

.ob-info-banner__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.ob-info-banner__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-info-banner__link {
  font-weight: 700;
  text-decoration: underline;
  color: #15255a;
}
.ob-info-banner__link:hover {
  color: #15255a;
}

.ob-confirm-dialog__overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ob-confirm-dialog__overlay[hidden] {
  display: none;
}

.ob-confirm-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 37, 90, 0.75);
}

.ob-confirm-dialog__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  padding: 16px;
  width: 100%;
  max-width: 358px;
  max-height: calc(100vh - 16px * 2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ob-confirm-dialog__header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ob-confirm-dialog__message {
  font-size: 16px;
  color: #15255a;
  line-height: 1.4;
  margin: 16px 0 0;
  white-space: pre-line;
}
.ob-confirm-dialog__message[hidden] {
  display: none;
}

.ob-confirm-dialog__title {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.3;
  margin: 0;
}

.ob-confirm-dialog__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #15255a;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-confirm-dialog__close:hover {
  background: #d8f1de;
}
.ob-confirm-dialog__close svg {
  width: 24px;
  height: 24px;
}

.ob-confirm-dialog__buttons {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.ob-confirm-dialog__btn {
  flex: 1;
  height: 52px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.ob-confirm-dialog__btn--cancel {
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
}
.ob-confirm-dialog__btn--cancel:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}

.ob-confirm-dialog__btn--primary {
  background: #ebf8ee;
  border: 1.5px solid rgba(123, 206, 89, 0.5);
  color: #15255a;
}
.ob-confirm-dialog__btn--primary:hover {
  background: #e0f4e4;
}

.ob-confirm-dialog__btn--danger {
  background: #fee4e2;
  border: none;
  color: #b42318;
}
.ob-confirm-dialog__btn--danger:hover {
  background: #fdd6d3;
}

.ob-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.ob-pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  text-decoration: none;
  color: #15255a;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ob-pagination__btn--active {
  background: #15255a;
  color: #ffffff;
}
.ob-pagination__btn--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.ob-pagination__btn-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.ob-pagination__icon {
  width: 32px;
  height: 32px;
}

.ob-loyalty-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ob-loyalty-badge__value {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #7bce59;
}

.ob-loyalty-badge__icon {
  width: 17px;
  height: 15px;
  flex-shrink: 0;
}

.ob-popup__overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.ob-popup__overlay[hidden] {
  display: none;
}
.ob-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 37, 90, 0.75);
}
.ob-popup__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  padding: 16px;
  width: 100%;
  max-width: 358px;
  max-height: calc(100vh - 16px * 2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-popup__card[hidden] {
  display: none;
}
.ob-popup__card > form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ob-popup__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-popup__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #15255a;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-popup__close:hover {
  background: #d8f1de;
}
.ob-popup__close svg {
  width: 24px;
  height: 24px;
}
.ob-popup__text {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-popup__illustration {
  display: block;
  margin: 0 auto;
}
.ob-popup__card--error {
  background: #fee4e2;
  border-color: #ffb3ad;
}
.ob-popup__card--error a {
  color: #15255a;
}
.ob-popup__card--error .ob-popup__close {
  background: #ffb3ad;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-nav-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 8px;
  padding: 0 16px;
  height: 64px;
  text-decoration: none;
  color: #15255a;
  border: 1px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #59bfd6 0%, #7bce59 100%) border-box;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  transition: background 0.2s ease;
}
.sidebar-nav-item--action {
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: inherit;
  text-align: left;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) {
  .sidebar-nav-item:not(.sidebar-nav-item--active):hover {
    background: linear-gradient(#ebf8ee, #ebf8ee) padding-box, linear-gradient(180deg, #59bfd6 0%, #7bce59 100%) border-box;
  }
}
.sidebar-nav-item--active {
  background: #15255a;
  border-color: #15255a;
  color: #ffffff;
}
.sidebar-nav-item--active .sidebar-nav-item__icon,
.sidebar-nav-item--active .sidebar-nav-item__chevron {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.sidebar-nav-item--active .sidebar-nav-item__subtitle {
  color: #ffffff;
}
.sidebar-nav-item__icon {
  flex-shrink: 0;
  display: block;
}
.sidebar-nav-item__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.sidebar-nav-item__title-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar-nav-item__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.sidebar-nav-item__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.sidebar-nav-item__badge {
  box-sizing: border-box;
  height: 20px;
  padding: 4px 8px;
  background-color: #f68d3e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.sidebar-nav-item__chevron {
  flex-shrink: 0;
  display: block;
  opacity: 0.6;
}

.profile-page {
  display: flex;
  flex-direction: column;
  padding-bottom: 160px;
}
@media (min-width: 900px) {
  .profile-page {
    display: grid;
    grid-template-columns: 358px 1fr;
    gap: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 899px) {
  .profile-page--has-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 899px) {
  .profile-page--has-section .profile-page__sidebar {
    display: none;
  }
}
@media (max-width: 899px) {
  .profile-page--has-section .profile-page__mobile-header {
    display: flex;
  }
}
@media (max-width: 899px) {
  .profile-page:not(.profile-page--has-section) .profile-page__content {
    display: none;
  }
}
.profile-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .profile-page__sidebar {
    align-self: start;
    position: sticky;
    top: 104px;
  }
}
.profile-page__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  min-height: 200px;
  padding: 24px 16px;
}
.profile-page__mobile-header {
  display: none;
}
@media (max-width: 899px) {
  .profile-page__mobile-header {
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 -16px 16px;
    padding: 12px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
}
.profile-page__mobile-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.profile-page__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ebf8ee;
  color: #15255a;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.profile-page__close svg {
  width: 24px;
  height: 24px;
}
.profile-page__desktop-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 899px) {
  .profile-page__desktop-title {
    display: none;
  }
}

@media (max-width: 899px) {
  body:has(.profile-page--has-section) .mobile-nav-top,
  body:has(.profile-page--has-section) .mobile-nav-bottom {
    display: none;
  }
  body:has(.profile-page--has-section) .client-v2-content {
    padding: 0;
  }
}
.profile-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-user__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.profile-user__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile-user__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
}
.profile-user__company {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}

@media (max-width: 899px) {
  .profile-page:not(.profile-page--has-section) .sidebar-nav-item--active {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #59bfd6 0%, #7bce59 100%) border-box;
    border-color: transparent;
    color: #15255a;
  }
  .profile-page:not(.profile-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__icon,
  .profile-page:not(.profile-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__chevron {
    filter: none;
  }
  .profile-page:not(.profile-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__subtitle {
    color: #15255a;
  }
}

.sidebar-nav-item--logout {
  border-color: #f68d3e;
}
.sidebar-nav-item--logout .sidebar-nav-item__label {
  color: #f68d3e;
  font-weight: 700;
}

.profile-logout {
  padding-top: 16px;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}

.ob-delivery-location__current {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ob-delivery-location__current-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-delivery-location__current-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-saved-cards__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.ob-saved-cards__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px 24px;
}

.ob-saved-cards__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ob-saved-cards__pan {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
}

.ob-saved-cards__expiry {
  font-size: 14px;
  color: #15255a;
}

.ob-saved-cards__delete-form {
  display: none;
}

.ob-saved-cards__delete-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #ffb3ad;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-saved-cards__delete-btn svg {
  color: #b42318;
}
.ob-saved-cards__delete-btn:hover {
  background: #fee4e2;
}

.ob-saved-cards__empty {
  margin-top: 16px;
  font-size: 16px;
  color: #15255a;
  opacity: 0.6;
}

.ob-rate-restaurants__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.ob-rate-restaurants__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
}

.ob-rate-restaurants__logo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
}
.ob-rate-restaurants__logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ob-rate-restaurants__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.ob-rate-restaurants__name {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
}

.ob-rate-restaurants__date {
  font-size: 14px;
  color: #15255a;
  opacity: 0.6;
}

.ob-rate-restaurants__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.ob-rate-restaurants__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.25px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-rate-restaurants__btn svg {
  color: #15255a;
  transition: color 0.15s ease;
}
.ob-rate-restaurants__btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.ob-rate-restaurants__btn--like:hover:not(:disabled):not(.ob-rate-restaurants__btn--active) {
  background: #ebf8ee;
  border-color: rgba(123, 206, 89, 0.5);
}
.ob-rate-restaurants__btn--like.ob-rate-restaurants__btn--active {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-color: transparent;
}
.ob-rate-restaurants__btn--like.ob-rate-restaurants__btn--active svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-rate-restaurants__btn--like.ob-rate-restaurants__btn--active svg {
  color: #ffffff;
}

.ob-rate-restaurants__btn--dislike:hover:not(:disabled):not(.ob-rate-restaurants__btn--active) {
  background: #fee4e2;
  border-color: #ffb3ad;
}
.ob-rate-restaurants__btn--dislike.ob-rate-restaurants__btn--active {
  background: #ffb3ad;
  border-color: transparent;
}
.ob-rate-restaurants__btn--dislike.ob-rate-restaurants__btn--active svg {
  color: #ffffff;
}

.ob-rate-restaurants__error {
  margin-top: 16px;
}

.ob-rate-restaurants__empty-state {
  border: none;
  box-shadow: none;
}

.ob-rate-restaurants__empty-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.ob-rate-restaurants__empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
}

.ob-rate-restaurants__empty-subtitle {
  font-size: 16px;
  color: #15255a;
  margin: 0;
}

.ob-notifications {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ob-notifications__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px 16px;
}
.ob-notifications__section--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.ob-notifications__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ob-notifications__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-notifications__subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-notifications__divider {
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}

.ob-notifications__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ob-notifications__checkbox--disabled {
  opacity: 0.6;
  cursor: default;
}
.ob-notifications__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ob-notifications__check {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid #15255a;
  border-radius: 4px;
  background: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.ob-notifications__check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}
input:checked + .ob-notifications__check {
  background-color: #15255a;
  border-color: #15255a;
}
input:checked + .ob-notifications__check::after {
  opacity: 1;
}

.ob-notifications__channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-notifications__channels[hidden] {
  display: none;
}

.ob-notifications__checkbox-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}

.ob-language-popup__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ob-language-popup__option {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ob-language-popup__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ob-language-popup__radio:checked + .ob-language-popup__radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15255a;
}

.ob-language-popup__radio-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #15255a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ob-language-popup__label {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
}

.ob-language-popup__save {
  width: 100%;
  height: 52px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.ob-language-popup__save svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-language-popup__save:hover {
  opacity: 0.9;
}

button.sidebar-nav-item {
  width: 100%;
  font-family: "Sora", sans-serif;
  font-size: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ob-invite-popup__copy {
  width: 100%;
  height: 52px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.ob-invite-popup__copy svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-invite-popup__copy:hover {
  opacity: 0.9;
}
.ob-invite-popup__copy--copied {
  opacity: 0.85;
}

.wallet-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 160px;
}
@media (min-width: 900px) {
  .wallet-page {
    display: grid;
    grid-template-columns: 358px 1fr;
    gap: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 899px) {
  .wallet-page--has-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 899px) {
  .wallet-page--has-section .wallet-page__sidebar {
    display: none;
  }
}
@media (max-width: 899px) {
  .wallet-page--has-section .wallet-page__mobile-header {
    display: flex;
  }
}
@media (max-width: 899px) {
  .wallet-page--has-section .wallet-page__content {
    display: block;
  }
}
@media (max-width: 899px) {
  .wallet-page--has-section .wallet-page__content--flush {
    display: flex;
  }
}
@media (max-width: 899px) {
  .wallet-page:not(.wallet-page--has-section) .wallet-page__content {
    display: none;
  }
}
@media (max-width: 899px) {
  .wallet-page:not(.wallet-page--has-section) .wallet-page__mobile-notes {
    display: none;
  }
}
.wallet-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .wallet-page__sidebar {
    align-self: start;
    position: sticky;
    top: 104px;
  }
}
.wallet-page__content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  min-height: 200px;
  padding: 24px 16px;
}
.wallet-page__content--flush {
  background: none;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 899px) {
  .wallet-page__content--flush {
    padding-bottom: 24px;
  }
}
.wallet-page__mobile-header {
  display: none;
}
@media (max-width: 899px) {
  .wallet-page__mobile-header {
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 -16px 0;
    padding: 12px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
}
.wallet-page__mobile-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.wallet-page__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ebf8ee;
  color: #15255a;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.wallet-page__close svg {
  width: 24px;
  height: 24px;
}
.wallet-page__mobile-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .wallet-page__mobile-notes {
    display: none;
  }
}
.wallet-page__mobile-footer {
  display: none;
}
@media (max-width: 899px) {
  .wallet-page__mobile-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    padding: 16px 16px 24px;
    border-top: 1px solid #e2e2e2;
  }
  .wallet-page__mobile-footer::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
    pointer-events: none;
    clip-path: inset(0 0 122px 0);
  }
}
.wallet-page__desktop-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 899px) {
  .wallet-page__desktop-title {
    display: none;
  }
}

@media (max-width: 899px) {
  .wallet-page:not(.wallet-page--has-section) .sidebar-nav-item--active {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #59bfd6 0%, #7bce59 100%) border-box;
    border-color: transparent;
    color: #15255a;
  }
  .wallet-page:not(.wallet-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__icon,
  .wallet-page:not(.wallet-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__chevron {
    filter: none;
  }
  .wallet-page:not(.wallet-page--has-section) .sidebar-nav-item--active .sidebar-nav-item__subtitle {
    color: #4c4c4c;
  }
}

@media (max-width: 899px) {
  body:has(.wallet-page--has-section) .mobile-nav-top,
  body:has(.wallet-page--has-section) .mobile-nav-bottom {
    display: none;
  }
  body:has(.wallet-page--has-section) .client-v2-content {
    padding: 0;
  }
}
.ob-balance {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.ob-balance__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 899px) {
  .ob-balance__notes {
    display: none;
  }
}

.ob-balance__filters {
  display: flex;
  gap: 8px;
}

.ob-balance__filter {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #15255a;
  border-radius: 100px;
  background: #faf7f3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ob-balance__filter--active {
  background: #15255a;
  border-color: #15255a;
  color: #ffffff;
}

.ob-balance__transactions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ob-balance__card {
  display: flex;
  gap: 8px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  align-items: flex-end;
}
.ob-balance__card--pending {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 8px, #faf7f3 8px, #faf7f3 16px);
}

.ob-balance__card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.ob-balance__card-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
}

.ob-balance__card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}

.ob-balance__card-amount {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  align-self: flex-end;
}
.ob-balance__card-amount--income {
  color: #7bce59;
}
.ob-balance__card-amount--expense {
  color: #f68d3e;
}

.ob-balance__empty {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  opacity: 0.6;
}

.ob-voucher-topup {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ob-voucher-topup__intro {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
@media (max-width: 899px) {
  .ob-voucher-topup__intro {
    margin-top: 0;
  }
}

.ob-voucher-topup__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ob-voucher-topup__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}

.ob-voucher-topup__card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ob-voucher-topup__card-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
}

.ob-voucher-topup__card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}

.ob-voucher-topup__buy {
  flex-shrink: 0;
  height: 40px;
  padding: 6px 20px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.ob-voucher-topup__buy svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-voucher-topup__buy:disabled {
  opacity: 0.6;
  cursor: default;
}

.ob-payment {
  gap: 16px;
}

.ob-payment__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-payment__terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #15255a;
}
.ob-payment__terms input[type=checkbox] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  cursor: pointer;
  accent-color: #15255a;
}

.ob-payment__vat-note {
  font-size: 13px;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-payment__methods-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ob-payment__methods-heading {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-payment__methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ob-payment__method-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
  width: 100%;
  height: 52px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ob-payment__method-btn:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.ob-payment__method-btn span {
  font-weight: 700;
}
.ob-payment__method-btn svg {
  flex-shrink: 0;
  color: #15255a;
}
.ob-payment__method-btn:disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.ob-payment__qr-container {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.ob-payment__qr-container canvas {
  border-radius: 8px;
}

.ob-payment__paid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  width: 100%;
  height: 52px;
  padding: 12px 24px;
  gap: 8px;
  font-weight: 700;
}
.ob-payment__paid-btn svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-payment__paid-btn:disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.ob-payment__paid-btn--outline {
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
}
.ob-payment__paid-btn--outline:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}

.ob-payment__change-method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #15255a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
.ob-payment__change-method[hidden] {
  display: none;
}
.ob-payment__change-method svg {
  flex-shrink: 0;
}
.ob-payment__change-method:hover {
  opacity: 0.8;
}

.ob-payment__details-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #82b3f4;
  border-radius: 8px;
  background: #eaf2fd;
  padding: 16px;
}

.ob-payment__detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.ob-payment__detail-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ob-payment__detail-label {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}

.ob-payment__detail-value {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  word-break: break-all;
}

.ob-payment__copy-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #15255a;
  padding: 0;
  border-radius: 8px;
  -webkit-tap-highlight-color: transparent;
}
.ob-payment__copy-btn svg[hidden] {
  display: none;
}
.ob-payment__copy-btn:focus {
  outline: none;
}

.ob-payment__copied-label {
  font-size: 13px;
  font-weight: 700;
  color: #7bce59;
  white-space: nowrap;
}

.ob-payment__copy-btn:has(.ob-payment__copied-label) {
  width: auto;
}

.ob-card-payment__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.ob-card-payment__logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.ob-card-payment__logos-row img {
  height: auto;
  max-height: 24px;
  width: auto;
}

.ob-card-payment__logo--large {
  max-height: 36px !important;
}

.ob-card-payment__save-wrapper {
  position: relative;
}

.ob-card-payment__save-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ob-card-payment__save-row .ob-payment__terms {
  align-items: center;
}
.ob-card-payment__save-row .ob-payment__terms input[type=checkbox] {
  margin-top: 0;
}

.ob-card-payment__info-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #f68d3e;
  -webkit-tap-highlight-color: transparent;
}
.ob-card-payment__info-btn:hover {
  opacity: 0.8;
}

.ob-card-payment__info-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
}
.ob-card-payment__info-popup[hidden] {
  display: none;
}
.ob-card-payment__info-popup p {
  font-size: 13px;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}

.ob-card-payment__error {
  font-size: 13px;
  font-weight: 400;
  color: #b42318;
  line-height: 1.4;
  margin: 0;
}
.ob-card-payment__error[hidden] {
  display: none;
}

.ob-loyalty__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 24px 16px;
}
@media (max-width: 899px) {
  .ob-loyalty__info {
    display: none;
  }
}
.ob-loyalty__info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 240px;
}
.ob-loyalty__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-loyalty__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-loyalty__use-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 52px;
  padding: 0 24px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-loyalty__use-btn svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-loyalty__info .ob-loyalty__use-btn {
  position: absolute;
  top: 24px;
  right: 16px;
}
.ob-loyalty__use-btn:hover {
  opacity: 0.9;
}
.ob-loyalty__use-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 899px) {
  .ob-loyalty__use-btn {
    width: 100%;
  }
}
.ob-loyalty__intro {
  display: none;
}
@media (max-width: 899px) {
  .ob-loyalty__intro {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ebf8ee;
    border: 1px solid rgba(123, 206, 89, 0.5);
    border-radius: 8px;
    padding: 16px;
  }
}
.ob-loyalty__intro-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.ob-loyalty__intro-text {
  font-size: 16px;
  font-weight: 700;
  color: #7bce59;
  line-height: 1.4;
  margin: 0;
}
.ob-loyalty__section {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
}
.ob-loyalty__section-text {
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-loyalty__section-list {
  margin: 16px 0 0;
  padding-left: 24px;
  font-size: 16px;
  color: #15255a;
  line-height: 1.4;
}

.ob-loyalty-claim__view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-loyalty-claim__view[hidden] {
  display: none;
}

.ob-loyalty-claim__choose {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-loyalty-claim__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ob-loyalty-claim__option {
  width: 100%;
  height: 52px;
  border-radius: 20px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  padding: 0 24px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #7bce59 0%, #59bfd6 100%) border-box;
  color: #15255a;
  border: 1px solid transparent;
}
.ob-loyalty-claim__option:hover {
  opacity: 0.85;
}
.ob-loyalty-claim__option--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.ob-loyalty-claim__option--primary {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  opacity: 1;
}
.ob-loyalty-claim__option--primary svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}

.ob-help__layout {
  display: grid;
  grid-template-columns: minmax(280px, 358px) 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  column-gap: 24px;
}
@media (max-width: 899px) {
  .ob-help__layout {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 160px;
  }
}
.ob-help__sidebar {
  grid-column: 1;
  grid-row: 1/3;
}
@media (max-width: 899px) {
  .ob-help__sidebar {
    order: 2;
  }
}
@media (min-width: 900px) {
  .ob-help__sidebar {
    align-self: start;
    position: sticky;
    top: 104px;
  }
}
.ob-help__card--form {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 899px) {
  .ob-help__card--form {
    order: 1;
  }
}
.ob-help__card--faq {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 899px) {
  .ob-help__card--faq {
    order: 3;
  }
}
.ob-help__card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
}
.ob-help__card--form {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-help__card--stories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-help__card--faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-help__title {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.ob-help__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-help__sub-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ob-help__sub-options[hidden] {
  display: none;
}
.ob-help__sub-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.ob-help__radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ob-help__radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.ob-help__radio {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #15255a;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.ob-help__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15255a;
}
.ob-help__radio-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.ob-help__textarea-wrapper {
  position: relative;
}
.ob-help__textarea {
  padding-bottom: 52px;
}
.ob-help__file-input {
  display: none;
}
.ob-help__upload-btn {
  position: absolute;
  bottom: 12px;
  left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ebf8ee;
  border: 1.25px solid rgba(123, 206, 89, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #15255a;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.ob-help__upload-btn:hover {
  background: #d8f1de;
}
.ob-help__submit-btn {
  align-self: flex-end;
}
@media (max-width: 899px) {
  .ob-help__submit-btn {
    align-self: stretch;
    width: 100%;
  }
}
.ob-help__file-preview {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ob-help__file-preview[hidden] {
  display: none;
}
.ob-help__file-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.ob-help__file-remove {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: none;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #15255a;
  transition: background 0.15s ease;
}
.ob-help__file-remove svg {
  width: 12px;
  height: 12px;
}
.ob-help__file-remove:hover {
  background: #ebf8ee;
}
.ob-help__toast {
  background: #fee4e2;
  border: 1px solid #ffb3ad;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #b42318;
}
.ob-help__toast[hidden] {
  display: none;
}
.ob-help__stories-list {
  display: flex;
  gap: 12px;
}
.ob-help__story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ob-help__story-item:hover .ob-help__story-ring {
  transform: scale(1.08);
}
.ob-help__story-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #59bfd6 0%, #7bce59 100%);
  padding: 3px;
  box-sizing: border-box;
  transition: transform 0.15s ease;
}
.ob-help__story-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ob-help__story-circle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ob-help__story-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  text-align: center;
}
.ob-help__legal {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  font-size: 14px;
}
@media (max-width: 899px) {
  .ob-help__legal {
    grid-column: unset;
    order: 3;
  }
}
.ob-help__legal-separator {
  color: rgba(123, 206, 89, 0.5);
}

.ob-faq__list {
  display: flex;
  flex-direction: column;
}
.ob-faq__item {
  border-bottom: 1px dashed rgba(123, 206, 89, 0.5);
}
.ob-faq__item:last-child {
  border-bottom: none;
}
.ob-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.ob-faq__chevron {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #15255a;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.ob-faq__chevron--open {
  transform: rotate(0deg);
}
.ob-faq__answer {
  padding: 0 0 16px;
}
.ob-faq__answer[hidden] {
  display: none;
}
.ob-faq__answer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}
.ob-faq__answer a {
  font-weight: 700;
  text-decoration: underline;
  color: #15255a;
}

.orders-page {
  max-width: 1312px;
  margin: 0 auto;
  padding-bottom: 160px;
  margin-top: -16px;
}
@media (min-width: 1024px) {
  .orders-page {
    margin-top: -24px;
  }
}
@media (min-width: 900px) {
  .orders-page {
    padding-bottom: 0;
  }
}
.orders-page__layout {
  display: grid;
  grid-template-columns: clamp(280px, 27.3%, 358px) 1fr;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 899px) {
  .orders-page__layout {
    display: none;
  }
}
.orders-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .orders-page__sidebar {
    align-self: start;
    position: sticky;
    top: 104px;
  }
}
.orders-page__detail-panel {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  padding: 16px;
}
.orders-page__detail-panel--active {
  border-color: #7dcea0;
}
.orders-page__detail-panel--hidden {
  display: none;
}
.orders-page__mobile-list {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media (max-width: 899px) {
  .orders-page__mobile-list {
    display: flex;
  }
}

.orders-week-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 16px;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: sticky;
  top: 81px;
  z-index: 90;
}
@media (max-width: 899px) {
  .orders-week-nav {
    top: 73px;
  }
}
.orders-week-nav__arrow {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
  background: #ebf8ee;
  color: #15255a;
}
.orders-week-nav__arrow svg {
  width: 24px;
  height: 24px;
}
.orders-week-nav__arrow:hover {
  opacity: 0.8;
}
.orders-week-nav__arrow--disabled {
  background: #f1f1f1;
  color: #4c4c4c;
  cursor: default;
  pointer-events: none;
}
.orders-week-nav__label {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  min-width: 130px;
  text-align: center;
}

.orders-card {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  color: #15255a;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: left;
  font-family: "Sora", sans-serif;
}
@media (hover: hover) {
  .orders-card:not(.orders-card--selected):not(.orders-card--empty):not(.orders-card--accordion):hover {
    background: #ebf8ee;
  }
}
.orders-card--empty {
  cursor: default;
}
.orders-card--disabled .orders-card__day-name {
  opacity: 0.6;
}
.orders-card--past .orders-card__day-name {
  opacity: 0.6;
}
.orders-card--today {
  border-color: #7dcea0;
}
.orders-card--selected {
  background: #15255a;
  border-color: #15255a;
}
.orders-card--selected.orders-card--today {
  border-color: #7dcea0;
}
.orders-card--selected .orders-card__day-name,
.orders-card--selected .orders-card__chevron {
  color: #ffffff;
}
.orders-card--selected .orders-card__tag,
.orders-card--selected .orders-card__tag-text {
  color: rgba(255, 255, 255, 0.6);
}
.orders-card--selected .orders-card__tag-icon {
  color: #7bce59;
}
.orders-card--selected .orders-card__day-name {
  opacity: 1;
}
.orders-card--selected .orders-card__badge-not-rated {
  background: #fee4e2;
  color: #15255a;
}
.orders-card--accordion {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 16px;
  border-radius: 0;
}
.orders-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.orders-card__row-day {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orders-card__day-name {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
}
.orders-card__badge-today {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 4px 8px;
  border-radius: 100px;
  background: #f68d3e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.orders-card__chevron {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #15255a;
  flex-shrink: 0;
}
.orders-card__chevron--accordion {
  transition: transform 0.2s ease;
}
.orders-card__row-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.orders-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  color: rgba(21, 37, 90, 0.6);
  line-height: 1.4;
  white-space: nowrap;
}
.orders-card__tag--truncate {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-card__tag-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #7bce59;
}
.orders-card__tag-text {
  font-size: 13px;
  color: rgba(21, 37, 90, 0.6);
  line-height: 1.4;
  white-space: nowrap;
}
.orders-card__separator {
  width: 1px;
  height: 16px;
  background: rgba(123, 206, 89, 0.5);
  flex-shrink: 0;
}
.orders-card__slot-separator {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}
.orders-card__badge-not-rated {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  background: #fee4e2;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.orders-card__badge-not-rated[hidden] {
  display: none;
}
.orders-card__link {
  font-size: 13px;
  color: #f68d3e;
  text-decoration: none;
  white-space: nowrap;
}
.orders-card__link:hover {
  text-decoration: underline;
}

.orders-accordion {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 899px) {
  .orders-accordion {
    scroll-margin-top: 130px;
  }
}
.orders-accordion:has(.orders-card--today) {
  border-color: #7dcea0;
}
.orders-accordion .orders-card__chevron--accordion {
  margin-left: auto;
  flex-shrink: 0;
}
.orders-accordion--open .orders-card__chevron--accordion {
  transform: rotate(90deg);
}
.orders-accordion--open .orders-card--accordion {
  display: none;
}
.orders-accordion__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.orders-accordion__body .orders-detail__heading {
  margin-bottom: 0;
}
.orders-accordion__body .orders-detail__separator {
  margin: 0;
}
.orders-accordion__body--hidden {
  display: none;
}
.orders-accordion__collapse {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: #15255a;
  margin-left: auto;
  flex-shrink: 0;
  padding: 0;
}
.orders-accordion__collapse svg {
  transform: rotate(270deg);
}
@media (max-width: 899px) {
  .orders-accordion__collapse {
    display: flex;
  }
}

.orders-detail__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.orders-detail__heading-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.orders-detail__heading-day {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.orders-detail__day-name {
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
}
.orders-detail__price-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.orders-detail__price {
  font-size: 20px;
  font-weight: 700;
  color: #f68d3e;
}
.orders-detail__price-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.orders-detail__price-info svg {
  width: 20px;
  height: 20px;
  color: #f68d3e;
}
.orders-detail__price-tooltip {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px -2px rgba(16, 24, 40, 0.03), 0 0 16px -4px rgba(16, 24, 40, 0.08);
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 280px;
  padding: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.orders-detail__price-tooltip[hidden] {
  display: none;
}
.orders-detail__price-tooltip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.orders-detail__price-tooltip-row--total {
  font-weight: 700;
}
.orders-detail__price-tooltip-divider {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
}
.orders-detail__price-tooltip-arrow {
  width: 16px;
  height: 6px;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: -6px;
  right: 12px;
}
.orders-detail__price-tooltip-arrow::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  box-shadow: 0 -4px 6px -2px rgba(16, 24, 40, 0.03);
}
.orders-detail__separator {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
  margin: 16px 0;
}
.orders-detail__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-detail__slot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.orders-detail__slot + .orders-detail__slot {
  margin-top: 16px;
}

.orders-note-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.orders-note-banner[hidden] {
  display: none;
}
.orders-note-banner svg {
  flex-shrink: 0;
}
.orders-note-banner--success {
  background: #ebf8ee;
  border: 1px solid #7bce59;
  color: #15255a;
}
.orders-note-banner--warning {
  background: #fffadb;
  border: 1px solid #ffd13b;
  color: #15255a;
}
.orders-note-banner--info {
  background: #eaf2fd;
  border: 1px solid #82b3f4;
  color: #15255a;
}

.orders-meal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.orders-meal-item {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.orders-meal-item__name {
  font-size: 16px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}
.orders-meal-item__catering {
  display: flex;
  align-items: center;
  gap: 4px;
}
.orders-meal-item__catering-logo {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #15255a;
  line-height: 1;
}
.orders-meal-item__catering-logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.orders-meal-item__catering-name {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
  opacity: 0.6;
}
.orders-meal-item__side-dishes {
  display: flex;
  flex-direction: column;
}
.orders-meal-item__side-dish {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.orders-meal-item__variation {
  font-size: 14px;
  color: #15255a;
  line-height: 1.4;
}
.orders-meal-item__note {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  opacity: 0.6;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
}

.orders-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.orders-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  gap: 8px;
  height: 40px;
  padding: 0 24px;
  line-height: 1.4;
}
.orders-actions__btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.orders-actions__btn--primary {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
}
.orders-actions__btn--primary svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.orders-actions__btn--outline {
  border: 1.5px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #15255a;
}
.orders-actions__btn--outline:hover {
  background-image: linear-gradient(#ebf8ee, #ebf8ee), linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.orders-actions__btn--danger {
  background: transparent;
  color: #b42318;
  border: 1px solid #ffb3ad;
}
.orders-actions__btn--text {
  background: transparent;
  color: #15255a;
  border: none;
  text-decoration: underline;
  padding: 8px 0;
}

.orders-empty-day {
  text-align: center;
  padding: 24px 0;
}
.orders-empty-day__text {
  font-size: 14px;
  color: #4c4c4c;
  margin: 0 0 12px;
}
.orders-empty-day__link {
  font-size: 14px;
  font-weight: 700;
  color: #f68d3e;
  text-decoration: none;
}
.orders-empty-day__link:hover {
  text-decoration: underline;
}

.orders-empty-week {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
}
@media (min-width: 900px) {
  .orders-empty-week {
    height: clamp(300px, 100vh - 200px, 640px);
    justify-content: center;
  }
}
.orders-empty-week__title {
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  margin: 0;
}
.orders-empty-week__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 24px;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}
.orders-empty-week__cta svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.orders-empty-week__cta:hover {
  opacity: 0.9;
}

.orders-cancel-success .ob-btn-outline {
  width: 100%;
}

.meal-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.meal-rating[hidden] {
  display: none;
}
.meal-rating--shake {
  animation: meal-rating-shake 0.4s ease;
}
.meal-rating__separator {
  height: 0;
  border-top: 1px dashed rgba(123, 206, 89, 0.5);
  margin: 12px 0 4px;
  align-self: stretch;
}
.meal-rating__smileys {
  display: flex;
  gap: 12px;
}
.meal-rating__smileys[hidden] {
  display: none;
}
.meal-rating__smiley {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.meal-rating__smiley svg {
  width: 34px;
  height: 34px;
  opacity: 0.6;
}
.meal-rating__smiley--selected svg {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.meal-rating__smiley--selected.meal-rating__smiley--sad {
  background: #ffb3ad;
}
.meal-rating__smiley--selected.meal-rating__smiley--neutral {
  background: #82b3f4;
}
.meal-rating__smiley--selected.meal-rating__smiley--happy {
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
}
.meal-rating__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.meal-rating__comment[hidden] {
  display: none;
}
.meal-rating__comment-text {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
  opacity: 0.6;
  line-height: 1.4;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.meal-rating__comment-text[hidden] {
  display: none;
}
.meal-rating__comment-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  text-decoration: underline;
  cursor: pointer;
}
.meal-rating__comment-toggle svg {
  width: 20px;
  height: 20px;
}
.meal-rating__comment-toggle[hidden] {
  display: none;
}
.meal-rating__icon-add, .meal-rating__icon-edit {
  display: inline-flex;
}
.meal-rating__icon-add[hidden], .meal-rating__icon-edit[hidden] {
  display: none;
}
.meal-rating__comment-edit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
.meal-rating__comment-edit[hidden] {
  display: none;
}
.meal-rating__comment-label {
  font-size: 14px;
  font-weight: 400;
  color: #15255a;
}
.meal-rating__comment-optional {
  opacity: 0.6;
}
.meal-rating__comment-error {
  font-size: 13px;
  color: #b42318;
}
.meal-rating__comment-error[hidden] {
  display: none;
}
.meal-rating__comment-buttons {
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
}
.meal-rating__comment-buttons[hidden] {
  display: none;
}
@media (min-width: 900px) {
  .meal-rating__comment-buttons {
    justify-content: flex-end;
  }
}
.meal-rating__label-short {
  display: none;
}
@container (max-width: 320px) {
  .meal-rating__label-full {
    display: none;
  }
  .meal-rating__label-short {
    display: inline;
  }
}

@keyframes meal-rating-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-4px);
  }
  40%, 80% {
    transform: translateX(4px);
  }
}
.ob-legal__card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-legal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
}
.ob-legal__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.ob-legal__body font,
.ob-legal__body span {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  background: transparent !important;
}
.ob-legal__body p {
  margin: 0 0 8px;
  line-height: 1.4;
}
.ob-legal__body b,
.ob-legal__body strong {
  font-weight: 700;
}
.ob-legal__body ul,
.ob-legal__body ol {
  margin: 0 0 8px;
  padding-left: 24px;
}
.ob-legal__body li {
  margin-bottom: 4px;
}
.ob-legal__body li p {
  margin-bottom: 4px;
}
.ob-legal__body a {
  color: #7bce59;
  text-decoration: underline;
}
.ob-legal__body br {
  display: block;
  margin-bottom: 8px;
}

.ob-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 16px;
  box-sizing: border-box;
}

.ob-auth__card {
  width: 100%;
  max-width: 416px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .ob-auth__card {
    max-width: 358px;
  }
}
.ob-auth__card[hidden] {
  display: none;
}

.ob-auth__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ob-auth__logo img {
  display: block;
}

.ob-auth__branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
}
@media (max-width: 899px) {
  .ob-auth__branding {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.ob-auth__branding img {
  display: block;
}

.ob-auth__company-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ob-auth__form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-auth__form-fields[hidden] {
  display: none;
}

.ob-auth__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
  align-self: flex-start;
  width: 100%;
}

.ob-auth__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  margin: 0;
  align-self: flex-start;
  width: 100%;
}

.ob-auth__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-auth__form[hidden] {
  display: none;
}

.ob-auth__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.ob-auth__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #15255a;
}
.ob-auth__checkbox span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
}
.ob-auth__checkbox a {
  font-weight: 700;
  color: #f68d3e;
  text-decoration: underline;
}

.ob-auth__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  width: 100%;
  height: 52px;
  gap: 2px;
  line-height: 1.4;
  transition: opacity 0.15s ease;
}
.ob-auth__submit svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-auth__submit:hover {
  opacity: 0.9;
}
.ob-auth__submit:disabled {
  opacity: 0.6;
  cursor: default;
}
.ob-auth__submit svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ob-auth__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 899px) {
  .ob-auth__links {
    flex-direction: column;
    order: 1;
  }
}
.ob-auth__links--column {
  flex-direction: column;
  gap: 8px;
}

.ob-auth__locale-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ob-auth__locale-pill {
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #15255a;
  background: #faf7f3;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.ob-auth__locale-pill:hover {
  opacity: 0.8;
}
.ob-auth__locale-pill--active {
  background: #15255a;
  color: #ffffff;
}

.ob-auth__links-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ob-auth__links-separator {
  font-size: 13px;
  font-weight: 400;
  color: #7bce59;
}
@media (max-width: 899px) {
  .ob-auth__links-separator {
    display: none;
  }
}

.ob-auth__separator {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid rgba(123, 206, 89, 0.5);
}
.ob-auth__separator--dashed {
  border-top-style: dashed;
}

.ob-auth__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 899px) {
  .ob-auth__footer {
    flex-direction: column;
    gap: 4px;
    order: 1;
  }
}

.ob-auth__footer-separator {
  font-size: 13px;
  font-weight: 400;
  color: #7bce59;
}
@media (max-width: 899px) {
  .ob-auth__footer-separator {
    display: none;
  }
}

.ob-auth__payment-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 899px) {
  .ob-auth__payment-branding {
    order: 1;
  }
}

.ob-auth__payment-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ob-auth__payment-row img {
  height: 20px;
  object-fit: contain;
}
.ob-auth__payment-row:first-child img {
  height: 36px;
}

.ob-auth__payment-logo--large {
  height: 27px !important;
}

.ob-auth--join {
  padding: 24px 16px;
}
@media (max-width: 899px) {
  .ob-auth--join .ob-auth__card {
    max-width: none;
  }
}

.ob-auth__join-layout {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
@media (min-width: 900px) {
  .ob-auth__join-layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}

.ob-join-meals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 900px) {
  .ob-join-meals {
    max-width: 416px;
    flex-shrink: 0;
  }
}

.ob-join-meals__intro {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #faf7f3;
  border: 8px solid #ffffff;
  box-shadow: 0 40px 80px rgba(21, 37, 90, 0.08);
  box-sizing: border-box;
}

.ob-join-meals__intro-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  text-align: center;
  margin: 0;
}

.ob-join-meals__explanation {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #15255a;
  text-align: center;
  margin: 0;
}

@media (max-width: 899px) {
  .ob-register {
    background-color: #faf7f3;
  }
  .ob-register::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(180deg, rgba(6, 15, 43, 0) 0%, rgba(6, 15, 43, 0.4) 100%);
    pointer-events: none;
    z-index: 199;
  }
}

.ob-register__empty-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(23, 22, 21, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
}

.ob-register__empty-text {
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.ob-stories {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ob-stories__overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (max-width: 899px) {
  .ob-stories__overlay {
    padding: 0;
  }
}
.ob-stories__overlay[hidden] {
  display: none;
}

.ob-stories__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 37, 90, 0.75);
}

.ob-stories__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 899px) {
  .ob-stories__wrapper {
    width: 100%;
  }
}

.ob-stories__container {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 899px) {
  .ob-stories__container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
  }
}
@media (min-width: 900px) {
  .ob-stories__container {
    width: 390px;
    height: min(844px, 100vh - 32px);
    height: min(844px, 100dvh - 32px);
    border-radius: 8px;
  }
}

.ob-stories__header-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 36px 20px 0;
  flex-shrink: 0;
}

.ob-stories__progress {
  display: flex;
  gap: 6px;
  flex: 1;
}

.ob-stories__progress-segment {
  flex: 1;
  height: 4px;
  border-radius: 45px;
  background: #eaf2fd;
  overflow: hidden;
  position: relative;
}

.ob-stories__progress-fill {
  position: absolute;
  inset: 0;
  background: #15255a;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
}
.ob-stories__progress-segment--past .ob-stories__progress-fill {
  transform: scaleX(1);
}
.ob-stories__progress-segment--active .ob-stories__progress-fill {
  animation: ob-story-fill var(--ob-story-duration, 7s) linear forwards;
}

@keyframes ob-story-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ob-stories__progress-fill {
    animation: none !important;
    transition: none !important;
  }
}
.ob-stories__slide {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ob-stories__slide[hidden] {
  display: none;
}

.ob-stories__nav-btn {
  display: none;
}
@media (min-width: 900px) {
  .ob-stories__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #15255a;
    color: #faf7f3;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0.15;
    transition: opacity 0.15s ease;
    -webkit-tap-highlight-color: transparent;
    padding: 10px;
  }
  .ob-stories__nav-btn svg {
    width: 60px;
    height: 60px;
  }
  .ob-stories__nav-btn:hover {
    opacity: 0.3;
  }
  .ob-stories__nav-btn--hidden {
    visibility: hidden;
    pointer-events: none;
  }
  .ob-stories__nav-btn--prev svg {
    transform: rotate(180deg);
  }
}

.ob-stories__close-btn {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ebf8ee;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  color: #15255a;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.ob-stories__close-btn svg {
  width: 24px;
  height: 24px;
}
.ob-stories__close-btn:hover {
  background: #d8f1de;
}

.ob-stories__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(90deg, #7bce59 0%, #59bfd6 100%);
  color: #ffffff;
  border: none;
  text-shadow: 1px 0px 0px rgba(21, 37, 90, 0.12);
  gap: 2px;
  width: 358px;
  max-width: calc(100% - 32px);
  height: 52px;
  margin: auto auto 16px;
  box-sizing: border-box;
  text-decoration: none;
}
.ob-stories__cta svg {
  filter: drop-shadow(1px 0px 0px rgba(21, 37, 90, 0.12));
}
.ob-stories__cta svg {
  flex-shrink: 0;
}

.ob-story {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  flex: 1;
}

.ob-story--welcome {
  padding-top: 60px;
  gap: 16px;
}

.ob-story--info {
  padding-top: 60px;
}

.ob-story--coupon {
  justify-content: center;
}

.ob-story__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ob-story__logo {
  height: 36px;
  width: auto;
}

.ob-story__title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-story__text {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
  max-width: 310px;
}
.ob-story__text--bold {
  font-weight: 700;
}
.ob-story__text--emphasis {
  color: #f68d3e;
}

.ob-story__image--circle {
  border-radius: 50%;
  object-fit: cover;
}

.ob-story__info-card {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  width: 100%;
  max-width: 310px;
}

.ob-story__info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ob-story__info-text {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #15255a;
  line-height: 1.4;
  margin: 0;
}

.ob-story__coupon-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: -100px;
}

.ob-story__coupon-card {
  background: #ebf8ee;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 326px;
  max-width: 100%;
  box-sizing: border-box;
}

.ob-story__coupon-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #15255a;
}

.ob-story__coupon-label {
  font-size: 14px;
  font-weight: 700;
  color: #15255a;
  margin: 0;
  flex: 1;
  text-align: left;
}

.ob-story__coupon-value {
  font-size: 16px;
  font-weight: 700;
  color: #f68d3e;
  margin: 0;
  white-space: nowrap;
}

.ob-story__bg-illustration {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  width: 100%;
  height: auto;
}
.ob-stories__slide:has(.ob-stories__cta) .ob-story__bg-illustration {
  bottom: 84px;
}

@media (max-height: 800px) {
  .ob-story__bg-illustration {
    display: none;
  }
  .ob-story__bg-illustration--has-compact {
    display: block;
    width: auto;
    height: 260px;
    left: auto;
    right: 0;
    transform: none;
  }
  .ob-story--welcome,
  .ob-story--info {
    justify-content: center;
    padding-top: 24px;
  }
  .ob-story--info:has(~ picture) {
    padding-bottom: 260px;
  }
}
.ob-story--whats-new {
  padding: 60px 24px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ob-story--whats-new .ob-story__title {
  font-weight: 400;
}

.ob-story__whats-new-image {
  width: 100%;
  max-width: 360px;
  object-fit: contain;
  margin-top: 20px;
}
.ob-story__whats-new-image--compact {
  max-width: 300px;
}

.ob-story__decoration {
  position: absolute;
  top: 50%;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 50%;
  object-fit: fill;
}
.ob-story__decoration--left {
  left: 0;
}
.ob-story__decoration--right {
  right: 0;
}

.ob-onboarding {
  background: #faf7f3;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 899px) {
  .ob-onboarding {
    padding: 0;
    align-items: stretch;
  }
}
@media (min-width: 900px) {
  .ob-onboarding {
    padding: 24px;
    align-items: center;
  }
}

/*# sourceMappingURL=clientV2.output.css.map */
