:root {
  --main-font-family-base: "Nunito Sans", sans-serif;
  --content-max-width: 1520px;
  --color-primary: #f7f4e8;
}

header {
  padding: 10px 65px;
}
@media (max-width: 1440px) {
  header {
    padding: 10px 40px;
  }
}
@media (max-width: 1440px) {
  header {
    padding: 10px 20px;
  }
}
header .mobile-nav .close {
  right: 50px;
  top: 33px;
}
@media (max-width: 530px) {
  header .frame.frame-purple {
    display: block;
  }
  header .frame.frame-purple > img {
    width: 105px;
  }
  header .frame.frame-purple small {
    font-size: 0.75em;
  }
}
@media (max-width: 400px) {
  header .logo img {
    width: 100px;
  }
}

section.packages .packages-content-body {
  align-items: stretch;
}
section.packages .packages-content-body .package-card {
  display: flex;
  flex-direction: column;
}
section.packages .packages-content-body .package-card .package-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.packages .packages-content-body .package-card .package-card-body .package-card-body-actions {
  margin: auto 0 0 0;
}
section.packages .packages-content-body .package-card .package-card-body .package-card-body-actions .frame {
  margin: 18px 0 0 0;
}

.hero .hero-controls .frame {
  user-select: none;
}
.hero .hero-controls .frame:hover > img {
  opacity: 1;
}
.hero .hero-controls .frame .frame-content {
  transition: all 150ms ease;
}
.frame:not(.menu) {
  transition: all 150ms ease;
  cursor: pointer;
}
.frame:not(.menu):hover {
  opacity: 0.8;
}
.frame:not(.menu):hover > img {
  opacity: 1;
}
.frame:not(.menu).btn-action:hover {
  transform: rotate(-5deg) scale(1.1);
  filter: hue-rotate(20deg) drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
}
.frame:not(.menu) .frame-content {
  transition: all 150ms ease;
}

