@charset "UTF-8";
/* Pico css customisation with css variables */
h1 {
  --pico-font-weight: 300;
}

h2 {
  --pico-font-weight: 100;
}

h3 {
  --pico-font-weight: 400;
}

:root {
  --pico-font-weight: 300;
}

/* Dark and light mode colour variables */
:root {
  --mas-color-green-50: rgb(222, 238, 214);
  --mas-color-green-800: #45651e;
  --mas-color-green-900: #3e4406;
  --pico-muted-color: #aaa;
  --order-item-hover-color: var(--pico-color-sand-50);
  --highlighted-background: var(--pico-color-pumpkin-50);
  --alert-danger-background: var(--pico-color-red-50);
  --alert-danger-color: var(--pico-color-red-900);
  --alert-warning-background: var(--pico-color-amber-100);
  --alert-warning-color: var(--pico-color-amber-700);
  --alert-success-background: var(--mas-color-green-50);
  --alert-success-color: var(--mas-color-green-800);
  --alert-debug-background: var(--pico-color-sand-50);
  --alert-debug-color: var(--pico-color-sand-900);
}

@media only screen and (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --pico-muted-color: #666;
    --order-item-hover-color: var(--pico-color-slate-800);
    --highlighted-background: var(--pico-color-slate-700);
    --alert-danger-background: var(--pico-color-red-900);
    --alert-danger-color: var(--pico-color-red-50);
    --alert-warning-background: var(--pico-color-amber-700);
    --alert-warning-color: var(--pico-color-amber-100);
    --alert-success-background: var(--mas-color-green-800);
    --alert-success-color: var(--mas-color-green-50);
    --alert-debug-background: var(--pico-color-sand-900);
    --alert-debug-color: var(--pico-color-sand-50);
  }
}

[data-theme="dark"] {
  --pico-muted-color: #666;
  --order-item-hover-color: var(--pico-color-slate-800);
  --highlighted-background: var(--pico-color-slate-700);
  --alert-danger-background: var(--pico-color-red-900);
  --alert-danger-color: var(--pico-color-red-50);
  --alert-warning-background: var(--pico-color-amber-700);
  --alert-warning-color: var(--pico-color-amber-100);
  --alert-success-background: var(--mas-color-green-800);
  --alert-success-color: var(--mas-color-green-50);
  --alert-debug-background: var(--pico-color-sand-900);
  --alert-debug-color: var(--pico-color-sand-50);
}

/* view transitions */
@view-transition {
  navigation: auto;
}

/* Customize the default animation behavior */
::view-transition-group(root) {
  animation-duration: 0.5s;
}

.obvious-link {
  cursor: pointer;
}

/* Site header */
body > .header-wrapper {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-image: url("/static/images/site/Masaakis1234-header-1_576x216.61f723f9aee5.jpg");
  background-size: cover;
  background-position: 50% 100%;
}

body > .header-wrapper header {
  flex: 1;
  display: flex;
  flex-direction: row;
  max-height: 216px;
  padding: 1.5rem 1.5rem 0rem 1.5rem;
  max-width: 1536px;
}

body > .header-wrapper header > nav {
  width: 100%;
  gap: 1rem;
}

body > .header-wrapper header > nav ul.nav-items {
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 0.25rem;
  flex: 1 1 auto;
}

body > .header-wrapper header > nav ul.nav-items li {
  padding: 0;
}

body > .header-wrapper header > nav ul.nav-items li > a {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin: 0;
}

body > .header-wrapper header > nav ul.nav-items li > a:hover {
  text-decoration: none;
}

body > .header-wrapper header > nav ul.nav-items li > a:active {
  text-decoration: none;
}

body > .header-wrapper header > nav #home-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: var(--pico-nav-element-spacing-vertical);
}

body > .header-wrapper header > nav #home-logo > img {
  max-width: 144px;
}

@media (min-width: 577px) {
  body > .header-wrapper {
    background-position: 25% 23%;
    background-image: url("/static/images/site/Masaakis1234-header-1_768x288.7dfd4d324730.jpg");
  }
  body > .header-wrapper header > nav {
    gap: 1rem;
  }
  body > .header-wrapper header > nav ul.nav-items {
    align-items: flex-end;
  }
}

