@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap);
/* Buttons logic:
 * - CTA buttons
 * (Continue, Add to cart, Pay, usually green or blue)
 * >>> full color flat, rounded
 *
 * - Nav buttons
 * (Back, Counter + -)
 * padding="xs"
 * >>> flat rounded, color: class="bg-rear orange"
 *
 * - Indicators (Not clickable!)
 * (Number ot items, Number of guests, Categories badge)
 * >>> outline, square primary */

.primary {
  color: #003250 !important;
}

.secondary {
  color: #73be00 !important;
}

.accent {
  color: #ff2644 !important;
}

.dark {
  color: #000000 !important;
}

.positive {
  color: #beea3c !important;
}

.negative {
  color: #ff4100 !important;
}

.info {
  color: #ffeecc !important;
}

.warning {
  color: #ffaf00 !important;
}

.personalize {
  color: #FDD835 !important;
}

.rear {
  color: #e8eaed !important;
}

.black {
  color: #000000 !important;
}

.white {
  color: #ffffff !important;
}

.darkBlue {
  color: #003250 !important;
}

.lightBlue {
  color: #00afd8 !important;
}

.darkGreen {
  color: #73be00 !important;
}

.lightGreen {
  color: #beea3c !important;
}

.coolRed {
  color: #ff2644 !important;
}

.grey100 {
  color: #66788a !important;
}

.grey75 {
  color: #8c99a7 !important;
}

.grey75 {
  color: #8c99a7 !important;
}

.grey50 {
  color: #b2bbc4 !important;
}

.text-grey50 {
  color: #b2bbc4 !important;
}

.grey40 {
  color: #c1c8d0 !important;
}

.grey30 {
  color: #d1d6db !important;
}

.grey15 {
  color: #e8eaed !important;
}

.grey7 {
  color: #f4f5f6 !important;
}

.warmGreen {
  color: #68882f !important;
}

.coolGreen {
  color: #00a05b !important;
}

.cyan {
  color: #00b5ac !important;
}

.ppBlue {
  color: #0c67e9 !important;
}

.ppLightBlue {
  color: #eff6ff !important;
}

.violet {
  color: #6f46a8 !important;
}

.pink {
  color: #eb3a75 !important;
}

.flameRed {
  color: #ff4100 !important;
}

.orange {
  color: #ff7700 !important;
}

.yellow {
  color: #ffaf00 !important;
}

.lightYellow {
  color: #ffeecc !important;
}

.coffee {
  color: #d19959 !important;
}

.brown {
  color: #915e1e !important;
}

.orderRemarkColor {
  color: #0277BD !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-darkBlue {
  background-color: #003250 !important;
}

.bg-lightBlue {
  background-color: #00afd8 !important;
}

.bg-darkGreen {
  background-color: #73be00 !important;
}

.bg-lightGreen {
  background-color: #beea3c !important;
}

.bg-coolRed {
  background-color: #ff2644 !important;
}

.bg-grey100 {
  background-color: #66788a !important;
}

.bg-grey75 {
  background-color: #8c99a7 !important;
}

.bg-grey50 {
  background-color: #b2bbc4 !important;
}

.bg-grey40 {
  background-color: #c1c8d0 !important;
}

.bg-grey30 {
  background-color: #d1d6db !important;
}

.bg-grey15 {
  background-color: #e8eaed !important;
}

.bg-grey7 {
  background-color: #f4f5f6 !important;
}

.bg-warmGreen {
  background-color: #68882f !important;
}

.bg-coolGreen {
  background-color: #00a05b !important;
}

.bg-cyan {
  background-color: #00b5ac !important;
}

.bg-ppBlue {
  background-color: #0c67e9 !important;
}

.bg-ppLightBlue {
  background-color: #eff6ff !important;
}

.bg-violet {
  background-color: #6f46a8 !important;
}

.bg-pink {
  background-color: #eb3a75 !important;
}

.bg-flameRed {
  background-color: #ff4100 !important;
}

.bg-orange {
  background-color: #ff7700 !important;
}

.bg-yellow {
  background-color: #ffaf00 !important;
}

.bg-lightYellow {
  background-color: #ffeecc !important;
}

.bg-coffee {
  background-color: #d19959 !important;
}

.bg-brown {
  background-color: #915e1e !important;
}

.bg-halfTransparent {
  background-color: rgba(255, 255, 255, 0.5843137255) !important;
}

.bg-personalize {
  background-color: #FDD835 !important;
}

