body {
  background: url("https://karibu-elgouna.com/qr_bg.jpg") no-repeat top center fixed;
  background-size: 100% 100%;
}

.site-header--order {
  padding-bottom: 0.75rem;
}

.oo-open-state {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  color: var(--text-muted);
}

.oo-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0.9rem;
  width: 100%;
}

#oo-feedback {
  padding: 0 0.9rem;
}

.oo-alert {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.oo-btn.is-added {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 10px 26px rgba(45, 212, 191, 0.22);
  border-color: color-mix(in srgb, var(--section, var(--a0)) 92%, transparent);
}

.oo-add-form .oo-btn[data-add-btn="1"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.oo-add-form .oo-btn[data-add-btn="1"].is-loading {
  opacity: 0.9;
}

.oo-add-form .oo-btn[data-add-btn="1"].is-loading::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: oo-spin 0.7s linear infinite;
}

@keyframes oo-spin {
  to {
    transform: rotate(360deg);
  }
}

.oo-added-hint {
  margin-top: 0.45rem;
  margin-bottom: -0.2rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--text-muted, rgba(255, 255, 255, 0.72));
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.oo-added-hint.is-show {
  opacity: 1;
  transform: translateY(0);
}

.oo-added-hint__link {
  border: 1px solid rgba(45, 212, 191, 0.55);
  background: rgba(8, 16, 20, 0.6);
  padding: 0.22rem 0.55rem;
  margin-left: 0.35rem;
  color: var(--a0);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 999px;
  line-height: 1;
  text-decoration: none;
}

.oo-added-hint__link:hover {
  border-color: rgba(45, 212, 191, 0.85);
  background: rgba(45, 212, 191, 0.14);
}

.oo-in-cart-hint {
  margin-top: 0.45rem;
  margin-bottom: -0.2rem;
  padding: 0.28rem 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 16, 20, 0.42);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.oo-cart-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  padding: 0.24rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 16, 20, 0.55);
  color: var(--text);
}

.oo-cart-toggle[hidden] {
  display: none !important;
}

.oo-cart-meta {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 700;
}

.oo-dot {
  opacity: 0.6;
}

.oo-cart-toggle {
  white-space: nowrap;
}

.oo-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--a0);
  color: #071014;
  font-size: 0.75rem;
  font-weight: 900;
}

.oo-item-text {
  min-width: 0;
}

.oo-item-text p {
  margin: 0;
}

.oo-addon-group i {
  color: var(--a0);
  margin-right: 0.35rem;
  opacity: 0.95;
}

.oo-detail-nav {
  display: none;
}

.oo-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.oo-cart {
  background: rgba(7, 12, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0.8rem;
}

.oo-cart-hint {
  padding: 0.35rem 0.55rem;
  margin-bottom: 0.6rem;
  border: 1px dashed rgba(45, 212, 191, 0.65);
  border-radius: 10px;
  color: var(--a0);
  text-align: center;
}

.oo-hint-line {
  font-size: 0.76rem;
  line-height: 1.2;
}

.oo-hint-line strong {
  font-weight: 800;
}

.screen-title {
  margin-top: 1.2rem;
}

#oo-free-delivery-hint {
  margin: 0.55rem auto 0;
  width: fit-content;
  max-width: calc(100% - 1.8rem);
  padding: 0;
  text-align: center;
}

#oo-free-delivery-hint:empty {
  display: none;
}

.oo-free-delivery-hint {
  display: inline-block;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.12);
  color: #b6fff6;
  font-size: 0.78rem;
  font-weight: 900;
}

.oo-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 119;
  opacity: 0;
  transition: opacity 180ms ease;
}

.oo-cart-overlay.is-open {
  opacity: 1;
}

.oo-cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(520px, 92vw);
  z-index: 120;
  border-radius: 0;
  transform: translateX(100%);
  transition: transform 180ms ease;
  overflow: auto;
  background: rgba(7, 12, 15, 1);
  padding: 0;
}

.oo-cart-panel.is-open {
  transform: translateX(0);
}

@media (max-width: 720px) {
  .oo-cart-panel {
    width: 100vw;
  }

  .oo-cart-close__desktop {
    display: none;
  }

  .oo-cart-close__mobile {
    display: inline;
  }
}

.oo-cart-panel__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  background: rgba(7, 12, 15, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.7rem 0.8rem;
  margin: 0;
}

.oo-cart-panel #oo-cart-lines,
.oo-cart-panel #oo-totals,
.oo-cart-panel .oo-checkout {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.oo-cart-panel #oo-cart-lines {
  padding-top: 0.6rem;
}

.oo-cart-panel__head h2 {
  margin: 0;
}