@media (min-width: 769px) {
  body > .header-wrapper {
    background-position: 0 0;
    background-image: url("/static/images/site/Masaakis1234-header-1_1024x384.0f636f57d6ad.jpg");
  }
  body > .header-wrapper header {
    min-height: 216px;
    max-height: 216px;
  }
  body > .header-wrapper header > nav #home-logo > img {
    max-width: 196px;
  }
}

@media (min-width: 1025px) {
  body > .header-wrapper {
    background-image: url("/static/images/site/Masaakis1234-header-1_1280x480.b3b0fbdaedd3.jpg");
  }
  body > .header-wrapper header {
    min-height: 320px;
  }
  body > .header-wrapper header > nav ul.nav-items {
    flex-direction: row;
    justify-content: flex-end;
  }
  body > .header-wrapper header > nav #home-logo > img {
    max-width: 288px;
  }
}

@media (min-width: 1281px) {
  body > .header-wrapper {
    display: flex;
    justify-content: center;
    background-position: center center;
    background-image: url("/static/images/site/Masaakis1234-header-1_1536x576.b8431250bc3c.jpg");
  }
}

@media (min-width: 1537px) {
  body > .header-wrapper {
    background-position: center center;
    background-image: url("/static/images/site/Masaakis1234-header-1_1920x720.1ee5da09d4d4.jpg");
  }
}

.alert {
  margin-bottom: var(--pico-spacing);
  padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
  border-radius: var(--pico-border-radius);
}

.alert > ul {
  margin-bottom: 0;
}

.alert.alert-danger {
  background-color: var(--alert-danger-background);
  border: 1px solid var(--alert-danger-color);
}

.alert.alert-danger, .alert.alert-danger a {
  color: var(--alert-danger-color);
}

.alert.alert-warning {
  background-color: var(--alert-warning-background);
  border: 1px solid var(--alert-warning-color);
}

.alert.alert-warning, .alert.alert-warning a {
  color: var(--alert-warning-color);
}

.alert.alert-success, .alert.alert-info {
  background-color: var(--alert-success-background);
  border: 1px solid var(--alert-success-color);
}

.alert.alert-success, .alert.alert-success a, .alert.alert-info, .alert.alert-info a {
  color: var(--alert-success-color);
}

.alert.alert-debug {
  background-color: var(--alert-debug-background);
  border: 1px solid var(--alert-debug-color);
}

.alert.alert-debug, .alert.alert-debug a {
  color: var(--alert-debug-color);
}

.badge {
  border-radius: var(--pico-border-radius);
  border: 1px solid;
  padding: 0.25rem 0.5rem;
  font-size: 0.9em;
}

.badge.bg-error {
  background-color: var(--pico-color-red-50);
  border: 1px solid var(--pico-color-red-900);
  color: var(--pico-color-red-900);
}

.badge.bg-warning {
  background-color: var(--pico-color-amber-50);
  border: 1px solid var(--pico-color-amber-900);
  color: var(--pico-color-amber-900);
}

.badge.bg-success {
  background-color: var(--mas-color-green-50);
  border: 1px solid var(--mas-color-green-900);
  color: var(--mas-color-green-800);
}

.badge.bg-debug {
  background-color: var(--pico-color-sand-50);
  border: 1px solid var(--pico-color-sand-900);
  color: var(--pico-color-sand-800);
}

.btn-close {
  display: none;
}

.btn-close ::before {
  content: "×";
}

#the-content-area > form:not(#order-checkout-form),
.form-horizontal {
  max-width: 28rem;
}

#the-content-area > form:not(#order-checkout-form) > .mb-3,
.form-horizontal > .mb-3 {
  padding: 0 var(--pico-form-element-spacing-horizontal) var(--pico-form-element-spacing-vertical);
}

[role="button"]:active,
[type="button"]:active,
[type="file"]::file-selector-button:active,
[type="reset"]:active,
[type="submit"]:active,
button:active {
  background-color: var(--pico-color-green-900);
  color: var(--pico-color-green-50);
}

.home-spread {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 1025px) {
  .home-spread {
    flex-wrap: nowrap;
  }
  .home-spread > * {
    flex: 0 1 auto;
  }
  .home-spread > *:first-child {
    flex: 0 0 25%;
  }
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--pico-block-spacing-horizontal);
  justify-content: center;
}