.bg-personalizeTransparent {
  background-color: rgba(253, 216, 53, 0.5725490196) !important;
}

.bg-rear {
  background-color: #e8eaed;
}

.bg-trackerBG {
  background-color: #ffffff;
}

.bg-trackerTab {
  background-color: #beea3c;
}

.bg-announcementBgColor {
  background-color: #ffeb3b;
}

.bg-orderRemarkColor {
  background-color: #0277BD;
}

.bg-groupOptionBG {
  background-color: #FFECB3;
}

.bg-regularOptionBG {
  background-color: #e0e0e0;
}

.bg-gold {
  background-color: #ffd700;
}

.ordered {
  color: #ff4100;
}

.progress {
  color: #ff7700;
}

.ready {
  color: #73be00;
}

.delivered {
  color: #8c99a7;
}

.bg-ordered {
  background-color: #ff4100;
}

.bg-progress {
  background-color: #ff7700;
}

.bg-ready {
  background-color: #73be00;
}

.bg-delivered {
  background-color: #6f46a8;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

@supports (-webkit-touch-callout: none) {
  body button,
  body input,
  body select,
  body textarea,
  body .q-btn,
  body .q-field__native,
  body .q-field__input {
    font-size: 16px !important;
    line-height: 1.4;
  }
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  font-family: "Fredoka", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02rem;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-top);
  background-color: #003250;
}

.text-h6, .text-h5 {
  letter-spacing: 0.02rem;
}

.text-semi-bold {
  font-weight: 500;
}

div {
  white-space: pre-line;
}

.min-vh100 {
  min-height: 100vh;
}

.text-overflow-center {
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}

.dd-form-border {
  border: solid 1px #d1d6db;
  border-radius: 0.3rem;
}

.dd-nav-border {
  border-bottom: solid 1px #beea3c;
}

.dd-white-border {
  border: solid 1px white;
}

.transparent {
  opacity: 0;
}

.dd-low-z {
  z-index: -1000;
}

.z-1000 {
  z-index: 1000;
}

.dd-opacity-transition {
  transition: opacity 200ms ease-in-out;
  will-change: opacity;
}

.dd-bgcolor-transition {
  transition: background-color 200ms ease-in-out;
  will-change: background-color;
}

.dd-width-transition {
  transition: width 200ms ease-in-out;
  will-change: width;
}