.oo-cart-close {
  border: 1px solid rgba(45, 212, 191, 0.55);
  background: rgba(8, 16, 20, 0.8);
  color: var(--a0);
  border-radius: 10px;
  padding: 0.38rem 0.6rem;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 120ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 220ms ease;
}

.oo-cart-close__desktop {
  display: inline;
}

.oo-cart-close__mobile {
  display: none;
}

.oo-cart-close__desktop,
.oo-cart-close__mobile {
  font: inherit;
  font-weight: 900;
}

.oo-cart-close:hover {
  border-color: rgba(45, 212, 191, 0.85);
  background: rgba(45, 212, 191, 0.14);
  transform: translateY(-1px);
}

.oo-cart-open,
.oo-cart-open body {
  overflow: hidden;
}

.oo-category-grid {
  margin-top: 0.3rem;
}

.oo-detail-nav {
  margin-bottom: 0.8rem;
}

.oo-detail-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--a0);
  font-weight: 700;
}

.oo-category {
  margin-bottom: 1rem;
}

.oo-category h2 {
  margin: 0.2rem 0 0.5rem;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.85rem;
  color: var(--section, var(--a0));
}

.oo-items {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.oo-item-card {
  position: relative;
  background: var(--card-inner);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--section-dim);
  padding: 0.5rem 0.6rem 0.55rem 0.5rem;
}

.oo-item-head {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0.55rem;
}

.oo-item-head img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  object-fit: cover;
}

.oo-media-btn {
  position: relative;
  width: 76px;
  height: 76px;
  border: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in;
  background: transparent;
}

.oo-media-zoom {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(7, 12, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
}

.oo-media-zoom i {
  color: #fff;
  font-size: 0.63rem;
}

.oo-item-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 0.93rem;
}

.oo-item-head p {
  margin: 0.2rem 0 0;
  font-size: 0.74rem;
  color: var(--text-muted);
}

.oo-price {
  margin-top: 0.3rem;
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 8px;
  background: var(--a0);
  color: #071014;
  font-weight: 800;
  font-size: 0.74rem;
}

.oo-add-form details {
  margin-top: 0.5rem;
}

.oo-add-form summary {
  cursor: pointer;
  color: var(--a0);
  font-size: 0.78rem;
}

.oo-addon-group-details {
  margin-top: 0.5rem;
}

.oo-addon-group-details summary {
  cursor: pointer;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 20, 0.42);
  width: fit-content;
  transition: background-color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.oo-addon-group-details summary::-webkit-details-marker {
  display: none;
}

.oo-addon-group-details summary:hover {
  border-color: rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.08);
  transform: translateY(-1px);
}

.oo-addon-group-details[open] summary {
  color: var(--a0);
  border-color: rgba(45, 212, 191, 0.55);
  background: rgba(45, 212, 191, 0.12);
}

.oo-addon-list {
  display: grid;
  gap: 0.33rem;
}

.oo-addon-option {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.5rem;
  align-items: center;
  position: relative;
  background: rgba(8, 16, 20, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0.38rem 0.45rem;
}

.oo-addon-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oo-addon-mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(45, 212, 191, 0.6);
  background: rgba(10, 22, 26, 0.7);
  position: relative;
}

.oo-addon-option input:checked + .oo-addon-mark {
  background: var(--a0);
  border-color: var(--a0);
}

.oo-addon-option input:checked + .oo-addon-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #071014;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.oo-addon-text {
  font-size: 0.72rem;
  color: var(--text);
}

.oo-mods-hint {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 16, 20, 0.35);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.oo-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

html.oo-modal-open,
html.oo-modal-open body {
  overflow: hidden;
  height: 100%;
}

.oo-modal__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 900px at 50% 35%, rgba(45, 212, 191, 0.12) 0%, rgba(0, 0, 0, 0) 55%),
    rgba(0, 0, 0, 0.68);
  opacity: 0;
  transition: opacity 160ms ease;
}

.oo-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 8px));
  width: min(680px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overscroll-behavior: contain;
  border-radius: 14px;
  border: 1px solid rgba(45, 212, 191, 0.28);
  background: rgba(14, 44, 48, 0.96);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 6px rgba(45, 212, 191, 0.04);
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.oo-modal.is-open .oo-modal__overlay {
  opacity: 1;
}

.oo-modal.is-open .oo-modal__panel {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.oo-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.oo-modal__head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.oo-modal__head h2 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--a0);
}

.oo-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 20, 0.65);
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.oo-modal__body {
  padding: 0.75rem 0.85rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.oo-modal-group {
  margin-top: 0.55rem;
  padding: 0.6rem 0.65rem 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 16, 20, 0.22);
}

.oo-modal-group:first-child {
  margin-top: 0;
}

.oo-modal-group__title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 0;
  padding: 0 0 0.45rem;
  margin: 0;
  border-radius: 0;
  color: var(--a0);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.oo-modal-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.2rem;
}