.action-chunk {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .action-chunk {
    max-width: 45%;
  }
  .action-chunk .product-image {
    max-width: 100%;
  }
}

.highlighted {
  background: var(--highlighted-background);
  padding: 1rem;
  border-radius: var(--pico-border-radius);
}

@media (min-width: 769px) {
  .highlighted {
    padding: 2rem;
  }
}

form.order-form section > header,
form.order-form section > article > header,
form.order-form article header {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#order-checkout-form .action-row {
  display: flex;
  width: 100%;
}

#order-checkout-form .action-row .action-chunk {
  width: 100%;
  flex: 1 auto;
  max-width: none;
}

#order-checkout-form .customer-pickup-section .customer-details-section,
#order-checkout-form .customer-pickup-section .pickup-details-section {
  margin-bottom: var(--pico-spacing);
}

#order-checkout-form .customer-pickup-section .customer-details-section h3,
#order-checkout-form .customer-pickup-section .pickup-details-section h3 {
  margin: 0 0 var(--pico-spacing) 0;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

#order-checkout-form .customer-pickup-section .customer-details-section .form-group,
#order-checkout-form .customer-pickup-section .pickup-details-section .form-group {
  margin-bottom: var(--pico-spacing);
}

#order-checkout-form .customer-pickup-section .customer-details-section {
  margin-bottom: calc(var(--pico-spacing) * 1.5);
}

#order-checkout-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#order-checkout-form .order-items-section .order-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#order-checkout-form .order-items-section .order-item--title {
  font-weight: 500;
}

#order-checkout-form .order-items-section .order-item--dietary-requirements {
  font-size: 0.8rem;
}

#order-checkout-form .order-items-section .order-item--dietary-requirements .dietary-label {
  font-weight: 500;
}

#order-checkout-form .order-items-section .order-item--dietary-requirements .dietary-badges-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

#order-checkout-form .order-items-section .order-item--dietary-requirements .dietary-badges-list li.badge {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

#order-checkout-form .order-items-section .order-item--price {
  font-weight: 300;
  display: flex;
  align-items: center;
}

#order-checkout-form .order-items-section .order-item--cost {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#order-checkout-form .order-items-section .order-item--quantity-control {
  display: flex;
  align-items: center;
}

#order-checkout-form .order-items-section .order-item--quantity-control label {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 0.8rem;
}

#order-checkout-form .order-items-section .order-item--quantity-control input[type="number"] {
  margin-bottom: 0;
  height: 2rem;
}

#order-checkout-form .order-items-section .order-item--quantity-control input[type="number"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--pico-primary-background);
}

#order-checkout-form .order-items-section .order-item--remove-control {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

#order-checkout-form .order-items-section .order-item--remove-control .remove-item-button {
  border: none;
  padding: 0 0.4rem;
  border-radius: var(--pico-border-radius);
  font-weight: 700;
  transition: background-color 0.2s ease;
  margin-bottom: 0;
}

#order-checkout-form .order-items-section .order-item--remove-control .remove-item-button:hover {
  background-color: var(--pico-color-red-600);
}

#order-checkout-form .order-items-section .order-item--remove-control .remove-item-button:focus {
  outline: 2px solid var(--pico-color-red-200);
  outline-offset: 2px;
}

#order-checkout-form .order-items-section .order-item {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(3, min-content);
  grid-gap: 0.25rem;
  padding: 0.5rem;
  border-radius: var(--pico-border-radius);
}

#order-checkout-form .order-items-section .order-item:hover {
  background-color: var(--order-item-hover-color);
}

#order-checkout-form .order-items-section .order-item .order-item--title {
  grid-column: 1 / span 8;
  grid-row: 1;
}

#order-checkout-form .order-items-section .order-item .order-item--dietary-requirements {
  grid-column: 1 / span 8;
  grid-row: 2;
}

#order-checkout-form .order-items-section .order-item .order-item--price {
  grid-column: 1 / 3;
  grid-row: 3;
}

#order-checkout-form .order-items-section .order-item .order-item--cost {
  grid-column: 8 / span 2;
  grid-row: 3;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#order-checkout-form .order-items-section .order-item .order-item--quantity-control {
  grid-column: 3 / span 4;
  grid-row: 3;
}

