.fsb-product-options {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fsb-product-options::before {
  display: none;
}

.fsb-product-options__header {
  display: none;
}

.fsb-product-options .required {
  color: #d93025;
}

.fsb-product-options__fields {
  display: grid;
  gap: 0;
}

.fsb-product-options__field {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
}

.fsb-product-options__field[style*="display: none"] {
  margin: 0;
}

.fsb-product-options__label {
  color: #333;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fsb-product-options__helper {
  display: block;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #888;
}

.fsb-product-options input[type="text"],
.fsb-product-options select,
.fsb-product-options input[type="date"],
.fsb-product-options input[type="time"] {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  font-size: 0.9rem;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fsb-product-options input[type="text"]:focus,
.fsb-product-options select:focus,
.fsb-product-options input[type="date"]:focus,
.fsb-product-options input[type="time"]:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 1px rgba(233, 30, 99, 0.12);
  outline: none;
}

.fsb-product-options input[type="text"]::placeholder {
  color: #a1a1a1;
}

.fsb-product-options select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 40px;
}

.fsb-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fsb-choice {
  position: relative;
}

.fsb-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.fsb-choice__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fsb-choice__label:hover {
  border-color: #b9b9b9;
}

.fsb-choice input:checked + .fsb-choice__label {
  border-color: #e91e63;
  background: rgba(233, 30, 99, 0.05);
  color: #e91e63;
  box-shadow: none;
}

.fsb-choice-group--color {
  gap: 3px;
}

.fsb-choice-group--color .fsb-choice__label {
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: transparent;
  font-size: 0;
}