.invisible {
  opacity: 0;
  height: 0;
  width: 0;
  position: relative;
  z-index: -999999;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.q-dialog__backdrop {
  background: rgba(0, 0, 0, 0.75);
}

a:link, a:visited {
  color: #00afd8;
}

.text-spaced {
  line-height: 1.2 !important;
}

.text-normal {
  font-size: 1rem;
  line-height: 1 !important;
  font-weight: 300;
}

.font-size-small {
  font-size: 0.8rem;
}

.font-size-normal {
  font-size: 1rem;
}

.no-borders {
  border: none !important;
}

.rounded-borders {
  border-radius: 1rem;
}

.rounded-borders-sharp {
  border-radius: 12px;
}

.rounded-borders-sharper {
  border-radius: 0.3rem;
}

.rounded-borders-top {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.rounded-borders-top-sharp {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-borders-top-sharper {
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.rounded-borders-bottom {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-borders-bottom-detailed-image {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-borders-bottom-sharp {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-borders-bottom-sharper {
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.curved-bottom-image-effect {
  clip-path: ellipse(150% 90% at 50% 8%);
}

.unmarked-link {
  text-decoration: none;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.no-shadows {
  box-shadow: 0 0 0 transparent;
}

.shadow-light-1 {
  box-shadow: 0 1px 3px #d1d6db, 0 1px 1px #e8eaed, 0 2px 1px -1px #f4f5f6;
}

.shadow-light-2 {
  box-shadow: 0 1px 5px #d1d6db, 0 2px 2px #e8eaed, 0 3px 1px -2px #f4f5f6;
}

.shadow-light-3 {
  box-shadow: 0 1px 8px #d1d6db, 0 3px 4px #e8eaed, 0 3px 3px -2px #f4f5f6;
}

.shadow-light-4 {
  box-shadow: 0 2px 4px -1px #d1d6db, 0 4px 5px #e8eaed, 0 1px 10px #f4f5f6;
}

.shadow-light-5 {
  box-shadow: 0 3px 5px -1px #d1d6db, 0 5px 8px #e8eaed, 0 1px 14px #f4f5f6;
}

.shadow-light-up-1 {
  box-shadow: 0 -1px 3px #d1d6db, 0 -1px 1px #e8eaed, 0 -2px 1px -1px #f4f5f6;
}

.shadow-light-up-2 {
  box-shadow: 0 -1px 5px #d1d6db, 0 -2px 2px #e8eaed, 0 -3px 1px -2px #f4f5f6;
}

.shadow-light-up-3 {
  box-shadow: 0 -1px 8px #d1d6db, 0 -3px 4px #e8eaed, 0 -3px 3px -2px #f4f5f6;
}

.shadow-light-up-4 {
  box-shadow: 0 -2px 4px -1px #d1d6db, 0 -4px 5px #e8eaed, 0 -1px 10px #f4f5f6;
}

.shadow-light-up-5 {
  box-shadow: 0 -3px 5px -1px #d1d6db, 0 -5px 8px #e8eaed, 0 -1px 14px #f4f5f6;
}

[dir="ltr"] .dd-side-menu-container {
  box-shadow: -5px 0 10px -10px #d1d6db;
}

[dir="rtl"] .dd-side-menu-container {
  box-shadow: 5px 0 10px -10px #d1d6db;
}

[dir="ltr"] .q-pl-xxs {
  padding-left: 3px;
}

[dir="rtl"] .q-pl-xxs {
  padding-right: 3px;
}

.dd-transparent-white {
  color: rgba(255, 255, 255, 0.65);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.dd-toggle .q-toggle__inner {
  padding: 0.15em 0.15em;
}

[dir="ltr"] .dd-toggle .q-toggle__inner {
  margin-right: 0.5rem;
}

[dir="rtl"] .dd-toggle .q-toggle__inner {
  margin-left: 0.5rem;
}

.dd-toggle .q-toggle__inner.q-toggle__inner--truthy .q-toggle__track {
  background: #73be00 !important;
  opacity: 1;
}

.dd-toggle .q-toggle__track {
  height: 0.7em;
  border-radius: 0.7em;
  background: #8c99a7 !important;
}

.dd-toggle .q-toggle__thumb {
  color: #ffffff !important;
  top: 0.245em;
}

.dd-aside-drawer-scroll {
  height: 6.5rem;
}

.dd-transparent-white-btn {
  width: 95%;
}

.dd-cart-aside-drawer-item {
  width: 5rem;
}

.dd-side-menu-expandable {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dd-side-menu-expandable .q-expansion-item__container .q-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vue-country-select {
  border-width: 0 !important;
}

.vue-country-select:focus-within, .vue-country-select:focus {
  border-width: 0 !important;
  box-shadow: none !important;
}

.vue-country-select .dropdown .current .dropdown-arrow {
  display: none !important;
}

.vue-country-select .dropdown .current .country-code {
  font-size: 1.25rem;
  padding: 0.5rem;
}

.otp-input {
  font-size: 1.75rem;
  width: 2.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin: 0 0.25rem;
  background: #e8eaed;
  padding: 0;
  text-align: center;
  border-radius: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.12);
}

.otp-input.error {
  border-color: #ff4100;
}

.otp-input::-webkit-inner-spin-button, .otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.image-picker {
  width: 100%;
  max-width: 300px;
  position: relative;
  min-height: 300px;
  height: 100%;
  z-index: 1;
}

.image-picker.empty::before {
  content: "";
  border: dashed 2px #d1d6db;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  border-radius: 100%;
}

.image-picker .image-picker-preview {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 720px) {
  .dd-center-scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  [dir="ltr"] .dd-center-scroll {
    left: 0;
  }

  [dir="rtl"] .dd-center-scroll {
    right: 0;
  }

  .dd-aside-drawer {
    top: 0;
    bottom: 0;
  }

  [dir="ltr"] .dd-aside-drawer {
    right: -3px;
    border-left: solid 1px rgba(0, 0, 0, 0.12);
  }

  [dir="rtl"] .dd-aside-drawer {
    left: -3px;
    border-right: solid 1px rgba(0, 0, 0, 0.12);
  }

  .dd-aside-drawer-scroll {
    height: 100%;
  }

  .otp-input {
    font-size: 1.75rem;
    width: 3.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    margin: 1rem 0.35rem;
  }
}

.dd-business-dialog .scroll .absolute.full-width {
  height: 100%;
}

[dir="ltr"] [dir=rtl] .dd-otp-input {
  direction: ltr !important;
}

[dir="rtl"] [dir=rtl] .dd-otp-input {
  direction: rtl !important;
}

.dd-summary-item-special-request {
  border-bottom: solid 1px #ff4100;
}

.list-border {
  border: solid 1px rgba(0, 0, 0, 0.12);
}

.text-crossed {
  position: relative;
}

.text-crossed::before {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff2644;
}

[dir="ltr"] .text-crossed::before {
  left: -5%;
}

[dir="rtl"] .text-crossed::before {
  right: -5%;
}

.dd-item-price {
  font-size: 1rem;
  background: #003250;
}

.dd-item-price-canceled {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.dd-item-price-canceled::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #ff4100;
}

[dir="ltr"] .dd-item-price-canceled::after {
  left: 0;
}

[dir="rtl"] .dd-item-price-canceled::after {
  right: 0;
}

.dd-avatar {
  border-radius: 100%;
}

.dd-avatar-label {
  top: 0;
  bottom: 0;
  line-height: 1.2;
}

[dir="ltr"] .dd-avatar-label {
  right: -200%;
}

[dir="rtl"] .dd-avatar-label {
  left: -200%;
}

.dd-avatar-img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dd-avatar-img.padded {
  top: 15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
}

.dd-checkable-btn {
  border: solid 0.5px #d1d6db;
}

.dd-checkable-btn.checked {
  border-color: #0c67e9;
}

.dd-text-wrap {
  overflow-wrap: anywhere;
}

@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka_SemiCondensed-Light.a97ece32.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka_SemiCondensed-Regular.b9f17d56.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka_SemiCondensed-Medium.bb78f91d.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka_SemiCondensed-SemiBold.2ac1109e.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka_SemiCondensed-SemiBold.2ac1109e.ttf);
  font-weight: 700;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

[anim=sheen]::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, #73be00, rgba(138, 230, 0, 0.3137254902), #73be00);
}

[dir="ltr"] [anim=sheen]::after {
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

[dir="rtl"] [anim=sheen]::after {
  transform: rotateZ(-60deg) translate(5em, 7.5em);
}

[anim=sheen]:not(.toggled)::after {
  animation: sheen ease-in-out 1s infinite;
}

@keyframes orange {
  100% {
    transform: rotateZ(60deg) translate(0em, -24em);
  }
}

[anim=orange]::after {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -50%;
  background: linear-gradient(to bottom, #ed7002, rgba(255, 119, 0, 0.3137254902), #ed7002);
}

[dir="ltr"] [anim=orange]::after {
  right: -50%;
  left: -100%;
  transform: rotateZ(60deg) translate(-7em, 10em);
}

[dir="rtl"] [anim=orange]::after {
  left: -50%;
  right: -100%;
  transform: rotateZ(-60deg) translate(7em, 10em);
}

[anim=orange]:not(.toggled)::after {
  animation: orange ease-in-out 1s infinite;
}

@keyframes sheen-grey {
  100% {
    transform: rotateZ(60deg) translate(0em, -24em);
  }
}

[anim=sheen-grey]::after {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -50%;
  background: linear-gradient(to bottom, #66788a, rgba(102, 120, 138, 0.3137254902), #66788a);
}

[dir="ltr"] [anim=sheen-grey]::after {
  right: -50%;
  left: -100%;
  transform: rotateZ(60deg) translate(-7em, 10em);
}

[dir="rtl"] [anim=sheen-grey]::after {
  left: -50%;
  right: -100%;
  transform: rotateZ(-60deg) translate(7em, 10em);
}

[anim=sheen-grey]:not(.toggled)::after {
  animation: sheen-grey ease-in-out 1s infinite;
}

@keyframes long {
  100% {
    transform: rotateZ(60deg) translate(0em, -24em);
  }
}

[anim=long]::after {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -50%;
  background: linear-gradient(to bottom, rgba(0, 175, 216, 0.1882352941), rgba(0, 175, 216, 0.062745098), rgba(0, 175, 216, 0.1882352941));
}

[dir="ltr"] [anim=long]::after {
  right: -50%;
  left: -100%;
  transform: rotateZ(60deg) translate(-7em, 10em);
}

[dir="rtl"] [anim=long]::after {
  left: -50%;
  right: -100%;
  transform: rotateZ(-60deg) translate(7em, 10em);
}

[anim=long]:not(.toggled)::after {
  animation: long ease-in-out 1s infinite;
}

@keyframes rubberBandSoft {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.1, 0.95, 1);
  }

  40% {
    transform: scale3d(0.95, 1.05, 1);
  }

  50% {
    transform: scale3d(1.05, 0.98, 1);
  }

  65% {
    transform: scale3d(0.98, 1.02, 1);
  }

  75% {
    transform: scale3d(1.01, 0.99, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubber-band {
  animation: rubberBandSoft 1.2s infinite;
}

.rubber-band-grey {
  animation: rubberBandSoft 1.2s infinite;
  opacity: 0.6;
}

@keyframes gentleWriggle {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.gentle-wriggle {
  animation: gentleWriggle 1.5s ease 3 forwards;
}

.gentle-wriggle-infinite {
  animation: gentleWriggle 1.5s ease infinite;
}

.gentle-wriggle-grey {
  animation: gentleWriggle 1.5s ease 4 forwards;
  opacity: 0.6;
}

@keyframes softPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.95;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.soft-pulse {
  animation: softPulse 2s ease-in-out 2 forwards;
}

.soft-pulse-grey {
  animation: softPulse 2s ease-in-out 2 forwards;
  opacity: 0.6;
}

.pulse-animation {
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-10px);
  }

  60% {
    opacity: 1;
    transform: scale(1.05) translateY(0);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.animate-bounce-in {
  animation: bounceIn 0.4s ease-out;
}

.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

.dd-business-card {
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
}

.dd-business-card:hover {
  transform: scale(0.95);
}

.title_style {
  color: rgba(2, 6, 12, 0.9215686275);
  font-size: 18px;
}

.sub_title_text {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

.distance_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.4px;
  color: rgba(2, 6, 12, 0.92);
}

.dd-business-card-margin {
  margin-top: 8.5rem;
}

.language-menu {
  border-radius: 16px;
  border: 1px solid #d1d6db;
}

.cart-aside-desktop {
  width: 24rem !important;
  margin-top: 12rem;
  margin-bottom: 5rem;
  border-radius: 24px;
}

[dir="ltr"] .cart-aside-desktop {
  margin-right: 1.2rem;
}

[dir="rtl"] .cart-aside-desktop {
  margin-left: 1.2rem;
}

.dailog_style {
  background: rgba(228, 228, 228, 0.7) !important;
  -webkit-backdrop-filter: blur(6px) !important;
          backdrop-filter: blur(6px) !important;
}

.dailog_card {
  border-radius: 24px !important;
  border: 1px solid #F3F3F3 !important;
  background: #FFF !important;
}

[dir="ltr"] .dailog_card {
  box-shadow: 4px 4px 32px 0px rgba(198, 198, 198, 0.25) !important;
}

[dir="rtl"] .dailog_card {
  box-shadow: -4px 4px 32px 0px rgba(198, 198, 198, 0.25) !important;
}

.dynamic-animated-background {
  animation: gradientMove 15s ease infinite, fadeSlideIn 2.5s ease-out;
  min-height: 100vh;
  opacity: 0;
  animation-fill-mode: forwards;
}

[dir="ltr"] .dynamic-animated-background {
  background: linear-gradient(-45deg, #f5f5f5, #e0e0e0, #f5f5f5, #e0e0e0);
}

[dir="rtl"] .dynamic-animated-background {
  background: linear-gradient(45deg, #f5f5f5, #e0e0e0, #f5f5f5, #e0e0e0);
}

[dir] .dynamic-animated-background {
  background-size: 400% 400%;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeSlideIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hover-animate {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-animate:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.dd-tabs-gradient-background {
  background: linear-gradient(to bottom, #bdbdbd, #eeeeee);
}

.dd-tab-toggle .q-btn {
  min-height: 38px;
  padding: 0 !important;
  border-radius: 999px;
}

.announcement-bar {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

[dir="ltr"] .announcement-bar {
  direction: rtl;
}

[dir="rtl"] .announcement-bar {
  direction: ltr;
}

.announcement-marquee {
  display: inline-block;
  animation: scroll-rtl 15s linear infinite;
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.announcement-inline {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.announcement-bar-inline {
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] .announcement-bar-inline {
  direction: rtl;
}

[dir="rtl"] .announcement-bar-inline {
  direction: ltr;
}

.announcement-marquee-inline {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-rtl 12s linear infinite;
}

[dir="ltr"] .announcement-marquee-inline {
  direction: ltr;
}

[dir="rtl"] .announcement-marquee-inline {
  direction: rtl;
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*# sourceMappingURL=app.c81e23a1.css.map*/