#order-checkout-form .order-items-section .order-item .order-item--remove-control {
  grid-column: 9 / span 1;
  grid-row: 1 / 3;
}

#order-checkout-form .order-items-section .empty-cart-message {
  text-align: center;
  padding: 2rem;
  margin: var(--pico-spacing) 0;
}

#order-checkout-form .order-items-section .empty-cart-message p {
  margin-bottom: var(--pico-spacing);
  font-size: 1rem;
}

#order-checkout-form .order-items-section .empty-cart-message .continue-shopping-link {
  text-decoration: none;
  font-weight: 600;
}

#order-checkout-form .order-items-section .empty-cart-message .continue-shopping-link:hover {
  text-decoration: underline;
}

#order-checkout-form .order-items-section .add-more-section {
  margin-top: var(--pico-spacing);
  text-align: center;
}

#order-checkout-form .order-items-section .add-more-section .add-more-link {
  color: var(--pico-primary);
  text-decoration: none;
  font-weight: 500;
}

#order-checkout-form .order-items-section .add-more-section .add-more-link:hover {
  text-decoration: underline;
}

#order-checkout-form .order-items-section .order-totals-section {
  padding: var(--pico-spacing);
  border-radius: var(--pico-border-radius);
}

#order-checkout-form .order-items-section .order-totals-section header {
  margin-bottom: var(--pico-spacing);
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid var(--pico-muted-color);
}

#order-checkout-form .order-items-section .order-totals-section .delivery-date-display {
  margin-bottom: var(--pico-spacing);
  padding: calc(var(--pico-spacing) * 0.75);
}

#order-checkout-form .order-items-section .order-totals-section .delivery-date-display dt {
  font-weight: 600;
}

#order-checkout-form .order-items-section .order-totals-section .delivery-date-display .delivery-date-value {
  font-weight: 300;
  color: var(--pico-color);
}

#order-checkout-form .order-items-section .order-totals-section .product-summary {
  margin-bottom: var(--pico-spacing);
  padding-bottom: var(--pico-spacing);
  border-bottom: 1px solid var(--pico-muted-color);
}

#order-checkout-form .order-items-section .order-totals-section .product-summary h4 {
  margin-bottom: calc(var(--pico-spacing) * 0.5);
  font-size: 1rem;
  font-weight: 500;
}

#order-checkout-form .order-items-section .order-totals-section .product-summary .product-counts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#order-checkout-form .order-items-section .order-totals-section .product-summary .product-counts-list .product-count-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--pico-spacing) * 0.25) 0;
  border-bottom: 1px solid;
}

#order-checkout-form .order-items-section .order-totals-section .product-summary .product-counts-list .product-count-item:last-child {
  border-bottom: none;
}

#order-checkout-form .order-items-section .order-totals-section .product-summary .product-counts-list .product-count-item .product-name {
  font-weight: 300;
}

#order-checkout-form .order-items-section .order-totals-section .product-summary .product-counts-list .product-count-item .product-count {
  font-weight: 600;
  font-size: 0.9rem;
}

#order-checkout-form .order-items-section .order-totals-section .total-cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--pico-spacing);
}

#order-checkout-form .order-items-section .order-totals-section .total-cost .total-label {
  font-size: 1.1rem;
  font-weight: 500;
}

#order-checkout-form .order-items-section .order-totals-section .total-cost .total-amount {
  font-size: 1.4rem;
  font-weight: 700;
}

#order-checkout-form .order-items-section .checkout-section {
  margin-top: var(--pico-spacing);
  text-align: center;
  padding-top: var(--pico-spacing);
}

#order-checkout-form .order-items-section .checkout-section .checkout-button {
  background-color: var(--pico-primary);
  color: var(--pico-primary-inverse);
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: var(--pico-border-radius);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#order-checkout-form .order-items-section .checkout-section .checkout-button:hover {
  background-color: var(--pico-primary-hover);
}

#order-checkout-form .order-items-section .checkout-section .checkout-button:focus {
  outline: 2px solid var(--pico-primary-background);
  outline-offset: 2px;
}

@media (min-width: 769px) {
  #order-checkout-form .action-row {
    gap: 1rem;
  }
  #order-checkout-form .action-row .action-chunk {
    max-width: 25rem;
  }
}

