:root {
  --royal-ink: #1f2421;
  --royal-muted: #69716d;
  --royal-line: #e7e2d8;
  --royal-cream: #fff6e8;
  --royal-gold: #c8962f;
  --royal-green: #1f7a4d;
  --royal-maroon: #7a2530;
  --royal-red: #9f2f2f;
}

body {
  background: var(--royal-cream);
  color: var(--royal-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-bottom: 76px;
}

@media (max-width: 991.98px) {
  html,
  body,
  a,
  button,
  label,
  input,
  select,
  textarea,
  .btn,
  .qty-control,
  .quantity-step,
  .cart-drawer-qty,
  .mix-step {
    touch-action: manipulation;
  }
}

a {
  color: var(--royal-green);
}

.site-header {
  box-shadow: 0 2px 12px rgba(31, 36, 33, 0.04);
}

.top-delivery-bar {
  background: var(--royal-maroon);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.45rem 0;
}

.navbar {
  border-bottom: 1px solid rgba(31, 36, 33, 0.08);
}

.site-header .nav-link {
  color: var(--royal-ink);
  transition: color 0.16s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--royal-gold);
}

.brand-mark {
  align-items: center;
  background: var(--royal-ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.brand-logo {
  border-radius: 8px;
  height: 44px;
  object-fit: contain;
  width: 85px;
}

.btn-royal {
  --bs-btn-bg: var(--royal-green);
  --bs-btn-border-color: var(--royal-green);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #17633e;
  --bs-btn-hover-border-color: #17633e;
  --bs-btn-hover-color: #fff;
}

.btn-outline-royal {
  --bs-btn-color: var(--royal-ink);
  --bs-btn-border-color: var(--royal-line);
  --bs-btn-hover-bg: var(--royal-ink);
  --bs-btn-hover-border-color: var(--royal-ink);
  --bs-btn-hover-color: #fff;
}

.btn-home-filter-active {
  --bs-btn-bg: var(--royal-gold);
  --bs-btn-border-color: var(--royal-gold);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #ad7d22;
  --bs-btn-hover-border-color: #ad7d22;
  --bs-btn-hover-color: #fff;
}

.hero {
  background: var(--royal-cream);
  border-bottom: 1px solid var(--royal-line);
}

.hero-copy {
  max-width: 640px;
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-media-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-feature-product {
  background: #fff;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.hero-rotator {
  position: relative;
}

.hero-rotator-slides {
  position: relative;
}

.hero-rotator .hero-feature-product {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.28s ease;
}

.hero-rotator .hero-feature-product.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.hero-rotator-dots {
  bottom: 0.85rem;
  display: flex;
  gap: 0.45rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-rotator-dot {
  background: rgba(255, 255, 255, 0.62);
  border: 0;
  border-radius: 999px;
  height: 8px;
  padding: 0;
  width: 8px;
}

.hero-rotator-dot.is-active {
  background: #fff;
  width: 22px;
}

.hero-feature-product img,
.hero-feature-fallback {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hero-feature-product img {
  transition: transform 0.18s ease;
}

.hero-feature-product:hover img {
  transform: scale(1.02);
}

.hero-new-tag,
.hero-product-name,
.hero-price-tag {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31, 36, 33, 0.16);
  font-weight: 800;
  position: absolute;
  z-index: 2;
}

.hero-new-tag {
  background: var(--royal-gold);
  color: #fff;
  font-size: 0.82rem;
  left: 1rem;
  letter-spacing: 0.08em;
  padding: 0.42rem 0.72rem;
  text-transform: uppercase;
  top: 1rem;
}

.hero-product-name {
  background: rgba(255, 255, 255, 0.95);
  bottom: 1rem;
  color: var(--royal-ink);
  font-size: 1rem;
  left: 1rem;
  max-width: calc(100% - 9rem);
  padding: 0.55rem 0.85rem;
}

.hero-price-tag {
  background: #fff;
  bottom: 1rem;
  color: var(--royal-green);
  font-size: 1.25rem;
  padding: 0.55rem 0.9rem;
  right: 1rem;
}

.hero-price-tag span {
  color: var(--royal-muted);
  font-size: 0.9rem;
}

.hero-media-grid img,
.hero-product-link,
.hero-fallback-tile {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-product-link {
  display: block;
  overflow: hidden;
}

.hero-product-link img {
  transition: transform 0.18s ease;
}

.hero-product-link:hover img {
  transform: scale(1.03);
}

.hero-fallback-tile {
  align-items: center;
  background: linear-gradient(135deg, #fff3d7, #e6f3eb);
  border: 1px solid var(--royal-line);
  color: var(--royal-muted);
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 130px;
}

.trustpilot-strip {
  background: #00b67a;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.3rem 0;
  position: static;
}

.trustpilot-top-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 0.35rem;
  line-height: 1.2;
  text-decoration: none;
}

.trustpilot-top-link:hover,
.trustpilot-top-link:focus {
  color: #fff;
  text-decoration: underline;
}

.footer .text-muted {
  color: rgba(255, 255, 255, 0.72) !important;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0;
}

.category-card,
.product-card,
.checkout-panel,
.cart-line,
.summary-card {
  border: 1px solid var(--royal-line);
  border-radius: 8px;
}

.category-card,
.product-card {
  background: #fff;
  color: inherit;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-card {
  background: var(--royal-cream);
  border: 0;
}

.category-card:hover,
.product-card:hover {
  border-color: rgba(31, 122, 77, 0.42);
  box-shadow: 0 18px 38px rgba(31, 36, 33, 0.1);
  color: inherit;
  transform: translateY(-2px);
}

.category-card img,
.product-card img,
.product-main-image,
.cart-thumb {
  object-fit: cover;
  width: 100%;
}

.category-card img {
  aspect-ratio: 16 / 10;
}

.product-media,
.product-detail-media {
  position: relative;
}

.product-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-detail-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-media img,
.product-media .product-image-placeholder {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.out-of-stock-badge {
  background: rgba(31, 36, 33, 0.82);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.low-stock-badge {
  background: #b45309;
  border-radius: 6px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  left: 0.75rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.55rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
  white-space: nowrap;
}

.product-image-placeholder,
.cart-thumb-placeholder {
  align-items: center;
  background: #f3f0e8;
  color: var(--royal-muted);
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.product-price {
  color: var(--royal-green);
  font-size: 1.1rem;
  font-weight: 800;
}

.collection-price-offer {
  color: var(--royal-ink);
  display: grid;
  gap: 0.25rem;
}

.collection-price-line {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

.collection-price-line span {
  color: var(--royal-muted);
  font-size: 0.86rem;
}

.collection-price-line strong {
  color: var(--royal-green);
  font-size: 1rem;
  white-space: nowrap;
}

.collection-price-line small {
  font-size: 0.78rem;
  font-weight: 700;
}

.collection-saving-copy,
.collection-offer-note {
  color: var(--royal-green);
  font-weight: 800;
}

.collection-offer-note {
  background: #edf7ef;
  border: 1px solid rgba(31, 122, 77, 0.24);
  border-radius: 8px;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.45rem 0.65rem;
}

.product-detail-price .product-price {
  font-size: 1.75rem;
}

.product-detail-price .collection-price-offer {
  max-width: 340px;
}

.cart-price-offer {
  color: var(--royal-muted);
  display: grid;
  gap: 0.1rem;
}

.cart-price-offer strong {
  color: var(--royal-green);
}

.product-main-image {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: block;
  height: 100%;
}

.mixed-box-preview {
  align-items: center;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  width: 100%;
}

.mixed-box-tray {
  align-items: stretch;
  background: #f4ead8;
  border: 2px solid #d4b889;
  border-radius: 8px;
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: 460px;
  overflow: hidden;
  width: 100%;
}

.piece-count-3 .mixed-box-tray {
  aspect-ratio: 3 / 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.piece-count-6 .mixed-box-tray {
  aspect-ratio: 3 / 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.piece-count-9 .mixed-box-tray {
  aspect-ratio: 1 / 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.piece-count-12 .mixed-box-tray {
  aspect-ratio: 4 / 3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.mixed-box-slot {
  align-items: center;
  background: #fffdf8;
  border: 1px solid rgba(157, 112, 47, 0.34);
  display: flex;
  flex-direction: column;
  font-size: 0;
  justify-content: center;
  line-height: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.mixed-box-slot.is-filled {
  background: #fff;
}

.mixed-box-slot img {
  display: block;
  flex: 0 0 auto;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  transform: none;
  transform-origin: center;
  width: 100%;
}

.mixed-piece-name {
  background: rgba(255, 255, 255, 0.86);
  color: var(--royal-ink);
  bottom: 0;
  font-size: clamp(0.66rem, 1.55vw, 0.86rem);
  font-weight: 800;
  left: 0;
  line-height: 1.1;
  padding: 0.24rem 0.28rem 0.28rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.mixed-slot-remove {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 36, 33, 0.22);
  border-radius: 999px;
  color: var(--royal-ink);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 26px;
  z-index: 2;
}

.mixed-slot-remove:hover,
.mixed-slot-remove:focus {
  background: var(--royal-ink);
  border-color: var(--royal-ink);
  color: #fff;
}

.product-thumbnail {
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  cursor: pointer;
  height: 72px;
  object-fit: cover;
  padding: 2px;
  width: 72px;
}

.weight-option.active {
  background: var(--royal-green);
  border-color: var(--royal-green);
  color: #fff;
}

.cart-thumb,
.cart-thumb-placeholder {
  border-radius: 8px;
  height: 96px;
  width: 96px;
}

.qty-control {
  max-width: 142px;
}

.quantity-stepper {
  display: inline-flex;
  gap: 0.5rem;
}

.quantity-stepper .qty-control {
  flex: 0 0 84px;
}

.quantity-step {
  min-width: 44px;
}

.mixed-box-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.mix-counter {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  flex: 0 0 auto;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
}

.mixed-choice-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mixed-choice {
  background: var(--royal-cream);
  border: 0;
  border-radius: 8px;
  display: flex;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.75rem;
}

.mixed-choice.is-selection-out-of-stock {
  opacity: 0.72;
}

.mixed-choice.is-selection-out-of-stock img,
.mixed-choice.is-selection-out-of-stock .mixed-choice-placeholder {
  filter: grayscale(1);
}

.summary-card.mixed-box-selection-panel {
  background: var(--royal-cream);
  border: 0;
}

.mixed-choice-media {
  flex: 0 0 64px;
  height: 64px;
  position: relative;
  width: 64px;
}

.mixed-choice img,
.mixed-choice-placeholder {
  border-radius: 8px;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.mixed-choice-placeholder {
  align-items: center;
  background: #f3f0e8;
  color: var(--royal-muted);
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
}

.mixed-choice-body {
  min-width: 0;
  width: 100%;
}

.mixed-choice-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.mixed-choice-controls {
  display: flex;
  gap: 0.4rem;
}

.mixed-quantity-controls {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 0.4rem;
  white-space: nowrap;
}

.mixed-quantity-controls[hidden] {
  display: none !important;
}

.mixed-choice-controls .btn {
  flex: 0 0 auto;
  min-width: 36px;
  padding: 0.25rem 0.5rem;
}

.mixed-choice-controls .form-control {
  flex: 0 0 48px;
  max-width: 48px;
  padding: 0.25rem;
  width: 48px;
}

.mixed-choice-badge {
  border-radius: 6px;
  font-size: 0.56rem;
  letter-spacing: 0.03em;
  padding: 0.25rem 0.35rem;
}

.mixed-preorder-notice {
  font-size: 0.95rem;
}

.mobile-header-cart {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  min-height: 38px;
}

.checkout-panel,
.summary-card {
  background: #fff;
}

.auth-panel {
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  max-width: 520px;
}

.about-page-body,
.about-page-body main,
.about-page {
  background: var(--royal-cream);
}

.about-page-body .top-delivery-bar {
  background: var(--royal-maroon);
  border-bottom: 0;
  color: #fff;
}

.about-page-body .footer {
  background: var(--royal-cream);
  border-top: 1px solid var(--royal-line);
  color: var(--royal-ink);
}

.about-page-body .footer-info-grid {
  border-bottom-color: var(--royal-line);
}

.about-page-body .footer-heading,
.about-page-body .footer-strong {
  color: var(--royal-ink);
}

.about-page-body .footer-copy,
.about-page-body .footer-link {
  color: var(--royal-muted);
}

.about-page-body .footer-link:hover {
  color: var(--royal-green);
}

.about-page-body .footer .btn-outline-light {
  --bs-btn-color: var(--royal-ink);
  --bs-btn-border-color: var(--royal-line);
  --bs-btn-hover-bg: var(--royal-ink);
  --bs-btn-hover-border-color: var(--royal-ink);
  --bs-btn-hover-color: #fff;
}

.about-page {
  padding: 3rem 0 4rem;
}

.about-hero {
  align-items: stretch;
  border-bottom: 1px solid var(--royal-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  padding-bottom: 3rem;
}

.about-hero-copy {
  max-width: 820px;
}

.about-kicker {
  color: var(--royal-green);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.about-title {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 1rem;
  max-width: 760px;
}

.about-intro {
  color: var(--royal-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.about-actions,
.about-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-visit-panel,
.about-highlight,
.about-info-section {
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
}

.about-visit-panel {
  align-self: stretch;
  padding: 1.25rem;
}

.about-visit-panel h2 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.about-visit-list {
  display: grid;
  gap: 0.85rem;
}

.about-visit-list p {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin: 0;
}

.about-highlight-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 2rem 0;
}

.about-highlight {
  padding: 1.25rem;
}

.about-highlight-icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  color: var(--royal-green);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.about-highlight h2,
.about-info-section h2,
.about-story-section h2,
.about-location-copy h2 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-highlight p,
.about-info-section p,
.about-story-copy p,
.about-location-copy p {
  color: var(--royal-muted);
  line-height: 1.65;
}

.about-highlight p,
.about-info-section p {
  margin-bottom: 0;
}

.about-story-section {
  align-items: start;
  border-bottom: 1px solid var(--royal-line);
  border-top: 1px solid var(--royal-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  padding: 2.5rem 0;
}

.about-story-copy {
  display: grid;
  gap: 1rem;
}

.about-story-copy p {
  font-size: 1.02rem;
  margin: 0;
}

.about-location-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1.15fr);
}

.about-location-band {
  border-bottom: 1px solid var(--royal-line);
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.about-location-copy {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  padding: 1rem;
}

.about-page .about-location-copy {
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  padding: 1.5rem;
}

.about-info-icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  color: var(--royal-green);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  margin-right: 0.6rem;
  width: 36px;
}

.about-map-cutout {
  border-radius: 8px;
  min-height: 280px;
  overflow: hidden;
}

.about-map-cutout iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 280px;
  width: 100%;
}

.about-faq-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding-left: 1.15rem;
}

.about-section-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 2.5rem;
}

.about-info-section {
  padding: 1.25rem;
}

.about-page .about-faq-list {
  color: var(--royal-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.auth-panel input {
  border: 1px solid #d8d2c8;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.stripe-card-box,
.stripe-element-box {
  border: 1px solid #d8d2c8;
  border-radius: 8px;
  padding: 12px;
}

html.payment-processing-open,
body.payment-processing-open {
  overflow: hidden;
}

.payment-processing-overlay {
  align-items: center;
  background: rgba(31, 36, 33, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 2000;
}

.payment-processing-overlay[hidden] {
  display: none;
}

.payment-processing-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(31, 36, 33, 0.2);
  color: var(--royal-ink);
  max-width: 340px;
  padding: 1.5rem;
  text-align: center;
  width: min(100%, 340px);
}

.payment-processing-panel .spinner-border {
  height: 2.25rem;
  margin-bottom: 1rem;
  width: 2.25rem;
}

.saved-payment-method {
  align-items: center;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.75rem;
}

.saved-payment-choice,
.save-payment-checkbox {
  align-items: center;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0.75rem;
}

.save-payment-checkbox {
  border: 0;
  color: var(--royal-muted);
  padding: 0.25rem 0;
}

.saved-payment-choice small {
  color: var(--royal-muted);
  display: block;
}

.weekly-menu-day {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  padding: 1rem;
}

.weekly-menu-note {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  color: var(--royal-muted);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
}

.weekly-availability-label {
  color: var(--royal-green);
  font-size: 0.86rem;
  font-weight: 800;
}

.employee-option-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.employee-option,
.employee-panel,
.employee-row,
.employee-pinned-item {
  background: #fff;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
}

.employee-option {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 0.85rem;
  min-height: 88px;
  padding: 1rem;
  text-decoration: none;
}

.employee-option:hover {
  border-color: rgba(31, 122, 77, 0.42);
  color: inherit;
}

.employee-option-icon {
  align-items: center;
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  color: var(--royal-green);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.employee-panel {
  padding: 1rem;
}

.employee-list,
.employee-pinned-list {
  display: grid;
  gap: 0.75rem;
}

.employee-route-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.employee-holiday-form,
.employee-quick-product-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.employee-refund-form {
  display: grid;
  gap: 1rem;
}

.employee-form-field {
  min-width: 0;
}

.employee-form-field-full,
.employee-form-actions {
  grid-column: 1 / -1;
}

.employee-form-field .errorlist {
  color: var(--royal-red);
  font-size: 0.86rem;
  font-weight: 700;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
}

.employee-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.employee-radio-option {
  align-items: center;
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
}

.employee-fixed-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.employee-fixed-price-row span {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  font-weight: 800;
  padding: 0.55rem 0.75rem;
}

.employee-row,
.employee-pinned-item {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem;
}

.employee-product {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  min-width: 0;
}

.employee-product img,
.employee-product-placeholder {
  border-radius: 8px;
  flex: 0 0 58px;
  height: 58px;
  width: 58px;
}

.employee-product img {
  object-fit: cover;
}

.employee-product-placeholder {
  align-items: center;
  background: #f3f0e8;
  color: var(--royal-muted);
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
}

.employee-toggle-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.employee-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.employee-delivery-copy {
  min-width: 0;
}

.employee-order-row {
  align-items: flex-start;
}

.employee-order-copy {
  min-width: 0;
  width: 100%;
}

.employee-refund-summary {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  padding: 0.85rem;
}

.employee-order-meta,
.employee-order-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}

.employee-order-meta {
  color: var(--royal-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.employee-order-items {
  color: var(--royal-ink);
  font-size: 0.92rem;
}

.employee-switch {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.55rem;
  margin: 0;
}

.employee-switch-disabled {
  cursor: not-allowed;
}

.employee-switch input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.employee-switch-slider {
  background: #c9c3ba;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 48px;
  height: 28px;
  position: relative;
  transition: background 0.16s ease;
  width: 48px;
}

.employee-switch-slider::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(31, 36, 33, 0.24);
  content: "";
  height: 22px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 0.16s ease;
  width: 22px;
}

.employee-switch input:checked + .employee-switch-slider {
  background: var(--royal-green);
}

.employee-switch input:disabled + .employee-switch-slider {
  opacity: 0.58;
}

.employee-switch input:checked + .employee-switch-slider::after {
  transform: translateX(20px);
}

.employee-switch-label,
.employee-status,
.employee-count {
  font-size: 0.82rem;
  font-weight: 800;
}

.employee-status,
.employee-count {
  background: var(--royal-cream);
  border: 1px solid var(--royal-line);
  border-radius: 999px;
  color: var(--royal-green);
  display: inline-flex;
  padding: 0.25rem 0.55rem;
}

.employee-empty {
  background: #fff;
  border: 1px dashed var(--royal-line);
  border-radius: 8px;
  color: var(--royal-muted);
  padding: 1rem;
}

.preorder-availability-label {
  color: var(--royal-red);
  font-size: 0.86rem;
  font-weight: 800;
}

.checkout-panel input,
.checkout-panel select,
.checkout-panel textarea {
  border: 1px solid #d8d2c8;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.checkout-panel input[type="radio"],
.checkout-panel input[type="checkbox"],
.saved-payment-choice input,
.save-payment-checkbox input {
  flex: 0 0 auto;
  height: 1rem;
  padding: 0;
  width: 1rem;
}

.date-label-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.today-checkbox {
  align-items: center;
  color: var(--royal-muted);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.35rem;
  margin: 0;
}

.checkout-panel .today-checkbox input {
  border-radius: 4px;
  flex: 0 0 auto;
  height: 1rem;
  padding: 0;
  width: 1rem;
}

.checkout-panel ul {
  margin-bottom: 0;
}

.delivery-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.delivery-choice {
  align-items: center;
  border: 1px solid var(--royal-line);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  gap: 0.55rem;
  margin: 0;
  padding: 0.75rem 1rem;
}

.delivery-choice input {
  width: auto;
}

.sticky-summary {
  position: sticky;
  top: 92px;
}

.mobile-cart-bar {
  background: #fff;
  border-top: 1px solid var(--royal-line);
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(31, 36, 33, 0.08);
  left: 0;
  padding: 0.75rem;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.cart-drawer-open {
  overflow: hidden;
}

.cart-drawer-shell {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1080;
}

.cart-drawer-shell.is-open {
  pointer-events: auto;
}

.cart-drawer-backdrop {
  background: rgba(31, 36, 33, 0.38);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.18s ease;
}

.cart-drawer-shell.is-open .cart-drawer-backdrop {
  opacity: 1;
}

.cart-drawer {
  background: #fff;
  box-shadow: -18px 0 44px rgba(31, 36, 33, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  transform: translateX(100%);
  transition: transform 0.22s ease;
  width: min(440px, 100vw);
}

.cart-drawer-shell.is-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-loading,
.cart-drawer-empty {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.cart-drawer > .alert {
  margin: 1rem 1.25rem 0;
}

.cart-drawer-header {
  align-items: center;
  border-bottom: 1px solid var(--royal-line);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 1.25rem;
}

.cart-drawer-lines {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
}

.cart-drawer-line {
  border-bottom: 1px solid var(--royal-line);
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
}

.cart-drawer-thumb {
  border-radius: 8px;
  flex: 0 0 72px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.cart-drawer-thumb-placeholder {
  align-items: center;
  background: #f3f0e8;
  color: var(--royal-muted);
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
}

.cart-drawer-line-body {
  min-width: 0;
  width: 100%;
}

.cart-drawer-line-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.35rem;
}

.cart-drawer-quantity-form .btn {
  min-height: 36px;
  min-width: 36px;
  padding: 0.25rem 0.55rem;
}

.cart-drawer-qty-input {
  max-width: 58px;
  min-height: 36px;
  padding: 0.25rem;
}

.cart-drawer-summary {
  border-top: 1px solid var(--royal-line);
  flex: 0 0 auto;
  padding: 1.25rem;
}

.footer {
  background: var(--royal-ink);
  color: #fff;
}

.footer-info-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 2rem;
}

.footer-bottom {
  padding-top: 2rem;
}

.footer-info {
  min-width: 0;
}

.footer-heading {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.footer-strong {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-icon-link {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }

  .sticky-summary {
    position: sticky;
    top: 136px;
  }
}

@media (max-width: 991.98px) {
  .footer-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-location-grid {
    grid-template-columns: 1fr;
  }

  .about-hero,
  .about-story-section,
  .about-section-grid {
    grid-template-columns: 1fr;
  }

  .about-highlight-grid {
    grid-template-columns: 1fr;
  }

  .about-title {
    font-size: 2.6rem;
  }

  .sticky-summary {
    position: static;
  }

  .mixed-box-detail-page .row > .col-lg-6:first-child {
    display: contents;
  }

  .mixed-box-detail-page .mixed-box-preview {
    align-self: flex-start;
    background: var(--royal-cream);
    padding-bottom: 0.75rem;
  }

  .mixed-box-submit {
    border-radius: 8px;
    bottom: 0.75rem;
    box-shadow: 0 10px 28px rgba(31, 36, 33, 0.2);
    left: 0.75rem;
    position: fixed;
    right: 0.75rem;
    width: auto !important;
    z-index: 1030;
  }
}

@media (max-width: 575.98px) {
  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    height: 44px;
    width: 85px;
  }

  .mixed-box-preview {
    min-height: 200px;
  }

  .mixed-box-tray {
    gap: 2px;
    max-width: 94%;
  }

  .mixed-choice-grid {
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mixed-choice {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.55rem;
  }

  .mixed-choice-media {
    aspect-ratio: 1 / 1;
    flex-basis: auto;
    height: auto;
    width: 100%;
  }

  .mixed-choice img,
  .mixed-choice-placeholder {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
  }

  .mixed-choice-title {
    font-size: 0.92rem;
    line-height: 1.15;
    margin-bottom: 0.45rem;
  }

  .mixed-choice-controls {
    gap: 0.3rem;
  }

  .mixed-choice-controls .btn {
    min-width: 34px;
    padding-left: 0.42rem;
    padding-right: 0.42rem;
  }

  .mixed-choice-controls .form-control {
    flex-basis: 42px;
    max-width: 42px;
    width: 42px;
  }

  .cart-thumb,
  .cart-thumb-placeholder {
    height: 76px;
    width: 76px;
  }

  .employee-row,
  .employee-pinned-item {
    align-items: stretch;
    flex-direction: column;
  }

  .employee-holiday-form,
  .employee-quick-product-form {
    grid-template-columns: 1fr;
  }

  .employee-row .btn,
  .employee-pinned-item .btn,
  .employee-row form,
  .employee-pinned-item form {
    width: 100%;
  }
}