.oo-modal-tile.is-wide {
  flex-basis: 100%;
}

.oo-modal-tile {
  position: relative;
  display: block;
  flex: 0 1 auto;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 16, 20, 0.55);
  cursor: pointer;
  transition: transform 120ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 220ms ease;
  overflow: hidden;
}

.oo-modal-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oo-modal-tile__inner {
  display: grid;
  gap: 0.25rem;
  padding: 0.6rem 0.65rem;
}

.oo-modal-tile__title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1.15;
}

.oo-modal-tile__price {
  color: rgba(45, 212, 191, 0.92);
  font-weight: 900;
  font-size: 0.82rem;
}

.oo-modal-tile:hover {
  border-color: rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.08);
  transform: translateY(-1px);
}

.oo-modal-tile input:checked + .oo-modal-tile__inner,
.oo-modal-tile input:checked ~ .oo-modal-tile__inner {
  background: rgba(45, 212, 191, 0.12);
  box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.55);
}

.oo-modal-tile input:checked ~ .oo-modal-tile__inner .oo-modal-tile__title {
  color: #d9fffa;
}

.oo-modal-tile input:checked ~ .oo-modal-tile__inner .oo-modal-tile__price {
  color: #9bfff2;
}

.oo-btn--outline {
  border-color: rgba(45, 212, 191, 0.65);
  background: rgba(8, 16, 20, 0.2);
}

.oo-btn--outline:hover {
  border-color: rgba(45, 212, 191, 0.85);
  background: rgba(45, 212, 191, 0.08);
}

.oo-btn--sm {
  margin-top: 0;
  padding: 0.28rem 0.45rem;
  border-radius: 10px;
  font-size: 0.75rem;
  width: auto;
  white-space: nowrap;
}

.oo-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  padding: 0.75rem 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.oo-modal__actions .oo-btn[hidden] {
  display: none !important;
}

.oo-btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(8, 16, 20, 0.65);
}

@media (max-width: 720px) {
  .oo-modal__panel {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 12px;
  }
  .oo-modal-tiles {
    gap: 0.42rem;
  }
  .oo-modal__head {
    padding: 0.55rem 0.65rem;
  }
  .oo-modal__head h2 {
    font-size: 0.88rem;
  }
  .oo-btn--sm {
    padding: 0.24rem 0.4rem;
    font-size: 0.66rem;
  }
  .oo-modal__body {
    padding: 0.55rem 0.65rem;
  }
  .oo-modal__actions {
    padding: 0.55rem 0.65rem;
    gap: 0.5rem;
  }
  .oo-modal__actions .oo-btn {
    font-size: 0.78rem;
    padding: 0.44rem 0.55rem;
  }
  .oo-modal__actions .oo-btn--primary {
    font-size: 0.76rem;
  }
  .oo-modal-tile__inner {
    padding: 0.52rem 0.6rem;
    gap: 0.2rem;
  }
  .oo-modal-tile__title {
    font-size: 0.78rem;
  }
  .oo-modal-tile__price {
    font-size: 0.72rem;
  }
  .oo-modal-group {
    margin-top: 0.45rem;
  }
  .oo-addon-group-details summary {
    font-size: 0.66rem;
    padding: 0.22rem 0.45rem;
  }

  /* Mobile: make "Add to cart" buttons more compact */
  .oo-add-form > .oo-btn {
    margin-top: 0.45rem;
    padding: 0.42rem 0.6rem;
    border-radius: 10px;
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oo-modal__overlay,
  .oo-modal__panel {
    transition: none;
  }
}

.oo-btn {
  margin-top: 0.55rem;
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid color-mix(in srgb, var(--section, var(--a0)) 75%, transparent);
  background: rgba(8, 16, 20, 0.8);
  color: var(--text);
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 120ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 220ms ease;
}

.oo-btn--primary {
  background: var(--a0);
  color: #061014;
  border-color: transparent;
}

.oo-checkout .oo-btn--primary {
  padding: 0.72rem 0.85rem;
  font-size: 1.02rem;
  border-radius: 12px;
}

.oo-submit-spinner {
  display: none;
}

.oo-btn--primary.is-loading .oo-submit-label {
  display: none;
}

.oo-btn--primary.is-loading .oo-submit-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oo-alert {
  margin: 0.7rem 0.9rem;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
}

.oo-alert--error {
  background: rgba(251, 146, 60, 0.18);
  border: 1px solid rgba(251, 146, 60, 0.7);
  color: #ffd7b4;
}

.oo-alert--info {
  background: rgba(45, 212, 191, 0.18);
  border: 1px solid rgba(45, 212, 191, 0.7);
  color: #b6fff6;
}

.oo-resume {
  margin: 0.8rem 0.9rem;
  padding: 0.7rem;
  border: 1px dashed rgba(45, 212, 191, 0.8);
  border-radius: 10px;
  background: rgba(7, 20, 24, 0.75);
}

.oo-resume__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.oo-resume__actions a {
  flex: 1;
  text-align: center;
  padding: 0.45rem;
  border-radius: 8px;
  border: 1px solid rgba(45, 212, 191, 0.7);
}

.oo-cart h2,
.oo-checkout h3 {
  margin: 0.1rem 0 0.6rem;
  color: var(--a0);
}

.oo-line {
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 0.55rem;
  background: rgba(8, 16, 20, 0.6);
}

.oo-line-head {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.55rem;
  align-items: start;
}

.oo-line-thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.oo-line-body {
  min-width: 0;
}

.oo-line h3 {
  margin: 0;
  font-size: 0.9rem;
}

.oo-line p {
  margin: 0.2rem 0 0;
  font-size: 0.74rem;
  color: var(--text-muted);
}

.oo-addons {
  color: #ffd7b4 !important;
}

.oo-addons-block {
  margin-top: 0.35rem;
}

.oo-addons-label {
  font-size: 0.72rem;
  font-weight: 900;
  color: #ffd7b4;
  margin-bottom: 0.25rem;
}

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

.oo-addon-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.22rem 0.14rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 180, 0.35);
  background: rgba(255, 215, 180, 0.1);
  color: #ffd7b4;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.1;
  gap: 0.22rem;
}