#cart-button {
  display: flex;
  padding: 0.5rem;
}

#cart-button svg {
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: top;
}

#cart-button #cart-count {
  margin-right: 0.25rem;
  font-weight: bold;
}

#cart-button #cart-total {
  margin-left: 0.25rem;
  font-weight: 400;
  font-size: 0.9rem;
}

/* Product image styling */
.product-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#product-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.order-summary-container {
  max-width: 800px;
  margin: 0 auto;
  padding: var(--pico-spacing);
}

.order-summary-container h1 {
  text-align: center;
  margin-bottom: var(--pico-spacing);
}

.order-summary-container .review-instructions {
  text-align: center;
  margin-bottom: calc(var(--pico-spacing) * 2);
  color: var(--pico-muted-color);
}

.order-items-readonly,
.customer-details-readonly,
.pickup-details-readonly,
.order-total-readonly {
  background: var(--pico-card-background-color);
  border-radius: var(--pico-border-radius);
  padding: var(--pico-spacing);
  margin-bottom: var(--pico-spacing);
  border: 1px solid var(--pico-muted-border-color);
}

.order-items-readonly header,
.customer-details-readonly header,
.pickup-details-readonly header,
.order-total-readonly header {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--pico-spacing);
  border-bottom: 1px solid var(--pico-muted-color);
  padding-bottom: 0.5rem;
}

.dietary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.dietary-badges .badge {
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
}

.order-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-item-readonly {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0.5rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--pico-muted-border-color);
}

.order-item-readonly .dietary-badges {
  grid-column: 1 / span 3;
}

.order-item-readonly:last-child {
  border-bottom: none;
}

.order-item-readonly:hover {
  background-color: var(--order-item-hover-color);
}

.order-item-readonly .item-name {
  grid-column: 1 / span 3;
  font-weight: 500;
  font-size: 1.05rem;
}

.order-item-readonly .item-price {
  grid-column: 1;
  font-size: 0.9rem;
  color: var(--pico-muted-color);
}

.order-item-readonly .item-quantity {
  grid-column: 2;
  text-align: center;
  font-weight: 500;
}

.order-item-readonly .item-total {
  grid-column: 3;
  text-align: right;
  font-weight: 700;
  font-size: 1.1rem;
}

.empty-message {
  text-align: center;
  padding: 2rem;
  color: var(--pico-muted-color);
}

.customer-details-readonly dl,
.pickup-details-readonly dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  margin: 0;
}

.customer-details-readonly dl dt,
.pickup-details-readonly dl dt {
  font-weight: 600;
  color: var(--pico-muted-color);
}

.customer-details-readonly dl dd,
.pickup-details-readonly dl dd {
  margin: 0;
}

.order-total-readonly {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  padding: 1.5rem;
  background: var(--highlighted-background);
}

.order-total-readonly .total-label {
  font-weight: 600;
}

.order-total-readonly .total-amount {
  font-weight: 700;
  color: var(--pico-primary);
  font-size: 1.8rem;
}

.order-summary-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: calc(var(--pico-spacing) * 2);
}

.order-summary-actions form {
  margin: 0;
}

.order-summary-actions button {
  min-width: 200px;
  margin: 0;
  font-size: 1.05rem;
  padding: 0.75rem 1.5rem;
}

.order-summary-actions .secondary-button {
  background-color: var(--pico-secondary);
}

.order-summary-actions .secondary-button:hover {
  background-color: var(--pico-secondary-hover);
}

.order-summary-actions .primary-button {
  background-color: var(--pico-primary);
  font-weight: 600;
}

.order-summary-actions .primary-button:hover {
  background-color: var(--pico-primary-hover);
}