.fsb-choice__swatch {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: var(--fsb-choice-swatch, #fff);
  flex-shrink: 0;
}

.fsb-choice input:checked + .fsb-choice__label .fsb-choice__swatch,
.fsb-choice-group--color .fsb-choice input:checked + .fsb-choice__label {
  border-color: #e91e63;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.22);
}

.fsb-choice-group--checkbox {
  display: grid;
  gap: 8px;
}

.fsb-choice-group--checkbox .fsb-choice__label {
  width: 100%;
  justify-content: flex-start;
}

.fsb-mix-and-match {
  display: grid;
  gap: 12px;
}

.fsb-mix-and-match__counter {
  padding: 9px 12px;
  border: 1px solid #f1b7b2;
  border-radius: 6px;
  background: #fff7f6;
  color: #a52a20;
  font-size: 0.88rem;
  font-weight: 600;
}

.fsb-mix-and-match__counter.is-complete {
  border-color: #9bcda7;
  background: #f2fbf4;
  color: #226b32;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__counter {
  border-color: #dec3d0;
  border-radius: 10px;
  background: #fff9fb;
  color: #4f3443;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__counter.is-complete {
  border-color: #9bcda7;
  background: #f2fbf4;
  color: #226b32;
}

.fsb-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fsb-exact-dozen-steps {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-steps {
  display: grid;
}

.fsb-exact-dozen-step {
  min-width: 0;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #fff;
}

.fsb-exact-dozen-step.is-current {
  border-width: 2px;
  border-color: #a50d50;
}

.fsb-exact-dozen-step.is-complete {
  border-color: #6c9f77;
}

.fsb-exact-dozen-step.is-available {
  border-style: solid;
  border-color: #a50d50;
}

.fsb-exact-dozen-step__heading {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  margin: 0;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3;
}

.fsb-exact-dozen-step__number,
.fsb-exact-dozen-step__status [data-fsb-step-complete-icon] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
}

.fsb-exact-dozen-step__status [data-fsb-step-complete-icon] {
  margin-top: 6px;
  color: #226b32;
}

.fsb-exact-dozen-step__status [data-fsb-step-complete-icon][hidden] {
  display: none;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-steps {
  gap: 10px;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step {
  padding: 11px 12px;
  border: 1px solid #e3d9de;
  border-radius: 10px;
  background: #faf8f9;
  box-shadow: 0 2px 7px rgba(70, 26, 53, 0.04);
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-current {
  border-width: 1px;
  border-color: #d9a6be;
  background: #fff3f8;
  box-shadow: inset 4px 0 0 #a50d50, 0 2px 7px rgba(70, 26, 53, 0.06);
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-complete {
  border-color: #a9cdb1;
  background: #f3faf4;
  box-shadow: inset 4px 0 0 #3f7d4d, 0 2px 7px rgba(34, 107, 50, 0.05);
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-available {
  border-color: #cdb8c2;
  background: #fffafd;
  box-shadow: inset 4px 0 0 #b66a8d, 0 2px 7px rgba(70, 26, 53, 0.04);
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-current .fsb-exact-dozen-step__number {
  background: #a50d50;
  color: #fff;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-complete .fsb-exact-dozen-step__number {
  border-color: #3f7d4d;
  background: #e2f2e5;
  color: #226b32;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-available .fsb-exact-dozen-step__number {
  color: #8f174e;
}

.fsb-mix-and-match__mobile-toggle {
  display: none;
}

.fsb-mix-and-match__tray-card {
  position: static;
  padding: 14px;
  border: 1px solid #eadde5;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 18px rgba(70, 26, 53, 0.08);
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__tray-card {
  border-color: #e2d3da;
  border-radius: 12px;
  background: #fffdfd;
  box-shadow: 0 6px 20px rgba(70, 26, 53, 0.07);
}

.fsb-mix-and-match__tray {
  display: grid;
  grid-template-columns: repeat(6, minmax(36px, 1fr));
  gap: 7px;
}

.fsb-mix-and-match[data-required-total="12"] .fsb-mix-and-match__tray,
.fsb-mix-and-match[data-required-total="12"] .fsb-mix-and-match__empty {
  display: none;
}

.fsb-mix-and-match__slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px dashed #ddcad6;
  border-radius: 50%;
  background: #fff8fc;
}

.fsb-mix-and-match__slot.is-empty > span {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #c2aab8;
  font-size: clamp(0.65rem, 2vw, 0.9rem);
  filter: grayscale(1);
  opacity: 0.55;
}

.fsb-mix-and-match__slot.is-empty b {
  font-size: 0.72em;
}

.fsb-mix-and-match__slot.is-filled {
  border-style: solid;
  border-color: #e91e63;
  background: #fef0f5;
}

.fsb-mix-and-match__slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fsb-mix-and-match__slot-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #a50d50;
  font-size: 1rem;
  font-weight: 700;
}

.fsb-mix-and-match__empty,
.fsb-mix-and-match__slot-note,
.fsb-mix-and-match__ready {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.84rem;
  line-height: 1.4;
}

.fsb-mix-and-match__empty {
  color: #777;
}

.fsb-mix-and-match__slot-note {
  color: #666;
}

.fsb-mix-and-match__ready {
  padding: 8px;
  border-radius: 6px;
  background: #f2fbf4;
  color: #226b32;
  font-weight: 700;
}

.fsb-exact-dozen-ordering-details {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  min-width: 0;
  width: 100%;
  margin: 10px 0 12px;
  padding: 11px 12px;
  box-sizing: border-box;
  border: 1px solid #e2d3da;
  border-radius: 8px;
  background: #fffafd;
  color: #40343a;
  overflow-wrap: anywhere;
}

.fsb-exact-dozen-ordering-details[hidden] {
  display: none !important;
}

.fsb-exact-dozen-ordering-details__heading {
  margin: 0;
  color: #4f2137;
  font-size: 0.9rem;
  line-height: 1.3;
}

.fsb-exact-dozen-ordering-details .fsb-pickup-only-notice-wrap,
.fsb-exact-dozen-ordering-details .fsb-product-purchase-notice,
.fsb-exact-dozen-ordering-details .fsb-pickup-only-notice,
.fsb-exact-dozen-ordering-details .fsb-zip-checker,
.fsb-exact-dozen-ordering-details p {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.fsb-exact-dozen-ordering-details .fsb-zip-checker {
  display: grid;
  gap: 6px;
}

.fsb-exact-dozen-ordering-details .fsb-zip-checker__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.fsb-exact-dozen-ordering-details .fsb-zip-checker__input {
  flex: 1 1 150px;
  min-width: 0;
  min-height: 44px;
}

.fsb-exact-dozen-ordering-details .fsb-zip-checker__button {
  flex: 0 0 auto;
  min-height: 44px;
}

.fsb-exact-dozen-ordering-details :focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

@media (forced-colors: active) {
  .fsb-exact-dozen-ordering-details {
    border-color: CanvasText;
  }
}

.fsb-mix-and-match__summary {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.fsb-mix-and-match__summary:empty {
  display: none;
}

.fsb-mix-and-match__summary-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding-top: 7px;
  border-top: 1px solid #f0e6ec;
}

.fsb-mix-and-match__summary-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #fef0f5;
  color: #a50d50;
  font-size: 0.8rem;
  font-weight: 700;
}

.fsb-mix-and-match__summary-label {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #333;
  font-size: 0.83rem;
  font-weight: 600;
}

.fsb-mix-and-match__summary-quantity {
  color: #666;
  font-size: 0.82rem;
  white-space: nowrap;
}

.fsb-mix-and-match__summary-controls {
  display: flex;
}

.fsb-mix-and-match__summary-controls button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d7c7d0;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.fsb-mix-and-match__summary-controls button:first-child { border-radius: 5px 0 0 5px; }
.fsb-mix-and-match__summary-controls button:last-child { border-left: 0; border-radius: 0 5px 5px 0; }
.fsb-mix-and-match__summary-controls button:disabled { cursor: not-allowed; opacity: 0.4; }

.fsb-mix-and-match__choices {
  display: grid;
  gap: 8px;
}

.fsb-flavor-finder {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #d9c7d1;
  border-radius: 8px;
  background: #fffafd;
}

.fsb-flavor-finder[hidden] {
  display: none !important;
}

.fsb-flavor-finder__label {
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
}

.fsb-flavor-finder__search-row,
.fsb-flavor-finder__actions,
.fsb-flavor-finder__filters {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.fsb-flavor-finder__search-row input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
}

.fsb-flavor-finder button {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #8f174e;
  border-radius: 6px;
  background: #fff;
  color: #6f123d;
  font-weight: 700;
  cursor: pointer;
}

.fsb-flavor-finder button[aria-pressed="true"] {
  border-width: 2px;
  background: #6f123d;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fsb-flavor-finder button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.fsb-flavor-finder input:focus-visible,
.fsb-flavor-finder button:focus-visible,
.fsb-mix-and-match__picker-toggle:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff;
}

.fsb-flavor-finder__actions {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fsb-flavor-finder__count {
  margin: 0;
  color: #55434d;
  font-size: 0.84rem;
  font-weight: 600;
}

.fsb-flavor-finder [data-fsb-clear-dozen] {
  min-height: 44px;
}

.fsb-exact-dozen-draft {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #b98aa1;
  border-radius: 8px;
  background: #fff;
  overflow-wrap: anywhere;
}

.fsb-exact-dozen-draft[hidden] {
  display: none !important;
}

.fsb-exact-dozen-draft p {
  margin: 0;
  color: #55434d;
  font-size: 0.82rem;
}

.fsb-exact-dozen-draft__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fsb-exact-dozen-draft__actions button {
  flex: 1 1 120px;
  min-width: 0;
  min-height: 44px;
}

.fsb-dozen-presets {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px 0;
}

.fsb-dozen-presets__heading {
  margin: 0;
  color: #2f2a2c;
  font-size: 1rem;
  line-height: 1.25;
}

.fsb-dozen-presets__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  min-width: 0;
}

.fsb-dozen-preset-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #d9c7d1;
  border-radius: 8px;
  background: #fff;
}

.fsb-dozen-preset-card.is-unavailable {
  opacity: 0.68;
  background: #f7f7f7;
}

.fsb-dozen-preset-card h4,
.fsb-dozen-preset-card p {
  margin: 0;
}

.fsb-dozen-preset-card h4 {
  color: #2f2a2c;
  font-size: 0.98rem;
  line-height: 1.25;
}

.fsb-dozen-preset-card__summary,
.fsb-dozen-preset-card__badge {
  color: #55434d;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fsb-dozen-preset-card__badge {
  display: inline-block;
  margin-top: 6px;
  font-weight: 800;
}

.fsb-dozen-preset-card__button {
  min-height: 44px;
}

.fsb-mix-and-match__choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 7px;
  background: #fff;
}

.fsb-mix-and-match__choice.is-unavailable {
  border-style: dashed;
  border-color: #c8b7a7;
  background: #f8f1ea;
  box-shadow: inset 3px 0 0 #b08f72;
}

.fsb-mix-and-match__choice.is-unavailable .fsb-mix-and-match__image {
  filter: grayscale(1) contrast(1.08);
}

.fsb-mix-and-match__choice.is-edit-now-unavailable {
  opacity: 1;
  border-style: dashed;
}

.fsb-mix-and-match__choice.is-selected {
  border: 3px solid #72113e;
  background: #fff1f7;
  box-shadow: inset 4px 0 0 #72113e;
}

.fsb-mix-and-match__choice.is-selected .fsb-mix-and-match__label {
  font-weight: 800;
}

.fsb-mix-and-match__selected-badge {
  grid-column: 2;
  justify-self: start;
  padding: 3px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: #72113e;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.3;
}

.fsb-mix-and-match__selected-badge[hidden],
.fsb-mix-and-match__choice[hidden] {
  display: none !important;
}

.fsb-mix-and-match__availability-note,
.fsb-mix-and-match__availability-date {
  grid-column: 2 / -1;
  margin: 0;
  color: #55434d;
  font-size: 0.78rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fsb-mix-and-match__image {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  object-fit: cover;
}

.fsb-mix-and-match__label {
  min-width: 0;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}

.fsb-mix-and-match__label small {
  display: block;
  color: #777;
  font-size: 0.75rem;
  font-weight: 500;
}

.fsb-mix-and-match__controls {
  display: flex;
  align-items: center;
}

.fsb-product-options .fsb-mix-and-match__quantity {
  width: 48px;
  min-height: 44px;
  padding: 6px 3px;
  border: solid #ccc;
  border-width: 1px 0;
  border-radius: 0;
  text-align: center;
  appearance: textfield;
}

.fsb-product-options .fsb-mix-and-match__quantity::-webkit-inner-spin-button,
.fsb-product-options .fsb-mix-and-match__quantity::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.fsb-mix-and-match__button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.fsb-mix-and-match__button:first-child { border-radius: 5px 0 0 5px; }
.fsb-mix-and-match__button:last-child { border-radius: 0 5px 5px 0; }
.fsb-mix-and-match__button:disabled { cursor: not-allowed; opacity: 0.4; }

.fsb-mix-and-match__purchase {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eadde5;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__purchase {
  display: grid;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__summary:empty + .fsb-mix-and-match__ready[hidden] + .fsb-mix-and-match__purchase {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.fsb-mix-and-match__purchase-status {
  color: #4f3443;
  font-size: 0.88rem;
  font-weight: 700;
}

.fsb-mix-and-match__purchase-price {
  color: #a50d50;
  font-size: 1rem;
}

.fsb-mix-and-match__purchase-button.button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  border-radius: 7px;
  text-transform: none;
}

.fsb-mix-and-match__picker-toggle {
  display: none;
  justify-self: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: #8f174e;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__picker-toggle:not([hidden]) {
  display: block;
}

.fsb-mix-and-match__picker-toggle[hidden],
.fsb-mix-and-match__choices[hidden] {
  display: none !important;
}

.woocommerce-product-gallery.fsb-dozen-gallery-active {
  position: relative;
}

.fsb-dozen-gallery-original {
  visibility: hidden !important;
  pointer-events: none !important;
}

.fsb-dozen-gallery-preview {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(12px, 3vw, 24px);
  box-sizing: border-box;
}

.fsb-dozen-gallery-preview__box {
  padding: clamp(14px, 4vw, 28px);
  border: 2px solid #d7b68e;
  border-radius: 18px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.22) 0 9px, rgba(246,224,201,0.22) 9px 18px),
    #f7e7d3;
  box-shadow: inset 0 0 0 8px rgba(255, 253, 248, 0.55), 0 12px 32px rgba(88, 52, 30, 0.12);
}

.fsb-dozen-gallery-preview__brand {
  margin: 0 0 12px;
  color: #9d0d5a;
  font-size: clamp(0.72rem, 2vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.fsb-dozen-gallery-preview__slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(7px, 2vw, 13px);
  padding: clamp(9px, 2.5vw, 16px);
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.8);
}

.fsb-dozen-gallery-preview__slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid #e5d1bc;
  border-radius: 50%;
  background: #efe1d2;
  box-shadow: inset 0 2px 7px rgba(79, 48, 29, 0.12);
}

.fsb-dozen-gallery-preview__slot.is-empty span {
  width: 52%;
  aspect-ratio: 1;
  border: 1px dashed #c7a98b;
  border-radius: 50%;
  opacity: 0.65;
}

.fsb-dozen-gallery-preview__slot.is-filled {
  border-color: #e6a6c7;
  background: #fff5fa;
}

.fsb-dozen-gallery-preview__slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fsb-dozen-gallery-preview__fallback {
  color: #a50d50;
  font-size: clamp(0.85rem, 3vw, 1.35rem);
  font-weight: 800;
}

.fsb-dozen-gallery-preview__status {
  margin: 12px 0 0;
  color: #5f4a55;
  font-size: 0.86rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 600px) {
  .fsb-flavor-finder__search-row {
    flex-wrap: wrap;
  }

  .fsb-flavor-finder__search-row button {
    width: 100%;
  }

  .fsb-flavor-finder__actions,
  .fsb-flavor-finder__filters {
    width: 100%;
  }

  .fsb-flavor-finder__actions > button,
  .fsb-flavor-finder__filters button {
    flex: 1 1 0;
  }

  .fsb-mix-and-match {
    position: relative;
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsb-mix-and-match__counter {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .fsb-mix-and-match__mobile-toggle {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #e91e63;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(70, 26, 53, 0.16);
    color: #7f1748;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__mobile-toggle {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    z-index: 50;
    width: auto;
    max-width: 576px;
    min-height: 52px;
    margin-inline: auto;
  }

  .fsb-mix-and-match__mobile-toggle [data-fsb-mix-toggle-label] {
    color: #a50d50;
    text-align: right;
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-mix-and-match__mobile-toggle.is-purchase-action {
    justify-content: center;
    border-color: #a50d50;
    background: #a50d50;
    color: #fff;
    font-size: 0.84rem;
    text-align: center;
  }

  .fsb-mix-and-match__mobile-toggle.is-purchase-action:disabled {
    cursor: not-allowed;
    opacity: 0.62;
  }

  .fsb-dozen-gallery-preview {
    max-width: 100%;
    padding: 8px;
    overflow: hidden;
  }

  .fsb-dozen-gallery-preview__box {
    padding: 12px;
    border-radius: 13px;
    box-shadow: inset 0 0 0 5px rgba(255, 253, 248, 0.55), 0 7px 18px rgba(88, 52, 30, 0.1);
  }

  .fsb-dozen-gallery-preview__slots {
    gap: 6px;
    padding: 8px;
  }

  .fsb-mix-and-match__tray-card {
    position: static;
    display: none;
    max-height: none;
    overflow: visible;
    box-shadow: none;
  }

  .fsb-mix-and-match[data-required-total="12"] .fsb-mix-and-match__tray {
    display: grid;
  }

  .fsb-mix-and-match[data-required-total="12"] .fsb-mix-and-match__empty:not([hidden]) {
    display: block;
  }

  .fsb-mix-and-match.is-tray-expanded .fsb-mix-and-match__tray-card {
    display: block;
  }

  .fsb-mix-and-match__summary-row {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-width: 0;
  }

  .fsb-mix-and-match__summary-quantity {
    grid-column: 2;
  }

  .fsb-mix-and-match__summary-controls {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 360px) {
  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-steps {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 440px) {
  .fsb-mix-and-match__choice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fsb-mix-and-match__controls {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (forced-colors: active) {
  .fsb-flavor-finder input:focus-visible,
  .fsb-flavor-finder button:focus-visible,
  .fsb-mix-and-match__picker-toggle:focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 3px;
    box-shadow: none;
  }

  .fsb-mix-and-match__choice.is-selected,
  .fsb-flavor-finder button[aria-pressed="true"],
  .fsb-dozen-preset-card {
    border: 3px solid ButtonText;
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-current {
    border-color: Highlight;
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }

  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-complete,
  .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-step.is-available {
    border-color: ButtonText;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsb-mix-and-match *,
  .fsb-mix-and-match *::before,
  .fsb-mix-and-match *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.fsb-product-options__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding: 12px 16px;
  border: 0;
  border-radius: 4px;
  background: #f7f7f7;
}

.fsb-product-options__price-label {
  font-size: 0.84rem;
  color: #666;
}

.fsb-product-options__price-value {
  font-size: 1rem;
  font-weight: 600;
  color: #e91e63;
}

.fsb-exact-dozen-edit-banner {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 2px solid #a50d50;
  border-radius: 8px;
  background: #fff3f8;
  color: #4f2338;
}

.fsb-exact-dozen-edit-banner h2 {
  margin: 0 0 6px;
  color: #7f1748;
  font-size: 1.15rem;
}

.fsb-exact-dozen-edit-banner p {
  margin: 0 0 7px;
}

.fsb-exact-dozen-edit-banner a,
.fsb-exact-dozen-cart-edit a {
  font-weight: 700;
  text-decoration: underline;
}

.fsb-exact-dozen-cart-edit {
  margin: 6px 0 0;
}

.fsb-exact-dozen-cart-summary,
.fsb-exact-dozen-cart-summary__row {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fsb-exact-dozen-cart-summary__row + .fsb-exact-dozen-cart-summary__row {
  margin-top: 3px;
}

@media (max-width: 390px) {
  .fsb-exact-dozen-edit-banner {
    padding: 12px;
  }
}

.fsb-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: #24c6c8;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fsb-product-badge--best_seller {
  background: #24c6c8;
}

.fsb-product-badge--new {
  background: #e91e63;
}

.fsb-product-badge--seasonal {
  background: #ff9800;
}

.fsb-product-badge--pre_order {
  background: #e91e63;
}

.fsb-pickup-only-notice-wrap {
  margin: 12px 0 0;
}

.fsb-pickup-only-notice {
  margin: 12px 0 8px;
  padding: 12px 14px;
  background: #e8fbfc;
  border: 1px solid rgba(0, 193, 208, 0.45);
  border-radius: 8px;
  font-size: 0.9em;
  color: #164b52;
  line-height: 1.4;
}

.fsb-pickup-only-notice__icon {
  margin-right: 4px;
}

.fsb-remove-nonshippable-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background: #f200a2;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.2s;
}

.fsb-remove-nonshippable-btn:hover {
  background: #d4008e;
}

.fsb-saved-for-later {
  margin: 14px 0 18px;
  padding: 12px 14px;
  background: #e8fbfc;
  border: 1px solid rgba(0, 193, 208, 0.45);
  border-radius: 8px;
  color: #164b52;
  line-height: 1.45;
}

.fsb-saved-for-later__header {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 10px;
}

.fsb-saved-for-later__icon {
  flex: 0 0 auto;
  line-height: 1.3;
}

.fsb-saved-for-later h3 {
  margin: 0 0 2px;
  color: #143f45;
  font-size: 0.95rem;
  font-weight: 700;
}

.fsb-saved-for-later p {
  margin: 0;
  color: #1d5c64;
  font-size: 0.86rem;
}

.fsb-saved-for-later__list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsb-saved-for-later__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 193, 208, 0.28);
  border-radius: 8px;
}

.fsb-saved-for-later__thumb {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 193, 208, 0.32);
  border-radius: 8px;
}

.fsb-saved-for-later__thumb-img,
.fsb-saved-for-later__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fsb-saved-for-later__thumb-placeholder {
  font-size: 1.5rem;
}

.fsb-saved-for-later__title-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  min-width: 0;
}

.fsb-saved-for-later__title {
  color: #16383d;
  font-size: 0.92rem;
  line-height: 1.25;
}

.fsb-saved-for-later__qty {
  color: #1d5c64;
  font-size: 0.86rem;
}

.fsb-saved-for-later__summary {
  margin: 5px 0 0 16px;
  color: #5f5f5f;
  font-size: 0.82rem;
  line-height: 1.38;
}

.fsb-saved-for-later__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 9px;
}

.fsb-saved-for-later__actions .button {
  min-height: 36px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  background: #f200a2;
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.2;
}

.fsb-saved-for-later__actions .button:hover,
.fsb-saved-for-later__actions .button:focus {
  background: #d4008e;
  color: #fff !important;
}

@media (max-width: 520px) {
  .fsb-saved-for-later__item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .fsb-saved-for-later__thumb {
    width: 48px;
    height: 48px;
  }

  .fsb-saved-for-later__actions .button {
    width: 100%;
  }
}

.fsb-zip-checker {
  margin: 8px 0 16px;
  padding: 10px 14px;
  background: #fafafa;
  border-left: 3px solid #00c1d0;
  font-size: 0.88em;
}

.fsb-zip-checker__row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.fsb-zip-checker__row input {
  width: 100px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.fsb-zip-checker__row button,
.fsb-zip-checker__button {
  padding: 6px 14px;
  background: #00c1d0;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.fsb-zip-checker__row button:hover,
.fsb-zip-checker__row button:focus,
.fsb-zip-checker__button:hover,
.fsb-zip-checker__button:focus {
  background: #00a9b6;
  color: #fff;
}

.fsb-zip-checker__result {
  margin-top: 8px;
  font-weight: 500;
}

.fsb-zip-checker__result--delivery {
  color: #2e7d32;
}

.fsb-zip-checker__result--pickup {
  color: #f200a2;
}

.fsb-zip-checker__result--invalid {
  color: #c62828;
}

.fsb-checkout-fulfillment {
  margin: 24px 0;
  padding: 24px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.fsb-custom-checkout {
  max-width: 100%;
}

.fsb-checkout-section {
  margin-bottom: 24px;
}

.fsb-checkout-section h3 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #171717;
}

.fsb-field {
  margin-bottom: 14px;
}

.fsb-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
}

.fsb-field input,
.fsb-field select,
.fsb-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fsb-field textarea {
  min-height: 100px;
  resize: vertical;
}

.fsb-field input:focus,
.fsb-field select:focus,
.fsb-field textarea:focus {
  border-color: #f200a2;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 0, 162, 0.1);
}

.fsb-field-row {
  display: flex;
  gap: 12px;
}

.fsb-field-half {
  flex: 1;
}

.fsb-field-58 {
  flex: 0 0 58%;
}

.fsb-field-42 {
  flex: 0 0 42%;
}

.fsb-field-full {
  width: 100%;
}

.fsb-custom-checkout .fsb-checkout-fulfillment {
  margin: 0;
}

.fsb-ship-different-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #faf7f9;
  border: 1px solid #f0d9e8;
  border-radius: 10px;
}

.fsb-ship-different-choice > span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.fsb-ship-radios {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fsb-ship-radios label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.fsb-ship-radios input[type="radio"] {
  margin: 0;
  accent-color: #f200a2;
}

.fsb-shipping-fields {
  padding-top: 4px;
}

.fsb-checkout-fulfillment h3 {
  margin: 0 0 16px;
  color: #171717;
  font-size: 1rem;
  font-weight: 600;
}

.fsb-checkout-fulfillment__info {
  margin: 0 0 14px;
  padding: 10px 14px;
  border-left: 3px solid #24c6c8;
  background: #eefbfb;
  color: #1f2937;
  font-size: 0.9rem;
  line-height: 1.5;
}

.fsb-checkout-fulfillment label {
  font-size: 0.85rem;
  font-weight: 500;
}

.fsb-checkout-fulfillment__type .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fsb-checkout-fulfillment__type label.radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-weight: 500;
}

.fsb-checkout-fulfillment__type input[type="radio"] {
  margin: 0;
}

.fsb-checkout-fulfillment input[type="text"],
.fsb-checkout-fulfillment select {
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 0.9rem;
}

.fsb-checkout-fulfillment__notice,
.fsb-checkout-fulfillment__lead-time {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.fsb-checkout-fulfillment__notice {
  padding: 10px 14px;
  background: #fff3e0;
  border: 1px solid #ffe0b2;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #e65100;
}

.fsb-checkout-datepicker,
.fsb-checkout-time-slot {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
}

/* Gift message section */
.fsb-gift-message {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.fsb-gift-message__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95em;
}

.fsb-gift-message__toggle input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #f200a2;
}

.fsb-gift-message__toggle-label {
  font-weight: 500;
}

.fsb-gift-message__fields {
  margin-top: 14px;
  padding: 14px;
  background: #fefaf6;
  border: 1px solid #f0e8df;
  border-radius: 8px;
}

.fsb-gift-message__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.fsb-gift-message__field label {
  display: block;
  font-size: 0.82em;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
}

.fsb-gift-message__field textarea {
  width: 100%;
  min-height: 92px;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  resize: vertical;
}

.fsb-gift-message__char-count {
  display: block;
  margin-top: 6px;
  font-size: 0.8em;
  color: #777;
  text-align: right;
}

@media (max-width: 767px) {
  .fsb-choice-group {
    width: 100%;
  }

  .fsb-choice__label {
    width: 100%;
  }

  .fsb-checkout-fulfillment {
    padding: 16px;
  }

  .fsb-field-row,
  .fsb-ship-different-choice {
    flex-direction: column;
  }

  .fsb-field-half,
  .fsb-field-58,
  .fsb-field-42 {
    flex: 1 1 auto;
  }

  .fsb-checkout-fulfillment__type .woocommerce-input-wrapper {
    flex-direction: column;
  }

  .fsb-gift-message__row {
    grid-template-columns: 1fr;
  }
}

.woocommerce-checkout .fsb-checkout-fulfillment {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #f9f9f9;
}

.woocommerce-checkout .fsb-checkout-fulfillment h3,
.woocommerce-checkout .fsb-checkout-fulfillment > p:first-of-type {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #171717;
  font-size: 1.1rem;
  font-weight: 600;
}

.woocommerce-checkout .fsb-checkout-fulfillment label {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: 0.85rem;
  font-weight: 600;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field {
  margin-bottom: 16px;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type .woocommerce-input-wrapper {
  display: grid;
  gap: 8px;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio:hover,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label:hover {
  border-color: #00c1d0;
  background: #f0fcfd;
}
.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio.fsb-selected,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label.fsb-selected {
  border-color: #00c1d0 !important;
  background: #f0fcfd !important;
  color: #171717 !important;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type input[type="radio"] {
  margin: 0;
}

.woocommerce-checkout .fsb-checkout-fulfillment input[type="text"],
.woocommerce-checkout .fsb-checkout-fulfillment select,
.woocommerce-checkout .fsb-checkout-datepicker,
.woocommerce-checkout .fsb-checkout-time-slot {
  width: 100%;
  max-width: 300px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  font-size: 0.9rem;
  box-sizing: border-box;
}

.woocommerce-checkout .fsb-checkout-fulfillment input[type="text"]:focus,
.woocommerce-checkout .fsb-checkout-fulfillment select:focus,
.woocommerce-checkout .fsb-checkout-datepicker:focus,
.woocommerce-checkout .fsb-checkout-time-slot:focus {
  border-color: #e91e63;
  outline: none;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.1);
}

.woocommerce-checkout .fsb-checkout-fulfillment__notice {
  margin: 12px 0;
  padding: 10px 14px;
  border: 1px solid rgba(0, 193, 208, 0.45);
  border-radius: 6px;
  background: #e8fbfc;
  color: #e65100;
  font-size: 0.85rem;
  line-height: 1.5;
}

.woocommerce-checkout .fsb-checkout-fulfillment__lead-time {
  margin: 12px 0;
  color: #666;
  font-size: 0.85rem;
  font-style: italic;
  line-height: 1.5;
}

.fsb-stale-date-notice {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #f3c4c4;
  border-left: 4px solid #c62828;
  border-radius: 6px;
  background: #fff4f4;
  color: #8a1c1c;
  font-size: 0.88rem;
  line-height: 1.5;
}

.fsb-stale-icon {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

.fsb-stale-input,
.woocommerce-checkout .fsb-checkout-fulfillment .fsb-stale-input {
  border-color: #c62828 !important;
  background: #fff8f8 !important;
  box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.12) !important;
}

.fsb-order-blocked-notice {
  display: none;
  margin: 0 0 12px;
  color: #8a1c1c;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

#place_order.fsb-order-blocked,
#place_order.fsb-order-blocked:hover,
#place_order.fsb-order-blocked:focus {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .woocommerce-checkout .fsb-checkout-fulfillment {
    padding: 16px;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment input[type="text"],
  .woocommerce-checkout .fsb-checkout-fulfillment select,
  .woocommerce-checkout .fsb-checkout-datepicker,
  .woocommerce-checkout .fsb-checkout-time-slot {
    max-width: none;
  }
}


.fsb-checkout-fulfillment__field-label {
  display: block;
  margin: 0 0 8px;
}

.fsb-checkout-fulfillment__type-field label.fsb-unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.fsb-checkout-fulfillment__type-field label.fsb-unavailable input[type="radio"] {
  cursor: not-allowed;
}

.fsb-checkout-fulfillment__type-field label.fsb-unavailable:hover {
  border-color: #d0d0d0;
  background: #fff;
  box-shadow: none;
}

.fsb-checkout-fulfillment__unavailable-text {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #999;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.fsb-checkout-fulfillment__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  text-align: center;
}

.fsb-checkout-fulfillment__icon--pickup {
}

.fsb-checkout-fulfillment__icon--shipping {
}

.fsb-checkout-fulfillment__text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1 1 auto;
}

.fsb-shipping-info {
  margin-top: 16px;
}

.fsb-shipping-info__banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: #e8fbfc;
  border: 1px solid rgba(0, 193, 208, 0.45);
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 0.88em;
  line-height: 1.5;
}

.fsb-shipping-info__banner p {
  margin: 0;
}

.fsb-shipping-info__icon {
  font-size: 1.2em;
  flex-shrink: 0;
}

.fsb-shipping-info__card {
  padding: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 12px;
}

.fsb-shipping-info__carrier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.fsb-shipping-info__carrier-name {
  font-weight: 600;
  font-size: 1em;
}

.fsb-shipping-info__price {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
}

.fsb-shipping-free {
  color: #2e7d32;
  font-weight: 700;
}

.fsb-shipping-info__date-row {
  margin-bottom: 8px;
}

.fsb-shipping-info__date-row label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 0.92em;
}

.fsb-shipping-datepicker {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95em;
  cursor: pointer;
}

.fsb-shipping-info__estimate {
  margin-top: 10px;
  padding: 8px 12px;
  background: #e8f5e9;
  border-radius: 4px;
  color: #2e7d32;
  font-weight: 500;
  font-size: 0.9em;
}

.fsb-shipping-info__note {
  font-size: 0.82em;
  color: #888;
  margin-top: 8px;
}

.fsb-ship-day a {
  background: #f200a2 !important;
  color: #fff !important;
  border-radius: 50%;
}

.woocommerce-checkout .fsb-checkout-fulfillment__type-field label.fsb-unavailable:hover,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label.fsb-unavailable.fsb-selected {
  border-color: #d0d0d0;
  background: #fff;
}

/* jQuery UI datepicker overrides */
.ui-datepicker,
#ui-datepicker-div {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 16px !important;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  width: 300px !important;
  z-index: 2147483647 !important;
}

.ui-datepicker.ui-widget {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker-header {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 4px 0 12px !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  color: #171717 !important;
}

.ui-datepicker .ui-datepicker-title,
.ui-datepicker-title {
  order: 2 !important;
  flex: 1 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #171717 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  border-radius: 50% !important;
  background: none !important;
  color: #333 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-prev {
  order: 1 !important;
}

.ui-datepicker .ui-datepicker-next {
  order: 3 !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  background: #f5f5f5 !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none !important;
}

.ui-datepicker .ui-datepicker-prev::after {
  content: "\2190" !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  color: #333 !important;
}

.ui-datepicker .ui-datepicker-next::after {
  content: "\2192" !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  color: #333 !important;
}

.ui-datepicker table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  border: none !important;
  background: transparent !important;
}

.ui-datepicker table thead,
.ui-datepicker table tbody,
.ui-datepicker tr,
.ui-datepicker th,
.ui-datepicker td {
  border: none !important;
  background: transparent !important;
}

.ui-datepicker table thead th,
.ui-datepicker th {
  padding: 8px 0 !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #999 !important;
  text-transform: uppercase !important;
}

.ui-datepicker td {
  padding: 2px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.ui-datepicker .ui-state-default,
.ui-datepicker td a,
.ui-datepicker td span {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-align: center !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #333 !important;
}

.ui-datepicker td a:hover,
.ui-datepicker .ui-state-hover {
  background: #f0f0f0 !important;
  border: none !important;
  border-radius: 50% !important;
  color: #333 !important;
}

.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker .ui-state-active {
  background: #e91e63 !important;
  border: none !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.ui-datepicker td.ui-datepicker-today a {
  background: #f0f0f0 !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 8px !important;
  color: #333 !important;
}

.ui-datepicker td.ui-datepicker-today a.ui-state-active,
.ui-datepicker td.ui-datepicker-today.ui-datepicker-current-day a {
  background: #e91e63 !important;
  border: none !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.ui-datepicker .ui-state-disabled .ui-state-default,
.ui-datepicker .ui-state-disabled span,
.ui-datepicker td.ui-state-disabled span {
  background: none !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}

.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span,
.ui-datepicker td.ui-datepicker-unselectable span {
  pointer-events: none !important;
}

.ui-datepicker td.ui-state-disabled:hover,
.ui-datepicker td.ui-datepicker-unselectable:hover,
.ui-datepicker td.ui-state-disabled a:hover,
.ui-datepicker td.ui-state-disabled span:hover,
.ui-datepicker td.ui-datepicker-unselectable span:hover {
  background: transparent !important;
}

/* Hide any inline/stray datepicker appended to body outside the fulfillment section */
body > .ui-datepicker-inline,
body > #ui-datepicker-div[style*="position: relative"] {
  display: none !important;
}

/* Only show datepicker when triggered as a popup */
#ui-datepicker-div {
  display: none;
}

#ui-datepicker-div[style*="display: block"] {
  display: block !important;
}

/* Selected fulfillment type label only — green when complete */
.fsb-checkout-fulfillment.fsb-fulfillment-complete .fsb-checkout-fulfillment__type-field label.fsb-selected {
  background: #f0fcfd !important;
  border-color: #00c1d0 !important;
  color: #171717 !important;
  font-weight: 600 !important;
}

/* Keep date and time inputs neutral — no green outline */
.fsb-checkout-fulfillment.fsb-fulfillment-complete input[type="text"],
.fsb-checkout-fulfillment.fsb-fulfillment-complete select,
.fsb-checkout-fulfillment.fsb-fulfillment-complete .fsb-checkout-datepicker {
  border-color: #d0d0d0 !important;
  background: #fff !important;
  color: #333 !important;
}

/* Ship day pink highlight */
.fsb-ship-day a,
td.fsb-ship-day a {
    background: #f200a2 !important;
    color: #fff !important;
    border-radius: 50% !important;
}
.fsb-ship-day a:hover {
    background: #d4008a !important;
}
/* Also style the pickup datepicker available days */
.ui-datepicker td a:hover {
    background: #f200a2 !important;
    color: #fff !important;
    border-radius: 50% !important;
}
.ui-datepicker .ui-state-active {
    background: #f200a2 !important;
    color: #fff !important;
    border-radius: 50% !important;
}

/* Hide shipping row on cart page — customer picks fulfillment at checkout */
.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart_totals tr.shipping {
    display: none !important;
}

.woocommerce-shipping-fields h3 #ship-to-different-address-checkbox,
.fsb-ship-different-checkbox {
  display: none !important;
}

.fsb-ship-different-radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}

.fsb-ship-different-label {
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}

.fsb-ship-different-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fsb-ship-different-options label.radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.fsb-ship-different-options label.radio:hover,
.fsb-ship-different-options label.radio:has(input:checked) {
  border-color: #e91e63;
  background: #fef0f5;
}

.fsb-ship-different-options input[type="radio"] {
  margin: 0;
  accent-color: #e91e63;
}

.fsb-delivery-address-section {
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
}

.fsb-delivery-address-section h3 {
  margin: 0 0 16px;
}

.fsb-delivery-address-section input[type="text"] {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.fsb-delivery-address-section input[type="text"]:focus {
  border-color: #e91e63;
  outline: none;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.1);
}

@media (max-width: 767px) {
  .fsb-ship-different-radios {
    align-items: stretch;
  }

  .fsb-ship-different-options {
    width: 100%;
  }

  .fsb-ship-different-options label.radio {
    flex: 1 1 0;
    justify-content: center;
  }
}



/* === Fulfillment toggle buttons — big style (billing column) === */
body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type .woocommerce-input-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio {
  display: flex;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  flex: 1 1 0 !important;
  box-sizing: border-box !important;
  padding: 12px 16px !important;
  min-height: 64px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 10px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  transition: all 0.2s ease !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  background: none !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__text-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  flex: 0 1 auto !important;
  text-align: center !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__option-label {
  display: block !important;
  width: 100% !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__option-label::before {
  content: none !important;
  display: none !important;
}





/* === Sticky order review column === */
.woocommerce-checkout #order_review {
  position: sticky !important;
  top: 120px !important;
}

/* === Fulfillment section repositioned inside billing column === */
.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment {
  margin: 20px 0 24px !important;
  padding: 24px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment .form-row {
  padding: 0 !important;
  margin: 0 0 12px !important;
}

/* Hide local delivery at checkout — only Pickup + Shipping */
body.woocommerce-checkout .fsb-checkout-fulfillment__type label.fsb-type-delivery {
  display: none !important;
}

/* Selected fulfillment type highlight */
body.woocommerce-checkout .woocommerce-billing-fields .fsb-checkout-fulfillment__type label.radio.fsb-selected {
  border-color: #00c1d0 !important;
  background: #f0fcfd !important;
  box-shadow: 0 0 0 1px #00c1d0 !important;
}

/* Fulfillment icons are rendered in PHP label text; no CSS pseudo-icons here. */

/* === Date + Time Slot on same line === */
.fsb-checkout-fulfillment__schedule[data-fsb-schedule-fields] {
  display: flex;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
.fsb-checkout-fulfillment__schedule > .fsb-checkout-fulfillment__lead-time {
  flex: 0 0 100% !important;
}
.fsb-checkout-fulfillment__schedule > .form-row {
  flex: 1 !important;
  margin-bottom: 0 !important;
}



/* === Green complete indicator on fulfillment section === */
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete {
  border-color: #2e7d32 !important;
}
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete h3::after {
  content: " ✓";
  color: #2e7d32;
  font-weight: 700;
}

/* === Override: No green on individual inputs — only section border + heading === */
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete input[type="text"],
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete select,
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete .fsb-checkout-datepicker,
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete .fsb-checkout-time-slot {
  border-color: #d0d0d0 !important;
  background: #fff !important;
  color: #333 !important;
}
.fsb-custom-checkout .fsb-checkout-fulfillment.fsb-fulfillment-complete .fsb-checkout-fulfillment__type-field label {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}

/* === Hide WooCommerce shipping row in checkout order review — we use fees === */
.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout tr.shipping {
  display: none !important;
}

.fsb-showcase-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00c1d0;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 2;
}

.fsb-showcase-inquiry {
  margin-top: 20px;
  padding: 20px 0;
}

.fsb-showcase-inquiry h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 8px;
}

.fsb-showcase-note {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 16px;
}

/* === Showcase inquiry button === */
.fsb-showcase-inquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #f200a2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.fsb-showcase-inquire-btn:hover {
  background: #d4008e;
}

/* === iOS ZOOM PREVENTION — Mobile inputs must be ≥16px === */
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="url"],
  select,
  textarea,
  .fsb-custom-checkout input,
  .fsb-custom-checkout select,
  .fsb-custom-checkout textarea,
  .fsb-checkout-datepicker,
  .fsb-checkout-time-slot,
  .fsb-shipping-datepicker {
    font-size: 16px !important;
  }
}
/* === END iOS ZOOM PREVENTION === */

/* === MOBILE DATEPICKER — Touch-friendly overrides === */
@media (max-width: 767px) {
  .ui-datepicker {
    width: calc(100vw - 48px) !important;
    max-width: 360px !important;
    padding: 14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .ui-datepicker .ui-datepicker-title,
  .ui-datepicker-title {
    font-size: 1.05rem !important;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 44px !important;
    height: 44px !important;
  }

  .ui-datepicker .ui-datepicker-prev::after,
  .ui-datepicker .ui-datepicker-next::after {
    font-size: 1.3rem !important;
  }

  .ui-datepicker table thead th,
  .ui-datepicker th {
    padding: 6px 0 !important;
    font-size: 0.7rem !important;
  }

  .ui-datepicker td {
    padding: 1px !important;
  }

  .ui-datepicker .ui-state-default,
  .ui-datepicker td a,
  .ui-datepicker td span {
    width: 42px !important;
    height: 42px !important;
    font-size: 0.9rem !important;
  }

  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover,
  .ui-datepicker .ui-datepicker-prev:focus,
  .ui-datepicker .ui-datepicker-next:focus {
    background: #f0f0f0 !important;
  }
}
/* === END MOBILE DATEPICKER === */

/* === MOBILE FIX: Date + Time Slot stacking === */
@media (max-width: 767px) {
  .fsb-checkout-fulfillment__schedule[data-fsb-schedule-fields] {
    flex-direction: column !important;
  }

  .fsb-checkout-fulfillment__schedule > .form-row {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  .fsb-checkout-fulfillment__schedule .fsb-checkout-datepicker,
  .fsb-checkout-fulfillment__schedule .fsb-checkout-time-slot,
  .fsb-checkout-fulfillment__schedule .fsb-shipping-datepicker {
    width: 100% !important;
  }
}
/* === END Date + Time Slot mobile fix === */

/* === MOBILE FIX: Coupon row stacking === */
@media (max-width: 767px) {
  .woocommerce-cart .coupon {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .woocommerce-cart .coupon input.input-text {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 0 !important;
  }

  .woocommerce-cart .coupon .button,
  .woocommerce-cart .coupon button {
    width: 100% !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
}
/* === END Coupon mobile fix === */

/* === TEAL FULFILLMENT BUTTONS — override JS inline styles === */

/* Selected state: teal border + light teal fill */
.fsb-checkout-fulfillment__type label.fsb-selected {
  border-color: #00c1d0 !important;
  background-color: #f0fcfd !important;
  color: #171717 !important;
  box-shadow: 0 0 0 1px #00c1d0 !important;
  font-weight: 600 !important;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s !important;
}

/* Unselected state: neutral */
.fsb-checkout-fulfillment__type label:not(.fsb-selected) {
  border-color: #ddd !important;
  background-color: #fff !important;
  color: #888 !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s !important;
}

/* === END TEAL FULFILLMENT BUTTONS === */

/* === Fulfillment buttons: rectangular, more padding, no preselect === */
.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label {
  border-radius: 4px !important;
  padding: 16px 20px !important;
  min-height: 56px !important;
  border-width: 2px !important;
  justify-content: center !important;
}
.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio:hover,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label:hover {
  border-color: #00c1d0 !important;
  background: #f0fcfd !important;
}
.woocommerce-checkout .fsb-checkout-fulfillment__type label.radio.fsb-selected,
.woocommerce-checkout .fsb-checkout-fulfillment__type-field label.fsb-selected {
  border-color: #00c1d0 !important;
  background: #f0fcfd !important;
  box-shadow: 0 0 0 1px #00c1d0 !important;
}

@media (max-width: 767px) {
  .woocommerce-checkout .fsb-checkout-fulfillment__type .woocommerce-input-wrapper {
    align-items: stretch !important;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment__type label.radio,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-align: center !important;
    padding: 12px 10px !important;
    min-height: 88px !important;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__icon,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label .fsb-checkout-fulfillment__icon {
    margin: 0 !important;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__text-group,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label .fsb-checkout-fulfillment__text-group {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__option-label,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label .fsb-checkout-fulfillment__option-label,
  .woocommerce-checkout .fsb-checkout-fulfillment__type label.radio .fsb-checkout-fulfillment__unavailable-text,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label .fsb-checkout-fulfillment__unavailable-text {
    width: 100% !important;
    text-align: center !important;
  }

  .woocommerce-checkout .fsb-checkout-fulfillment__type label.fsb-unavailable .fsb-checkout-fulfillment__unavailable-text,
  .woocommerce-checkout .fsb-checkout-fulfillment__type-field label.fsb-unavailable .fsb-checkout-fulfillment__unavailable-text {
    margin-top: 2px !important;
  }
}
/* === END Fulfillment button style === */

/* === Exact-dozen warm bakery + brand right-side layer (audit scope) === */
/* Structural first-paint protection stays independent of JavaScript capability. */
body.fsb-exact-dozen-product:not(.fsb-dozen-gallery-initialized) .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  visibility: hidden !important;
  pointer-events: none !important;
}
body.fsb-exact-dozen-product .woocommerce-product-gallery.fsb-dozen-gallery-active > .fsb-dozen-gallery-original,
body.fsb-exact-dozen-product .woocommerce-product-gallery.fsb-dozen-gallery-active > .woocommerce-product-gallery__wrapper.fsb-dozen-gallery-original {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Preserve the original warm bakery-box treatment with product-scoped specificity so
   it cannot be flattened by theme or earlier experimental layers. */
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__box {
  padding: clamp(14px, 4vw, 28px) !important;
  border: 2px solid #d7b68e !important;
  border-radius: 18px !important;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.22) 0 9px, rgba(246,224,201,0.22) 9px 18px),
    #f7e7d3 !important;
  box-shadow: inset 0 0 0 8px rgba(255,253,248,0.55), 0 12px 32px rgba(88,52,30,0.12) !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__brand {
  margin: 0 0 12px !important;
  color: #9d0d5a !important;
  font-size: clamp(.72rem, 2vw, .9rem) !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__slots {
  gap: clamp(7px, 2vw, 13px) !important;
  padding: clamp(9px, 2.5vw, 16px) !important;
  border-radius: 12px !important;
  background: rgba(255,252,247,0.8) !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__slot {
  border: 2px solid #e5d1bc !important;
  border-radius: 50% !important;
  background: #efe1d2 !important;
  box-shadow: inset 0 2px 7px rgba(79,48,29,0.12) !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__slot.is-empty span {
  width: 52% !important;
  border: 1px dashed #c7a98b !important;
  border-radius: 50% !important;
  opacity: .65 !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__slot.is-filled {
  border-color: #e6a6c7 !important;
  background: #fff5fa !important;
}
body.fsb-exact-dozen-product .fsb-dozen-gallery-preview__status {
  color: #5f4a55 !important;
}

body.fsb-exact-dozen-product .fsb-product-options,
body.fsb-exact-dozen-product .fsb-exact-dozen-edit-banner {
  --byod-text: #2f251f;
  --byod-muted: #6f625a;
  --byod-white: #ffffff;
  --byod-paper: #fffaf4;
  --byod-cream: #f7ede2;
  --byod-border: #e4d4c3;
  --byod-pink: #f200a2;
  --byod-cyan: #00c1d0;
  --byod-action-pink: #e10097;
  --byod-state-cyan: #00838d;
  --byod-action-text: #ffffff;
  box-sizing: border-box;
  color: #2f251f !important;
  font-family: Poppins, inherit, sans-serif !important;
}
body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) *,
body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) *::before,
body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) *::after {
  box-sizing: border-box;
  color: #2f251f !important;
  text-shadow: none !important;
  font-family: inherit !important;
}
body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) :where(:disabled, [aria-disabled="true"], .is-unavailable) {
  opacity: 1 !important;
  filter: none !important;
}
body.fsb-exact-dozen-product .summary :where(.product_title, .entry-title),
body.fsb-exact-dozen-product .summary :where(.woocommerce-product-details__short-description, p) { color: #2f251f !important; }
body.fsb-exact-dozen-product .summary :where(.price, .price .amount) { color: #f200a2 !important; }
body.fsb-exact-dozen-product .fsb-product-options { margin: 0 !important; }
body.fsb-exact-dozen-product .fsb-product-options__field { gap: 18px !important; margin: 0 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match { display: grid !important; gap: 22px !important; min-width: 0; font-family: Poppins, sans-serif !important; }
body.fsb-exact-dozen-product .fsb-product-options__label { color: #2f251f !important; font-weight: 600 !important; text-transform: none !important; letter-spacing: 0 !important; }
body.fsb-exact-dozen-product form.cart.fsb-exact-dozen-enhanced-cta .single_add_to_cart_button.fsb-exact-dozen-native-cta-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

/* Compact count and an unboxed, guided three-step path. */
body.fsb-exact-dozen-product .fsb-mix-and-match__counter {
  width: fit-content; min-height: 0; margin: 0 !important; padding: 8px 18px !important;
  color: #6f625a !important; background: #fffaf4 !important; border: 1px solid #e4d4c3 !important; border-radius: 999px !important;
  font-size: .86rem !important; font-weight: 500 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__counter strong { color: #f200a2 !important; font-weight: 700 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner .fsb-exact-dozen-steps {
  display: none !important;
  margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-step {
  position: relative; min-width: 0; min-height: 48px; padding: 0 10px !important;
  color: #6f625a !important; background: transparent !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-step:not(:last-child)::after {
  content: none !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-step__heading { justify-content: center; gap: 7px !important; color: #6f625a !important; font-size: .78rem !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-step__number,
body.fsb-exact-dozen-product .fsb-exact-dozen-step__status [data-fsb-step-complete-icon] {
  position: relative; z-index: 1; width: 26px !important; height: 26px !important; color: #2f251f !important;
  background: #f7ede2 !important; border: 1px solid #e4d4c3 !important; border-radius: 50% !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-step.is-current .fsb-exact-dozen-step__number { color: var(--byod-action-text) !important; background: var(--byod-action-pink) !important; border-color: var(--byod-action-pink) !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-step.is-complete .fsb-exact-dozen-step__number,
body.fsb-exact-dozen-product .fsb-exact-dozen-step__status [data-fsb-step-complete-icon] { color: var(--byod-action-text) !important; background: var(--byod-state-cyan) !important; border-color: var(--byod-state-cyan) !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-step:not(.is-current):not(.is-complete) .fsb-exact-dozen-step__number {
  background: #f7ede2 !important; border-color: #e4d4c3 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-step.is-current .fsb-exact-dozen-step__heading { color: #2f251f !important; font-weight: 600 !important; }

/* One elevated review card, with warm dividers and integrated pickup details. */
body.fsb-exact-dozen-product .fsb-mix-and-match__tray-card {
  position: static !important; top: auto !important; z-index: auto; padding: 20px !important;
  color: #2f251f !important; background: #ffffff !important; border: 1px solid #e4d4c3 !important; border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(47, 37, 31, .08) !important;
  overflow-anchor: none;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__tray-card::before { content: none !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__tray-title { text-transform: none !important; letter-spacing: 0 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__slot { border: 1px solid #e4d4c3 !important; border-radius: 50% !important; overflow: hidden; }
body.fsb-exact-dozen-product .fsb-mix-and-match__slot.is-empty > span { opacity: 1 !important; filter: none !important; color: #6f625a !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary { gap: 0 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 48px; padding: 0 0 14px;
  border-bottom: 1px solid #e4d4c3;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure > div { display: grid; gap: 2px; min-width: 0; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure strong { color: #2f251f; font-size: .98rem; font-weight: 600; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure [data-fsb-summary-compact-count] { color: #6f625a; font-size: .82rem; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure button {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; padding: 0 14px;
  color: #2f251f; background: #fffaf4; border: 1px solid #e4d4c3; border-radius: 10px; font: inherit; font-weight: 600; cursor: pointer;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure button:disabled { color: #6f625a; background: #f7ede2; border-color: #e4d4c3; cursor: default; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure button:focus-visible { outline: 3px solid #00c1d0; outline-offset: 2px; }
@media (min-width: 768px) {
  body.fsb-exact-dozen-product .fsb-mix-and-match__summary { display: none !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match.is-summary-expanded .fsb-mix-and-match__summary { display: grid !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match.is-summary-expanded .fsb-mix-and-match__summary-disclosure button [aria-hidden="true"] { transform: rotate(180deg); }
}
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-row {
  padding: 10px 0 !important; color: #2f251f !important; background: #ffffff !important;
  border: 0 !important; border-bottom: 1px solid #e4d4c3 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-controls,
body.fsb-exact-dozen-product .fsb-mix-and-match__controls { border: 1px solid #e4d4c3 !important; border-radius: 10px !important; overflow: hidden; background: #ffffff !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-controls button {
  width: 48px !important; height: 48px !important; padding: 0 !important; color: #2f251f !important;
  background: #ffffff !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__summary-controls button + button { border-left: 1px solid #e4d4c3 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__ready,
body.fsb-exact-dozen-product :where(.fsb-validation-msg, .fsb-field-error, .fsb-mix-and-match__availability-note) {
  color: #6f625a !important; background: #fffaf4 !important; border: 1px solid #e4d4c3 !important; border-radius: 10px !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details {
  margin: 12px 0 !important; padding: 14px 16px 14px 38px !important; color: #2f251f !important;
  background: #fffaf4 !important; border: 0 !important; border-radius: 12px !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details::before { left: 15px !important; color: #f200a2 !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details__heading { color: #2f251f !important; font-weight: 600 !important; text-transform: none !important; letter-spacing: 0 !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details .fsb-pickup-only-notice-wrap,
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details .fsb-product-purchase-notice {
  margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details .fsb-pickup-only-notice {
  margin: 6px 0 0 !important; padding: 0 !important; color: #2f251f !important;
  background: transparent !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-ordering-details .fsb-pickup-only-notice__icon { color: #f200a2 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__purchase { margin-top: 14px !important; padding-top: 14px !important; border-top: 1px solid #e4d4c3 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__purchase-button.button,
body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle.is-purchase-action {
  min-height: 52px !important; color: var(--byod-action-text) !important; background: var(--byod-action-pink) !important;
  border: 1px solid var(--byod-action-pink) !important; border-radius: 11px !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: 0 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action:not(:disabled):not([aria-disabled="true"]) :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *) {
  color: var(--byod-action-text) !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__purchase-button.button:disabled,
body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle.is-purchase-action:disabled,
body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle.is-purchase-action[aria-disabled="true"] {
  color: #2f251f !important;
  background: #fffaf4 !important;
  border: 1px solid #e4d4c3 !important;
  cursor: not-allowed !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle.is-purchase-action:disabled :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *),
body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle.is-purchase-action[aria-disabled="true"] :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *) {
  color: #2f251f !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__purchase-status { color: #6f625a !important; }

/* Finder becomes a compact chooser; photos lead within one warm list surface. */
body.fsb-exact-dozen-product .fsb-mix-and-match__choices { gap: 0 !important; padding: 0 !important; background: #ffffff !important; border: 1px solid #e4d4c3 !important; border-radius: 14px !important; overflow: hidden; }
body.fsb-exact-dozen-product .fsb-flavor-finder {
  gap: 12px !important; margin: 0 !important; padding: 18px 20px !important; color: #2f251f !important;
  background: #ffffff !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-flavor-finder__label { color: #2f251f !important; font-size: .98rem !important; line-height: 1.35; font-weight: 600 !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder__search-row { display: none !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder__actions { gap: 8px 10px !important; justify-content: flex-start !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder__filters { gap: 8px !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder input {
  min-height: 48px !important; color: #2f251f !important; background: #ffffff !important;
  border: 1px solid #e4d4c3 !important; border-radius: 12px !important;
}
body.fsb-exact-dozen-product .fsb-flavor-finder button {
  min-height: 48px !important; color: var(--byod-action-pink) !important; background: transparent !important;
  border: 0 !important; border-radius: 999px !important; text-transform: none !important; letter-spacing: 0 !important;
}
body.fsb-exact-dozen-product .fsb-flavor-finder__filters button { min-height: 40px !important; padding: 7px 13px !important; color: #6f625a !important; background: #f7ede2 !important; border: 1px solid #e4d4c3 !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder button[aria-pressed="true"] { color: var(--byod-action-text) !important; background: var(--byod-action-pink) !important; border-color: var(--byod-action-pink) !important; text-decoration: none !important; }
body.fsb-exact-dozen-product .fsb-flavor-finder__count { margin-top: 2px !important; color: #6f625a !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-draft {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  padding: 10px 12px !important;
  color: #2f251f !important;
  background: #fffaf4 !important;
  border: 1px solid #e4d4c3 !important;
  border-radius: 10px !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-draft[hidden] { display: none !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-draft strong {
  flex: 0 1 auto !important;
  color: #2f251f !important;
  font-size: .9rem !important;
  line-height: 1.25 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-draft p {
  flex: 1 1 160px !important;
  margin: 0 !important;
  color: #6f625a !important;
  font-size: .76rem !important;
  line-height: 1.35 !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-draft__actions {
  display: flex !important;
  flex: 0 1 auto !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-left: auto !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-draft__actions button {
  min-height: 44px !important;
  padding: 8px 12px !important;
  color: #2f251f !important;
  background: #ffffff !important;
  border: 1px solid #e4d4c3 !important;
  border-radius: 9px !important;
  cursor: pointer !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__choice {
  position: relative; height: 72px !important; min-height: 72px !important; max-height: 72px !important; padding: 7px 18px !important;
  color: #2f251f !important; background: #ffffff !important; border: 0 !important; border-bottom: 1px solid #e4d4c3 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__choice:last-child { border-bottom: 0 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__choice.is-selected {
  color: #2f251f !important; background: #fffaf4 !important; border: 0 !important; border-bottom: 1px solid #e4d4c3 !important;
  box-shadow: inset 3px 0 0 #f200a2 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__choice.is-unavailable {
  background: #f8f1ea !important; border-bottom: 1px dashed #c8b7a7 !important; box-shadow: inset 3px 0 0 #b08f72 !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match__image { width: 58px !important; height: 58px !important; border-radius: 12px !important; overflow: hidden; }
body.fsb-exact-dozen-product .fsb-mix-and-match__choice.is-unavailable .fsb-mix-and-match__image { filter: grayscale(1) contrast(1.08) !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__image img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__name { color: #2f251f !important; font-size: .96rem !important; font-weight: 600 !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__selected-badge { display: none !important; }
body.fsb-exact-dozen-product .fsb-mix-and-match__button,
body.fsb-exact-dozen-product .fsb-product-options .fsb-mix-and-match__quantity {
  width: 48px !important; height: 48px !important; min-height: 48px !important; padding: 0 !important;
  color: #2f251f !important; background: #ffffff !important; border: 0 !important; border-radius: 0 !important;
}
body.fsb-exact-dozen-product .fsb-product-options .fsb-mix-and-match__quantity { border-right: 1px solid #e4d4c3 !important; border-left: 1px solid #e4d4c3 !important; text-align: center; }

body.fsb-exact-dozen-product.fsb-exact-dozen-product.fsb-exact-dozen-product :where(button, input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]), select, textarea, a.button, a[role="button"], .button) {
  box-sizing: border-box !important; min-width: 48px !important; min-height: 48px !important; touch-action: manipulation;
}
body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) :where(button, input, select, textarea, a):focus-visible {
  outline: 3px solid #00c1d0 !important; outline-offset: 3px; box-shadow: none !important;
}
body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner [data-fsb-qty-minus][data-fsb-pointer-focus]:focus-visible,
body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner [data-fsb-qty-plus][data-fsb-pointer-focus]:focus-visible {
  outline: none !important; box-shadow: none !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-edit-banner {
  margin: 0 0 20px !important; padding: 14px 16px !important; color: #2f251f !important; background: #fffaf4 !important;
  border: 1px solid #e4d4c3 !important; border-left: 4px solid #f200a2 !important; border-radius: 12px !important;
}
body.fsb-exact-dozen-product .fsb-exact-dozen-edit-banner:focus { outline: 3px solid #00c1d0 !important; outline-offset: 3px; box-shadow: none !important; }
body.fsb-exact-dozen-product .fsb-exact-dozen-edit-banner h2:focus { outline: 0 !important; }

@media (max-width: 767px) {
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  body.fsb-exact-dozen-product .fsb-mix-and-match__counter { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  body.fsb-exact-dozen-product .fsb-mix-and-match__tray-card { position: static !important; top: auto !important; padding: 16px !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__summary-disclosure { display: none !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__mobile-toggle {
    position: fixed; right: max(12px, env(safe-area-inset-right, 0px)); bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: max(12px, env(safe-area-inset-left, 0px)); z-index: 50; width: auto; height: 52px !important; min-height: 52px !important;
    color: #2f251f !important; background: #fffaf4 !important; border: 1px solid #e4d4c3 !important; border-radius: 11px !important;
  }

  body.fsb-exact-dozen-product .fsb-mix-and-match__choice {
    display: grid !important; grid-template-columns: 48px minmax(0, 1fr) !important; grid-template-rows: 48px 48px !important;
    gap: 6px 10px !important; align-items: center !important; height: 116px !important; min-height: 116px !important; max-height: 116px !important;
  }
  body.fsb-exact-dozen-product .fsb-mix-and-match__image { grid-column: 1 !important; grid-row: 1 !important; width: 48px !important; height: 48px !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__name { grid-column: 2 !important; grid-row: 1 !important; min-width: 0; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__controls { grid-column: 2 !important; grid-row: 2 !important; justify-self: end; width: 144px; min-width: 144px; }
}
@media (min-width: 601px) {
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action {
    position: fixed !important;
    right: max(18px, env(safe-area-inset-right, 0px)) !important;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    z-index: 70 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(460px, calc(100vw - max(18px, env(safe-area-inset-left, 0px)) - max(18px, env(safe-area-inset-right, 0px)))) !important;
    max-width: 460px !important;
    min-height: 52px !important;
    padding: 10px 18px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    color: var(--byod-action-text) !important;
    background: var(--byod-action-pink) !important;
    border: 1px solid var(--byod-action-pink) !important;
    border-radius: 11px !important;
    box-shadow: 0 10px 28px rgba(47, 37, 31, .2) !important;
    font-size: .94rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action:focus-visible {
    outline: 3px solid #00c1d0 !important;
    outline-offset: 3px !important;
    box-shadow: 0 10px 28px rgba(47, 37, 31, .2) !important;
  }
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action:not(:disabled):not([aria-disabled="true"]) :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *) {
    color: var(--byod-action-text) !important;
  }
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action:disabled,
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action[aria-disabled="true"] {
    color: #2f251f !important;
    background: #fffaf4 !important;
    border-color: #e4d4c3 !important;
    box-shadow: 0 8px 22px rgba(47, 37, 31, .12) !important;
    cursor: not-allowed !important;
  }
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action:disabled :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *),
  body.fsb-exact-dozen-product .fsb-mix-and-match.fsb-exact-dozen-owner.is-complete .fsb-mix-and-match__mobile-toggle.is-purchase-action[aria-disabled="true"] :where([data-fsb-mix-mobile-primary], [data-fsb-mix-mobile-primary] *) {
    color: #2f251f !important;
  }
}
@media (max-width: 390px) {
  body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-mix-and-match) { max-width: 100%; min-width: 0; }
  body.fsb-exact-dozen-product .fsb-exact-dozen-step { padding: 0 3px !important; }
  body.fsb-exact-dozen-product .fsb-exact-dozen-step__heading { gap: 4px !important; font-size: .67rem !important; }
  body.fsb-exact-dozen-product .fsb-flavor-finder { padding: 18px !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__choice { padding-inline: 12px !important; }
}
@media (max-width: 320px) {
  body.fsb-exact-dozen-product .fsb-mix-and-match__choice { gap: 5px 8px !important; }
  body.fsb-exact-dozen-product .fsb-mix-and-match__name { font-size: .82rem !important; }
  body.fsb-exact-dozen-product .fsb-flavor-finder { padding: 18px !important; }
}
@media (forced-colors: active) {
  body.fsb-exact-dozen-product :where(.fsb-product-options, .fsb-exact-dozen-edit-banner) :where(button, input, select, textarea, a):focus-visible { outline-color: Highlight !important; forced-color-adjust: auto; }
}
@media (prefers-reduced-motion: reduce) {
  body.fsb-exact-dozen-product .fsb-mix-and-match *,
  body.fsb-exact-dozen-product .fsb-mix-and-match *::before,
  body.fsb-exact-dozen-product .fsb-mix-and-match *::after { transition: none !important; animation: none !important; }
}
/* === End exact-dozen warm bakery + brand right-side layer === */