@media (max-width: 560px) {
  .order-form form .order-summary-body strong {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-size strong {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-size span {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-size span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-size span:not(:first-child) {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-type {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-type span {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-type span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-type span:not(:first-child) {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-days {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-days span {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-days span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-days span:not(:first-child) {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-allergens {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-allergens span {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-allergens span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-allergens span:not(:first-child) {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-total {
    font-size: 18px;
  }
}
.order-form form .order-summary-body .order-summary-total > span {
  font-size: 20px;
}
@media (max-width: 560px) {
  .order-form form .order-summary-body .order-summary-total strong {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .order-form form .order-summary-footer button > img {
    width: 280px;
  }
}
@media (max-width: 560px) {
  .contact-form .form-field:not(.agreement) input::placeholder {
    font-size: 16px;
  }
  .contact-form .form-field:not(.agreement) input {
    height: 62px;
    font-size: 16px;
    border-radius: 21px;
  }
}
@media (max-width: 560px) {
  .contact-form .form-footer-agreements .form-field label {
    font-size: 16px;
  }
}

.main {
  overflow: clip;
}

header .mobile-nav .close {
  z-index: 60;
}

.custom-frame {
  grid-column: 1/4;
  width: 100%;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.custom-frame .frame-content {
  color: #000;
  font-size: 20px;
}

.cart-items-wrapper .list-item .list-item-quantity input {
  padding: 4px;
}

.cart-items-wrapper .list-item .list-item-row_total .row_total_including_tax strong {
  font-size: 22px;
}

form .field.password .icon, form .field.confirmation .icon {
  z-index: 50;
  right: 30px;
  top: 32px;
}
form .field.password .icon svg, form .field.confirmation .icon svg {
  width: 30px;
  height: 30px;
}

form .field.password .icon svg path, form .field.confirmation .icon svg path {
  color: #000;
}

.empty-address {
  width: 100%;
  background: red;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.hero .hero-controls .frame {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.hero .hero-controls .frame:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.hero .hero-controls .frame span {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

.page-top-message {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  padding: 20px;
  text-align: center;
  background: #b02484;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #f7f4e8;
  height: 58px;
  overflow: hidden;
}
.page-top-message + header {
  top: 58px;
}
.page-top-message + header.scrolled {
  top: 0;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  background-image: url(/assets/images/svg/frame-purple.svg);
  width: 136px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: transparent;
  color: #fff;
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  border: unset;
  outline: none;
  box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]):hover {
  background-color: transparent;
  opacity: 0.7;
}

.order-detail-menu-body-block-content-type-child .masked-input, .order-detail-menu-body-block-content-type-parent .masked-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame.remove-btn {
  transform: scale(0.8);
}
.frame.remove-btn + .order-detail-menu-body-block-content-messages > div {
  font-size: 20px;
}

.sticky-message-order {
  position: sticky;
  top: 90px;
  z-index: 100;
  background: #fd0505;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.25;
  margin: -20px 0 20px 0;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 1130px) {
  header .mobile-nav .navigation-mobile > a {
    grid-column-start: 1;
  }
}
@media (max-width: 768px) {
  .condition-assessment-form .form-field:not(.agreement) input, .condition-assessment-form .form-field:not(.agreement) select, .condition-assessment-form .form-field:not(.agreement) textarea,
  form.form-create-account input, form.form-forgot-password input, form.form-login input {
    height: 62px;
    padding: 10px 30px 5px 30px;
  }
  form .field.password .icon, form .field.confirmation .icon {
    top: 18px;
  }
}
@media (max-width: 650px) {
  .cart-items-wrapper .list-item .list-item-media {
    height: 130px !important;
  }
}
@media (max-width: 540px) {
  .page-top-message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
  }
}
@media (max-width: 450px) {
  header > .cart-action {
    display: none !important;
  }
  header .mobile-nav .close {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 420px) {
  .custom-frame {
    grid-column: 1;
  }
}
@property --val {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.form-columns-1.feedback-page {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
}

.rating-wrapper {
  padding: 9px 25px;
  margin: 0px 0 60px 0;
}

input[type=range] {
  --s: 40px; /* control the size*/
  --min: attr(min type(<number>),1 );
  --max: attr(max type(<number>),100);
  height: var(--s);
  aspect-ratio: var(--max);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50 5 L79 95 L2 40 L98 40 L21 95 Z'/></svg>") 0/var(--s) var(--_m, );
  background: linear-gradient(90deg, hsl(calc(30 + 4 * var(--val)), 100%, 56%) calc(var(--val) * 100% / var(--max)), #7b7b7b 0);
  appearance: none;
  cursor: pointer;
  /**/
  timeline-scope: --val;
  animation: --val linear both;
  animation-timeline: --val;
  animation-range: entry 100% exit 0%;
  overflow: hidden;
}

@keyframes --val {
  0% {
    --val: var(--max);
  }
  to {
    --val: var(--min);
  }
}
input[type=range i]::-webkit-slider-thumb {
  opacity: 0;
  view-timeline: --val inline;
}

input[type=range]::-moz-range-thumb {
  opacity: 0;
  view-timeline: --val inline;
}

input[type=range]:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
  --_m:,conic-gradient(from 90deg at 2px 2px,#0000 25%,#000 0) 0 0/calc(100% - 2px) calc(100% - 2px);
}

.order-form form {
  padding: 0 10px;
}

@media (max-width: 670px) {
  header button.menu {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 530px) {
  header > .cart-action.frame {
    display: flex !important;
  }
  header button.menu {
    margin: 0;
  }
}
@media (max-width: 470px) {
  header .logo img {
    width: 140px !important;
  }
}
@media (max-width: 400px) {
  .order-form form .order-summary-body .order-summary-allergens {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 380px) {
  header > .cart-action.frame {
    display: none !important;
  }
  header button.menu {
    margin: 0 0 0 auto;
  }
}
.order-form .allergen-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.order-form .allergen-action {
  min-width: 150px;
  padding: 11px 22px;
  border: 2px solid #b02484;
  border-radius: 18px 22px 17px 21px;
  background: #b02484;
  color: #fff;
  font: 800 16px/1.2 var(--main-font-family-base);
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}

.order-form .allergen-action-secondary {
  background: transparent;
  color: #323232;
  border-color: #000;
}

.order-form .allergen-action:hover {
  opacity: 0.8;
}

.order-form .allergen-action:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.order-form .allergen-action:disabled:hover {
  opacity: 0.45;
}

.order-form .allergen-action:focus-visible {
  outline: #000;
  outline-offset: 3px;
  border-color: #000;
}

@media (max-width: 560px) {
  .order-form .allergen-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .order-form .allergen-action {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
  }
}
.my-meals {
  padding: 80px 0;
}

.my-meals-toolbar {
  margin-bottom: 30px;
  text-align: center;
}

.my-meals-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 30px;
}

.my-meals-card {
  margin: 0;
}

.my-meals-order {
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}

.my-meals-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.12);
}

.my-meals-row:last-of-type {
  border-bottom: 0;
}

.my-meals-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  background: #f6f0d3;
}

.my-meals-empty {
  padding: 50px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .my-meals {
    padding-top: 50px;
  }
  .my-meals-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .my-meals-list {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=updates.css.map */