@media (max-width: 768px) {
  .order-summary-actions {
    flex-direction: column;
  }
  .order-summary-actions button {
    width: 100%;
  }
  .order-items-readonly .order-item-readonly {
    grid-template-columns: 1fr 1fr;
  }
  .order-items-readonly .order-item-readonly .item-name {
    grid-column: 1 / span 2;
  }
  .order-items-readonly .order-item-readonly .dietary-badges {
    grid-column: 1 / span 2;
  }
  .order-items-readonly .order-item-readonly .item-price {
    grid-column: 1 / span 2;
  }
  .order-items-readonly .order-item-readonly .item-quantity {
    grid-column: 1;
    text-align: left;
  }
  .order-items-readonly .order-item-readonly .item-total {
    grid-column: 2;
  }
  .customer-details-readonly dl,
.pickup-details-readonly dl {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .customer-details-readonly dl dt,
.pickup-details-readonly dl dt {
    margin-top: 0.5rem;
  }
  .customer-details-readonly dl dt:first-child,
.pickup-details-readonly dl dt:first-child {
    margin-top: 0;
  }
}

.confirmation-container {
  text-align: center;
}

.confirmation-container .success-icon {
  font-size: 5rem;
  color: var(--mas-color-green-800);
  margin-bottom: var(--pico-spacing);
  line-height: 1;
}

.confirmation-container .confirmation-message {
  margin-bottom: calc(var(--pico-spacing) * 2);
}

.confirmation-container .confirmation-message p {
  font-size: 1.1rem;
  margin-bottom: calc(var(--pico-spacing) * 0.5);
}

.confirmation-container .confirmation-message .guest-account-prompt {
  margin-top: var(--pico-spacing);
  padding: var(--pico-spacing);
  background: var(--pico-color-grey-50);
  border-radius: var(--pico-border-radius);
  border: 1px solid var(--pico-color-grey-200);
}

.confirmation-container .confirmation-message .guest-account-prompt p {
  font-size: 0.95rem;
  color: var(--pico-color-grey-900);
  margin: 0;
}

.confirmation-container .confirmation-message .guest-account-prompt a {
  color: var(--pico-primary);
  font-weight: 600;
  text-decoration: underline;
}

.confirmation-container .order-reference {
  background: var(--pico-card-background-color);
  border-radius: var(--pico-border-radius);
  padding: var(--pico-spacing);
  margin-bottom: calc(var(--pico-spacing) * 2);
  border: 1px solid var(--pico-muted-border-color);
}

.confirmation-container .order-reference dl {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.confirmation-container .order-reference dl .dd-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.confirmation-container .order-reference dl .dd-group dt {
  font-weight: 600;
}

.confirmation-container .order-reference dl .dd-group dd {
  margin: 0;
}

.confirmation-container .order-reference p {
  margin: 0.5rem 0;
  font-size: 1.05rem;
}

.confirmation-container .order-reference p strong {
  font-family: monospace;
  font-size: 1.2rem;
  color: var(--pico-primary);
}

.confirmation-container .order-reference p .payment-id {
  font-family: monospace;
  font-size: 0.9rem;
  color: var(--pico-muted-color);
}

.order-summary-confirmed,
.delivery-details-confirmed,
.next-steps {
  background: var(--pico-card-background-color);
  border-radius: var(--pico-border-radius);
  padding: var(--pico-spacing);
  margin-bottom: var(--pico-spacing);
  text-align: left;
  border: 1px solid var(--pico-muted-border-color);
}

.order-summary-confirmed header,
.order-summary-confirmed h3,
.delivery-details-confirmed header,
.delivery-details-confirmed h3,
.next-steps header,
.next-steps h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--pico-spacing);
  border-bottom: 1px solid var(--pico-muted-color);
  padding-bottom: 0.5rem;
}

.order-items-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--pico-spacing) 0;
}

.order-summary-confirmed .order-item-confirmed {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 0.5rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--pico-muted-border-color);
}

.order-summary-confirmed .order-item-confirmed:last-child {
  border-bottom: none;
}

.order-summary-confirmed .order-item-confirmed .item-details {
  grid-column: 1;
}

.order-summary-confirmed .order-item-confirmed .item-details .item-name {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.order-summary-confirmed .order-item-confirmed .item-details .dietary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.order-summary-confirmed .order-item-confirmed .item-details .dietary-badges .badge {
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
}

.order-summary-confirmed .order-item-confirmed .item-quantity {
  grid-column: 2;
  text-align: center;
  align-self: center;
  font-weight: 500;
}

.order-summary-confirmed .order-item-confirmed .item-total {
  grid-column: 3;
  text-align: right;
  align-self: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.order-summary-confirmed .order-total-confirmed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--mas-color-green-50);
  border-radius: var(--pico-border-radius);
  font-size: 1.3rem;
}

