:root {
  --aezr-fc-ink: #111111;
  --aezr-fc-muted: #666666;
  --aezr-fc-line: #dddddd;
  --aezr-fc-soft: #f6f6f6;
  --aezr-fc-mint: #dff4ee;
  --aezr-fc-green: #0c6f50;
  --aezr-fc-red: #111111;
}

.aezr-flowcheckout {
  box-sizing: border-box;
  color: var(--aezr-fc-ink);
  font-family: inherit;
  font-weight: 400;
  margin: 32px auto;
  max-width: 620px;
  padding: 0 16px;
}

.aezr-flowcheckout__launcher {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.08);
  color: #6f6870;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 10px;
  grid-template-columns: 1fr auto;
  margin: 0 auto 18px;
  min-height: var(--aezr-launcher-button-height, 54px);
  padding: 8px 8px 8px 16px;
  text-align: left;
  width: min(100%, 620px);
}

.aezr-flowcheckout__launcher > span:not(.aezr-flowcheckout__launcher-icon) {
  font-size: var(--aezr-launcher-text-size, 20px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aezr-flowcheckout__launcher,
.aezr-flowcheckout__launcher:hover,
.aezr-flowcheckout__launcher:focus,
.aezr-flowcheckout__launcher:active {
  outline: 0 !important;
  text-decoration: none;
}

.aezr-flowcheckout__launcher::before,
.aezr-flowcheckout__launcher::after {
  content: none !important;
}

.aezr-flowcheckout__launcher:focus-visible {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.1), 0 14px 40px rgba(17, 17, 17, 0.08);
}

.aezr-flowcheckout__launcher strong {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: var(--aezr-launcher-button-text-size, 14px);
  font-weight: var(--aezr-launcher-button-text-weight, 700);
  min-height: calc(var(--aezr-launcher-button-height, 46px) - 6px);
  padding: 0 18px;
}

.aezr-flowcheckout__launcher-icon {
  display: none;
}

.aezr-flowcheckout--badge {
  display: inline-block;
  margin: 0;
  max-width: min(100%, 340px);
  padding: 0;
  vertical-align: middle;
}

.aezr-flowcheckout__location-badge {
  align-items: center;
  appearance: none;
  background: var(--aezr-popup-bg, #ffffff);
  border: 1px solid color-mix(in srgb, var(--aezr-primary-bg, #111111) 18%, transparent);
  border-radius: 999px;
  color: var(--aezr-soft-text, #111111);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--aezr-badge-text-size, 14px);
  font-weight: 600;
  gap: 9px;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  min-height: var(--aezr-badge-height, 40px);
  padding: 8px 13px;
  text-align: left;
}

.aezr-flowcheckout__location-badge:hover {
  background: var(--aezr-soft-bg, #f6f6f6);
}

.aezr-flowcheckout__location-badge:focus,
.aezr-flowcheckout__location-badge:active {
  outline: 0 !important;
}

.aezr-flowcheckout__location-badge:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--aezr-primary-bg, #111111) 16%, transparent);
}

.aezr-flowcheckout__location-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aezr-flowcheckout__location-pin {
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  display: block;
  flex: 0 0 15px;
  height: 15px;
  position: relative;
  transform: rotate(-45deg);
  width: 15px;
}

.aezr-flowcheckout__location-pin::after {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 3.5px;
  position: absolute;
  top: 3.5px;
  width: 4px;
}

.aezr-flowcheckout__location-chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  flex: 0 0 8px;
  height: 8px;
  margin: -4px 2px 0 3px;
  transform: rotate(45deg);
  width: 8px;
}

.aezr-flowcheckout__scrim {
  background: rgba(17, 17, 17, 0.35);
  inset: 0;
  position: fixed;
  z-index: 9998;
}

.aezr-flowcheckout__scrim[hidden],
.aezr-flowcheckout__card[hidden] {
  display: none !important;
}

.aezr-flowcheckout *,
.aezr-flowcheckout *::before,
.aezr-flowcheckout *::after {
  box-sizing: border-box;
}

.aezr-flowcheckout__card {
  background: var(--aezr-popup-bg, #ffffff);
  border: 1px solid var(--aezr-fc-line);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  left: 50%;
  height: auto;
  max-height: calc(100dvh - 32px);
  max-width: var(--aezr-modal-width, 560px);
  min-height: 420px;
  overflow: visible;
  padding: clamp(24px, 5vw, 42px);
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  width: min(calc(100vw - 28px), var(--aezr-modal-width, 560px));
  z-index: 9999;
}

.aezr-flowcheckout__close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #9b9b9b;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 300;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  z-index: 2;
}

.aezr-flowcheckout__close:hover,
.aezr-flowcheckout__close:focus {
  color: #555555;
  outline: 0;
}

.aezr-flowcheckout__panel[hidden] {
  display: none;
}

.aezr-flowcheckout__brand-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8px auto 18px;
}

.aezr-flowcheckout__brand-logo img {
  border-radius: 0 !important;
  display: block;
  height: 45px !important;
  object-fit: contain;
  width: 45px !important;
}

.aezr-flowcheckout__selected[hidden],
.aezr-flowcheckout__debug[hidden] {
  display: none !important;
}

.aezr-flowcheckout__heading-row {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 24px 48px 20px 0;
}

.aezr-flowcheckout__heading-row h2 {
  margin: 0;
}

.aezr-flowcheckout__heading-row--occasion {
  align-items: flex-start;
  margin: 6px 34px 28px 0;
}

.aezr-flowcheckout__heading-row--occasion h2,
.aezr-flowcheckout__heading-row--occasion h3 {
  color: var(--aezr-fc-ink);
  font-size: var(--aezr-heading-size, clamp(32px, 6vw, 48px));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.aezr-flowcheckout__back {
  background: transparent;
  border: 0;
  color: #9b9b9b;
  cursor: pointer;
  flex: 0 0 auto;
  height: 38px;
  padding: 0;
  position: relative;
  width: 38px;
}

.aezr-flowcheckout__back::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  height: 10px;
  left: 13px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 10px;
}

.aezr-flowcheckout h2 {
  color: var(--aezr-fc-ink);
  font-size: var(--aezr-heading-size, clamp(32px, 6vw, 48px));
  font-weight: var(--aezr-heading-weight, 700);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 12px;
  text-wrap: balance;
}

.aezr-flowcheckout__panel[data-aezr-step="address"] h2 {
  font-size: var(--aezr-address-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-address-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="place"] h2 {
  font-size: var(--aezr-place-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-place-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="details"] h2 {
  font-size: var(--aezr-details-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-details-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="date"] h2 {
  font-size: var(--aezr-date-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-date-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="window"] h2 {
  font-size: var(--aezr-date-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-date-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="occasion"] h2 {
  font-size: var(--aezr-occasion-heading-size, var(--aezr-heading-size, clamp(32px, 6vw, 48px)));
  font-weight: var(--aezr-occasion-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout p {
  color: var(--aezr-helper-text-color, var(--aezr-fc-muted));
  font-size: var(--aezr-body-size, 15px);
  line-height: 1.5;
  margin: 0 0 22px;
}

.aezr-flowcheckout__field {
  display: block;
  margin: 16px 0 12px;
  position: relative;
}

.aezr-flowcheckout__address-search {
  position: relative;
  z-index: 30;
}

.aezr-flowcheckout__clear-address {
  align-items: center;
  background: transparent;
  border: 0;
  color: #777777;
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  font-weight: 300;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  z-index: 4;
}

.aezr-flowcheckout__clear-address[hidden] {
  display: none !important;
}

.aezr-flowcheckout input[type="text"] {
  background: #ffffff;
  border: 1px solid #d7ccd3;
  border-radius: 999px;
  color: var(--aezr-fc-ink);
  font: inherit;
  font-size: var(--aezr-body-size, 15px);
  font-weight: var(--aezr-normal-text-weight, 400);
  min-height: var(--aezr-button-height, 52px);
  outline: 0;
  padding: 12px 18px;
  width: 100%;
}

.aezr-flowcheckout input[type="text"]:focus {
  border-color: var(--aezr-fc-red);
  box-shadow: 0 0 0 4px rgba(216, 25, 66, 0.12);
}

.aezr-flowcheckout__address-search input[type="text"] {
  padding-right: 52px;
}

.aezr-flowcheckout__button {
  align-items: center;
  background: var(--aezr-primary-bg, #101010);
  border: 0;
  border-radius: 999px;
  color: var(--aezr-primary-text, #ffffff);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: var(--aezr-button-text-size, 14px) !important;
  font-weight: var(--aezr-button-text-weight, 500) !important;
  justify-content: center;
  min-height: var(--aezr-button-height, 52px) !important;
  padding: 14px 24px;
  width: 100%;
}

.aezr-flowcheckout p,
.aezr-flowcheckout label,
.aezr-flowcheckout small,
.aezr-flowcheckout__selected,
.aezr-flowcheckout__status {
  font-size: var(--aezr-body-size, 15px);
  font-weight: var(--aezr-normal-text-weight, 400);
}

.aezr-flowcheckout__modal > p,
.aezr-flowcheckout__panel > p,
.aezr-flowcheckout__intro,
.aezr-flowcheckout__helper {
  color: var(--aezr-helper-text-color, var(--aezr-fc-muted));
  font-size: var(--aezr-subheading-size, var(--aezr-body-size, 15px));
  font-weight: var(--aezr-subheading-weight, 400);
}

.aezr-flowcheckout[data-high-contrast="1"] {
  --aezr-fc-muted: #2f343b;
  --aezr-fc-line: #9ca3af;
}

.aezr-flowcheckout[data-high-contrast="1"] input[type="text"],
.aezr-flowcheckout[data-high-contrast="1"] .aezr-flowcheckout__calendar,
.aezr-flowcheckout[data-high-contrast="1"] .aezr-flowcheckout__selected,
.aezr-flowcheckout[data-high-contrast="1"] .aezr-flowcheckout__map-card {
  border-color: #8b949e;
}

.aezr-flowcheckout[data-reduced-motion="1"] *,
.aezr-flowcheckout[data-reduced-motion="1"] *::before,
.aezr-flowcheckout[data-reduced-motion="1"] *::after {
  animation-duration: 1ms !important;
  scroll-behavior: auto !important;
  transition-duration: 1ms !important;
}

.aezr-flowcheckout__button:hover {
  transform: translateY(-1px);
}

.aezr-flowcheckout__button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.aezr-flowcheckout__button--soft {
  background: var(--aezr-soft-bg, var(--aezr-fc-mint));
  color: var(--aezr-soft-text, #006b58);
  margin-bottom: 4px;
}

.aezr-flowcheckout__predictions {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
  max-height: 260px;
  overflow: auto;
}

.aezr-flowcheckout__predictions.is-dropdown {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 16px 34px rgba(16, 16, 16, 0.18);
  gap: 0;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow-y: auto;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 90;
}

.aezr-flowcheckout__predictions[hidden] {
  display: none !important;
}

.aezr-flowcheckout__prediction {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--aezr-fc-ink);
  cursor: pointer;
  display: grid;
  gap: 3px;
  outline: 0;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.aezr-flowcheckout__predictions.is-dropdown .aezr-flowcheckout__prediction {
  align-items: center;
  border: 0;
  border-radius: 0;
  gap: 2px;
  min-height: 56px;
  padding: 9px 18px;
}

.aezr-flowcheckout__prediction::before {
  content: "";
}

.aezr-flowcheckout__prediction:hover,
.aezr-flowcheckout__prediction:focus,
.aezr-flowcheckout__prediction:focus-visible {
  background: #f4f4f4;
  border-color: transparent;
  box-shadow: none;
}

.aezr-flowcheckout__prediction span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.aezr-flowcheckout__predictions.is-dropdown .aezr-flowcheckout__prediction span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aezr-flowcheckout__prediction small {
  color: var(--aezr-fc-muted);
  font-size: 12px;
  line-height: 1.35;
}

.aezr-flowcheckout__empty {
  color: var(--aezr-fc-muted);
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 2px;
}

.aezr-flowcheckout__selected {
  background: #f0fbf7;
  border: 1px solid #cfeee3;
  border-radius: 18px;
  color: var(--aezr-fc-ink);
  display: grid;
  gap: 6px;
  margin: 14px 0 16px;
  padding: 12px 16px;
}

.aezr-flowcheckout__selected strong {
  color: var(--aezr-fc-green);
  font-size: 13px;
  text-transform: uppercase;
}

.aezr-flowcheckout__selected span {
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.aezr-flowcheckout__status {
  color: var(--aezr-helper-text-color, var(--aezr-fc-muted));
  font-size: var(--aezr-subheading-size, var(--aezr-body-size, 15px));
  font-weight: var(--aezr-subheading-weight, 400);
  line-height: 1.4;
  min-height: 22px;
  padding-top: 14px;
}

.aezr-flowcheckout__status:empty {
  display: none;
  min-height: 0;
  padding-top: 0;
}

.aezr-flowcheckout__status.is-success {
  color: var(--aezr-status-success-color, var(--aezr-fc-green));
}

.aezr-flowcheckout__status.is-error {
  color: var(--aezr-status-error-color, var(--aezr-fc-red));
}

.aezr-flowcheckout__debug {
  background: #111111;
  border-radius: 16px;
  color: #f7f7f7;
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  gap: 5px;
  line-height: 1.35;
  margin-top: 18px;
  padding: 14px;
}

.aezr-flowcheckout__debug strong {
  color: #ffffff;
}

.aezr-flowcheckout__map-card {
  background:
    linear-gradient(152deg, transparent 0 41%, rgba(255,255,255,0.75) 41% 64%, transparent 64%),
    linear-gradient(23deg, rgba(255,255,255,0.65) 0 18%, transparent 18%),
    #eef2f4;
  height: 190px;
  margin: 0 0 26px;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
}

.aezr-flowcheckout__map-card.has-static-map {
  background-image:
    linear-gradient(rgba(255,255,255,0.06), rgba(255,255,255,0.06)),
    var(--aezr-static-map-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aezr-flowcheckout__map-card.has-static-map .aezr-flowcheckout__map-water,
.aezr-flowcheckout__map-card.has-static-map .aezr-flowcheckout__map-road,
.aezr-flowcheckout__map-card.has-static-map .aezr-flowcheckout__map-marker {
  display: none;
}

.aezr-flowcheckout__map-water {
  background: #9edfeb;
  height: 172px;
  position: absolute;
  right: -25px;
  top: 34px;
  transform: skewY(-9deg);
  width: 142px;
}

.aezr-flowcheckout__map-road {
  background: #cbd5dc;
  border-left: 8px solid #e6ebef;
  border-right: 8px solid #e6ebef;
  position: absolute;
}

.aezr-flowcheckout__map-road.is-main {
  height: 236px;
  left: 48%;
  top: -16px;
  transform: rotate(8deg);
  width: 49px;
}

.aezr-flowcheckout__map-road.is-side {
  border-bottom: 6px solid #e6ebef;
  border-left: 0;
  border-right: 0;
  border-top: 6px solid #e6ebef;
  height: 37px;
  left: -22px;
  top: 94px;
  transform: rotate(9deg);
  width: 70%;
}

.aezr-flowcheckout__map-popup {
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  left: 50%;
  line-height: 1.2;
  max-width: 170px;
  min-height: 84px;
  padding: 15px 14px 11px;
  position: absolute;
  text-align: center;
  top: 18px;
  transform: translateX(-50%);
  z-index: 2;
}

.aezr-flowcheckout__map-popup strong {
  color: #191919;
  display: block;
  font-size: 16px;
  line-height: 1.16;
  margin-bottom: 5px;
}

.aezr-flowcheckout__map-popup span {
  color: #191919;
  font-size: 14px;
}

.aezr-flowcheckout__map-marker {
  background: #12a37f;
  border: 4px solid #1c5d51;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.28);
  height: 31px;
  left: 50%;
  position: absolute;
  top: 116px;
  transform: translateX(-50%) rotate(-45deg);
  width: 31px;
}

.aezr-flowcheckout__map-marker::after {
  background: #e7fff8;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 10px;
}

.aezr-flowcheckout__powered {
  bottom: 6px;
  color: #4c5055;
  font-size: 10px;
  position: absolute;
  right: 8px;
  z-index: 3;
}

.aezr-flowcheckout__powered strong {
  color: #4285f4;
}

.aezr-flowcheckout__place-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.aezr-flowcheckout__place-tile {
  align-items: center;
  background: #f1f1f2;
  border: 0;
  border-radius: 8px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  gap: 14px;
  min-height: 58px;
  padding: 0 17px;
  text-align: left;
}

.aezr-flowcheckout__place-tile:hover {
  background: #e9e9eb;
}

.aezr-flowcheckout__place-icon {
  color: var(--aezr-icon-color, #1f2327);
  flex: 0 0 auto;
  height: 22px;
  position: relative;
  width: 22px;
}

.aezr-flowcheckout__fa-icon {
  align-items: center;
  color: var(--aezr-icon-color, #1f2327);
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 19px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.aezr-flowcheckout__place-icon::before,
.aezr-flowcheckout__place-icon::after {
  content: "";
  position: absolute;
}

.aezr-flowcheckout__place-icon.is-house::before {
  border: 2px solid currentColor;
  border-top: 0;
  height: 9px;
  left: 5px;
  top: 10px;
  width: 12px;
}

.aezr-flowcheckout__place-icon.is-house::after {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 11px;
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
  width: 11px;
}

.aezr-flowcheckout__place-icon.is-apartment::before {
  border: 2px solid currentColor;
  height: 18px;
  left: 6px;
  top: 2px;
  width: 12px;
}

.aezr-flowcheckout__place-icon.is-apartment::after {
  background: currentColor;
  box-shadow: 5px 0 0 currentColor, 0 5px 0 currentColor, 5px 5px 0 currentColor, 0 10px 0 currentColor, 5px 10px 0 currentColor;
  height: 2px;
  left: 9px;
  top: 6px;
  width: 2px;
}

.aezr-flowcheckout__place-icon.is-office::before {
  border: 2px solid currentColor;
  border-radius: 2px;
  height: 12px;
  left: 3px;
  top: 4px;
  width: 16px;
}

.aezr-flowcheckout__place-icon.is-office::after {
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
  height: 2px;
  left: 8px;
  top: 17px;
  width: 8px;
}

.aezr-flowcheckout__place-icon.is-other::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  height: 7px;
  left: 3px;
  top: 10px;
  width: 17px;
}

.aezr-flowcheckout__place-icon.is-other::after {
  border: 2px solid currentColor;
  border-radius: 4px 4px 0 0;
  height: 5px;
  left: 7px;
  top: 8px;
  width: 7px;
}

.aezr-flowcheckout__locked-address {
  align-items: flex-start;
  background: #f6f6f6;
  border-radius: 14px;
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.aezr-flowcheckout__locked-address strong {
  color: #191919;
  font-size: 15px;
}

.aezr-flowcheckout__locked-address span {
  color: var(--aezr-fc-muted);
  font-size: 13px;
  line-height: 1.35;
}

.aezr-flowcheckout__details-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 18px;
}

.aezr-flowcheckout__details-grid label {
  display: grid;
  gap: 6px;
}

.aezr-flowcheckout__details-grid label.is-full {
  grid-column: 1 / -1;
}

.aezr-flowcheckout__details-grid span {
  color: #5f6368;
  font-size: 13px;
  font-weight: 600;
}

.aezr-flowcheckout__details-grid input {
  border: 1px solid #c9cdd0;
  border-radius: 8px;
  font: inherit;
  min-height: 47px;
  padding: 10px 12px;
  width: 100%;
}

.aezr-flowcheckout__calendar {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 22px;
  margin: 10px 0 16px;
  padding: 12px 14px 9px;
}

.aezr-flowcheckout__calendar-header {
  align-items: center;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  margin-bottom: 9px;
  text-align: center;
}

.aezr-flowcheckout__calendar-header strong {
  color: var(--aezr-fc-ink);
  font-size: 18px;
  font-weight: 700;
}

.aezr-flowcheckout__calendar-header button {
  background: transparent;
  border: 0;
  color: #b5b5b5;
  cursor: pointer;
  font-size: 22px;
  height: 30px;
  line-height: 1;
  padding: 0;
}

.aezr-flowcheckout__calendar-header button:hover,
.aezr-flowcheckout__calendar-header button:focus {
  color: #111111;
  outline: 0;
}

.aezr-flowcheckout__calendar-weekdays,
.aezr-flowcheckout__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.aezr-flowcheckout__calendar-weekdays {
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.aezr-flowcheckout__calendar-weekdays span {
  padding: 3px 0;
}

.aezr-flowcheckout__calendar-grid {
  gap: 3px;
}

.aezr-flowcheckout__calendar-day {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  justify-content: center;
  min-height: 28px;
  padding: 0;
}

.aezr-flowcheckout__calendar-day:disabled {
  color: #b8b8b8;
}

.aezr-flowcheckout__calendar-day:disabled {
  cursor: not-allowed;
}

.aezr-flowcheckout__calendar-day:not(:disabled):hover,
.aezr-flowcheckout__calendar-day:not(:disabled):focus {
  background: #eeeeee;
  outline: 0;
}

.aezr-flowcheckout__calendar-day.is-selected {
  background: #111111;
  color: #ffffff;
  font-weight: 700;
}

.aezr-flowcheckout__calendar-clear {
  background: transparent;
  border: 0;
  color: #0073aa;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  margin-top: 6px;
  padding: 0;
}

.aezr-flowcheckout__category-entry {
  margin: 24px auto;
  max-width: 1180px;
  width: 100%;
}

.aezr-flowcheckout__category-helper {
  color: #5f5f66;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 16px;
  text-align: center;
}

.aezr-flowcheckout__category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aezr-flowcheckout__category-entry--strip .aezr-flowcheckout__category-grid {
  display: flex;
  overflow-x: auto;
  padding-bottom: 6px;
}

.aezr-flowcheckout__category-entry--compact .aezr-flowcheckout__category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.aezr-flowcheckout__category-entry--hero-icons {
  margin: 18px auto 0;
  max-width: 620px;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-helper {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-bottom: 10px;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-grid {
  align-items: start;
  display: flex;
  gap: 22px;
  justify-content: center;
  overflow-x: auto;
  padding: 2px 4px 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-grid::-webkit-scrollbar {
  display: none;
}

.aezr-flowcheckout__category-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7e2e5;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.08);
  color: #111111;
  cursor: pointer;
  display: grid;
  font: inherit;
  font-weight: 800;
  gap: 12px;
  justify-items: center;
  min-height: 174px;
  padding: 16px;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.aezr-flowcheckout__category-card > span:last-child {
  font-size: var(--aezr-category-label-size, 13px);
  font-weight: var(--aezr-category-label-weight, 800);
}

.aezr-flowcheckout__category-card:hover,
.aezr-flowcheckout__category-card:focus {
  border-color: #111111;
  box-shadow: 0 22px 52px rgba(20, 20, 20, 0.13);
  outline: 0;
  transform: translateY(-2px);
}

.aezr-flowcheckout__category-card img {
  aspect-ratio: 1;
  border-radius: 18px !important;
  display: block;
  height: 104px;
  object-fit: cover;
  width: 104px;
}

.aezr-flowcheckout__category-fallback {
  align-items: center;
  background: #f2f2f2;
  border-radius: 18px;
  display: inline-flex;
  font-size: 42px;
  font-weight: 900;
  height: 104px;
  justify-content: center;
  width: 104px;
}

.aezr-flowcheckout__category-entry--strip .aezr-flowcheckout__category-card {
  flex: 0 0 190px;
}

.aezr-flowcheckout__category-entry--compact .aezr-flowcheckout__category-card {
  border-radius: 999px;
  box-shadow: none;
  min-height: 84px;
  padding: 12px;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: var(--aezr-category-label-size, 10px);
  font-weight: 800;
  gap: 4px;
  line-height: 1.05;
  min-height: 0;
  padding: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  width: calc(var(--aezr-category-icon-size, 65px) + 11px);
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card:hover,
.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card:focus {
  box-shadow: none;
  transform: translateY(-1px);
}

.aezr-flowcheckout__category-entry--compact .aezr-flowcheckout__category-card img,
.aezr-flowcheckout__category-entry--compact .aezr-flowcheckout__category-fallback {
  border-radius: 999px !important;
  font-size: 22px;
  height: 48px;
  width: 48px;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card img,
.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-fallback {
  box-shadow: none;
  font-size: 24px;
  height: var(--aezr-category-icon-size, 65px);
  width: var(--aezr-category-icon-size, 65px);
}

.aezr-flowcheckout__category-entry--hero-icons.has-image-shadow .aezr-flowcheckout__category-card img,
.aezr-flowcheckout__category-entry--hero-icons.has-image-shadow .aezr-flowcheckout__category-fallback {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card img {
  border-radius: 0 !important;
  object-fit: contain;
}

.aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-fallback {
  border-radius: 999px !important;
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase {
  margin: 12px auto 0;
  max-width: 240px;
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-grid {
  display: flex;
  justify-content: center;
  overflow: visible;
  padding: 0;
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-card {
  align-items: center;
  background: #101010;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: var(--aezr-quick-button-text-size, 16px);
  font-weight: var(--aezr-quick-button-text-weight, 500);
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: var(--aezr-quick-button-height, 56px);
  min-width: 156px;
  padding: 14px 34px;
  text-shadow: none;
  width: auto;
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-card > span:last-child {
  font-size: inherit;
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-card:hover,
.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-card:focus {
  background: #000000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-card img,
.aezr-flowcheckout__category-entry--hero-icons.is-quick-purchase .aezr-flowcheckout__category-fallback {
  border-radius: 999px !important;
  height: 26px;
  margin-right: 8px;
  width: 26px;
}

.aezr-flow-status {
  color: #333333;
  font-size: var(--aezr-flow-status-font-size, 15px);
  font-weight: var(--aezr-flow-status-font-weight, 400);
  line-height: 1.45;
  margin-top: var(--aezr-flow-status-margin-top, 22px);
}

.aezr-flow-payment-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 18px;
}

.aezr-flow-payment-icons img {
  border-radius: 0 !important;
  display: block;
  height: var(--aezr-flow-icon-height, 26px) !important;
  object-fit: contain;
  width: auto !important;
}

.aezr-flow-delivery-box {
  color: #333333;
}

.aezr-flow-status-heading,
.aezr-flow-scheduled-copy {
  font-weight: 700;
}

.aezr-flow-status-heading,
.aezr-flow-next-date,
.aezr-flow-delivery-fee {
  margin-bottom: 6px;
}

.aezr-flow-available-areas,
.aezr-flow-scheduled-copy {
  margin-bottom: 12px;
}

.aezr-flow-other-areas {
  margin-bottom: 18px;
}

.aezr-flow-other-areas span {
  color: #999999;
}

.aezr-flow-delivery-date-widget {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
  box-sizing: border-box;
  display: grid;
  gap: 12px;
  margin: 18px 0;
  max-width: 560px;
  padding: 22px;
  position: relative;
  font-size: var(--aezr-delivery-widget-text-size, 15px);
  font-weight: var(--aezr-delivery-widget-text-weight, 400);
}

.aezr-flow-delivery-date-widget *,
.aezr-flow-delivery-date-widget *::before,
.aezr-flow-delivery-date-widget *::after {
  box-sizing: border-box;
}

.aezr-flowcheckout__sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.aezr-flow-delivery-date-widget label {
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.aezr-flow-date-trigger {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  color: #111;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: var(--aezr-delivery-widget-button-size, 14px);
  font-weight: var(--aezr-delivery-widget-button-weight, 600);
  justify-content: space-between;
  min-height: var(--aezr-delivery-widget-button-height, 52px);
  padding: 0 18px;
  text-align: left;
  width: 100%;
}

.aezr-flow-date-trigger:hover,
.aezr-flow-date-trigger:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
  outline: none;
}

.aezr-flow-date-popover {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(17, 17, 17, 0.16);
  left: 0;
  max-width: 320px;
  padding: 14px;
  position: absolute;
  top: calc(100% - 12px);
  width: min(320px, 100%);
  z-index: 30;
}

.aezr-flow-delivery-date-widget p {
  color: #696568;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.aezr-flow-delivery-date-widget p.is-success {
  color: #007a55;
  font-weight: 700;
}

.aezr-flow-delivery-date-widget p.is-error {
  color: #b42318;
  font-weight: 700;
}

.aezr-flow-delivery-window-widget {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  box-sizing: border-box;
  display: grid;
  gap: 10px;
  margin: 12px 0 18px;
  max-width: 560px;
  padding: 16px;
  font-size: var(--aezr-delivery-widget-text-size, 15px);
  font-weight: var(--aezr-delivery-widget-text-weight, 400);
}

.aezr-flow-delivery-window-widget *,
.aezr-flow-delivery-window-widget *::before,
.aezr-flow-delivery-window-widget *::after {
  box-sizing: border-box;
}

.aezr-flow-delivery-window-widget label {
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.aezr-flow-window-options,
.aezr-flowcheckout__window-options {
  display: grid;
  gap: 10px;
}

.aezr-flowcheckout__window-options {
  margin-bottom: 22px;
}

.aezr-flow-native-window-options {
  margin: 12px 0 4px;
}

.aezr-flow-window-option,
.aezr-flowcheckout__window-option {
  align-items: center;
  background: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #101010;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: var(--aezr-delivery-widget-button-size, 15px);
  font-weight: var(--aezr-delivery-widget-button-weight, 800);
  gap: 14px;
  justify-content: flex-start;
  min-height: var(--aezr-delivery-widget-button-height, 44px);
  padding: 0 18px;
  text-align: left;
  width: 100%;
}

.aezr-flow-window-option:hover,
.aezr-flow-window-option:focus,
.aezr-flowcheckout__window-option:hover,
.aezr-flowcheckout__window-option:focus {
  border-color: rgba(17, 17, 17, 0.22);
  outline: none;
}

.aezr-flow-window-option.is-selected,
.aezr-flowcheckout__window-option.is-selected {
  background: #ededed;
  border-color: rgba(17, 17, 17, 0.42);
}

.aezr-flow-window-option__dot,
.aezr-flowcheckout__window-dot {
  background: transparent;
  border: 1.5px solid rgba(17, 17, 17, 0.42);
  border-radius: 50%;
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}

.aezr-flow-window-option.is-selected .aezr-flow-window-option__dot,
.aezr-flowcheckout__window-option.is-selected .aezr-flowcheckout__window-dot {
  background: #101010;
  border-color: #101010;
  box-shadow: inset 0 0 0 3px #101010;
}

.aezr-flowcheckout__window-options {
  gap: 0;
  overflow: visible;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  min-height: 52px;
  padding: 0 16px;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option:hover,
.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option:focus {
  background: rgba(17, 17, 17, 0.03);
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option.is-selected {
  background: #ffffff;
  border-color: transparent;
  box-shadow: inset 0 0 0 1.5px #111111;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-dot {
  align-items: center;
  background: #ffffff;
  border: 0.625px solid rgba(0, 0, 0, 0.8);
  box-shadow: none;
  display: flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-dot::after {
  background: #000000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  opacity: 0;
  width: 10px;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option.is-selected .aezr-flowcheckout__window-dot {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.aezr-flowcheckout__window-options .aezr-flowcheckout__window-option.is-selected .aezr-flowcheckout__window-dot::after {
  opacity: 1;
}

.aezr-flow-delivery-window-widget p {
  color: #696568;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.aezr-flow-delivery-window-widget p.is-success {
  color: #007a55;
  font-weight: 700;
}

.aezr-flow-delivery-window-widget p.is-error {
  color: #b42318;
  font-weight: 700;
}

.aezr-flow-delivery-date-widget.is-fallback-row {
  align-items: center;
  border-radius: 14px;
  box-shadow: none;
  gap: 12px 16px;
  grid-template-columns: minmax(130px, 0.45fr) minmax(180px, 1fr);
  max-width: 100%;
  padding: 16px;
}

.aezr-flow-delivery-date-widget.is-fallback-row p {
  grid-column: 1 / -1;
}

.aezr-flow-checkout-delivery-section {
  margin: 0 0 28px;
}

.aezr-flow-block-checkout-date-mount[hidden] {
  display: none !important;
}

.aezr-flow-checkout-delivery-section h3 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-date-widget.is-fallback-row {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-date-widget.is-fallback-row label {
  display: none;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-date-widget.is-fallback-row .aezr-flow-date-trigger {
  border-radius: 4px;
  min-height: 48px;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-window-widget.is-fallback-row {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0 0;
  padding: 0;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-window-widget.is-fallback-row label {
  display: none;
}

.aezr-flow-checkout-delivery-section .aezr-flow-delivery-window-widget.is-fallback-row .aezr-flow-window-option {
  background: #fff;
  border-color: rgba(17, 17, 17, 0.45);
  border-radius: 4px;
  min-height: 42px;
}

.wc-block-checkout .aezr-flow-checkout-delivery-section {
  margin: 0 0 22px;
  width: 100%;
}

.wc-block-checkout .aezr-flow-checkout-delivery-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.wc-block-checkout .aezr-flow-checkout-delivery-section .aezr-flow-delivery-date-widget.is-fallback-row {
  display: block;
  width: 100%;
}

.wc-block-checkout .aezr-flow-checkout-delivery-section .aezr-flow-date-trigger {
  border-color: #111111;
  border-radius: 4px;
  font-size: 16px;
  min-height: 52px;
}

.wc-block-checkout .aezr-flow-checkout-delivery-section .aezr-flow-date-popover {
  left: 0;
  top: calc(100% + 4px);
}

.aezr-flow-native-delivery-warning {
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.aezr-flow-native-delivery-section {
  margin: 0 0 24px;
  position: relative;
  width: 100%;
}

.aezr-flow-native-delivery-section .wc-block-components-text-input,
.aezr-flow-native-delivery-section .wc-block-components-text-input input,
.aezr-flow-native-delivery-section input[data-aezr-native-delivery-date="1"] {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.aezr-flow-native-delivery-section .wc-block-components-text-input label,
.aezr-flow-native-delivery-section label[for*="delivery"],
.aezr-flow-native-hidden-label {
  display: none !important;
}

.aezr-flow-native-delivery-title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
}

.aezr-flow-native-delivery-input {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

.aezr-flow-native-delivery-display {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 4px;
  color: #111111;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 44px 12px 12px;
  text-align: left;
  width: 100%;
}

.aezr-flow-native-delivery-display:hover,
.aezr-flow-native-delivery-display:focus {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
  outline: 0;
}

.aezr-flow-native-delivery-display span:first-child {
  color: #888888;
}

.aezr-flow-native-delivery-display.has-value span:first-child {
  color: #111111;
}

.aezr-flow-native-delivery-status {
  color: var(--aezr-helper-text-color, #696568);
  font-size: var(--aezr-delivery-widget-text-size, 14px);
  font-weight: var(--aezr-delivery-widget-text-weight, 400);
  line-height: 1.45;
  margin: 10px 0 0;
}

.aezr-flow-native-delivery-status.is-success {
  color: var(--aezr-status-success-color, #007a55);
  font-weight: 700;
}

.aezr-flow-native-delivery-wrap {
  position: relative;
}

.aezr-flow-native-delivery-section .aezr-flow-native-delivery-title {
  font-size: 18.761px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}

.aezr-flow-native-delivery-section .aezr-flow-native-delivery-display {
  border-color: rgba(43, 45, 47, 0.8);
  border-radius: 4px !important;
  font-size: 16px;
  font-weight: 400;
  min-height: 50px;
}

.aezr-flow-native-delivery-section .aezr-flow-native-delivery-status {
  font-size: var(--aezr-delivery-widget-text-size, 14px);
  margin: 8px 0 0;
}

.aezr-flow-native-delivery-section .aezr-flow-native-window-options {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 4px;
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  overflow: hidden;
}

.aezr-flow-native-window-wrap,
.aezr-flow-native-field-shell {
  position: relative;
}

.aezr-flow-native-window-wrap > label,
.aezr-flow-native-window-wrap > .wc-block-components-text-input__label,
.aezr-flow-native-window-wrap label[for*="delivery"],
.aezr-flow-native-window-wrap label[for*="window"],
.aezr-flow-native-field-shell > label[for*="delivery"] {
  display: none !important;
}

.aezr-flow-native-window-options,
[data-aezr-native-window-options] {
  border: 0 !important;
  border-radius: 0 !important;
  display: grid !important;
  gap: 0 !important;
  margin: 14px 0 0 !important;
  overflow: visible !important;
  width: 100% !important;
}

.aezr-flow-native-delivery-section .aezr-flow-window-option,
[data-aezr-native-window-value] {
  background: #ffffff;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 52px;
  padding: 0 16px;
  width: 100% !important;
}

.aezr-flow-native-delivery-section .aezr-flow-window-option:hover,
.aezr-flow-native-delivery-section .aezr-flow-window-option:focus,
[data-aezr-native-window-value]:hover,
[data-aezr-native-window-value]:focus {
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.2);
}

.aezr-flow-native-delivery-section .aezr-flow-window-option.is-selected,
[data-aezr-native-window-value].is-selected {
  background: #ffffff;
  box-shadow: inset 0 0 0 1.5px #111111;
}

.aezr-flow-native-window-options .aezr-flow-window-option__dot {
  align-items: center;
  background: #ffffff;
  border: 0.625px solid rgba(0, 0, 0, 0.8);
  box-shadow: none;
  display: flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.aezr-flow-native-window-options .aezr-flow-window-option__dot::after {
  background: #000000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  opacity: 0;
  width: 10px;
}

.aezr-flow-native-window-options .aezr-flow-window-option.is-selected .aezr-flow-window-option__dot {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.aezr-flow-native-window-options .aezr-flow-window-option.is-selected .aezr-flow-window-option__dot::after {
  opacity: 1;
}

.aezr-flow-native-delivery-calendar {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(17, 17, 17, 0.16);
  box-sizing: border-box;
  margin-top: 8px;
  max-width: 390px;
  padding: 16px;
  position: absolute;
  width: min(390px, calc(100vw - 48px));
  z-index: 9999;
}

.aezr-flow-native-delivery-calendar[hidden] {
  display: none !important;
}

.aezr-flow-native-cal-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.aezr-flow-native-cal-head strong {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
}

.aezr-flow-native-cal-head button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #999999;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

.aezr-flow-native-cal-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.aezr-flow-native-cal-grid span {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
}

.aezr-flow-native-cal-day {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  padding: 0;
}

.aezr-flow-native-cal-day:disabled {
  color: #b8b8b8;
  cursor: not-allowed;
}

.aezr-flow-native-cal-day:not(:disabled):hover,
.aezr-flow-native-cal-day:not(:disabled):focus {
  background: #eeeeee;
  outline: 0;
}

.aezr-flow-native-cal-day.is-selected {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.aezr-flow-native-cal-clear {
  background: transparent;
  border: 0;
  color: #0073aa;
  cursor: pointer;
  font-size: 14px;
  margin-top: 12px;
  padding: 0;
}

.aezr-flow-order-delivery-date {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  margin: 24px 0;
  padding: 18px 20px;
}

.aezr-flow-order-delivery-date h2 {
  font-size: 18px;
  margin: 0 0 8px;
}

.aezr-flow-order-delivery-date p {
  margin: 0;
}

.aezr-flowcheckout__occasion-grid {
  display: grid;
  gap: 22px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0 4px;
}

.aezr-flowcheckout__occasion-button {
  align-items: center;
  background: #f1f1f2;
  border: 0;
  border-radius: 999px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: var(--aezr-occasion-button-text-size, 13px);
  font-weight: var(--aezr-occasion-button-text-weight, 700);
  justify-content: center;
  min-height: var(--aezr-occasion-button-height, 54px);
  padding: 12px 18px;
  text-align: center;
  transition: background 160ms ease, transform 160ms ease;
  width: 100%;
}

.aezr-flowcheckout__occasion-button:hover,
.aezr-flowcheckout__occasion-button:focus {
  background: #e8e8ea;
  outline: 0;
  transform: translateY(-1px);
}

.aezr-flowcheckout__occasion-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.aezr-fc-admin {
  --aezr-admin-bg: #ffffff;
  --aezr-admin-card: #ffffff;
  --aezr-admin-text: #111111;
  --aezr-admin-muted: #666666;
  --aezr-admin-border: #dedede;
  --aezr-admin-soft: #f6f6f6;
  --aezr-admin-red: #111111;
  --aezr-admin-mint: #eeeeee;
  --aezr-admin-green: #111111;
  color: var(--aezr-admin-text);
  max-width: none;
  width: calc(100% - 20px);
}

.aezr-fc-admin *,
.aezr-fc-admin *::before,
.aezr-fc-admin *::after {
  box-sizing: border-box;
}

.aezr-fc-admin__header {
  align-items: center;
  background: #111111;
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 22px;
  padding: 28px;
}

.aezr-fc-admin__title-group h1 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 8px;
}

.aezr-fc-admin__title-group p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  margin: 0;
}

.aezr-fc-admin__status-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  padding: 10px 14px;
  white-space: nowrap;
}

.aezr-fc-admin__status-dot {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
  display: inline-block;
  height: 9px;
  width: 9px;
}

.aezr-fc-admin__tabs {
  background: #ffffff;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px;
  position: sticky;
  top: 32px;
  z-index: 20;
}

.aezr-fc-admin__tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #444444;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  min-height: 38px;
  padding: 10px 14px;
}

.aezr-fc-admin__tabs button:hover,
.aezr-fc-admin__tabs button:focus,
.aezr-fc-admin__tabs button.is-active {
  background: #111111;
  color: #ffffff;
}

.aezr-fc-admin__layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
}

.aezr-fc-admin__stack {
  display: grid;
  gap: 18px;
}

.aezr-fc-admin__card {
  background: var(--aezr-admin-card);
  border: 1px solid var(--aezr-admin-border);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.05);
  overflow: hidden;
}

.aezr-fc-admin__card[hidden] {
  display: none !important;
}

.aezr-fc-admin__card-header {
  align-items: flex-start;
  background: #f7f7f7;
  border-bottom: 1px solid var(--aezr-admin-border);
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
}

.aezr-fc-admin__card-header h2 {
  color: var(--aezr-admin-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 6px;
}

.aezr-fc-admin__card-header p {
  color: var(--aezr-admin-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.aezr-fc-admin__card-body {
  padding: 22px 24px 24px;
}

.aezr-fc-admin__field {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.aezr-fc-admin__field span,
.aezr-fc-admin__label {
  color: var(--aezr-admin-text);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.aezr-fc-admin__field small {
  color: var(--aezr-admin-muted);
  font-size: 12px;
  line-height: 1.4;
}

.aezr-fc-admin__field input[type="text"],
.aezr-fc-admin__field textarea {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  color: var(--aezr-admin-text);
  font-size: 15px;
  padding: 10px 12px;
  width: 100%;
}

.aezr-fc-admin__field input[type="text"] {
  border-radius: 999px;
  min-height: 44px;
}

.aezr-fc-admin__field textarea {
  border-radius: 18px;
  min-height: 120px;
  resize: vertical;
}

.aezr-fc-admin__field select {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: var(--aezr-admin-text);
  font-size: 15px;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

.aezr-fc-admin__field input[type="color"] {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  cursor: pointer;
  height: 44px;
  padding: 5px;
  width: 100%;
}

.aezr-fc-admin__field input[type="text"]:focus,
.aezr-fc-admin__field textarea:focus {
  border-color: var(--aezr-admin-red);
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
  outline: none;
}

.aezr-fc-admin__field select:focus {
  border-color: var(--aezr-admin-red);
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
  outline: none;
}

.aezr-fc-admin__field input[readonly] {
  background: #f7f7f7;
  color: #5d5960;
}

.aezr-fc-admin__row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aezr-fc-admin__toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 999px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 0 12px;
  padding: 14px 16px;
}

.aezr-fc-admin__weekday-field {
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  margin: 0 0 16px;
  padding: 16px;
}

.aezr-fc-admin__weekday-field legend {
  color: var(--aezr-admin-text);
  font-size: 13px;
  font-weight: 800;
  padding: 0 6px;
}

.aezr-fc-admin__weekday-field p {
  color: var(--aezr-admin-muted);
  font-size: 12px;
  margin: 0 0 12px;
}

.aezr-fc-admin__weekday-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aezr-fc-admin__weekday-item {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  display: flex;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
}

.aezr-fc-admin__weekday-item span {
  font-weight: 700;
}

.aezr-fc-admin__toggle-text {
  display: grid;
  gap: 4px;
}

.aezr-fc-admin__toggle-text strong {
  color: var(--aezr-admin-text);
  font-size: 14px;
  font-weight: 800;
}

.aezr-fc-admin__toggle-text span {
  color: var(--aezr-admin-muted);
  font-size: 12px;
  line-height: 1.35;
}

.aezr-fc-admin__toggle input[type="checkbox"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.aezr-fc-admin__switch {
  background: #c8c1c7;
  border-radius: 999px;
  flex: 0 0 auto;
  height: 26px;
  position: relative;
  transition: background 160ms ease;
  width: 48px;
}

.aezr-fc-admin__switch::after {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.18);
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 160ms ease;
  width: 20px;
}

.aezr-fc-admin__toggle input[type="checkbox"]:checked + .aezr-fc-admin__switch {
  background: var(--aezr-admin-red);
}

.aezr-fc-admin__toggle input[type="checkbox"]:checked + .aezr-fc-admin__switch::after {
  transform: translateX(22px);
}

.aezr-fc-admin__checklist {
  display: grid;
  gap: 10px;
  margin: 10px 0 16px;
}

.aezr-fc-admin__check-item {
  align-items: center;
  background: #fafafa;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 14px;
  display: flex;
  font-weight: 700;
  gap: 10px;
  padding: 11px 12px;
}

.aezr-fc-admin__check-item span {
  align-items: center;
  background: #eeeeee;
  border-radius: 999px;
  color: var(--aezr-admin-green);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.aezr-fc-admin__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.aezr-fc-admin__button {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  min-height: 38px;
  padding: 9px 15px;
  text-decoration: none;
}

.aezr-fc-admin__button:hover,
.aezr-fc-admin__button:focus {
  color: #ffffff;
}

.aezr-fc-admin__button.is-secondary {
  background: #eeeeee;
  color: #111111;
}

.aezr-fc-admin__button.is-danger {
  background: #f1f1f1;
  color: #111111;
}

.aezr-fc-admin__status-box {
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0;
  padding: 13px 14px;
}

.aezr-fc-admin__divider {
  border: 0;
  border-top: 1px solid var(--aezr-admin-border);
  margin: 22px 0;
}

.aezr-fc-admin__shortcode-copy {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px 14px;
}

.aezr-fc-admin__shortcode-copy code {
  background: #ffffff;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 8px;
  color: #111111;
  padding: 4px 8px;
}

.aezr-fc-admin__preview-box {
  background: #fafafa;
  border: 1px dashed #d8d8d8;
  border-radius: 18px;
  padding: 16px;
}

.aezr-fc-admin__icon-picker {
  background: #fafafa;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 18px;
  margin-top: 12px;
  padding: 16px;
}

.aezr-fc-admin__brand-preview {
  align-items: center;
  background: #fafafa;
  border: 1px dashed #d8d8d8;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  min-height: 116px;
  padding: 18px;
}

.aezr-fc-admin__brand-preview img {
  border-radius: 0;
  display: block;
  height: 45px;
  object-fit: contain;
  width: 45px;
}

.aezr-fc-admin__page-visibility p {
  color: var(--aezr-admin-muted);
  font-size: 13px;
  margin: 0 0 10px;
}

.aezr-fc-admin__page-search {
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  font-size: 14px;
  min-height: 42px;
  padding: 9px 12px;
  width: 100%;
}

.aezr-fc-admin__page-list {
  border: 1px solid var(--aezr-admin-border);
  border-radius: 14px;
  max-height: 330px;
  overflow: auto;
}

.aezr-fc-admin__page-row {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #f0e9ee;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 14px;
}

.aezr-fc-admin__page-row:last-child {
  border-bottom: 0;
}

.aezr-fc-admin__page-row:hover {
  background: #fbf8fa;
}

.aezr-fc-admin__page-row span {
  align-items: center;
  color: var(--aezr-admin-text);
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
}

.aezr-fc-admin__page-row input[type="checkbox"] {
  margin: 0;
}

.aezr-fc-admin__page-row small {
  color: var(--aezr-admin-muted);
  font-weight: 700;
}

.aezr-fc-admin__occasion-editor {
  display: grid;
  gap: 14px;
}

.aezr-fc-admin__occasion-list {
  display: grid;
  gap: 14px;
}

.aezr-fc-admin__category-list {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.aezr-fc-admin__occasion-row {
  background: #fafafa;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.aezr-fc-admin__category-row {
  background: #fafafa;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.aezr-fc-admin__category-row .aezr-fc-admin__field {
  margin: 0;
}

.aezr-fc-admin__occasion-row .aezr-fc-admin__field {
  margin: 0;
}

.aezr-fc-admin__occasion-actions {
  align-items: end;
  display: flex;
  justify-content: flex-end;
}

.aezr-fc-admin__occasion-preview-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.aezr-fc-admin__occasion-preview-grid span {
  align-items: center;
  background: #f1f1f2;
  border-radius: 999px;
  color: #111111;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  text-align: center;
}

.aezr-fc-admin__popup--occasion {
  max-width: 360px;
}

.aezr-fc-admin__icon-picker p {
  color: var(--aezr-admin-muted);
  font-size: 13px;
  margin: 0 0 12px;
}

.aezr-fc-admin__icon-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aezr-fc-admin__icon-choice {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 14px;
  color: #111111;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 7px;
  justify-items: center;
  min-height: 74px;
  padding: 10px 8px;
}

.aezr-fc-admin__icon-choice:hover,
.aezr-fc-admin__icon-choice:focus {
  border-color: var(--aezr-admin-red);
  box-shadow: 0 0 0 4px rgba(216, 25, 66, 0.08);
  outline: none;
}

.aezr-fc-admin__icon-choice i {
  font-size: 20px;
}

.aezr-fc-admin__icon-choice span {
  color: var(--aezr-admin-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.aezr-fc-admin__popup-preview-wrap {
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
  padding: 24px;
}

.aezr-fc-admin__popup {
  background: #ffffff;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.1);
  margin: 0 auto;
  max-width: var(--aezr-modal-width, 500px);
  padding: 34px 28px 28px;
  position: relative;
  width: min(100%, var(--aezr-modal-width, 500px));
}

.aezr-fc-admin__popup-close {
  align-items: center;
  background: #f2f2f2;
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
}

.aezr-fc-admin__popup h3 {
  color: #111111;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 48px 20px 0;
}

.aezr-fc-admin__search-shell {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #79727a;
  display: flex;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
}

.aezr-fc-admin__search-icon {
  border: 2px solid #6f6870;
  border-radius: 999px;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 15px;
}

.aezr-fc-admin__search-icon::after {
  background: #6f6870;
  content: "";
  height: 2px;
  position: absolute;
  right: -7px;
  top: 10px;
  transform: rotate(45deg);
  width: 8px;
}

.aezr-fc-admin__location-button {
  align-items: center;
  background: var(--aezr-admin-mint);
  border-radius: 999px;
  color: var(--aezr-admin-green);
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  margin-top: 18px;
  min-height: 50px;
  padding: 12px 16px;
}

.aezr-fc-admin__launcher-preview {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #6f6870;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  margin-top: 16px;
  min-height: 50px;
  padding: 7px 7px 7px 18px;
}

.aezr-fc-admin__launcher-preview strong {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
}

.aezr-fc-admin__badge-preview {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: var(--aezr-admin-badge-text-size, 14px);
  gap: 9px;
  margin-top: 12px;
  min-height: var(--aezr-admin-badge-height, 40px);
  max-width: 100%;
  padding: 7px 13px;
}

.aezr-fc-admin__badge-preview strong {
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aezr-fc-admin__badge-pin {
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  display: inline-block;
  height: 12px;
  transform: rotate(-45deg);
  width: 12px;
}

.aezr-fc-admin__badge-chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 7px;
  margin-left: 2px;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
}

.aezr-fc-admin__mini-place-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.aezr-fc-admin__mini-place-tile {
  align-items: center;
  background: #f1f1f2;
  border-radius: 8px;
  color: #191919;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px;
}

.aezr-fc-admin__mini-place-tile i {
  align-items: center;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 16px;
  justify-content: center;
  width: 18px;
}

.aezr-fc-admin__preview-copy {
  color: var(--aezr-admin-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: -8px 0 18px;
}

.aezr-fc-admin__selected-preview {
  background: #f1fbf7;
  border: 1px solid #ccefe3;
  border-radius: 16px;
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 14px;
}

.aezr-fc-admin__selected-preview strong {
  color: var(--aezr-admin-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.aezr-fc-admin__selected-preview span {
  color: #111111;
  font-size: 14px;
}

.aezr-fc-admin__primary-preview {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  margin-top: 16px;
  min-height: 50px;
  padding: 12px 18px;
}

.aezr-fc-admin__calendar-preview {
  border: 1px solid var(--aezr-admin-border);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
}

.aezr-fc-admin__calendar-preview strong {
  color: #111111;
  font-size: 17px;
  text-align: center;
}

.aezr-fc-admin__calendar-preview div {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.aezr-fc-admin__calendar-preview span {
  color: #111111;
  font-size: 13px;
}

.aezr-fc-admin__map-preview {
  background: linear-gradient(135deg, #f3f5f6, #e7ecef);
  border-radius: 18px;
  display: grid;
  gap: 4px;
  margin-top: 14px;
  min-height: 130px;
  padding: 34px 18px;
  place-content: center;
  position: relative;
  text-align: center;
}

.aezr-fc-admin__map-preview::after {
  background: var(--aezr-admin-green);
  border: 4px solid #ffffff;
  border-radius: 999px 999px 999px 0;
  bottom: 20px;
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.16);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-45deg);
  width: 22px;
}

.aezr-fc-admin__map-preview strong,
.aezr-fc-admin__map-preview span {
  position: relative;
  z-index: 1;
}

.aezr-fc-admin__map-preview strong {
  color: #111111;
  font-size: 16px;
}

.aezr-fc-admin__map-preview span {
  color: var(--aezr-admin-muted);
  font-size: 13px;
}

.aezr-fc-admin__step-previews {
  display: grid;
  gap: 12px;
}

.aezr-fc-admin__step-preview {
  background: #fafafa;
  border: 1px solid var(--aezr-admin-border);
  border-radius: 16px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.aezr-fc-admin__step-preview small {
  color: var(--aezr-admin-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aezr-fc-admin__step-preview strong {
  color: var(--aezr-admin-text);
  font-size: 16px;
}

.aezr-fc-admin__step-preview span {
  color: var(--aezr-admin-muted);
  font-size: 13px;
  line-height: 1.35;
}

.aezr-fc-admin__save-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--aezr-admin-border);
  border-radius: 999px;
  bottom: 20px;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 22px 0 0;
  padding: 12px 14px 12px 18px;
  position: sticky;
  z-index: 10;
}

.aezr-fc-admin__save-bar small {
  color: var(--aezr-admin-muted);
  font-weight: 700;
}

.aezr-fc-admin__save-bar .submit {
  margin: 0;
  padding: 0;
}

.aezr-fc-admin__save-bar .button-primary {
  background: #111111;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  min-height: 40px;
  padding: 0 18px;
}

.aezr-fc-admin__warning {
  background: #fff4e5;
  border-left: 4px solid #d63638;
  margin: 12px 0;
  padding: 10px 12px;
}

@media (max-width: 640px) {
  .aezr-flowcheckout {
    margin: 20px auto;
    padding: 0 12px;
  }

  .aezr-flowcheckout__card {
    border-radius: 22px;
    height: auto;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    max-width: var(--aezr-mobile-modal-width, 380px);
    min-height: auto;
    overflow: visible;
    padding: var(--aezr-mobile-padding, 24px);
    width: min(calc(100vw - 18px), var(--aezr-mobile-modal-width, 380px));
  }

  .aezr-flowcheckout h2,
  .aezr-flowcheckout__heading-row--occasion h2,
  .aezr-flowcheckout__heading-row--occasion h3 {
    line-height: 1.06;
    white-space: normal;
  }

  .aezr-flowcheckout p {
    font-size: var(--aezr-body-size, 15px);
    margin-bottom: 18px;
  }

  .aezr-flowcheckout input[type="text"],
  .aezr-flowcheckout__button,
  .aezr-flowcheckout__button--soft {
    min-height: var(--aezr-button-height, 52px);
  }

  .aezr-flowcheckout[data-mobile-full-width-buttons="1"] .aezr-flowcheckout__button,
  .aezr-flowcheckout[data-mobile-full-width-buttons="1"] .aezr-flowcheckout__button--soft {
    width: 100%;
  }

  .aezr-flowcheckout__heading-row {
    gap: 10px;
    margin: 12px 36px 18px 0;
  }

  .aezr-flowcheckout__field {
    margin: 12px 0 10px;
  }

  .aezr-flowcheckout input[type="text"],
  .aezr-flowcheckout__button {
    min-height: var(--aezr-button-height, 50px);
  }

  .aezr-flowcheckout[data-mobile-full-width-buttons="1"] .aezr-flowcheckout__button,
  .aezr-flowcheckout[data-mobile-full-width-buttons="1"] .aezr-flowcheckout__button--soft {
    width: 100%;
  }

  .aezr-flowcheckout__calendar {
    border-radius: 18px;
    margin: 8px 0 14px;
    padding: 10px 10px 8px;
  }

  .aezr-flowcheckout__calendar-header strong {
    font-size: 16px;
  }

  .aezr-flowcheckout__calendar-day {
    font-size: 13px;
    min-height: 26px;
  }

  .aezr-flowcheckout__predictions {
    max-height: 190px;
  }

  .aezr-flowcheckout__predictions.is-dropdown {
    max-height: 210px;
  }

  .aezr-flowcheckout__map-card {
    height: 154px;
    margin-bottom: 18px;
  }

  .aezr-flowcheckout__place-grid,
  .aezr-flowcheckout__occasion-grid {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .aezr-flowcheckout__category-grid,
  .aezr-flowcheckout__category-entry--compact .aezr-flowcheckout__category-grid {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .aezr-flowcheckout__category-card {
    border-radius: 18px;
    min-height: 142px;
    padding: 12px;
  }

  .aezr-flowcheckout__category-card img,
  .aezr-flowcheckout__category-fallback {
    height: 78px;
    width: 78px;
  }

  .aezr-flowcheckout__category-entry--hero-icons {
    max-width: 100%;
  }

  .aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    overflow-x: visible;
    padding: 2px 12px 8px;
    scroll-snap-type: none;
  }

  .aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card {
    flex: 0 0 auto;
    width: calc(var(--aezr-category-icon-size, 65px) + 11px);
  }

  .aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-card img,
  .aezr-flowcheckout__category-entry--hero-icons .aezr-flowcheckout__category-fallback {
    height: var(--aezr-category-icon-size, 65px);
    width: var(--aezr-category-icon-size, 65px);
  }

  .aezr-flowcheckout__place-tile,
  .aezr-flowcheckout__occasion-button {
    font-size: 13px;
    min-height: 50px;
    padding: 10px 12px;
  }

  .aezr-flowcheckout__details-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .aezr-flow-delivery-date-widget.is-fallback-row {
    grid-template-columns: 1fr;
  }

  .aezr-fc-admin__header,
  .aezr-fc-admin__save-bar {
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
  }

  .aezr-fc-admin__tabs {
    border-radius: 18px;
    position: static;
  }

  .aezr-fc-admin__tabs button {
    flex: 1 1 calc(50% - 8px);
  }

  .aezr-fc-admin__layout,
  .aezr-fc-admin__row,
  .aezr-fc-admin__occasion-row,
  .aezr-fc-admin__category-row {
    grid-template-columns: 1fr;
  }

  .aezr-fc-admin__card-header,
  .aezr-fc-admin__card-body,
  .aezr-fc-admin__popup-preview-wrap {
    padding: 18px;
  }
}

/* iOS-style admin structure: compact grouped panels, segmented tabs, consistent spacing. */
.aezr-fc-admin {
  --aezr-admin-radius-lg: 22px;
  --aezr-admin-radius-md: 16px;
  --aezr-admin-radius-sm: 12px;
  margin-right: 20px;
}

.aezr-fc-admin__header {
  border-radius: var(--aezr-admin-radius-lg);
  margin: 10px 0 14px;
  padding: 22px 24px;
}

.aezr-fc-admin__title-group h1 {
  font-size: clamp(25px, 3vw, 36px);
  margin-bottom: 5px;
}

.aezr-fc-admin__title-group p {
  font-size: 13px;
}

.aezr-fc-admin__tabs {
  border-radius: var(--aezr-admin-radius-lg);
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 14px;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: thin;
}

.aezr-fc-admin__tabs button {
  border-radius: var(--aezr-admin-radius-md);
  flex: 0 0 auto;
  font-size: 12px;
  min-height: 34px;
  padding: 9px 12px;
}

.aezr-fc-admin__layout {
  gap: 14px;
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 0.72fr);
}

.aezr-fc-admin__stack {
  gap: 12px;
}

.aezr-fc-admin__card {
  border-radius: var(--aezr-admin-radius-lg);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.aezr-fc-admin__card-header {
  padding: 16px 18px;
}

.aezr-fc-admin__card-header h2 {
  font-size: 17px;
  margin-bottom: 4px;
}

.aezr-fc-admin__card-header p {
  font-size: 12px;
}

.aezr-fc-admin__card-body {
  padding: 16px 18px 18px;
}

.aezr-fc-admin__row {
  gap: 10px;
}

.aezr-fc-admin__field {
  gap: 6px;
  margin-bottom: 12px;
}

.aezr-fc-admin__field span,
.aezr-fc-admin__label {
  font-size: 12px;
  margin-bottom: 2px;
}

.aezr-fc-admin__field input[type="text"],
.aezr-fc-admin__field input[type="url"],
.aezr-fc-admin__field input[type="number"],
.aezr-fc-admin__field input[type="time"],
.aezr-fc-admin__field select {
  border-radius: var(--aezr-admin-radius-md);
  font-size: 13px;
  min-height: 38px;
  padding: 8px 11px;
}

.aezr-fc-admin__field textarea {
  border-radius: var(--aezr-admin-radius-md);
  font-size: 13px;
  min-height: 92px;
  padding: 10px 11px;
}

.aezr-fc-admin__field input[type="color"] {
  border-radius: var(--aezr-admin-radius-md);
  height: 38px;
  min-height: 38px;
}

.aezr-fc-admin__toggle,
.aezr-fc-admin__shortcode-copy,
.aezr-fc-admin__status-box,
.aezr-fc-admin__preview-box,
.aezr-fc-admin__icon-picker,
.aezr-fc-admin__brand-preview,
.aezr-fc-admin__weekday-field,
.aezr-fc-admin__page-row,
.aezr-fc-admin__icon-choice,
.aezr-fc-admin__check-item {
  border-radius: var(--aezr-admin-radius-md);
}

.aezr-fc-admin__toggle {
  margin-bottom: 9px;
  min-height: 52px;
  padding: 10px 12px;
}

.aezr-fc-admin__toggle-text strong {
  font-size: 13px;
}

.aezr-fc-admin__toggle-text span {
  font-size: 11px;
}

.aezr-fc-admin__switch {
  height: 24px;
  width: 44px;
}

.aezr-fc-admin__switch::after {
  height: 18px;
  width: 18px;
}

.aezr-fc-admin__toggle input[type="checkbox"]:checked + .aezr-fc-admin__switch::after {
  transform: translateX(20px);
}

.aezr-fc-admin__button,
.aezr-fc-admin__shortcode-copy button,
.aezr-fc-admin__save-bar .button-primary,
.aezr-fc-admin .button-primary {
  border-radius: var(--aezr-admin-radius-md);
  min-height: 36px;
  padding: 8px 13px;
}

.aezr-fc-admin__popup-preview-wrap {
  border-top: 0;
  padding: 16px;
}

.aezr-fc-admin__popup,
.aezr-fc-admin__popup--compact {
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.aezr-fc-admin__save-bar {
  border-radius: var(--aezr-admin-radius-lg);
  padding: 10px 12px;
}

@media (max-width: 1180px) {
  .aezr-fc-admin__layout {
    grid-template-columns: 1fr;
  }
}

/* Customer modal title polish. */
.aezr-flowcheckout__heading-row,
.aezr-flowcheckout__heading-row--occasion {
  display: block;
  margin: 16px 0 12px;
  position: static;
  text-align: center;
}

.aezr-flowcheckout__back {
  left: 18px;
  position: absolute !important;
  top: 18px;
  transform: none;
  z-index: 2;
}

.aezr-flowcheckout__back:hover,
.aezr-flowcheckout__back:focus {
  color: #555555;
  outline: 0;
}

.aezr-flowcheckout__heading-row::after {
  content: none;
}

.aezr-flowcheckout h2,
.aezr-flowcheckout__heading-row h2,
.aezr-flowcheckout__heading-row--occasion h2,
.aezr-flowcheckout__heading-row--occasion h3 {
  line-height: 1.08;
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  text-align: center;
  text-wrap: normal;
  white-space: normal;
  word-break: normal;
}

.aezr-flowcheckout p,
.aezr-flowcheckout__status {
  text-align: center;
}

.aezr-flowcheckout__selected,
.aezr-flowcheckout__locked-address,
.aezr-flowcheckout__details-grid,
.aezr-flowcheckout__predictions {
  text-align: left;
}

.aezr-flowcheckout__panel[data-aezr-step="address"],
.aezr-flowcheckout__panel[data-aezr-step="date"],
.aezr-flowcheckout__panel[data-aezr-step="place"] {
  text-align: center;
}

.aezr-flowcheckout__panel[data-aezr-step="address"] h2 {
  display: block !important;
  font-weight: var(--aezr-address-heading-weight, var(--aezr-heading-weight, 700));
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  text-align: center !important;
  width: 100% !important;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] h2 {
  font-weight: var(--aezr-date-heading-weight, var(--aezr-heading-weight, 700));
}

/* The delivery date step is deliberately denser so every preset stays within one card. */
.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__brand-logo {
  margin: 0 auto 6px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__brand-logo img {
  height: 34px !important;
  width: 34px !important;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__heading-row {
  margin: 8px 0;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] h2 {
  font-size: min(var(--aezr-date-heading-size, 22px), 22px);
  max-width: 100%;
  white-space: nowrap;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] p {
  margin-bottom: 8px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar {
  border-radius: 18px;
  margin: 6px 0 10px;
  padding: 8px 10px 6px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-header {
  grid-template-columns: 26px 1fr 26px;
  margin-bottom: 5px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-header strong {
  font-size: 16px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-header button {
  font-size: 20px;
  height: 26px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-weekdays {
  font-size: 11px;
  margin-bottom: 3px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-grid {
  gap: 2px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-day {
  font-size: 13px;
  min-height: 24px;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-clear {
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__heading-row {
    margin: 8px 0;
  }

  .aezr-flowcheckout__panel[data-aezr-step="date"] h2 {
    font-size: min(var(--aezr-date-heading-size, 20px), 20px);
  }
}

.aezr-flowcheckout__panel[data-aezr-step="place"] h2 {
  font-weight: var(--aezr-place-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="details"] h2 {
  font-weight: var(--aezr-details-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="occasion"] h2,
.aezr-flowcheckout__panel[data-aezr-step="occasion"] h3 {
  font-weight: var(--aezr-occasion-heading-weight, var(--aezr-heading-weight, 700));
}

.aezr-flowcheckout__panel[data-aezr-step="address"] .aezr-flowcheckout__field,
.aezr-flowcheckout__panel[data-aezr-step="address"] .aezr-flowcheckout__predictions,
.aezr-flowcheckout__panel[data-aezr-step="address"] .aezr-flowcheckout__selected,
.aezr-flowcheckout__panel[data-aezr-step="place"] .aezr-flowcheckout__map-card,
.aezr-flowcheckout__panel[data-aezr-step="place"] .aezr-flowcheckout__place-grid {
  text-align: left;
}

.aezr-fc-admin__popup h3,
.aezr-fc-admin__popup--compact h3 {
  line-height: 1.08 !important;
  margin: 0 auto 18px !important;
  max-width: calc(100% - 64px);
  padding: 0 8px;
  text-align: center !important;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 640px) {
  .aezr-fc-admin {
    margin: 12px auto 0 !important;
    padding: 12px !important;
    width: calc(100% - 12px) !important;
  }

  .aezr-flowcheckout__card {
    padding: var(--aezr-mobile-padding, 22px);
  }

  .aezr-flowcheckout h2,
  .aezr-flowcheckout__heading-row h2,
  .aezr-flowcheckout__heading-row--occasion h2,
  .aezr-flowcheckout__heading-row--occasion h3 {
    font-size: min(var(--aezr-heading-size, 24px), 21px);
    max-width: calc(100% - 56px);
  }

  .aezr-flowcheckout__heading-row h2 {
    max-width: none;
  }

  .aezr-flowcheckout__panel[data-aezr-step="address"] h2 {
    font-size: min(var(--aezr-address-heading-size, 18px), 18px);
    white-space: nowrap;
  }

  .aezr-flowcheckout__panel[data-aezr-step="place"] h2 {
    font-size: min(var(--aezr-place-heading-size, 19px), 19px);
  }

  .aezr-flowcheckout__panel[data-aezr-step="details"] h2 {
    font-size: min(var(--aezr-details-heading-size, 19px), 19px);
  }

  .aezr-flowcheckout__panel[data-aezr-step="window"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="occasion"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="occasion"] h3 {
    font-size: min(var(--aezr-heading-size, 19px), 19px);
  }
}

.aezr-flow-general {
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
}

.aezr-flow-general *,
.aezr-flow-general *::before,
.aezr-flow-general *::after {
  box-sizing: border-box;
}

.aezr-flow-general__trigger,
.aezr-flow-general__button {
  align-items: center;
  background: #101010;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: var(--aezr-general-button-text-size, 15px);
  font-weight: var(--aezr-general-button-text-weight, 700);
  justify-content: center;
  min-height: var(--aezr-general-button-height, 46px);
  padding: 0 26px;
  text-decoration: none;
}

.aezr-flow-general__scrim {
  background: rgba(17, 17, 17, 0.35);
  inset: 0;
  position: fixed;
  z-index: 10000;
}

.aezr-flow-general__modal {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 34px;
  box-shadow: 0 26px 76px rgba(17, 17, 17, 0.18);
  color: #111111;
  left: 50%;
  max-height: calc(100vh - 24px);
  max-width: var(--aezr-modal-width, 500px);
  overflow: auto;
  padding: clamp(28px, 5vw, 54px);
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100vw - 24px), var(--aezr-modal-width, 500px));
  z-index: 10001;
}

.aezr-flow-general__scrim[hidden],
.aezr-flow-general__modal[hidden] {
  display: none !important;
}

.aezr-flow-general__close {
  background: transparent;
  border: 0;
  color: #8f8f8f;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  padding: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.aezr-flow-general__modal .aezr-flowcheckout__brand-logo {
  margin: 0 auto 18px;
}

.aezr-flow-general__modal .aezr-flowcheckout__brand-logo img {
  height: 45px !important;
  width: 45px !important;
}

.aezr-flow-general__modal h2 {
  color: #111111;
  font-size: var(--aezr-general-heading-size, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 auto 24px;
  text-align: center;
}

.aezr-flow-general__modal h3 {
  color: #111111;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 auto 28px;
  text-align: center;
}

.aezr-flow-general__copy {
  color: #111111;
  font-size: var(--aezr-general-body-size, 18px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 520px;
  text-align: var(--aezr-general-text-align, left);
}

.aezr-flow-general__copy p {
  margin: 0 0 22px;
}

.aezr-flow-general__copy p:last-child {
  margin-bottom: 0;
}

.aezr-flow-general__button {
  margin-top: 28px;
}

@media (max-width: 640px) {
  .aezr-flow-general__modal {
    border-radius: 28px;
    max-width: var(--aezr-mobile-modal-width, 360px);
    padding: 28px 24px;
    width: min(calc(100vw - 18px), var(--aezr-mobile-modal-width, 360px));
  }

  .aezr-flow-general__modal h2 {
    font-size: min(var(--aezr-general-heading-size, 30px), 30px);
  }

  .aezr-flow-general__copy {
    font-size: min(var(--aezr-general-body-size, 16px), 16px);
  }
}

/* Compact modal + light admin lock.
   Keep this last so legacy dark/admin overrides and old modal presets cannot drift. */
.aezr-flowcheckout__card,
.aezr-flow-general__modal {
  border-radius: 28px !important;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.14) !important;
  max-height: calc(100dvh - 24px) !important;
  max-width: min(500px, calc(100vw - 24px)) !important;
  min-height: 0 !important;
  overflow: visible !important;
  width: min(500px, calc(100vw - 24px)) !important;
}

.aezr-flowcheckout__card {
  padding: 28px !important;
}

.aezr-flow-general__modal {
  padding: 30px 28px !important;
}

.aezr-flowcheckout__brand-logo {
  margin: 4px auto 12px !important;
}

.aezr-flowcheckout__brand-logo img,
.aezr-flow-general__modal .aezr-flowcheckout__brand-logo img {
  height: 38px !important;
  width: 38px !important;
}

.aezr-flowcheckout__heading-row,
.aezr-flowcheckout__heading-row--occasion {
  margin: 10px 0 10px !important;
  text-align: center !important;
}

.aezr-flowcheckout h2,
.aezr-flowcheckout__heading-row h2,
.aezr-flowcheckout__heading-row--occasion h2,
.aezr-flowcheckout__heading-row--occasion h3,
.aezr-flow-general__modal h2 {
  line-height: 1.08 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  text-align: center !important;
  word-break: normal !important;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] h2 {
  font-size: min(var(--aezr-date-heading-size, 22px), 22px) !important;
  white-space: nowrap !important;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar {
  margin: 8px 0 12px !important;
  padding: 9px 10px 7px !important;
}

.aezr-flowcheckout__panel[data-aezr-step="date"] .aezr-flowcheckout__calendar-day {
  min-height: 24px !important;
}

.aezr-flowcheckout__close,
.aezr-flowcheckout__back,
.aezr-flow-general__close {
  color: #8f8f8f !important;
  font-size: 22px !important;
  height: 34px !important;
  line-height: 1 !important;
  width: 34px !important;
}

.aezr-flowcheckout__back {
  left: 18px !important;
  top: 18px !important;
}

.aezr-flowcheckout__close,
.aezr-flow-general__close {
  right: 18px !important;
  top: 18px !important;
}

@media (max-width: 640px) {
  .aezr-flowcheckout__card,
  .aezr-flow-general__modal {
    border-radius: 26px !important;
    max-height: calc(100dvh - 16px) !important;
    max-width: min(360px, calc(100vw - 16px)) !important;
    width: min(360px, calc(100vw - 16px)) !important;
  }

  .aezr-flowcheckout__card {
    padding: 22px !important;
  }

  .aezr-flow-general__modal {
    padding: 24px 22px !important;
  }

  .aezr-flowcheckout__brand-logo img,
  .aezr-flow-general__modal .aezr-flowcheckout__brand-logo img {
    height: 34px !important;
    width: 34px !important;
  }

  .aezr-flowcheckout__panel[data-aezr-step="address"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="date"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="place"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="details"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="window"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="occasion"] h2,
  .aezr-flowcheckout__panel[data-aezr-step="occasion"] h3 {
    font-size: min(var(--aezr-heading-size, 20px), 20px) !important;
  }
}

.aezr-fc-admin {
  --aezr-admin-page: #f4f6fb !important;
  --aezr-admin-panel: #ffffff !important;
  --aezr-admin-panel-strong: #f8fafc !important;
  --aezr-admin-panel-soft: #f3f6fb !important;
  --aezr-admin-line: #dbe2ee !important;
  --aezr-admin-heading: #111827 !important;
  --aezr-admin-copy: #344054 !important;
  --aezr-admin-subtle: #667085 !important;
  --aezr-admin-blue: #111111 !important;
  background: var(--aezr-admin-page) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--aezr-admin-copy) !important;
  margin: 0 auto !important;
  max-width: 1320px !important;
  overflow-x: hidden !important;
  padding: 18px !important;
  width: calc(100% - 20px) !important;
}

.aezr-fc-admin__header,
.aezr-fc-admin__tabs,
.aezr-fc-admin__card,
.aezr-fc-admin__save-bar {
  background: var(--aezr-admin-panel) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06) !important;
}

.aezr-fc-admin__header {
  border-radius: 22px !important;
}

.aezr-fc-admin__tabs,
.aezr-fc-admin__card,
.aezr-fc-admin__save-bar {
  border-radius: 18px !important;
}

.aezr-fc-admin__card-header {
  background: var(--aezr-admin-panel-strong) !important;
  border-bottom: 1px solid var(--aezr-admin-line) !important;
}

.aezr-fc-admin__card-body {
  background: #ffffff !important;
}

.aezr-fc-admin__card-header h2,
.aezr-fc-admin__title-group h1,
.aezr-fc-admin__field span,
.aezr-fc-admin__label,
.aezr-fc-admin__toggle-text strong,
.aezr-fc-admin__weekday-field legend,
.aezr-fc-admin__shortcode-copy span {
  color: var(--aezr-admin-heading) !important;
}

.aezr-fc-admin__card-header p,
.aezr-fc-admin__title-group p,
.aezr-fc-admin__field small,
.aezr-fc-admin__toggle-text span,
.aezr-fc-admin__weekday-field p,
.aezr-fc-admin__page-visibility p,
.aezr-fc-admin__status-box {
  color: var(--aezr-admin-copy) !important;
}

.aezr-fc-admin__toggle,
.aezr-fc-admin__status-box,
.aezr-fc-admin__warning,
.aezr-fc-admin__page-list,
.aezr-fc-admin__page-row,
.aezr-fc-admin__check-item,
.aezr-fc-admin__weekday-item,
.aezr-fc-admin__occasion-row,
.aezr-fc-admin__category-row,
.aezr-fc-admin__shortcode-copy,
.aezr-fc-admin__preview-box,
.aezr-fc-admin__icon-picker,
.aezr-fc-admin__brand-preview,
.aezr-fc-admin__heading-controls {
  background: var(--aezr-admin-panel-soft) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  color: var(--aezr-admin-copy) !important;
}

.aezr-fc-admin__field input[type="text"],
.aezr-fc-admin__field input[type="url"],
.aezr-fc-admin__field input[type="number"],
.aezr-fc-admin__field input[type="time"],
.aezr-fc-admin__field textarea,
.aezr-fc-admin__field select,
.aezr-fc-admin__page-search {
  background: #ffffff !important;
  border: 1px solid #cfd7e6 !important;
  color: #111827 !important;
}

.aezr-fc-admin__field input::placeholder,
.aezr-fc-admin__field textarea::placeholder,
.aezr-fc-admin__page-search::placeholder {
  color: #98a2b3 !important;
}

.aezr-fc-admin__tabs button {
  color: #475467 !important;
}

.aezr-fc-admin__tabs button:hover,
.aezr-fc-admin__tabs button:focus,
.aezr-fc-admin__tabs button.is-active,
.aezr-fc-admin__button:not(.is-secondary):not(.is-danger),
.aezr-fc-admin__save-bar .button-primary,
.aezr-fc-admin .button-primary {
  background: #111111 !important;
  color: #ffffff !important;
}

.aezr-fc-admin__button.is-secondary {
  background: #ffffff !important;
  border-color: #cfd7e6 !important;
  color: #111827 !important;
}

.aezr-fc-admin__switch {
  background: #d0d5dd !important;
}

.aezr-fc-admin__toggle input[type="checkbox"]:checked + .aezr-fc-admin__switch {
  background: #111111 !important;
}

.aezr-fc-admin__popup-preview-wrap {
  background:
    radial-gradient(circle at 14% 18%, rgba(47, 109, 246, 0.13), transparent 24%),
    radial-gradient(circle at 92% 74%, rgba(218, 120, 58, 0.13), transparent 30%),
    #f7f9fc !important;
  border-color: #dbe2ee !important;
}

.aezr-fc-admin__popup,
.aezr-fc-admin__popup--compact {
  background: #ffffff !important;
  border-color: #e4e8f0 !important;
  color: #111111 !important;
}

.aezr-fc-admin__popup h3,
.aezr-fc-admin__popup--compact h3,
.aezr-fc-admin__calendar-preview strong,
.aezr-fc-admin__calendar-preview span,
.aezr-fc-admin__map-preview strong,
.aezr-fc-admin__occasion-preview-grid span,
.aezr-fc-admin__mini-place-tile,
.aezr-fc-admin__selected-preview span {
  color: #111111 !important;
}

.aezr-fc-admin__preview-copy,
.aezr-fc-admin__map-preview span {
  color: #667085 !important;
}

.aezr-fc-admin__save-bar {
  backdrop-filter: blur(18px) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  bottom: 20px !important;
}

.aezr-fc-admin__save-bar small {
  color: #475467 !important;
}

/* Admin minimal reset.
   Keep this last so legacy dark admin styling cannot bleed through. */
.aezr-fc-admin {
  --aezr-admin-page: #f6f7f9 !important;
  --aezr-admin-panel: #ffffff !important;
  --aezr-admin-panel-soft: #fafafa !important;
  --aezr-admin-panel-strong: #ffffff !important;
  --aezr-admin-line: #e3e5e8 !important;
  --aezr-admin-heading: #111111 !important;
  --aezr-admin-copy: #34373d !important;
  --aezr-admin-muted: #74777f !important;
  --aezr-admin-action: #111111 !important;
  background: var(--aezr-admin-page) !important;
  color: var(--aezr-admin-copy) !important;
  margin: 0 auto !important;
  max-width: 1040px !important;
  overflow-x: hidden !important;
  padding: 18px !important;
  width: calc(100% - 20px) !important;
}

.aezr-fc-admin,
.aezr-fc-admin * {
  letter-spacing: 0 !important;
}

.aezr-fc-admin__header {
  align-items: flex-start !important;
  background: var(--aezr-admin-panel) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: var(--aezr-admin-copy) !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  margin: 0 0 12px !important;
  padding: 18px !important;
}

.aezr-fc-admin__title-group h1 {
  color: var(--aezr-admin-heading) !important;
  font-size: 24px !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  margin: 0 0 4px !important;
}

.aezr-fc-admin__title-group p {
  color: var(--aezr-admin-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.aezr-fc-admin__status-pill {
  background: #f3f4f6 !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 999px !important;
  color: var(--aezr-admin-copy) !important;
  font-size: 12px !important;
  min-height: 34px !important;
  padding: 7px 11px !important;
}

.aezr-fc-admin__status-dot {
  background: #111111 !important;
  box-shadow: none !important;
}

.aezr-fc-admin__tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 0 0 12px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
}

.aezr-fc-admin__tabs button {
  background: #ffffff !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 999px !important;
  color: #4f535c !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
}

.aezr-fc-admin__tabs button:hover,
.aezr-fc-admin__tabs button:focus,
.aezr-fc-admin__tabs button.is-active {
  background: var(--aezr-admin-action) !important;
  border-color: var(--aezr-admin-action) !important;
  color: #ffffff !important;
  outline: 0 !important;
}

.aezr-fc-admin__layout {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 1fr !important;
}

.aezr-fc-admin__stack {
  display: grid !important;
  gap: 12px !important;
}

.aezr-fc-admin__card {
  background: var(--aezr-admin-panel) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.aezr-fc-admin__card-header {
  background: #ffffff !important;
  border-bottom: 1px solid var(--aezr-admin-line) !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 14px 16px !important;
}

.aezr-fc-admin__card-header h2 {
  color: var(--aezr-admin-heading) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  margin: 0 0 3px !important;
}

.aezr-fc-admin__card-header p {
  color: var(--aezr-admin-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.aezr-fc-admin__card-body {
  background: #ffffff !important;
  padding: 16px !important;
}

.aezr-fc-admin__row,
.aezr-fc-admin__occasion-row {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 1fr !important;
}

.aezr-fc-admin__category-row {
  background: var(--aezr-admin-panel-soft) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 12px !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 1fr !important;
  padding: 14px !important;
}

.aezr-fc-admin__field {
  gap: 6px !important;
  margin-bottom: 12px !important;
}

.aezr-fc-admin__field span,
.aezr-fc-admin__label,
.aezr-fc-admin__toggle-text strong,
.aezr-fc-admin__weekday-field legend,
.aezr-fc-admin__shortcode-copy span {
  color: var(--aezr-admin-heading) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.aezr-fc-admin__field small,
.aezr-fc-admin__toggle-text span,
.aezr-fc-admin__weekday-field p,
.aezr-fc-admin__page-visibility p {
  color: var(--aezr-admin-muted) !important;
  font-size: 12px !important;
}

.aezr-fc-admin__field input[type="text"],
.aezr-fc-admin__field input[type="url"],
.aezr-fc-admin__field input[type="number"],
.aezr-fc-admin__field input[type="time"],
.aezr-fc-admin__field textarea,
.aezr-fc-admin__field select,
.aezr-fc-admin__page-search {
  background: #ffffff !important;
  border: 1px solid #d8dde5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 13px !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
}

.aezr-fc-admin__field textarea {
  min-height: 110px !important;
}

.aezr-fc-admin__field input:focus,
.aezr-fc-admin__field textarea:focus,
.aezr-fc-admin__field select:focus,
.aezr-fc-admin__page-search:focus {
  border-color: #111111 !important;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.08) !important;
  outline: 0 !important;
}

.aezr-fc-admin__toggle,
.aezr-fc-admin__status-box,
.aezr-fc-admin__warning,
.aezr-fc-admin__page-list,
.aezr-fc-admin__page-row,
.aezr-fc-admin__check-item,
.aezr-fc-admin__weekday-item,
.aezr-fc-admin__shortcode-copy,
.aezr-fc-admin__preview-box,
.aezr-fc-admin__icon-picker,
.aezr-fc-admin__brand-preview,
.aezr-fc-admin__heading-controls {
  background: var(--aezr-admin-panel-soft) !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: var(--aezr-admin-copy) !important;
}

.aezr-fc-admin__toggle {
  min-height: 50px !important;
  padding: 10px 12px !important;
}

.aezr-fc-admin__button,
.aezr-fc-admin__shortcode-copy button,
.aezr-fc-admin__save-bar .button-primary,
.aezr-fc-admin .button-primary {
  background: #111111 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  min-height: 34px !important;
  padding: 7px 13px !important;
}

.aezr-fc-admin__button.is-secondary {
  background: #ffffff !important;
  border: 1px solid var(--aezr-admin-line) !important;
  color: #111111 !important;
}

.aezr-fc-admin__switch {
  background: #d1d5db !important;
}

.aezr-fc-admin__toggle input[type="checkbox"]:checked + .aezr-fc-admin__switch {
  background: #111111 !important;
}

.aezr-fc-admin__popup-preview-wrap {
  background: #f7f8fa !important;
  border-color: var(--aezr-admin-line) !important;
  padding: 16px !important;
}

.aezr-fc-admin__popup,
.aezr-fc-admin__popup--compact,
.aezr-fc-admin__launcher-preview {
  background: #ffffff !important;
  border-color: var(--aezr-admin-line) !important;
  box-shadow: none !important;
  color: #111111 !important;
}

.aezr-fc-admin__save-bar {
  backdrop-filter: none !important;
  background: #ffffff !important;
  border: 1px solid var(--aezr-admin-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08) !important;
  bottom: auto !important;
  justify-content: flex-end !important;
  margin: 0 0 12px !important;
  padding: 8px !important;
  position: sticky !important;
  top: 32px !important;
  z-index: 100 !important;
}

.aezr-fc-admin .aezr-qm-admin__modal {
  background: #ffffff;
  border: 1px solid var(--aezr-admin-line);
  border-radius: 24px;
  color: #111111;
  margin: 0 auto;
  max-width: min(100%, var(--aezr-qm-modal-width, 500px));
  padding: 22px;
  position: relative;
  text-align: center;
}

.aezr-fc-admin .aezr-qm-admin__close {
  color: #8c8c8c;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
}

.aezr-fc-admin .aezr-qm-admin__logo {
  display: block;
  height: var(--aezr-qm-logo-size, 34px);
  margin: 0 auto 10px;
  object-fit: contain;
  width: var(--aezr-qm-logo-size, 34px);
}

.aezr-fc-admin .aezr-qm-admin__modal strong {
  display: block;
  font-size: var(--aezr-qm-heading-size, 26px);
  line-height: 1.1;
  margin: 8px 0;
}

.aezr-fc-admin .aezr-qm-admin__modal p {
  color: #5f6368;
  font-size: var(--aezr-qm-body-size, 14px);
  line-height: 1.45;
  margin: 0 auto 14px;
  max-width: 420px;
}

.aezr-fc-admin .aezr-qm-admin__fake-field,
.aezr-fc-admin .aezr-qm-admin__upload {
  align-items: center;
  border: 1px solid var(--aezr-admin-line);
  border-radius: 18px;
  color: #5f6368;
  display: flex;
  justify-content: flex-start;
  margin: 8px auto;
  min-height: 40px;
  padding: 8px 12px;
  text-align: left;
}

.aezr-fc-admin .aezr-qm-admin__upload {
  background: #f7f8fa;
  border-style: dashed;
}

.aezr-fc-admin .aezr-qm-admin__button {
  align-items: center;
  background: var(--aezr-qm-button-bg, #101010);
  border-radius: 999px;
  color: var(--aezr-qm-button-color, #ffffff);
  display: inline-flex;
  font-size: var(--aezr-qm-button-size, 14px);
  font-weight: 600;
  justify-content: center;
  margin-top: 8px;
  min-height: var(--aezr-qm-button-height, 44px);
  min-width: 180px;
  padding: 0 24px;
}

@media (max-width: 782px) {
  .aezr-fc-admin {
    max-width: none !important;
    padding: 12px !important;
    width: calc(100% - 10px) !important;
  }

  .aezr-fc-admin__header {
    flex-direction: column !important;
  }

  .aezr-fc-admin__save-bar {
    align-items: center !important;
    flex-direction: row !important;
    top: 46px !important;
  }

  .aezr-fc-admin__tabs button {
    flex: 1 1 calc(50% - 7px) !important;
  }
}
