/** Shopify CDN: Minification failed

Line 408:1 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');

#fb-delivery {
  --fb-ink: #26332a;
  --fb-ink-soft: #66766a;
  --fb-base: #f7f8f4;
  --fb-line: #dbe2d8;
  --fb-forest: #3c5442;
  --fb-forest-tint: #eaf0e7;
  --fb-clay: #b96a53;
  --fb-clay-tint: #f7ece7;

  max-width: 480px;
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--fb-ink);
}

.fb-section {
  margin-bottom: 24px;
}

.fb-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
  padding-bottom: 8px;
  position: relative;
}

.fb-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  background: var(--fb-forest);
  border-radius: 2px;
}

.fb-required {
  color: var(--fb-clay);
  font-weight: 400;
}

.fb-card-group {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.fb-card {
  flex: 1;
  position: relative;
  display: block;
  border: 1px solid var(--fb-line);
  border-radius: 14px;
  background: #fff;
  padding: 18px 12px 16px;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease,
    box-shadow 0.18s ease, transform 0.12s ease;
}

.fb-card:hover {
  border-color: #b9c6b3;
}

.fb-card input[type="radio"] {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.fb-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}

.fb-card-icon {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
}

.fb-card-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}

.fb-card-desc {
  font-size: 12px;
  color: var(--fb-ink-soft);
  margin: 0;
}

.fb-card:has(input:checked) {
  border-color: var(--fb-forest);
  background: var(--fb-forest-tint);
  box-shadow: 0 2px 8px rgba(60, 84, 66, 0.12);
  transform: translateY(-1px);
}

.fb-card:has(input:checked) .fb-card-title {
  color: var(--fb-forest);
}

/* Express gets its own accent when selected, distinct from the forest green */
.fb-card--express:has(input:checked) {
  border-color: var(--fb-clay);
  background: var(--fb-clay-tint);
  box-shadow: 0 2px 8px rgba(185, 106, 83, 0.14);
}

.fb-card--express:has(input:checked) .fb-card-title {
  color: var(--fb-clay);
}

#fb-date,
#fb-time,
#fb-customer-phone,
#fb-recipient-name,
#fb-recipient-phone  {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--fb-line);
  border-radius: 10px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--fb-ink);
  margin-top: 4px;
}

#fb-date:focus,
#fb-time:focus,
#fb-customer-phone:focus,
#fb-recipient-name:focus,
#fb-recipient-phone:focus  {
  outline: none;
  border-color: var(--fb-forest);
  box-shadow: 0 0 0 3px rgba(60, 84, 66, 0.1);
}

#fb-customer-phone,
#fb-recipient-name,
#fb-recipient-phone {
    margin-bottom: 10px;
}

.fb-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--fb-clay);
  background: var(--fb-clay-tint);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 0;
}

.fb-summary[hidden] {
  display: none;
}

.fb-summary-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--fb-clay);
}

.fb-summary-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--fb-clay);
}

/* ---- Flatpickr calendar theming ---- */

.flatpickr-calendar {
  font-family: 'Inter', sans-serif;
  border-radius: 14px;
  border: 1px solid var(--fb-line);
  box-shadow: 0 8px 24px rgba(38, 51, 42, 0.12);
  padding: 4px;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
  display: none; /* remove default pointer arrow, cleaner floating card look */
}

/* Month header */
.flatpickr-months {
  padding: 10px 6px 4px;
}

.flatpickr-months .flatpickr-month {
  color: var(--fb-ink);
  fill: var(--fb-ink);
}

.flatpickr-current-month {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  padding-top: 2px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}

.flatpickr-current-month input.cur-year {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  fill: var(--fb-ink-soft);
  transition: fill 0.15s ease;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  fill: var(--fb-forest);
}

/* Weekday row */
.flatpickr-weekdays {
  margin-top: 4px;
}

span.flatpickr-weekday {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--fb-ink-soft);
}

/* Day cells */
.flatpickr-day {
  border-radius: 8px;
  font-size: 13px;
  color: var(--fb-ink);
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.flatpickr-day:hover {
  background: var(--fb-forest-tint);
  border-color: transparent;
}

/* Today should look like a normal day */
.flatpickr-day.today {
  border-color: transparent;
}

.flatpickr-day.today:hover {
  background: var(--fb-forest-tint);
  border-color: transparent;
  color: var(--fb-ink);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
  background: var(--fb-forest);
  border-color: var(--fb-forest);
  color: #000000ff;
  box-shadow: none;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #c7cec4;
  background: transparent;
  cursor: not-allowed;
  text-decoration: line-through;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #d8ddd3;
}

/* Alt input (the visible, friendly-formatted field) */
input.flatpickr-alt-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--fb-line);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366766a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right 14px center;


input.fb-date-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--fb-line);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366766a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--fb-ink);
  cursor: pointer;
}

input.fb-date-input:focus,
#fb-customer-phone,
#fb-recipient-name,
#fb-recipient-phone  {
  outline: none;
  border-color: var(--fb-forest);
  box-shadow: 0 0 0 3px rgba(60, 84, 66, 0.1);
}

#fb-time {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 1px solid var(--fb-line);
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366766a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--fb-ink);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fb-time:focus {
  outline: none;
  border-color: var(--fb-forest);
  box-shadow: 0 0 0 3px rgba(60, 84, 66, 0.1);
}

.fb-error {
  color: var(--fb-clay);
  font-size: 12px;
  margin: 6px 0 0;
}


/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .fb-card {
    transition: none;
  }
}

/* ---- Right column: order summary + checkout ---- */

@media screen and (min-width: 990px) {
  .cart__footer {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  .cart__footer-main {
    flex: 1 1 60%;
    min-width: 0;
  }

  #fb-delivery {
    max-width: none;
  }

  .cart__blocks {
    flex: 1 1 360px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }

  .js-contents {
    background: var(--fb-base, #f7f8f4);
    border: 1px solid var(--fb-line);
    border-radius: 14px;
    padding: 24px;
  }

  .cart__ctas {
    position: sticky;
    top: 20px;
    margin-top: 16px;
  }
}