.order-summary-confirmed .order-total-confirmed .total-label {
  font-weight: 600;
}

.order-summary-confirmed .order-total-confirmed .total-amount {
  font-weight: 700;
  color: var(--mas-color-green-800);
  font-size: 1.6rem;
}

.delivery-details-confirmed dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  margin: 0;
}

.delivery-details-confirmed dl dt {
  font-weight: 600;
  color: var(--pico-muted-color);
}

.delivery-details-confirmed dl dd {
  margin: 0;
  font-weight: 500;
}

.delivery-details-confirmed dl dd strong {
  color: var(--pico-primary);
}

.next-steps {
  background: var(--highlighted-background);
}

.next-steps p {
  margin-bottom: calc(var(--pico-spacing) * 0.5);
}

.next-steps p:last-child {
  margin-bottom: 0;
}

.action-buttons {
  margin-top: calc(var(--pico-spacing) * 2);
  text-align: center;
}

.action-buttons .button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: var(--pico-primary);
  color: var(--pico-primary-inverse);
  text-decoration: none;
  border-radius: var(--pico-border-radius);
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.action-buttons .button:hover {
  background-color: var(--pico-primary-hover);
}

@media (max-width: 768px) {
  .confirmation-container .success-icon {
    font-size: 3.5rem;
  }
  .confirmation-container .order-reference p {
    font-size: 0.95rem;
  }
  .order-summary-confirmed .order-item-confirmed {
    grid-template-columns: 1fr;
  }
  .order-summary-confirmed .order-item-confirmed .item-details,
.order-summary-confirmed .order-item-confirmed .item-quantity,
.order-summary-confirmed .order-item-confirmed .item-total {
    grid-column: 1;
  }
  .order-summary-confirmed .order-item-confirmed .item-quantity,
.order-summary-confirmed .order-item-confirmed .item-total {
    text-align: left;
  }
  .order-summary-confirmed .order-item-confirmed .item-total {
    font-size: 1.2rem;
    margin-top: 0.25rem;
  }
  .order-summary-confirmed .order-total-confirmed {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .delivery-details-confirmed dl {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .delivery-details-confirmed dl dt {
    margin-top: 0.5rem;
  }
  .delivery-details-confirmed dl dt:first-child {
    margin-top: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 400px;
  font-weight: 500;
  cursor: pointer;
}

.toast.toast-animate-in {
  animation: slideIn 0.3s ease-out;
}

.toast.toast-animate-out {
  animation: slideOut 0.3s ease-in;
}

.toast.toast-success {
  background: var(--alert-success-background);
  color: var(--alert-success-color);
}

.toast.toast-success .toast-icon {
  margin-right: 8px;
}

.toast.toast-success .toast-link {
  color: black;
  margin-left: 12px;
  text-decoration: underline;
}

.toast.toast-error {
  background: var(--alert-warning-background);
  color: var(--alert-warning-color);
}

.toast.toast-error .toast-error-list {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.toast.toast-error .toast-error-list li {
  margin: 4px 0;
}

.order-card > header, .order-detail > header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.order-card section > header, .order-detail section > header, .staff-dashboard section > header {
  font-weight: 600;
  font-size: 1.1rem;
}

.order-card dt, .order-detail dt, .staff-dashboard dt {
  font-weight: 400;
  width: 6rem;
}

.order-card dd, .order-detail dd, .staff-dashboard dd {
  margin-left: 1rem;
}

.order-card dd, .order-card dt, .order-detail dd, .order-detail dt, .staff-dashboard dd, .staff-dashboard dt {
  display: inline-block;
}

.order-card footer, .order-detail footer, .staff-dashboard footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.staff-dashboard .filters {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.staff-dashboard article > header {
  font-weight: 600;
  font-size: 1.3rem;
}

.production-summary-card dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.production-summary-card dl .stat-box {
  display: flex;
  flex-direction: column;
  flex: 0 0 11rem;
}

.production-summary-card dl dd {
  font-size: 3rem;
  margin-left: 0;
}

.production-summary-card dl dt {
  width: 100%;
}

.filter-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.download-button {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 21px;
}

.download-button > svg {
  width: 24px;
  height: 26px;
}

/*# sourceMappingURL=project.css.53c1b9bd88dd.map */