.oo-addon-badge__x {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #ffd7b4;
  padding: 0;
  line-height: 1;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  font-size: 0.95em;
}

.oo-addon-badge__x:hover {
  background: rgba(251, 113, 133, 0.18);
  color: #fecdd3;
}

.oo-line-actions {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.oo-line-actions button {
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0b151a;
  color: var(--text);
}

.oo-line-actions > span {
  display: inline-grid;
  place-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.18);
  border: 1px solid rgba(45, 212, 191, 0.55);
  color: var(--text);
  font-weight: 900;
  font-size: 0.78rem;
  line-height: 1;
}

.oo-remove {
  font-size: 0.7rem;
  border-color: rgba(251, 113, 133, 0.55) !important;
  background: rgba(251, 113, 133, 0.14) !important;
  color: #fecdd3 !important;
}

.oo-remove:hover {
  border-color: rgba(251, 113, 133, 0.85) !important;
  background: rgba(251, 113, 133, 0.22) !important;
}

.oo-totalbox {
  margin-top: 0.7rem;
  padding: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
}

.oo-totalbox p {
  margin: 0.2rem 0;
  color: var(--text);
}

.oo-totalbox h3 {
  margin: 0.35rem 0 0;
  color: var(--a0);
  font-size: 1.15rem;
}

.oo-checkout label {
  display: block;
  margin: 0.45rem 0 0.15rem;
  font-weight: 700;
}

.oo-checkout input,
.oo-checkout textarea {
  width: 100%;
  padding: 0.56rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0f1a1f;
  color: var(--text);
}

.oo-checkout textarea {
  min-height: 90px;
}

.oo-toggle {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.oo-toggle label {
  margin: 0;
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  white-space: nowrap;
}

.oo-toggle .oo-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 16, 20, 0.55);
  cursor: pointer;
  user-select: none;
  transition: transform 120ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 220ms ease;
}

.oo-toggle .oo-choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oo-toggle .oo-choice span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  color: var(--text);
}

.oo-toggle .oo-choice span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.55);
  background: rgba(8, 16, 20, 0.7);
  box-shadow: inset 0 0 0 0 rgba(45, 212, 191, 0);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.oo-toggle .oo-choice:hover {
  border-color: rgba(45, 212, 191, 0.45);
}

.oo-toggle .oo-choice input[type="radio"]:checked + span {
  color: var(--a0);
}

.oo-toggle .oo-choice input[type="radio"]:checked + span::before {
  border-color: rgba(45, 212, 191, 0.95);
  background: rgba(45, 212, 191, 0.18);
  box-shadow: inset 0 0 0 4px var(--a0);
}

.oo-toggle .oo-choice input[type="radio"]:focus-visible + span::before {
  outline: 2px solid rgba(45, 212, 191, 0.65);
  outline-offset: 2px;
}

.oo-small {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.oo-success {
  background: rgba(7, 12, 15, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1rem;
}

.oo-summary,
.oo-lines {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.65rem;
}

.oo-summary th,
.oo-summary td,
.oo-lines th,
.oo-lines td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 0.45rem;
  text-align: left;
  vertical-align: top;
}

.oo-subline {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.oo-subline--accent {
  color: #ffd7b4;
}

@media (min-width: 980px) {
  .oo-wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (min-width: 1100px) {
  body {
    font-size: 17px;
  }

  .oo-wrap {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
  }

  #oo-feedback {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}
