/** Shopify CDN: Minification failed

Line 1419:10 Expected identifier but found whitespace
Line 1419:11 Unexpected "''"

**/
/* Workshop city flow wizard — desktop-first fixed panel */
.wcf-root {
  --wcf-accent: #AF392B;
  --wcf-accent-soft: #f4f1e2;
  --wcf-panel-h: min(560px, 76vh);
  --wcf-radius: 16px;
  width: 100%;
  margin: 1rem 0 1.5rem;
  font-family: var(--font-body-family, inherit);
  color: rgb(var(--color-foreground, 30 30 30));
}

/* Same shell height on every step (matches former step 3 / variants branch). */
.wbw-root.wcf-root {
  --wcf-panel-h: min(620px, min(82vh, 860px));
  margin: 0.35rem 0 1rem;
}

.product-page[data-workshop-hub-pdp],
.product-page[data-workshop-hub-pdp] .product-media-container,
.product-page[data-workshop-city-pdp],
.wbw-root {
  overflow-anchor: none;
}

@media (min-width: 990px) {
  .product-info:has(.wbw-root) {
    max-width: min(860px, 100%) !important;
  }

  .product-info:has(.wbw-root[data-wbw-branch='variants']) {
    position: static !important;
    top: auto !important;
  }
}

/* Hub PDP: shorter gallery, less header gap, rating under title. */
#MainContent > .section-product-info:has(.product-page[data-workshop-hub-pdp]) {
  margin-top: 0;
}

.product-page[data-workshop-hub-pdp] [id^='breadcrumbs--'] > div {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/*
  Hub PDP breakpoints:
  - <990px: one gallery (mobile hero when present). Main product media is hidden so thumbs
    are not duplicated. Columns stack so tablet is not a squeezed 50/50 desktop split.
  - ≥990px: desktop gallery with vertical thumbs + booking column.
*/
@media (max-width: 989px) {
  body:has(.section-product-mobile-hero) .product-page[data-workshop-hub-pdp] .product-media-container {
    display: none !important;
  }

  .product-page[data-workshop-hub-pdp] [id^='x-product-thumbnail-'] {
    display: none !important;
  }

  .product-page[data-workshop-hub-pdp] .splide-image,
  .product-page[data-workshop-hub-pdp] .splide-image .x-splide {
    width: 100%;
  }

  .product-page[data-workshop-hub-pdp] [data-product-option-behavior] {
    flex-wrap: wrap;
  }

  .product-page[data-workshop-hub-pdp] .product-media-container,
  .product-page[data-workshop-hub-pdp] .product-content-container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100%;
  }

  .product-page[data-workshop-hub-pdp] .product-info {
    max-width: 100% !important;
  }

  #MainContent > .section-product-mobile-hero {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .product-page[data-workshop-hub-pdp] .product-media-container {
    align-self: flex-start;
    flex: 1 1 46%;
    width: 46%;
    max-width: 48%;
    margin-top: var(--wbw-gallery-nudge, 4.95rem);
  }

  .product-page[data-workshop-hub-pdp] .product-content-container {
    flex: 1 1 54%;
    width: 54%;
    max-width: 56%;
  }

  .product-page[data-workshop-hub-pdp] .product-media-container[data-sticky-product-media] {
    top: calc(var(--height-header, 0px) + 0.5rem);
  }

  .product-page[data-workshop-hub-pdp] .splide-image {
    width: 100%;
    align-items: stretch;
  }

  .product-page[data-workshop-hub-pdp] .splide-image .x-splide {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .product-page[data-workshop-hub-pdp] [id^='x-product-thumbnail-'] {
    position: relative;
    align-self: stretch;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .product-page[data-workshop-hub-pdp] [id^='x-product-thumbnail-'] > [data-amc-thumb-rail] {
    position: absolute;
    inset: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .product-page[data-workshop-hub-pdp] [id^='x-product-thumbnail-'] > [data-amc-thumb-rail]::-webkit-scrollbar {
    display: none;
  }

  .product-page[data-workshop-hub-pdp] .splide-image .x-splide-slide > button.relative,
  .product-page[data-workshop-hub-pdp] .splide-image .x-splide-slide > a.relative,
  .product-page[data-workshop-hub-pdp] .splide-image .splide__slide > .relative.overflow-hidden {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    max-height: min(72vh, 640px);
    aspect-ratio: 1 / 1;
    margin-inline: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 10px;
  }

  .product-page[data-workshop-hub-pdp] .splide-image .x-splide-slide img,
  .product-page[data-workshop-hub-pdp] .splide-image .splide__slide img {
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
  }

  /* Theme marks inactive thumbs with opacity-30 — keep full color, ring only the current one. */
  .product-page[data-workshop-hub-pdp] .x-thumbnail,
  .product-page[data-workshop-hub-pdp] .media-thumbnail {
    opacity: 1;
    filter: none;
    border: 2px solid #d5c1a5;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    overflow: hidden;
  }

  .product-page[data-workshop-hub-pdp] .x-thumbnail img,
  .product-page[data-workshop-hub-pdp] .media-thumbnail img {
    opacity: 1;
    filter: none;
    border-radius: 8px;
  }

  .product-page[data-workshop-hub-pdp] .x-thumbnail.opacity-30,
  .product-page[data-workshop-hub-pdp] .media-thumbnail.opacity-30 {
    opacity: 1;
    border-color: #d5c1a5;
    box-shadow: none;
  }

  .product-page[data-workshop-hub-pdp] .x-thumbnail:not(.opacity-30),
  .product-page[data-workshop-hub-pdp] .media-thumbnail:not(.opacity-30),
  .product-page[data-workshop-hub-pdp] .x-thumbnail.is-active,
  .product-page[data-workshop-hub-pdp] .media-thumbnail.is-active {
    opacity: 1;
    border-color: #603338;
    box-shadow: 0 0 0 2px #603338;
  }
}

.wbw-pdp-rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0 0 0.7rem;
  color: #af392b;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.wbw-pdp-rating[hidden] {
  display: none;
}

.wbw-pdp-rating__score {
  color: #2e2926;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.75;
}

.wbw-pdp-rating__stars {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  color: #d4cbbf;
  font-size: 0.95rem;
}

.wbw-pdp-rating__stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  white-space: nowrap;
  color: #af392b;
  width: 0;
}

.wbw-pdp-rating__count {
  color: #af392b;
  white-space: nowrap;
}

.wcf-shell {
  position: relative;
  min-height: var(--wcf-panel-h);
  height: var(--wcf-panel-h);
  border-radius: var(--wcf-radius);
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgb(var(--color-background, 255 255 255));
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.wcf-shell.is-loading .wcf-viewport {
  opacity: 0.35;
  pointer-events: none;
}

.wcf-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(var(--color-foreground, 30 30 30), 0.65);
  background: rgba(var(--color-background, 255 255 255), 0.72);
}

.wcf-loading[hidden] {
  display: none;
}

.wcf-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wcf-track {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  transform: none !important;
}

.wcf-step {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none !important;
  flex-direction: column;
  padding: 1.25rem 1.5rem 1rem;
  box-sizing: border-box;
  overflow: auto;
}

.wcf-step.wcf-step--on {
  display: flex !important;
}

/* Workshop wizard: fixed shell height; footer pinned; body scrolls internally */
.wbw-root .wcf-step {
  overflow: hidden;
}

.wbw-root .wcf-step.wcf-step--on {
  display: flex !important;
  flex-direction: column !important;
}

.wbw-root .wcf-step__head {
  flex: 0 0 auto;
}

.wbw-root .wcf-step__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.wbw-root .wcf-step__foot {
  flex: 0 0 auto;
  margin-top: auto;
}

.wcf-root[data-wcf-branch='loading'] .wcf-step {
  display: none !important;
}

/* Branch isolation — never show waitlist + booking steps together */
.wcf-root[data-wcf-branch='booking'] .wcf-step[data-wcf-step^='wl-'] {
  display: none !important;
}

.wcf-root[data-wcf-branch='waitlist'] .wcf-step[data-wcf-step='calendar'],
.wcf-root[data-wcf-branch='waitlist'] .wcf-step[data-wcf-step='time'],
.wcf-root[data-wcf-branch='waitlist'] .wcf-step[data-wcf-step='variants'] {
  display: none !important;
}

.wcf-step__head {
  flex: 0 0 auto;
  margin-bottom: 0.75rem;
}

.wcf-step__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.wcf-step__sub {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  opacity: 0.72;
  line-height: 1.4;
}

.wcf-step__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wcf-step__body--times {
  justify-content: flex-start;
  gap: 0.5rem;
  overflow-y: auto;
}

.wcf-step[data-wcf-step='calendar'].wcf-step--on {
  overflow: hidden;
}

.wcf-step[data-wcf-step='calendar'] .wcf-step__head {
  margin-bottom: 0.4rem;
  flex-shrink: 0;
}

.wcf-step[data-wcf-step='calendar'] .wcf-step__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.wcf-step[data-wcf-step='calendar'] .wcf-step__sub {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  opacity: 0.55;
}

.wcf-step[data-wcf-step='calendar'] .wcf-step__head {
  text-align: center;
}

.wcf-step__body--calendar {
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  gap: 0.35rem;
  overflow: hidden;
}

.wcf-step__body--variants,
.wcf-step__body--variants-booking {
  justify-content: stretch;
  gap: 0;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.wcf-step__body--variants-booking {
  gap: 0.5rem;
}

.wcf-step__head--booking {
  margin-bottom: 0.45rem;
}

.wcf-step__head--booking .wcf-step__head-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.12rem;
  align-items: start;
  width: 100%;
}

.wcf-step__head--booking .wcf-step__title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  min-width: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: left;
  justify-self: start;
}

.wcf-step__head--booking .wcf-step__sub {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  opacity: 0.55;
}

.wcf-step__head--booking .wcf-booking-event {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
  opacity: 0.88;
  letter-spacing: -0.01em;
  text-align: left;
  justify-self: start;
}

.wcf-step__head--booking .wcf-booking-total-row {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: start;
}

.wcf-booking-total-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.wcf-booking-total-row .wcf-review-total__amount {
  font-size: clamp(1.0625rem, 3.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.1;
  color: rgb(var(--color-foreground, 30 30 30));
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  min-width: 5.75rem;
  display: inline-block;
  text-align: right;
}

.wcf-root button.wcf-btn--clear {
  -webkit-appearance: none;
  appearance: none;
  padding: 0.15rem 0.45rem;
  margin: 0;
  border: none;
  border-radius: 6px;
  background: transparent !important;
  color: rgba(var(--color-foreground, 30 30 30), 0.55) !important;
  font: inherit;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.wcf-root button.wcf-btn--clear:hover:not(:disabled) {
  color: var(--wcf-accent) !important;
}

.wcf-root button.wcf-btn--clear:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: none;
}

.wcf-booking-addon {
  flex: 0 0 auto;
  margin-top: auto;
}

.wcf-booking-addon.wcf-review-addon {
  display: block !important;
  grid-template-columns: none;
  width: 100%;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  box-sizing: border-box;
}

.wcf-booking-addon__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.wcf-booking-addon__pick {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 auto;
  min-width: 0;
}

.wcf-booking-addon .wcf-review-addon__thumb,
.wcf-booking-addon .wcf-review-addon__thumb--ph {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.wcf-root .wcf-booking-addon button.wcf-review-addon__select {
  gap: 0.35rem;
  flex: 0 1 auto;
  min-width: 0;
}

.wcf-booking-addon .wcf-review-addon__info--row {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}

.wcf-root .wcf-booking-addon .wcf-review-addon__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.wcf-booking-addon .wcf-review-addon__unit {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: rgba(var(--color-foreground, 30 30 30), 0.72);
}

.wcf-booking-addon .wcf-review-addon__qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
}

.wcf-booking-addon .wcf-review-addon__qty-label {
  display: none;
}

.wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgb(var(--color-background, 255 255 255)) !important;
}

.wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal .wcf-qty__btn {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.75rem;
}

.wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal .wcf-qty__val {
  font-size: 0.8125rem;
  min-width: 1rem;
}

/* Turkish coffee — centered on desktop */
@media (min-width: 990px) {
  .wcf-booking-addon.wcf-review-addon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wcf-booking-addon__row {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
  }

  .wcf-booking-addon__pick {
    flex: 0 1 auto;
  }

  .wcf-booking-addon .wcf-review-addon__qty {
    flex: 0 0 auto;
  }
}

/* Turkish coffee — cursor-following hover preview (non-blocking) */
.wcf-addon-preview {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: min(17rem, calc(100vw - 1rem));
  max-width: 17rem;
  padding: 0.5rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  background: rgb(var(--color-background, 255 255 255));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
  pointer-events: none;
  box-sizing: border-box;
}

.wcf-addon-preview[hidden] {
  display: none !important;
}

.wcf-addon-preview__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 11rem;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wcf-addon-preview__desc {
  margin: 0.4rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(var(--color-foreground, 30 30 30), 0.78);
  max-height: 5.5rem;
  overflow: hidden;
}

.wcf-step[data-wcf-step='variants'] .wcf-step__head {
  flex: 0 0 auto;
  margin-bottom: 0.35rem;
}

.wcf-step[data-wcf-step='variants'] .wcf-step__sub:not(.wcf-booking-event) {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.15rem;
}

.wcf-step[data-wcf-step='variants'] .wcf-booking-event {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 0;
  opacity: 0.55;
}

.wcf-step[data-wcf-step='variants'].wcf-step--on {
  overflow: hidden;
}

.wcf-step__foot {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  margin-top: auto;
  border-top: 1px solid rgba(var(--color-foreground, 30 30 30), 0.08);
}

/* Booking + waitlist: step label centered in footer */
.wcf-step__foot--bar {
  display: grid;
  grid-template-columns: minmax(5.5rem, 1fr) auto minmax(5.5rem, 1fr);
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.wcf-step__foot--bar-solo > .wcf-progress,
.wcf-step__foot--bar-solo > .wcf-progress-cluster {
  grid-column: 2;
  justify-self: center;
}

.wcf-step__foot--bar-solo > .wcf-btn--primary,
.wcf-step__foot--bar-solo > .wbw-atc-wrap {
  grid-column: 3;
  justify-self: end;
}

.wcf-step__foot--bar-nav > .wcf-btn--ghost {
  grid-column: 1;
  justify-self: start;
}

.wcf-step__foot--bar-nav > .wcf-progress,
.wcf-step__foot--bar-nav > .wcf-progress-cluster {
  grid-column: 2;
  justify-self: center;
}

.wcf-step__foot--bar-nav > .wcf-btn--primary,
.wcf-step__foot--bar-nav > .wbw-atc-wrap {
  grid-column: 3;
  justify-self: end;
}

.wcf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.wcf-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.wcf-btn--ghost {
  background: transparent;
  border-color: rgba(var(--color-foreground, 30 30 30), 0.2);
  color: inherit;
}

.wcf-btn--primary {
  background: var(--wcf-btn-bg, var(--wcf-accent));
  border-color: var(--wcf-btn-bg, var(--wcf-accent));
  color: var(--wcf-btn-text, #fff);
}

.wcf-btn--primary:hover:not(:disabled) {
  background: var(--wcf-btn-hover, var(--wcf-accent));
  border-color: var(--wcf-btn-hover, var(--wcf-accent));
  color: var(--wcf-btn-text, #fff);
  filter: none;
}

.wcf-progress {
  display: block;
  min-width: 6.5rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.55);
  text-align: center;
  white-space: nowrap;
}

/* Waitlist day picker — plain calendar, no scroll */
.wcf-step[data-wcf-step='wl-day'].wcf-step--on,
.wcf-step[data-wcs-step='wl-day'].wcf-step--on {
  overflow: hidden;
}

.wcf-step[data-wcf-step='wl-day'] .wcf-step__head,
.wcf-step[data-wcs-step='wl-day'] .wcf-step__head {
  margin-bottom: 0.45rem;
}

.wcf-step[data-wcf-step='wl-day'] .wcf-step__title,
.wcf-step[data-wcs-step='wl-day'] .wcf-step__title {
  font-size: 1.2rem;
}

.wcf-step[data-wcf-step='wl-day'] .wcf-step__sub,
.wcf-step[data-wcs-step='wl-day'] .wcf-step__sub {
  margin-top: 0.2rem;
  font-size: 0.8125rem;
}

.wcf-step__body--wl-cal {
  justify-content: flex-start;
  gap: 0;
  overflow: visible;
  flex: 1 1 auto;
  min-height: 0;
}

.wcf-wl-cal {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.wcf-cal-nav--wl {
  margin-bottom: 0.15rem;
}

.wcf-cal-nav--wl .wcf-cal-nav__label {
  font-size: 0.9375rem;
}

.wcf-cal-nav--wl .wcf-cal-nav__btn {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.wcf-cal-grid--wl-dow {
  margin-bottom: 0;
}

.wcf-cal-grid--wl-dow .wcf-cal-dow {
  font-size: 0.5625rem;
  padding: 0.1rem 0;
}

.wcf-cal-grid--wl {
  gap: 1px 2px;
}

.wcf-cal-grid--wl .wcf-cal-day-wrap {
  min-height: 1.65rem;
}

.wcf-cal-grid--wl .wcf-cal-day {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-width: 1.5px;
}

.wcf-cal-grid--wl .wcf-cal-day--pickable {
  cursor: pointer;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-cal-grid--wl .wcf-cal-day--pickable:hover {
  background: rgba(var(--color-foreground, 30 30 30), 0.05);
  border-color: rgba(var(--color-foreground, 30 30 30), 0.12);
}

.wcf-cal-grid--wl .wcf-cal-day--pickable.wcf-cal-day--selected {
  background: var(--wcf-accent-soft) !important;
  border-color: var(--wcf-accent) !important;
  color: var(--wcf-accent) !important;
  box-shadow: none;
}

/* No event dots on waitlist calendar */
.wcf-cal-grid--wl .wcf-cal-day--has-event::after,
.wcf-cal-grid--wl .wcf-cal-day--pickable::after,
.wcf-cal-grid--wl .wcf-cal-day--selected::after {
  display: none !important;
  content: none !important;
}

.wcf-wl-not-sure {
  flex: 0 0 auto;
  align-self: center;
  margin-top: 0.25rem;
  padding: 0.35rem 0.65rem;
  border: none;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(var(--color-foreground, 30 30 30), 0.65);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.wcf-wl-not-sure.is-active {
  color: var(--wcf-accent);
}

/* Calendar */
.wcf-cal-block {
  width: 100%;
  max-width: none;
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.wcf-cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  flex-shrink: 0;
}

.wcf-cal-block--picker .wcf-cal-nav {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) 2.25rem;
  align-items: center;
  justify-items: center;
  gap: 0;
  margin-bottom: 0.6rem;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wcf-cal-block--picker .wcf-cal-nav__btn[data-wcf-cal-prev] {
  grid-column: 1;
  justify-self: start;
}

.wcf-cal-block--picker .wcf-cal-nav__btn[data-wcf-cal-next] {
  grid-column: 3;
  justify-self: end;
}

.wcf-cal-nav__label {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.wcf-cal-block--picker .wcf-cal-nav__label {
  grid-column: 2;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
}

.wcf-cal-nav__btn {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  background: rgb(var(--color-background, 255 255 255));
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}

.wcf-cal-block--picker .wcf-cal-nav__btn {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.wcf-cal-nav__btn:hover {
  border-color: var(--wcf-accent);
  background: var(--wcf-accent-soft);
}

.wcf-cal-block--picker .wcf-cal-nav__btn:hover {
  border: none;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
  color: rgb(var(--color-foreground, 30 30 30));
}

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

.wcf-cal-sheet {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgb(var(--color-background, 255 255 255));
}

.wcf-cal-grid--dow {
  margin-bottom: 0.1rem;
  flex-shrink: 0;
}

.wcf-cal-block--picker .wcf-cal-grid--dow {
  margin-bottom: 0;
  padding: 0.45rem 0.12rem 0.5rem;
  background: rgba(var(--color-foreground, 30 30 30), 0.11);
  border-bottom: none;
  box-shadow: inset 0 -1px 0 rgba(var(--color-foreground, 30 30 30), 0.08);
}

.wcf-cal-grid--days {
  flex: 1 1 auto;
  min-height: 0;
  grid-template-rows: repeat(var(--wcf-cal-week-rows, 6), minmax(0, 1fr));
  row-gap: 0;
  align-items: center;
}

.wcf-cal-block--picker .wcf-cal-grid--days {
  padding: 0.55rem 0.15rem 0.3rem;
  background: rgb(var(--color-background, 255 255 255));
  border-top: 3px solid rgba(var(--color-foreground, 30 30 30), 0.1);
}

.wcf-cal-dow {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.5;
  padding: 0.1rem 0;
  line-height: 1.2;
}

.wcf-cal-block--picker .wcf-cal-dow {
  display: block;
  min-width: 0;
  font-size: clamp(0.4375rem, 1.85vw, 0.5625rem);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
  color: rgba(var(--color-foreground, 30 30 30), 0.62);
  padding: 0 0.04rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wcf-cal-day-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 2.35rem;
}

.wcf-cal-block--picker .wcf-cal-day-wrap {
  max-height: none;
  padding: 1px;
  box-sizing: border-box;
}

.wcf-cal-day {
  width: clamp(1.5rem, 90%, 2.15rem);
  height: clamp(1.5rem, 90%, 2.15rem);
  max-width: 2.15rem;
  max-height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 2px solid transparent;
  background: transparent;
  cursor: default;
  color: inherit;
  padding: 0;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}

.wcf-cal-block--picker .wcf-cal-day {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-height: 1.9rem;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  color: #9ca3af;
  transition: background 0.15s, color 0.15s;
}

.wcf-cal-day--empty {
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}

.wcf-cal-block--picker .wcf-cal-day--empty {
  visibility: hidden;
  border: none;
  background: transparent;
}

.wcf-cal-day--muted {
  opacity: 0.32;
  font-weight: 500;
}

.wcf-cal-block--picker .wcf-cal-day--muted {
  opacity: 1;
  color: #9ca3af;
  font-weight: 400;
}

.wcf-cal-day--outside {
  color: rgba(var(--color-foreground, 30 30 30), 0.28);
  font-weight: 500;
  cursor: default;
}

.wcf-cal-block--picker .wcf-cal-day--outside {
  color: rgba(var(--color-foreground, 30 30 30), 0.16);
  font-weight: 400;
}

.wcf-cal-day--has-event {
  cursor: pointer;
  color: rgb(var(--color-foreground, 30 30 30));
  font-weight: 700;
}

.wcf-cal-block--picker .wcf-cal-day--has-event:not(.wcf-cal-day--selected) {
  font-weight: 700;
  color: #111;
}

.wcf-cal-block--picker .wcf-cal-day--soldout-only {
  color: rgba(var(--color-foreground, 30 30 30), 0.45);
  font-weight: 600;
}

.wcf-cal-day--has-event:hover:not(:disabled) {
  background: var(--wcf-accent-soft);
  border-color: rgba(201, 74, 53, 0.25);
}

.wcf-cal-block--picker .wcf-cal-day--has-event:hover:not(:disabled) {
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
  border: none;
}

.wcf-cal-day--has-event::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wcf-accent);
  opacity: 0.85;
}

.wcf-cal-block--picker .wcf-cal-day--has-event::after,
.wcf-cal-block--picker .wcf-cal-day--selected::after,
.wcf-cal-block--picker .wcf-cal-day--soldout-only::after {
  display: none;
}

.wcf-cal-day--selected {
  background: var(--wcf-accent-soft) !important;
  border-color: var(--wcf-accent) !important;
  color: var(--wcf-accent) !important;
  box-shadow: 0 0 0 1px var(--wcf-accent);
}

.wcf-cal-block--picker .wcf-cal-day--selected {
  background: var(--wcf-accent) !important;
  border: none !important;
  color: rgb(var(--color-background, 255 255 255)) !important;
  box-shadow: none;
  font-weight: 700;
}

.wcf-cal-block--picker .wcf-cal-day--soldout-only.wcf-cal-day--selected {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #b91c1c !important;
  box-shadow: inset 0 0 0 2px rgba(185, 28, 28, 0.36);
}

.wcf-cal-day--selected::after {
  background: var(--wcf-accent);
  opacity: 1;
}

.wcf-cal-day--soldout-only::after {
  background: rgba(var(--color-foreground, 30 30 30), 0.35);
}

.wcf-cal-time {
  width: 100%;
  margin: 0;
  flex: 0 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wcf-step[data-wcf-step='calendar'] .wcf-cal-time {
  margin-top: 0.65rem;
}

.visually-hidden {
  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;
}

.wcf-root .wcf-cal-time__frame {
  box-sizing: border-box;
  width: 100%;
  max-width: 17.5rem;
  min-height: 2.75rem;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.wcf-root .wcf-cal-time__frame:hover {
  border-color: #000;
}

.wcf-root .wcf-cal-time__frame:focus-within {
  border-color: var(--wcf-accent);
  box-shadow: 0 0 0 2px var(--wcf-accent-soft);
}

.wcf-root .wcf-cal-time__select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 2.65rem;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}

.wcf-root .wcf-cal-time__select:disabled {
  color: rgba(26, 26, 26, 0.45);
  cursor: not-allowed;
  opacity: 1;
}

.wcf-cal-time__hint {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  opacity: 0.72;
  line-height: 1.35;
}

.wcf-cal-time__hint[hidden] {
  display: none;
}

/* Mobile time dropdown (desktop uses native select above) */
.wcf-cal-time__dd {
  display: none;
  position: relative;
  width: 100%;
  max-width: 17.5rem;
}

.wcf-root button.wcf-cal-time__dd-btn {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
  padding: 0.65rem 2rem 0.65rem 0.85rem;
  border: 3px solid #2e2926;
  border-radius: 10px;
  background: #fff;
  color: #2e2926;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.wcf-root button.wcf-cal-time__dd-btn.is-soldout {
  border-color: #b3261e !important;
  background: #fdf1f0 !important;
  color: #6b2a26 !important;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
  content: '';
  position: absolute;
  right: 0.85rem;
  top: 50%;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top-color: #2e2926;
  opacity: 1;
  pointer-events: none;
}

.wcf-root button.wcf-cal-time__dd-btn:disabled {
  color: #2e2926;
  cursor: pointer;
  opacity: 1;
}

.wcf-cal-time__dd-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: min(280px, 45vh);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
  box-sizing: border-box;
}

.wcf-cal-time__dd-panel-title {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0.55rem 0.85rem 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: rgba(26, 26, 26, 0.55);
  background: #fff;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.wcf-root button.wcf-cal-time__dd-btn.is-placeholder {
  color: #2e2926;
  font-weight: 700;
}

.wcf-cal-time__dd.is-open {
  z-index: 25;
}

.wcf-cal-time__dd-panel[hidden] {
  display: none !important;
}

.wcf-root button.wcf-cal-time__dd-opt {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: none;
  border-radius: 0;
  background: transparent !important;
  color: #1a1a1a !important;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.wcf-root button.wcf-cal-time__dd-opt.is-selected {
  background: var(--wcf-accent-soft) !important;
  color: var(--wcf-accent) !important;
  font-weight: 700;
}

.wcf-root button.wcf-cal-time__dd-opt.is-soldout {
  opacity: 0.6;
  text-decoration: line-through;
}

/* Time step — session grid */
.wcf-step__sub--time {
  font-size: 0.9375rem;
  opacity: 0.8;
}

.wcf-times {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wcf-times--split .wcf-times-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10.5rem, 38%);
  gap: 1rem 1.15rem;
  width: 100%;
  align-items: start;
}

.wcf-times-layout {
  width: 100%;
}

.wcf-times-primary {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.wcf-times-day-empty {
  padding: 1rem 0.85rem;
  border-radius: 10px;
  border: 1px dashed rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgba(var(--color-foreground, 30 30 30), 0.02);
}

.wcf-times-day-empty__title {
  margin: 0 0 0.3rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.wcf-times-day-empty__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(var(--color-foreground, 30 30 30), 0.58);
}

.wcf-times-nearby {
  min-width: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
}

.wcf-times-nearby__title {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
}

.wcf-times-nearby__groups {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-height: min(52vh, 22rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.15rem;
}

.wcf-times-day-group__head {
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-times-day-grid {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
}

.wcf-root button.wcf-time.wcf-time--compact {
  min-height: 3.35rem;
  padding: 0.55rem 0.65rem 0.55rem 0.6rem;
  gap: 0.5rem;
  grid-template-columns: auto 1fr auto;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__clock {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__when {
  font-size: 1rem;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__period {
  font-size: 0.6875rem;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__spots,
.wcf-root button.wcf-time.wcf-time--compact .wcf-time__hint {
  font-size: 0.6875rem;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__pill {
  font-size: 0.625rem;
  padding: 0.15rem 0.4rem;
}

.wcf-root button.wcf-time.wcf-time--compact .wcf-time__tick {
  width: 1rem;
  height: 1rem;
  top: 0.4rem;
  right: 0.4rem;
}

.wcf-times-date {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(var(--color-foreground, 30 30 30), 0.04);
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.07);
}

.wcf-times-date__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
}

.wcf-times-date__value {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-times-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  gap: 0.65rem;
  width: 100%;
}

.wcf-times-empty {
  margin: 0.5rem 0;
  padding: 2rem 1.25rem;
  text-align: center;
  border-radius: 12px;
  border: 1px dashed rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgba(var(--color-foreground, 30 30 30), 0.02);
}

.wcf-times-empty__icon {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: rgba(var(--color-foreground, 30 30 30), 0.35);
}

.wcf-times-empty__icon .wcf-time__clock-svg {
  width: 28px;
  height: 28px;
}

.wcf-times-empty__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-times-empty__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(var(--color-foreground, 30 30 30), 0.6);
}

.wcf-root button.wcf-time {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.85rem 1rem 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  background: rgb(var(--color-background, 255 255 255)) !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.12s ease;
}

.wcf-root button.wcf-time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  bottom: 0.55rem;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: transparent;
  transition: background 0.18s ease;
}

.wcf-root button.wcf-time:hover:not(.is-soldout) {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.22);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.wcf-root button.wcf-time.is-selected {
  border-color: var(--wcf-accent);
  background: rgb(var(--color-background, 255 255 255)) !important;
  box-shadow: 0 0 0 1px var(--wcf-accent), 0 6px 20px rgba(201, 74, 53, 0.1);
}

.wcf-root button.wcf-time.is-selected::before {
  background: var(--wcf-accent);
}

.wcf-root button.wcf-time.is-soldout {
  cursor: pointer;
  opacity: 1;
  border-style: dashed;
  background: rgba(var(--color-foreground, 30 30 30), 0.02) !important;
}

.wcf-root button.wcf-time.is-soldout:hover {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.2);
  transform: none;
}

.wcf-time__clock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(var(--color-foreground, 30 30 30), 0.05);
  color: rgba(var(--color-foreground, 30 30 30), 0.55);
  flex-shrink: 0;
}

.wcf-root button.wcf-time.is-selected .wcf-time__clock {
  background: var(--wcf-accent-soft);
  color: var(--wcf-accent);
}

.wcf-time__clock-svg {
  display: block;
}

.wcf-time__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}

.wcf-time__when-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.wcf-root .wcf-time__when {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
}

.wcf-root button.wcf-time.is-selected .wcf-time__when {
  color: var(--wcf-accent) !important;
}

.wcf-root .wcf-time__period {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.5) !important;
}

.wcf-root button.wcf-time.is-selected .wcf-time__period {
  color: var(--wcf-accent) !important;
  opacity: 0.75;
}

.wcf-time__spots {
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(var(--color-foreground, 30 30 30), 0.52);
}

.wcf-time__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}

.wcf-time__pill {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

.wcf-time__pill--open {
  background: rgba(34, 120, 70, 0.1);
  color: #1a6b3f;
}

.wcf-root button.wcf-time.is-selected .wcf-time__pill--open {
  background: var(--wcf-accent-soft);
  color: var(--wcf-accent);
}

.wcf-time__pill--closed {
  background: rgba(var(--color-foreground, 30 30 30), 0.08);
  color: rgba(var(--color-foreground, 30 30 30), 0.55);
}

.wcf-time__hint {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--wcf-accent);
  letter-spacing: 0.02em;
}

.wcf-time__tick {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--color-foreground, 30 30 30), 0.18);
  background: rgb(var(--color-background, 255 255 255));
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.wcf-root button.wcf-time.is-selected .wcf-time__tick {
  opacity: 1;
  transform: scale(1);
  border-color: var(--wcf-accent);
  background: var(--wcf-accent);
  box-shadow: inset 0 0 0 2px rgb(var(--color-background, 255 255 255));
}

@media (max-width: 749px) {
  .wcf-times--split .wcf-times-layout {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .wcf-times-nearby {
    padding-left: 0;
    padding-top: 0.85rem;
    border-left: none;
    border-top: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  }

  .wcf-times-nearby__groups {
    max-height: none;
  }

  .wcf-times-grid {
    grid-template-columns: 1fr;
  }

  .wcf-root button.wcf-time {
    min-height: 4.25rem;
  }
}

/* Qty stepper (variants + Turkish coffee) */
.wcf-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.35rem;
  width: 100%;
}

.wcf-qty--addon {
  margin-top: 0;
  flex: 0 0 auto;
}

.wcf-root button.wcf-qty__btn {
  -webkit-appearance: none;
  appearance: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.18);
  background: rgb(var(--color-background, 255 255 255)) !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.wcf-root button.wcf-qty__btn:hover {
  border-color: var(--wcf-accent);
  color: var(--wcf-accent) !important;
}

.wcf-qty__input {
  width: 2.25rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  border-radius: 8px;
  padding: 0.2rem 0;
  -moz-appearance: textfield;
  appearance: textfield;
  background: rgb(var(--color-background, 255 255 255));
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-qty__input::-webkit-outer-spin-button,
.wcf-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.wcf-variants-empty {
  width: 100%;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 12px;
  border: 1px dashed rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgba(var(--color-foreground, 30 30 30), 0.02);
}

.wcf-variants-empty__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.wcf-variants-empty__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(var(--color-foreground, 30 30 30), 0.62);
}

/* Variants — cols/rows from JS; compact cards, qty overlays on the right */
.wcf-variants {
  --wcf-variant-cols: 3;
  --wcf-variant-rows: 2;
  --wcf-variant-gap: 4px;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  display: grid;
  grid-template-columns: repeat(var(--wcf-variant-cols), minmax(0, 1fr));
  grid-auto-rows: min-content;
  gap: var(--wcf-variant-gap, 4px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  align-content: start;
  align-items: start;
  box-sizing: border-box;
  overflow: hidden;
}

.wcf-step__body--variants-booking .wcf-variants.wcf-variants--fit {
  grid-template-rows: none;
  grid-auto-rows: auto;
  align-content: start;
  align-items: start;
}

.wcf-variants.wcf-variants--fit {
  gap: 4px;
}

.wcf-variant-row {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow: hidden;
  padding: var(--wcf-variant-pad, 0.22rem);
  border-radius: 10px;
  border: 1.5px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgb(var(--color-background, 255 255 255));
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.wcf-variant-row.is-active {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgb(var(--color-background, 255 255 255));
  box-shadow: none;
}

.wcf-variant-row.is-preview:not(.is-active) {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.28);
  box-shadow: 0 0 0 1px rgba(var(--color-foreground, 30 30 30), 0.08);
}

.wbw-also-available {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.65rem;
  font-size: 0.82rem;
}

.wbw-also-available__label {
  color: rgba(var(--color-foreground, 30 30 30), 0.72);
}

.wbw-also-available__link {
  color: var(--wcf-accent, #AF392B);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wcf-variant-row.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Wizard carousel: never block qty/preview with pointer-events */
.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-disabled {
  opacity: 0.72;
  pointer-events: auto;
}

.wcf-root button.wcf-variant-card {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.12rem 1.55rem 0.1rem 0.12rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  background: transparent !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  font: inherit;
  height: auto;
  min-height: 0;
  visibility: visible !important;
  opacity: 1 !important;
  box-sizing: border-box;
}

.wcf-root button.wcf-variant-card:hover:not(:disabled) {
  background: rgba(var(--color-foreground, 30 30 30), 0.03) !important;
}

.wcf-variant-card__media {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wcf-variant-card__media .wcf-variant-card__img,
.wcf-variant-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
  pointer-events: none;
}

.wcf-variant-card__img--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: linear-gradient(
    145deg,
    rgba(var(--color-foreground, 30 30 30), 0.07),
    rgba(var(--color-foreground, 30 30 30), 0.03)
  );
}

.wcf-variant-qty-col {
  position: absolute;
  top: 50%;
  right: 0.12rem;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  padding: 0;
  pointer-events: auto;
}

.wcf-root .wcf-variant-card__title {
  flex: 0 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(2 * 1.1em);
  max-height: calc(2 * 1.1em);
  margin-top: 0.15rem;
  font-size: var(--wcf-variant-title-size, 0.6875rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  word-break: break-word;
}

.wcf-root .wcf-variant-card__price {
  flex: 0 0 auto;
  margin-top: 0.05rem;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 1.2em;
  min-width: 3.25rem;
  font-size: var(--wcf-variant-price-size, 0.75rem);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(var(--color-foreground, 30 30 30), 0.65) !important;
  font-variant-numeric: tabular-nums;
}

.wcf-variant-qty-col .wcf-qty--variant {
  flex-direction: column;
  gap: 0.06rem;
  margin: 0;
  width: 1.45rem;
  min-width: 1.45rem;
  max-width: 1.45rem;
  height: auto;
  max-height: none;
  padding: 0.1rem 0.08rem;
  border-radius: 8px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgb(var(--color-background, 255 255 255)) !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
  justify-content: center;
  box-sizing: border-box;
}

.wcf-variant-row.is-active .wcf-qty--variant {
  border-color: var(--wcf-accent);
}

.wcf-qty--variant .wcf-qty__btn {
  width: 1.28rem;
  height: 1.28rem;
  font-size: 0.75rem;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}

.wcf-qty--variant .wcf-qty__val {
  display: block;
  min-width: 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: rgb(var(--color-foreground, 30 30 30));
  font-variant-numeric: tabular-nums;
}

.wcf-variant-row.is-active .wcf-qty__val {
  color: var(--wcf-accent);
}

/* Stacked cards (default) — square thumb, price, title; qty beside card */
.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-row,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.2rem;
  padding: 0.28rem 0.32rem;
}

.wcf-root[data-wcf-variant-layout='stacked'] button.wcf-variant-card,
.wcf-variants.wcf-variants--layout-stacked button.wcf-variant-card {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 0 !important;
  text-align: center;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-card__media,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-card__media {
  width: var(--wcf-variant-thumb, 4.5rem);
  height: var(--wcf-variant-thumb, 4.5rem);
  min-width: var(--wcf-variant-thumb, 4.5rem);
  min-height: var(--wcf-variant-thumb, 4.5rem);
  max-width: 100%;
  max-height: var(--wcf-variant-thumb, 4.5rem);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-card__price,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-card__price {
  margin-top: 0.28rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.6875rem;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-card__title,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-card__title {
  margin-top: 0.1rem;
  text-align: center;
  min-height: calc(2 * 1.1em);
  max-height: calc(2 * 1.1em);
  font-size: 0.625rem;
  line-height: 1.1;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-qty-col,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-qty-col {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  align-self: center;
  flex-shrink: 0;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-qty-col .wcf-qty--variant,
.wcf-variants.wcf-variants--layout-stacked .wcf-variant-qty-col .wcf-qty--variant {
  width: 1.28rem;
  min-width: 1.28rem;
  max-width: 1.28rem;
  padding: 0.1rem 0.06rem;
}

.wcf-variants[data-wcf-density='mobile'] {
  gap: var(--wcf-variant-gap, 4px) !important;
}

.wcf-variants[data-wcf-density='desktop'] {
  gap: var(--wcf-variant-gap, 2px) !important;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants[data-wcf-density='desktop'] {
  grid-template-columns: repeat(var(--wcf-variant-cols), minmax(0, 1fr)) !important;
  width: 100%;
  justify-items: stretch;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants[data-wcf-density='desktop'] .wcf-variant-row {
  width: 100%;
  padding: 0.18rem 0.12rem;
  gap: 0.12rem;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants[data-wcf-density='desktop'] button.wcf-variant-card {
  width: 100%;
}

.wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants[data-wcf-density='tablet'] {
  grid-template-columns: repeat(var(--wcf-variant-cols), minmax(0, 1fr)) !important;
}

/* Compact variant grid — horizontal layout, panel width < 990px (set in JS) */
.wcf-root .wcf-variants.wcf-variants--compact {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  gap: 0.5rem !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  align-content: start;
  align-items: stretch;
}

.wcf-root .wcf-variants--compact .wcf-variant-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  height: auto;
  max-height: none;
  overflow: hidden;
  padding: 0.35rem 0.4rem;
}

.wcf-root .wcf-variants--compact button.wcf-variant-card {
  display: grid !important;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.4rem;
  row-gap: 0.08rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0 !important;
  text-align: left;
}

.wcf-root .wcf-variants--compact .wcf-variant-card__media {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 3.1rem;
  height: 3.1rem;
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  flex: none;
  overflow: hidden;
}

.wcf-root .wcf-variants--compact .wcf-variant-card__img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

.wcf-root .wcf-variants--compact .wcf-variant-card__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-height: 0 !important;
  max-height: 2.2em !important;
  font-size: 0.625rem !important;
  text-align: left;
}

.wcf-root .wcf-variants--compact .wcf-variant-card__price {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 0.6875rem !important;
  text-align: left;
}

.wcf-root .wcf-variants--compact .wcf-variant-qty-col {
  position: static !important;
  transform: none !important;
  align-self: center;
  width: auto;
}

.wcf-qty--variant .wcf-qty__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 749px) {
  .wcf-step[data-wcf-step='variants'] .wcf-step__title,
  .wcf-step__head--booking .wcf-step__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .wcf-step[data-wcf-step='variants'] .wcf-step__sub:not(.wcf-booking-event) {
    font-size: 0.6875rem;
  }

  .wcf-step[data-wcf-step='variants'] .wcf-booking-event,
  .wcf-step__head--booking .wcf-booking-event {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.55;
  }
}

/* Event has capacity — native picker must not show variant sold-out */
.wcf-event-capacity-mode .input-radio.disabled {
  pointer-events: auto !important;
}

.wcf-event-capacity-mode .color-watches-disable::after,
.wcf-event-capacity-mode label[for*='-'] .line-through {
  display: none !important;
}

/* Review step */
.wcf-step__body--review {
  justify-content: flex-start;
  gap: 0.65rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.wcf-step[data-wcf-step='review'].wcf-step--on {
  overflow: hidden;
}

.wcf-review-lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wcf-review-empty {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(var(--color-foreground, 30 30 30), 0.62);
  border-radius: 10px;
  background: rgba(var(--color-foreground, 30 30 30), 0.03);
}

.wcf-review-line {
  display: grid;
  grid-template-columns: 3rem 1fr auto auto;
  align-items: center;
  gap: 0.5rem 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.08);
  background: rgba(var(--color-foreground, 30 30 30), 0.02);
}

.wcf-review-line__thumb {
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wcf-review-line__thumb--ph {
  display: block;
}

.wcf-review-line__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.wcf-root .wcf-review-line__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
}

.wcf-review-line__unit {
  font-size: 0.75rem;
  color: rgba(var(--color-foreground, 30 30 30), 0.55);
}

.wcf-review-line__qty {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-review-line__total {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgb(var(--color-foreground, 30 30 30));
  text-align: right;
}

/* Turkish coffee — single card, qty on the right */
.wcf-review-addon {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgb(var(--color-background, 255 255 255));
  transition: border-color 0.2s, background 0.2s;
}

.wcf-review-addon.is-on {
  border-color: var(--wcf-accent);
  background: var(--wcf-accent-soft);
}

.wcf-root button.wcf-review-addon__select {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.wcf-root button.wcf-review-addon__select.is-selected {
  color: rgb(var(--color-foreground, 30 30 30)) !important;
}

.wcf-review-addon__thumb {
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.wcf-review-addon__thumb--ph {
  background: rgba(var(--color-foreground, 30 30 30), 0.08);
}

.wcf-review-addon__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 0;
}

.wcf-root .wcf-review-addon__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
}

.wcf-review-addon__desc {
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(var(--color-foreground, 30 30 30), 0.58);
  white-space: nowrap;
}

.wcf-review-addon__unit {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(var(--color-foreground, 30 30 30), 0.72);
}

.wcf-review-addon__qty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.wcf-review-addon__qty-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
}

.wcf-qty--review {
  flex-direction: column;
  gap: 0.08rem;
  margin-top: 0;
  padding: 0.14rem 0.2rem;
  border-radius: 8px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.14);
  background: rgb(var(--color-background, 255 255 255)) !important;
}

.wcf-qty--review .wcf-qty__val {
  display: block;
  min-width: 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.wcf-review-addon.is-on .wcf-qty--review {
  border-color: var(--wcf-accent);
}

.wcf-review-addon.is-on .wcf-qty--review .wcf-qty__val {
  color: var(--wcf-accent);
}

.wcf-step__head--review {
  margin-bottom: 0.65rem;
}

.wcf-step__head--review .wcf-step__head-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
}

.wcf-step__head--review .wcf-step__title {
  flex: 1 1 auto;
  min-width: 0;
}

.wcf-review-total--head {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: right;
}

.wcf-review-total--head .wcf-review-total__amount {
  font-size: clamp(1.0625rem, 3.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.1;
  color: rgb(var(--color-foreground, 30 30 30));
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.wcf-review-total__amount {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wcf-root button.wcf-btn--ghost {
  background: rgb(var(--color-background, 255 255 255)) !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  border-color: rgba(var(--color-foreground, 30 30 30), 0.22) !important;
}

.wcf-root button.wcf-btn--primary {
  color: #fff !important;
}

@media (max-width: 749px) {
  .wcf-review-line {
    grid-template-columns: 2.75rem 1fr auto;
    grid-template-rows: auto auto;
  }

  .wcf-review-line__total {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .wcf-review-line__qty {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .wcf-review-addon:not(.wcf-booking-addon) {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .wcf-review-addon:not(.wcf-booking-addon) .wcf-review-addon__qty {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }
}

/* Waitlist */
.wcf-wl-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
  max-width: 360px;
}

.wcf-wl-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1.5px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  cursor: pointer;
}

.wcf-wl-option.is-selected {
  border-color: var(--wcf-accent);
  background: var(--wcf-accent-soft);
}

.wcf-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  max-width: 360px;
  margin-bottom: 0.75rem;
}

.wcf-field label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.55;
}

.wcf-field input,
.wcf-field textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(var(--color-foreground, 30 30 30), 0.18);
  font: inherit;
  font-size: 1rem;
}

/* Waitlist form — bordered inputs, accent focus (no browser blue ring) */
.wcf-step--wl-single .wcf-field {
  gap: 0.45rem;
  max-width: 100%;
  margin-bottom: 0;
}

.wcf-step--wl-single .wcf-field label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.52);
  opacity: 1;
}

.wcf-root .wcf-step--wl-single .wcf-input,
.wcf-root .wcf-step--wl-single .wcf-field input,
.wcf-root .wcf-step--wl-single .wcf-field textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.875rem 1rem;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(var(--color-foreground, 30 30 30));
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.16) !important;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  outline: none !important;
  outline-offset: 0;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.wcf-root .wcf-step--wl-single .wcf-input::placeholder,
.wcf-root .wcf-step--wl-single .wcf-field input::placeholder,
.wcf-root .wcf-step--wl-single .wcf-field textarea::placeholder {
  color: rgba(26, 26, 26, 0.4);
}

.wcf-root .wcf-step--wl-single .wcf-input:hover,
.wcf-root .wcf-step--wl-single .wcf-field input:hover,
.wcf-root .wcf-step--wl-single .wcf-field textarea:hover {
  border-color: rgba(26, 26, 26, 0.28) !important;
}

.wcf-root .wcf-step--wl-single .wcf-input:focus,
.wcf-root .wcf-step--wl-single .wcf-field input:focus,
.wcf-root .wcf-step--wl-single .wcf-field textarea:focus,
.wcf-root .wcf-step--wl-single .wcf-input:focus-visible,
.wcf-root .wcf-step--wl-single .wcf-field input:focus-visible,
.wcf-root .wcf-step--wl-single .wcf-field textarea:focus-visible {
  outline: none !important;
  border-color: var(--wcf-accent) !important;
  box-shadow: 0 0 0 3px var(--wcf-accent-soft);
  background: #fff;
}

.wcf-root .wcf-step--wl-single .wcf-input--textarea,
.wcf-root .wcf-step--wl-single .wcf-field textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.wcf-msg {
  font-size: 0.875rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
}

.wcf-msg--err {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}

.wcf-msg--ok {
  background: rgba(22, 163, 74, 0.08);
  color: #15803d;
}

.wcf-notice-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wcf-accent-soft);
  color: var(--wcf-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 0 1px rgba(201, 74, 53, 0.12);
}

/* Waitlist — single screen, centered notice + form */
.wcf-step--wl-single {
  justify-content: flex-start;
}

.wcf-step__head--wl-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.85rem;
}

.wcf-wl-notice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}

.wcf-wl-notice-row .wcf-notice-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  flex-shrink: 0;
  font-size: 1.15rem;
}

.wcf-wl-notice-row .wcf-step__title {
  margin: 0;
  flex: 0 1 auto;
  max-width: none;
  width: auto;
  text-align: left;
  line-height: 1.25;
}

.wcf-step__head--wl-centered .wcf-step__title {
  width: 100%;
  max-width: 22rem;
}

.wcf-step__head--wl-centered .wcf-step__sub {
  width: 100%;
  max-width: 22rem;
  margin-top: 0.35rem;
  opacity: 0.72;
}

.wcf-step__body--wl-form {
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
  padding: 0 0.15rem;
  overflow-y: auto;
}

.wcf-step--wl-single .wcf-step__body--wl-form .wcf-msg {
  width: 100%;
  margin-top: 0.15rem;
  border-radius: 10px;
  text-align: center;
}

.wcf-field-hint {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.wcf-field-hint[hidden] {
  display: none !important;
}

.wcf-field-hint--err {
  color: #9b1c1c;
}

.wcf-field--err .wcf-input,
.wcf-field--err .wcf-input--textarea {
  border-color: #AF392B !important;
  box-shadow: 0 0 0 2px rgba(201, 74, 53, 0.15);
}

.wcf-step--wl-single .wcf-step__foot--wl-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(var(--color-foreground, 30 30 30), 0.08);
}

.wcf-step--wl-single .wcf-step__foot--wl-submit .wcf-btn--primary {
  min-width: 10.5rem;
}

@media (max-width: 749px) {
  .wcf-root {
    --wcf-panel-h: min(480px, 78vh);
  }
  .wbw-root.wcf-root {
    --wcf-panel-h: min(680px, min(92vh, 920px));
  }
  .wcf-step {
    padding: 1rem 1rem 0.85rem;
  }
}

/* --- Workshop state collection (collection.state-workshops) --- */
.wcs-page {
  --wcs-accent: #AF392B;
  padding-bottom: 2rem;
}

.wcs-hero {
  padding: 1.5rem 0 1.25rem;
  border-bottom: 1px solid rgba(var(--color-foreground, 30 30 30), 0.08);
  margin-bottom: 1.25rem;
}

.wcs-hero__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}

.wcs-hero__title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wcs-hero__sub {
  margin: 0.5rem 0 0;
  max-width: 42rem;
  font-size: 1rem;
  opacity: 0.72;
  line-height: 1.45;
}

.wcs-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wcs-hero__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wcs-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 768px) {
  .wcs-layout {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 1.5rem;
    min-height: calc(100vh - 220px);
  }
}

.wcs-sidebar__title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.55;
}

.wcs-city-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wcs-city-list--stack {
  max-height: none;
}

.wcs-city-card {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1.5px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgb(var(--color-background, 255 255 255));
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wcs-city-card:hover {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.2);
}

.wcs-city-card.is-selected {
  border-color: var(--wcs-accent);
  box-shadow: 0 0 0 3px rgba(201, 74, 53, 0.12);
}

.wcs-city-card__img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wcs-city-card__body {
  min-width: 0;
  flex: 1;
}

.wcs-city-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.wcs-city-card__meta {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  opacity: 0.65;
  line-height: 1.35;
}

.wcs-city-card__badge {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wcs-accent);
}

.wcs-panel {
  min-width: 0;
}

.wcs-shell.wcf-shell {
  --wcf-panel-h: min(640px, calc(100vh - 240px));
  min-height: var(--wcf-panel-h);
  height: var(--wcf-panel-h);
}

@media (max-width: 767px) {
  .wcs-sidebar {
    display: none !important;
  }

  .wcs-shell.wcf-shell {
    --wcf-panel-h: min(560px, 75vh);
  }

  .wcs-back-city {
    display: none;
  }
}

@media (min-width: 768px) {
  .wcf-step[data-wcs-step='city'] {
    display: none !important;
  }
}

.wcs-loading[hidden] {
  display: none;
}

.wcs-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.wcs-filter-chip {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.14);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.wcs-filter-chip[aria-pressed='true'] {
  border-color: var(--wcs-accent);
  background: rgba(201, 74, 53, 0.1);
  color: var(--wcs-accent);
}

.wcs-map-wrap {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
}

.wcs-map-wrap[hidden] {
  display: none;
}

.wcs-map {
  height: 200px;
  width: 100%;
  z-index: 0;
}

.wcs-map .leaflet-control-zoom {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

/* —— Mobile & tablet: compact horizontal variant cards —— */
@media (max-width: 989px) {
  .wcf-root {
    --wcf-panel-h: min(560px, 88vh);
  }

  .wcf-step {
    padding: 0.85rem 0.75rem 0.65rem;
  }

  .wcf-step[data-wcf-step='variants'].wcf-step--on {
    overflow: hidden;
  }

  .wcf-step__head--booking .wcf-step__title,
  .wcf-step__head--booking .wcf-booking-event {
    letter-spacing: normal;
  }

  .wcf-step__head--booking .wcf-step__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .wcf-step__head--booking .wcf-booking-event {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.55;
  }

  .wcf-booking-total-row .wcf-review-total__amount {
    font-size: 1rem;
  }

  .wcf-step__body--variants-booking {
    gap: 0.35rem;
    overflow: hidden;
  }

  .wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants,
  .wcf-root[data-wcf-variant-layout='stacked'] .wcf-variants.wcf-variants--fit {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.45rem !important;
    grid-auto-rows: auto !important;
    align-items: start;
  }

  .wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-row {
    height: auto !important;
    max-height: none !important;
    padding: 0.24rem 0.28rem;
  }

  .wcf-root[data-wcf-variant-layout='stacked'] .wcf-variant-card__media {
    width: var(--wcf-variant-thumb, 3.5rem);
    height: var(--wcf-variant-thumb, 3.5rem);
    min-width: var(--wcf-variant-thumb, 3.5rem);
    min-height: var(--wcf-variant-thumb, 3.5rem);
  }

  .wcf-variants[data-wcf-density='mobile'] {
    grid-template-columns: repeat(var(--wcf-variant-cols), minmax(0, 1fr)) !important;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variants,
  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variants.wcf-variants--fit,
  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variants.wcf-variants--compact {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    gap: 0.5rem !important;
    height: auto !important;
    max-height: none !important;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    align-content: start;
    align-items: stretch;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: hidden;
    padding: 0.35rem 0.4rem;
    border-radius: 8px;
    border-width: 1px;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] button.wcf-variant-card {
    display: grid !important;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.4rem;
    row-gap: 0.08rem;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0 !important;
    text-align: left;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-card__media {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    width: 3.1rem;
    height: 3.1rem;
    min-width: 3.1rem;
    max-width: 3.1rem;
    min-height: 3.1rem;
    max-height: 3.1rem;
    aspect-ratio: 1 / 1;
    flex: none;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(var(--color-foreground, 30 30 30), 0.06);
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-card__media .wcf-variant-card__img,
  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-card__img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-card__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    min-height: 0 !important;
    max-height: 2.2em !important;
    font-size: 0.625rem !important;
    line-height: 1.1;
    text-align: left;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-card__price {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 0.6875rem !important;
    text-align: left;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-qty-col {
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    align-self: center;
    flex-shrink: 0;
    width: auto;
    z-index: 2;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-variant-qty-col .wcf-qty--variant {
    width: 1.35rem;
    min-width: 1.35rem;
    max-width: 1.35rem;
    padding: 0.12rem 0.08rem;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-qty--variant .wcf-qty__btn {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.6875rem;
  }

  .wcf-root[data-wcf-variant-layout='horizontal'] .wcf-qty--variant .wcf-qty__val {
    font-size: 0.75rem;
    min-width: 0.85rem;
  }
}

@media (max-width: 749px) {
  .wcf-root {
    --wcf-panel-h: min(520px, 88vh);
    margin: 0.5rem 0 1rem;
  }
  .wbw-root.wcf-root {
    --wcf-panel-h: min(680px, min(92vh, 920px));
  }

  .wcf-shell {
    border-radius: 12px;
  }

  .wcf-step {
    padding: 0.75rem 0.65rem 0.6rem;
  }

  .wcf-step[data-wcf-step='calendar'] .wcf-step__title {
    font-size: 1.125rem;
  }

  .wcf-step[data-wcf-step='calendar'] .wcf-step__sub {
    font-size: 0.6875rem;
    padding: 0 0.15rem;
  }

  .wcf-step__body--calendar {
    overflow: visible;
  }

  .wcf-cal-block--picker .wcf-cal-sheet {
    overflow: visible;
  }

  /*
   * iOS native select picker anchors to the nearest overflow:hidden ancestor
   * (shows tiny menu at top-left). Release clipping on calendar step only.
   */
  .wcf-root.wcf-root--calendar-mobile .wcf-shell,
  .wcf-root.wcf-root--calendar-mobile .wcf-viewport {
    overflow: visible !important;
  }

  .wcf-step[data-wcf-step='calendar'].wcf-step--on {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .wcf-step__body--calendar {
    overflow: visible !important;
  }

  .wcf-step[data-wcf-step='calendar'] > .wcf-cal-time {
    flex-shrink: 0;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.05rem;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
  }

  .wcf-step[data-wcf-step='calendar'] > .wcf-step__foot {
    position: relative;
    z-index: 1;
  }

  .wcf-cal-time {
    position: relative;
    z-index: 12;
  }

  /* Native select hidden on mobile — custom dropdown matches desktop frame */
  .wcf-root .wcf-cal-time__frame {
    display: none !important;
  }

  .wcf-cal-time__dd {
    display: block;
    width: 100%;
    max-width: 17.5rem;
    margin: 0 auto;
  }

  .wcf-cal-time__dd-panel {
    top: auto;
    bottom: calc(100% + 6px);
    max-height: min(240px, 38vh);
    box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.16);
  }

  .wcf-cal-time__dd.is-open button.wcf-cal-time__dd-btn::after {
    margin-top: 2px;
    border-top-color: transparent;
    border-bottom-color: rgba(26, 26, 26, 0.55);
  }

  .wcf-root button.wcf-cal-time__dd-btn {
    min-height: 44px;
    font-size: 16px;
    max-width: 17.5rem;
    margin: 0 auto;
  }

  .wcf-root button.wcf-cal-time__dd-opt {
    font-size: 16px;
  }

  .wcf-booking-addon.wcf-review-addon {
    width: 100%;
    padding: 0.4rem 0.5rem;
    box-sizing: border-box;
  }

  .wcf-booking-addon__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: nowrap;
  }

  .wcf-booking-addon__pick {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex: 1 1 0;
    min-width: 0;
  }

  .wcf-root .wcf-booking-addon button.wcf-review-addon__select {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    justify-content: flex-start;
  }

  .wcf-booking-addon .wcf-review-addon__thumb,
  .wcf-booking-addon .wcf-review-addon__thumb--ph {
    width: 2.15rem;
    height: 2.15rem;
    min-width: 2.15rem;
    min-height: 2.15rem;
    flex: 0 0 auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: cover;
  }

  .wcf-booking-addon .wcf-review-addon__info--row {
    flex: 0 1 auto;
    min-width: 0;
    gap: 0.3rem;
  }

  .wcf-root .wcf-booking-addon .wcf-review-addon__name,
  .wcf-booking-addon .wcf-review-addon__unit {
    font-size: 0.8125rem;
  }

  .wcf-root .wcf-booking-addon .wcf-review-addon__name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9.5rem;
  }

  .wcf-booking-addon .wcf-review-addon__qty {
    flex: 0 0 auto;
    flex-direction: row !important;
    align-items: center;
    width: auto;
    min-width: 0;
  }

  .wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-shrink: 0;
    padding: 0.18rem 0.3rem;
  }

  .wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal .wcf-qty__val {
    min-width: 1.15rem;
    font-size: 0.8125rem;
  }

  .wcf-step__foot--bar {
    grid-template-columns: minmax(3.75rem, auto) minmax(0, 1fr) minmax(6.75rem, auto);
    gap: 0.35rem;
    padding-top: 0.55rem;
  }

  .wcf-progress {
    min-width: 5.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

  .wcf-step__foot--bar-nav > .wcf-btn--ghost {
    min-height: 40px;
    padding: 0 0.65rem;
    font-size: 0.8125rem;
  }

  .wcf-step__foot--bar-nav > .wcf-btn--primary,
  .wcf-step__foot--bar-solo > .wcf-btn--primary,
  .wcf-step__foot--bar-nav > .wbw-atc-wrap > .wcf-btn--primary,
  .wcf-step__foot--bar-solo > .wbw-atc-wrap > .wcf-btn--primary {
    min-height: 40px;
    min-width: 6.75rem;
    padding: 0 0.85rem;
    font-size: 0.8125rem;
    white-space: nowrap;
    line-height: 1.1;
    border-radius: 999px;
  }
}

@media (max-width: 389px) {
  .wcf-step__foot--bar-nav > .wcf-btn--primary,
  .wcf-step__foot--bar-nav > .wbw-atc-wrap > .wcf-btn--primary {
    font-size: 0.75rem;
    padding: 0 0.65rem;
    min-width: 6.25rem;
  }
}

/* Workshop booking wizard — step 1 venue (reuse pdp-workshop-booking fetch UI) */
.wbw-root .wcf-step[data-wbw-step='venue'] {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: transparent;
}

.wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot {
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-top: 0;
  position: relative;
  border-top: none;
  padding: 0.7rem 0 0.15rem;
  background: transparent;
}

.wbw-root .wbw-step-venue-wrap {
  --wbw-search-sticky-h: 3.85rem;
  --wbw-page-bg: rgb(var(--colors-background));
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard {
  margin: 0;
  background: transparent;
  box-shadow: none;
  flex: 1 1 auto !important;
  align-self: stretch !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard [data-wb-right-col] {
  flex: 1 1 auto !important;
  align-self: stretch !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.wbw-root .wbw-step-venue-wrap [data-events-panel='1'] {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  flex: none !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: var(--wbw-search-sticky-h) 0 2.1rem !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(46, 41, 38, 0.32) transparent;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(var(--wbw-search-sticky-h) - 0.05rem),
    #000 calc(var(--wbw-search-sticky-h) + 0.75rem),
    #000 calc(100% - 2.15rem),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(var(--wbw-search-sticky-h) - 0.05rem),
    #000 calc(var(--wbw-search-sticky-h) + 0.75rem),
    #000 calc(100% - 2.15rem),
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.wbw-root .wbw-step-venue-wrap [data-events-panel='1']::-webkit-scrollbar {
  width: 5px;
}

.wbw-root .wbw-step-venue-wrap [data-events-panel='1']::-webkit-scrollbar-track {
  background: transparent;
  margin-block: 0.4rem;
}

.wbw-root .wbw-step-venue-wrap [data-events-panel='1']::-webkit-scrollbar-thumb {
  background: rgba(46, 41, 38, 0.28);
  border-radius: 999px;
}

.wbw-root .wbw-step-venue-wrap [data-events-panel='1']::-webkit-scrollbar-thumb:hover {
  background: rgba(46, 41, 38, 0.42);
}
.wbw-root .wbw-step-venue-wrap .wb-search-panel,
.wbw-root .wbw-step-venue-wrap .wb-wizard-search-panel {
  flex-shrink: 0;
}
.wbw-root .wbw-step-venue-wrap .ai-wb-locations-shell,
.wbw-root .wbw-step-venue-wrap [data-events-list-slot] {
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard [data-wb-panel],
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .pdp-wb-booking {
  display: none !important;
}
.wbw-root .wbw-step-venue-wrap .wb-venue-group,
.wbw-root .wbw-step-venue-wrap .wb-group-toggle,
.wbw-root .wbw-step-venue-wrap [data-wb-waitlist-open],
.wbw-root .wbw-step-venue-wrap .wb-waitlist-btn {
  display: none !important;
}
.wbw-root .wbw-step-venue-wrap .pdp-wb-day-events-inner,
.wbw-root .wbw-step-venue-wrap [data-workshop-events-inner] {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.wbw-root .wbw-step-venue-wrap [data-workshop-events-holder],
.wbw-root .wbw-step-venue-wrap .workshop-filter--datetime {
  flex: 0 0 auto;
  min-height: 0;
  display: block;
  overflow: visible;
}
.wbw-root .wbw-step-venue-wrap [data-workshop-events-holder] > [data-available-events-header],
.wbw-root .wbw-step-venue-wrap [data-workshop-events-holder] > h3[data-available-events-header] {
  grid-row: 1;
  grid-column: 1 / -1;
  justify-self: stretch !important;
  align-self: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header],
.wbw-root .wbw-step-venue-wrap [data-available-events-header] h3,
.wbw-root .wbw-step-venue-wrap [class*='ai-wb-events-title'] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0.1rem 0 0.35rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0.15rem 0 0.25rem !important;
  text-align: center !important;
  float: none !important;
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
  inset: auto !important;
  transform: none;
  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.28s ease, opacity 0.22s ease;
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header].wbw-venue-title-away {
  opacity: 0.35;
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header] .wb-step-heading {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header] .wb-step-heading__main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header] .wb-step-heading__title,
.wbw-root .wbw-step-venue-wrap [data-available-events-header] [data-wb-step-title] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  text-align-last: center !important;
}

@media (max-width: 749px) {
  .wbw-root .wbw-step-venue-wrap [data-available-events-header] .wb-step-heading__title,
  .wbw-root .wbw-step-venue-wrap [data-available-events-header] [data-wb-step-title] {
    font-size: 1.125rem !important;
  }
}

.wbw-root .wbw-step-venue-wrap [data-available-events-header] .wb-step-heading__hint {
  display: block !important;
  width: 100% !important;
  margin: 0.28rem auto 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 0.8125rem !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  color: rgba(var(--color-foreground, 30 30 30), 0.56) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-step-heading__hint:empty {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap [data-workshop-events-holder] > [data-workshop-events-placeholder]:not(.pdp-wb-hidden) {
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  width: min(100%, 28rem);
  max-width: 100%;
  padding: 1rem 1.25rem;
  z-index: 1;
  pointer-events: none;
  text-align: center;
  box-sizing: border-box;
}

.wbw-root .wbw-step-venue-wrap [data-workshop-events-holder] > [data-workshop-events] {
  min-height: 0;
  max-height: none !important;
  display: block !important;
  flex-direction: unset !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 1.25rem !important;
  box-sizing: border-box;
  -webkit-mask-image: none;
  mask-image: none;
}

.wbw-root .wbw-step-venue-wrap [data-workshop-events] .wbw-venue-flat-list {
  padding-bottom: 0.5rem;
  max-width: 100%;
  overflow: visible;
  height: auto !important;
  max-height: none !important;
  flex: none !important;
}

.wbw-root .wbw-step-venue-wrap [data-workshop-events] .wbw-venue-flat-list--grid {
  width: 100%;
  max-width: 100%;
}

.wbw-root .wbw-step-venue-wrap [data-workshop-events-inner],
.wbw-root .wbw-step-venue-wrap .pdp-wb-day-events-inner {
  overflow-x: hidden;
  max-width: 100%;
}

.wbw-venue-flat-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.wbw-venue-flat-list--grid {
  display: grid;
  flex-direction: unset;
}
.wbw-venue-flat-group-label {
  margin: 0.65rem 0 0.2rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.55;
}
.wbw-venue-flat-group-label:first-child {
  margin-top: 0;
}
.wb-venue-pick-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.12);
  border-radius: 12px;
  background: rgb(var(--color-background, 255 255 255));
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.wb-venue-pick-card:hover {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.22);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.wb-venue-pick-card.wbw-venue-selected,
.wb-venue-pick-card[aria-pressed='true'] {
  border-color: var(--wcf-accent, #AF392B);
  box-shadow: 0 0 0 1px var(--wcf-accent, #AF392B);
  background: color-mix(in srgb, var(--wcf-accent-soft, #f4f1e2) 55%, transparent);
}
.wb-venue-pick-card--waitlist.wbw-venue-selected,
.wb-venue-pick-card--waitlist[aria-pressed='true'],
.wb-venue-pick-card[data-wb-waitlist-venue='1'].wbw-venue-selected,
.wb-venue-pick-card[data-wb-waitlist-venue='1'][aria-pressed='true'] {
  border-color: #4a4a4a;
  box-shadow: 0 0 0 1px rgba(74, 74, 74, 0.55);
  background: rgba(45, 45, 45, 0.07);
}
.wb-venue-pick-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1 1 auto;
}
.wb-venue-pick-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.wb-venue-pick-card__addr {
  font-size: 0.8125rem;
  opacity: 0.68;
  line-height: 1.35;
}
.wb-venue-pick-card__badge {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.72;
}
.wb-venue-pick-card__badge--sessions {
  color: #2d6a4f;
  opacity: 1;
}
.wb-venue-pick-card--waitlist .wb-venue-pick-card__badge {
  color: #5c5c5c;
  opacity: 1;
}
.wbw-root[data-wbw-branch='venue'] .wcf-step[data-wbw-step='waitlist'],
.wbw-root[data-wbw-branch='venue'] .wcf-step[data-wbw-step='datetime'],
.wbw-root[data-wbw-branch='venue'] .wcf-step[data-wbw-step='variants'] {
  display: none !important;
}
.wbw-root[data-wbw-branch='waitlist'] .wcf-step[data-wbw-step='venue'],
.wbw-root[data-wbw-branch='waitlist'] .wcf-step[data-wbw-step='datetime'],
.wbw-root[data-wbw-branch='waitlist'] .wcf-step[data-wbw-step='variants'] {
  display: none !important;
}
.wbw-root[data-wbw-branch='datetime'] .wcf-step[data-wbw-step='venue'],
.wbw-root[data-wbw-branch='datetime'] .wcf-step[data-wbw-step='waitlist'],
.wbw-root[data-wbw-branch='datetime'] .wcf-step[data-wbw-step='variants'] {
  display: none !important;
}
.wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='venue'],
.wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='waitlist'],
.wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='datetime'] {
  display: none !important;
}
.wbw-root .wcf-step[data-wbw-step].wcf-step--on {
  display: flex !important;
}

/* Step 1 — search stays pinned; title + cards scroll behind it */
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel,
.wbw-root .wbw-step-venue-wrap .wb-search-panel {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 20 !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 0 0.55rem !important;
  max-width: none !important;
  width: 100% !important;
  isolation: isolate;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: rgb(var(--colors-background)) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel::after {
  display: none;
}

.wbw-root .wbw-step-venue-wrap [class*='ai-wb-locations-shell'] {
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wbw-root .wbw-step-venue-wrap .workshop-filter,
.wbw-root .wbw-step-venue-wrap .workshop-filter--datetime,
.wbw-root .wbw-step-venue-wrap .pdp-wb-day-events,
.wbw-root .wbw-step-venue-wrap .pdp-wb-day-events-inner {
  background: transparent !important;
  box-shadow: none !important;
}

/* Step 1 — framed pill search shell (beats block inline border:0 on .wb-search-input-wrap) */
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell,
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell[class*='ai-wb-search-inputwrap-'] {
  display: block !important;
  position: relative !important;
  min-height: 52px !important;
  height: 52px !important;
  max-height: none !important;
  overflow: visible !important;
  border: 1px solid #b08d5b !important;
  border-radius: 999px !important;
  background-color: #fffaf6 !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 2px 10px rgba(46, 41, 38, 0.06) !important;
  box-sizing: border-box !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Kill the faint inner borders/outlines from Google Places web component + raw input (all widths) */
.wbw-root .wbw-step-venue-wrap .wbw-location-search-shell input,
.wbw-root .wbw-step-venue-wrap .wbw-location-search-shell .wbw-search-field,
.wbw-root .wbw-step-venue-wrap .wbw-location-search-shell gmp-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wbw-location-search-shell [data-workshop-place-autocomplete] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wbw-root .wbw-step-venue-wrap gmp-place-autocomplete::part(container),
.wbw-root .wbw-step-venue-wrap gmp-place-autocomplete::part(container-outline),
.wbw-root .wbw-step-venue-wrap gmp-place-autocomplete::part(focus-ring),
.wbw-root .wbw-step-venue-wrap gmp-place-autocomplete::part(input) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Wizard inventory search suggestions (filter loaded venue list — no Places) */
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 40;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  max-height: min(420px, 55vh);
  overflow-y: auto;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
  pointer-events: auto;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestions[hidden] {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 1rem;
  cursor: pointer;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--venue,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--city {
  align-items: center;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--venue .wbw-search-suggestion__body,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--city .wbw-search-suggestion__body {
  flex: 1 1 auto;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--event {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 16%, #fff);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--waitlist {
  background: #f4ece4;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion:hover,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion.is-active {
  background: rgba(15, 23, 42, 0.05);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--event:hover,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--event.is-active {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 24%, #fff);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--waitlist:hover,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--waitlist.is-active {
  background: #efe3d6;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__thumb {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  background: var(--wbw-venue-placeholder-bg, #edf5f4);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--venue .wbw-search-suggestion__thumb,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--city .wbw-search-suggestion__thumb {
  flex-basis: 3rem;
  width: 3rem;
  height: 3rem;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__thumb--pin,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__thumb--empty {
  background: rgba(15, 23, 42, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M12 21s7-5.4 7-11a7 7 0 1 0-14 0c0 5.6 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.25' stroke='%236b7280' stroke-width='1.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__thumb--empty {
  background-image: none;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__label {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgb(var(--color-foreground, 18 18 18));
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 0;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__meta {
  min-width: 0;
  flex: 0 1 auto;
  font-size: 0.8rem;
  line-height: 1.3;
  color: rgba(var(--color-foreground, 18 18 18), 0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__date-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0.4rem;
  margin-left: auto;
  text-align: right;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__date {
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(var(--color-foreground, 18 18 18), 0.72);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__more {
  flex: 0 0 auto;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  color: #0f766e;
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 18%, #fff);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion__badge {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--event .wbw-search-suggestion__badge {
  color: #fff;
  background: var(--wcf-accent, #AF392B);
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--waitlist .wbw-search-suggestion__badge {
  color: #fff;
  background: #8a6a4f;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-suggestion--city .wbw-search-suggestion__badge {
  color: #56333C;
  background: #f4f1e2;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-trigger {
  position: absolute !important;
  top: 50% !important;
  left: 0.45rem !important;
  transform: translateY(-50%) !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.85rem !important;
  height: 1.85rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 16%, #fff) !important;
  color: var(--wcf-accent, #AF392B) !important;
  pointer-events: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-trigger__icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}

.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wbw-location-search-shell:focus-within,
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell:focus-within {
  border-color: #b08d5b !important;
  box-shadow:
    0 0 0 3px rgba(176, 141, 91, 0.18),
    0 6px 16px rgba(46, 41, 38, 0.08) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap.wbw-search-has-place > #workshop-location-input,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap > #workshop-location-input.wbw-search-native-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .pdp-wb-location-summary,
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-location-summary] {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-field,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .ai-wb-search-input,
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-place-host,
.wbw-root .wbw-step-venue-wrap .wb-search-panel #workshop-location-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-place-autocomplete],
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap > #workshop-location-input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 2.7rem 0 2.55rem !important;
  font-size: 15px !important;
  line-height: 52px !important;
  text-align: center !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  -webkit-appearance: none;
  appearance: none;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-field:focus,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-field:focus-visible,
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete:focus,
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete:focus-within,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap > #workshop-location-input:focus,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap > #workshop-location-input:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap input::placeholder {
  color: rgba(var(--color-foreground, 30 30 30), 0.42) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel {
  position: absolute;
  inset: 0 2.7rem 0 2.55rem;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-is-active .wbw-search-reel {
  opacity: 0;
  visibility: hidden;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  word-spacing: normal;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
  opacity: 0;
  animation: wbw-search-fade 16s ease-in-out infinite;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item:nth-child(1) {
  animation-delay: 0s;
}
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item:nth-child(2) {
  animation-delay: 4s;
}
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item:nth-child(3) {
  animation-delay: 8s;
}
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item:nth-child(4) {
  animation-delay: 12s;
}

.wbw-root .wbw-step-venue-wrap .wb-search-is-active .wbw-search-reel__item {
  animation-play-state: paused;
}

@keyframes wbw-search-fade {
  0%,
  4% {
    opacity: 0;
  }
  8%,
  22% {
    opacity: 1;
  }
  26%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 749px) {
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-reel__item {
    font-size: 16px;
  }
}

.wbw-root .wbw-step-venue-wrap input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.wbw-root .wb-venue-pick-card {
  padding: 0.42rem 0.65rem;
  align-items: center;
  min-height: 0;
  border-radius: 10px;
}

.wbw-root .wb-venue-pick-card__line {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.wb-venue-pick-card__main,
.wb-venue-pick-card__addr,
.wb-venue-pick-card__badge {
  display: none;
}

/* Step 2 datetime — centered copy + time dropdown (ss4) */
.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__head--calendar {
  text-align: center;
  margin-bottom: 0.4rem;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__title,
.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__sub {
  text-align: center;
  width: 100%;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
}

@media (max-width: 749px) {
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__title {
    font-size: 1.125rem;
  }
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__sub {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  opacity: 0.55;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__body--calendar {
  align-items: center;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__frame {
  display: none;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd {
  display: block;
}

/* Waitlist step 2 — footer matches calendar step (not full-width centered) */
.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav {
  display: grid;
  grid-template-columns: minmax(5.5rem, 1fr) auto minmax(5.5rem, 1fr);
  align-items: center;
  justify-content: stretch;
  width: 100%;
}

.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-btn--ghost {
  grid-column: 1;
  justify-self: start;
}

.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-progress,
.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-progress-cluster {
  grid-column: 2;
  justify-self: center;
}

.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-btn--primary,
.wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wbw-atc-wrap {
  grid-column: 3;
  justify-self: end;
}

/* Step 1 — flat venue panel (no booking_background.png) */
.wbw-root .pdp-workshop-booking.wb-wizard [data-events-panel='1']::before,
.wbw-root .pdp-workshop-booking.wb-wizard [data-events-panel='1']::after {
  content: none !important;
  display: none !important;
}

.wbw-root .pdp-workshop-booking.wb-wizard [data-events-panel='1'] {
  overflow: visible !important;
  background: transparent !important;
}
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard [data-events-panel='1'] {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.wbw-root .pdp-workshop-booking.wb-wizard [data-events-panel='1'] .wb-venue-pick-card {
  background: rgb(var(--colors-background)) !important;
}

/* Step 1 — Google Places UI Kit: lock light suggestion list (avoids dark OS theme) */
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-place-host,
.wbw-root .wbw-step-venue-wrap .wb-search-panel #workshop-location-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-place-autocomplete] {
  color-scheme: light !important;
  --gmp-mat-color-surface: transparent !important;
  --gmp-mat-color-on-surface: #111827 !important;
  --gmp-mat-color-on-surface-variant: #6b7280 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete:focus,
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete:focus-within,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-place-host:focus,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-place-host:focus-within {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Google official shadow parts — remove inner blue frame + duplicate icon chrome */
.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete::part(focus-ring),
.wbw-root .wbw-step-venue-wrap .wb-search-panel #workshop-location-place-autocomplete::part(focus-ring),
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-place-autocomplete]::part(focus-ring) {
  display: none !important;
  opacity: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete::part(input),
.wbw-root .wbw-step-venue-wrap .wb-search-panel #workshop-location-place-autocomplete::part(input),
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-place-autocomplete]::part(input) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0 !important;
}

/* Step 1 — search: use my location inside input; full-width suggestions */
.wbw-root .wbw-step-venue-wrap .wb-search-panel .ai-wb-autocomplete-wrap,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .ai-wb-search,
.wbw-root .wbw-step-venue-wrap .wb-search-panel [class*='ai-wb-search-'] {
  width: 100% !important;
  max-width: 100% !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel gmp-place-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel [data-workshop-place-autocomplete],
.wbw-root .wbw-step-venue-wrap .wb-search-panel #workshop-location-place-autocomplete {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear {
  position: absolute !important;
  top: 50% !important;
  right: 0.45rem !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  z-index: 40 !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(46, 41, 38, 0.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #2e2926 !important;
  box-shadow: 0 1px 3px rgba(46, 41, 38, 0.08) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: color 0.2s ease, background-color 0.15s ease, opacity 0.15s ease;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear[hidden] {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.06) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear:active {
  transform: translateY(-50%) scale(0.94) !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear__icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn.wb-use-location-inline {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn.wb-use-location-inline:hover {
  color: #b8422f !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.88;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn.wb-use-location-inline:active {
  transform: translateY(-50%) scale(0.94) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn__icon {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn__hole {
  fill: #fff !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn .wb-use-location-inline__line {
  display: none !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .pdp-wb-location-autocomplete,
.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Wizard search — beat theme mobile 2-column compact grid */
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.pdp-wb-root .wb-search-panel .wb-wizard-search-bar,
.wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.pdp-wb-root .wb-search-panel [class*='ai-wb-search-'] {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
}

.wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-wizard-search-bar .ai-wb-autocomplete-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Beat block mobile “Use my / location” text button rules */
@media (max-width: 749px) {
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-clear {
    top: 50% !important;
    right: 0.4rem !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-location-icon-btn.wb-use-location-inline,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell .wbw-location-icon-btn.wb-use-location-inline,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell[class*='ai-wb-search-inputwrap-'] .wbw-location-icon-btn.wb-use-location-inline {
    display: none !important;
  }

  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell[class*='ai-wb-search-inputwrap-'] .wbw-location-icon-btn .wb-use-location-inline__line,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell .wbw-location-icon-btn .wb-use-location-inline__line {
    display: none !important;
  }
}

/* Venue selection — transitions (grid chrome uses --wbw-venue-* tokens below) */
.wbw-root .wb-venue-pick-card {
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    transform 0.2s ease;
}

/* List-mode venue rows (not image grid) */
.wbw-root .wbw-venue-flat-list--text .wb-venue-pick-card.wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--text .wb-venue-pick-card[aria-pressed='true'] {
  transform: none;
  background: rgba(201, 74, 53, 0.12) !important;
  border-color: var(--wcf-accent, #AF392B) !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 1px rgba(201, 74, 53, 0.35) !important;
  padding-left: 0.65rem !important;
}

.wbw-root .wbw-venue-flat-list--text .wb-venue-pick-card--waitlist.wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--text .wb-venue-pick-card[data-wb-waitlist-venue='1'].wbw-venue-selected {
  background: rgba(45, 45, 45, 0.1) !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 0 0 1px rgba(61, 61, 61, 0.5) !important;
}

/* Image grid — session selected: accent ring + soft glow */
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--sessions.wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--sessions[aria-pressed='true'],
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card).wbw-venue-selected,
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card)[aria-pressed='true'] {
  transform: none;
  padding-left: 0 !important;
  border-width: 1.5px !important;
  border-color: var(--wbw-venue-ring-book, var(--wcf-accent, #AF392B)) !important;
  background: rgb(var(--colors-background)) !important;
  box-shadow: var(--wbw-venue-glow-book, 0 0 0 3px rgba(201, 74, 53, 0.14), 0 6px 20px rgba(201, 74, 53, 0.14), 0 10px 28px rgba(15, 23, 42, 0.07)) !important;
}

.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--sessions.wbw-venue-selected::after,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--sessions[aria-pressed='true']::after,
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card).wbw-venue-selected::after,
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card)[aria-pressed='true']::after {
  content: '';
  position: absolute;
  top: 0.42rem;
  right: 0.42rem;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background-color: var(--wbw-venue-ring-book, var(--wcf-accent, #AF392B));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.6 8.2l2.8 2.8 6-6' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.72rem;
  box-shadow: 0 1px 4px rgba(175, 57, 43, 0.35);
  pointer-events: none;
}

/* Image grid — waitlist / flip selected: warm neutral ring (not heavy black) */
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--waitlist.wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card--waitlist[aria-pressed='true'],
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card[data-wb-waitlist-venue='1'].wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card[data-wb-waitlist-venue='1'][aria-pressed='true'],
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card.wbw-venue-selected,
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card[aria-pressed='true'] {
  transform: none;
  padding-left: 0 !important;
  border-width: 1.5px !important;
  border-color: var(--wbw-venue-ring-wl, #8a7f78) !important;
  background: rgb(var(--color-background, 255 255 255)) !important;
  box-shadow: var(--wbw-venue-glow-wl, 0 0 0 3px rgba(92, 84, 78, 0.12), 0 6px 18px rgba(62, 55, 50, 0.1), 0 10px 26px rgba(15, 23, 42, 0.06)) !important;
}

/* Hide legacy checkmark pseudo-elements only — never flip-card ::before (sizing spacer) */
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-selected:not(.wbw-venue-flip-card)::before,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-selected:not(.wbw-venue-flip-card)::after,
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card[aria-pressed='true']:not(.wbw-venue-flip-card)::before,
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card[aria-pressed='true']:not(.wbw-venue-flip-card)::after {
  content: none !important;
  display: none !important;
}

@keyframes wbw-venue-select-in {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(201, 74, 53, 0);
  }
  45% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1.015);
    box-shadow:
      0 0 0 2px var(--wcf-accent, #AF392B),
      0 10px 28px rgba(201, 74, 53, 0.18);
  }
}

/* Step 2 — fixed shell; footer pinned to bottom; dropdown uses portal */
.wbw-root .wcf-step[data-wbw-step='datetime'] {
  overflow: hidden !important;
  padding-right: 1.85rem !important;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__head,
.wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__foot {
  flex-shrink: 0;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible !important;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__foot {
  margin-top: auto;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__body--calendar {
  overflow: visible !important;
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.15rem;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker {
  flex-shrink: 0;
}

@media (min-width: 750px) {
  .wbw-root[data-wbw-branch='datetime'] .wcf-shell {
    background: color-mix(in srgb, rgb(var(--colors-background)) 94%, #fff);
    border-color: rgba(46, 41, 38, 0.08);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] {
    padding-right: 1.15rem !important;
    padding-left: 0.35rem;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__head--calendar {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.35rem;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__title {
    width: auto;
    margin: 0;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.2;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__sub {
    width: auto;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.2;
    opacity: 0.5;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__body--calendar {
    gap: 0.85rem;
    justify-content: flex-start;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--date {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker {
    position: relative;
    order: 1;
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-fields {
    position: relative;
    z-index: 6;
    order: 2;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 0.15rem 0 0;
    border: none;
    background: transparent;
    flex: 0 0 auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav {
    order: 0;
    display: grid;
    max-width: none;
    width: 100%;
    margin: 0 0 1.05rem;
    padding: 0 0 0.55rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    border-bottom: 1px solid rgba(46, 41, 38, 0.08);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__label {
    grid-column: 2;
    width: auto;
    font-size: 1.125rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2e2926;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn {
    position: static;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 1.85rem;
    padding: 0.28rem 0.7rem;
    border: none;
    border-radius: 999px;
    background: rgba(46, 41, 38, 0.045);
    box-shadow: none;
    font-size: 0.75rem;
    font-weight: 550;
    letter-spacing: 0.02em;
    color: #7a8b91;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn:hover {
    border: none;
    background: color-mix(in srgb, var(--wcf-accent, #AF392B) 12%, #fff);
    color: #2e2926;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn[data-wbw-cal-prev] {
    grid-column: 1;
    justify-self: start;
    justify-content: flex-start;
    left: auto;
    right: auto;
    top: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn[data-wbw-cal-next] {
    grid-column: 3;
    justify-self: end;
    justify-content: flex-end;
    left: auto;
    right: auto;
    top: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-sheet {
    order: 1;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-grid--dow {
    padding: 0.2rem 0 0.55rem;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-dow {
    font-size: 0.8125rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
    color: #5a6d74;
    opacity: 1;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-grid--days {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 0.2rem 0 0.15rem;
    background: transparent;
    row-gap: 0.45rem;
    grid-template-rows: repeat(var(--wcf-cal-week-rows, 6), minmax(2.75rem, 1fr));
    grid-auto-rows: minmax(2.75rem, 1fr);
    align-items: stretch;
    border-top: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day-wrap {
    padding: 5px;
    max-height: none;
    height: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day {
    position: relative;
    width: min(2.6rem, 76%);
    height: min(2.6rem, 76%);
    min-height: 2.25rem;
    margin: auto;
    border-radius: 9px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #8a9aa0;
    cursor: default;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--open:not(.wcf-cal-day--selected),
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--muted:not(.wcf-cal-day--selected),
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day:disabled:not(.wcf-cal-day--has-event) {
    opacity: 1;
    color: #8a9aa0;
    -webkit-text-fill-color: #8a9aa0;
    font-weight: 450;
    background: transparent;
    cursor: default;
    pointer-events: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--has-event:not(.wcf-cal-day--selected) {
    opacity: 1;
    font-weight: 700;
    color: #2e2926;
    -webkit-text-fill-color: #2e2926;
    background: color-mix(in srgb, var(--wcf-accent, #AF392B) 14%, transparent);
    border-radius: 8px;
    cursor: pointer;
    pointer-events: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--has-event:not(.wcf-cal-day--selected)::after {
    display: block;
    bottom: 0.22rem;
    width: 0.5rem;
    height: 2px;
    border-radius: 2px;
    background: var(--wcf-accent, #AF392B);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--selected {
    width: min(2.55rem, 74%);
    height: min(2.55rem, 74%);
    min-height: 2.25rem;
    border-radius: 999px;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--selected::after {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-picked,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--date,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--time .wbw-dt-field__label {
    display: none !important;
  }
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time {
  position: relative;
  flex: 0 0 auto;
  z-index: 20;
  min-height: 2.75rem;
  overflow: visible;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd {
  position: relative;
  z-index: 25;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-open {
  z-index: 40;
}

/* Panel lives in body portal when open — never affects step layout */
.wbw-root .wcf-cal-time__dd-panel[hidden] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.wbw-time-dd-portal {
  position: fixed;
  inset: 0;
  z-index: 2147483005;
  pointer-events: none;
}

.wbw-time-dd-portal .wcf-cal-time__dd-panel:not([hidden]) {
  display: block !important;
  pointer-events: auto !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(46, 41, 38, 0.1) !important;
  border-radius: 12px !important;
  background: #fffaf6 !important;
  box-shadow: 0 10px 28px rgba(46, 41, 38, 0.1) !important;
  padding: 0.25rem 0 !important;
  box-sizing: border-box !important;
}

.wbw-time-dd-portal .wcf-cal-time__dd-panel[hidden] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Step 2 — time field: one thick border, always in the calendar step. */
.wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__body .wcf-cal-time > .wcf-cal-time__dd {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn,
.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn:disabled,
.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn.is-placeholder {
  min-height: 48px;
  padding: 0.45rem 1.7rem 0.45rem 0.7rem;
  border: 3px solid #2e2926;
  border-radius: 10px;
  background: #fff;
  color: #2e2926;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-open button.wcf-cal-time__dd-btn {
  border-color: #2e2926;
  box-shadow: none;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn.is-soldout,
.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn.is-soldout:disabled,
.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-open button.wcf-cal-time__dd-btn.is-soldout {
  border-color: #b3261e;
  background: #fdf1f0;
  color: #6b2a26;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.wbw-root .wcf-cal-block.is-cal-loading .wcf-cal-sheet {
  position: relative;
}

.wbw-root .wcf-cal-loading-overlay {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 1.4rem);
  margin: 0;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: color-mix(in srgb, rgb(var(--colors-background)) 90%, #fff);
  border: 1px solid rgba(46, 41, 38, 0.08);
  box-shadow: 0 10px 28px rgba(46, 41, 38, 0.08);
  color: #2e2926;
  pointer-events: none;
  animation: wcf-cal-loading-in 0.28s ease;
}

.wbw-root .wcf-cal-loading-overlay[hidden] {
  display: none;
}

.wbw-root .wcf-cal-loading-overlay__inner {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.wbw-root .wcf-cal-loading-overlay__pulse {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--wcf-accent, #AF392B);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--wcf-accent, #AF392B) 40%, transparent);
  animation: wcf-cal-loading-pulse 1.5s ease-out infinite;
  flex: 0 0 auto;
}

.wbw-root .wcf-cal-loading-overlay__copy {
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.wbw-root .wcf-cal-loading-overlay.is-error {
  color: #8a2b2b;
  border-color: rgba(185, 28, 28, 0.16);
}

.wbw-root .wcf-cal-loading-overlay.is-error .wcf-cal-loading-overlay__pulse {
  display: none;
}

@keyframes wcf-cal-loading-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes wcf-cal-loading-pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--wcf-accent, #AF392B) 40%, transparent);
  }
  70% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--wcf-accent, #AF392B) 0%, transparent);
  }
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--wcf-accent, #AF392B) 0%, transparent);
  }
}

.wbw-time-dd-portal .wcf-cal-time__dd-opt.is-empty,
.wbw-root .wcf-cal-time__dd-opt.is-empty {
  color: #2e2926 !important;
  opacity: 1;
  cursor: default;
  font-weight: 600;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn::after {
  right: 1rem;
  border-top-color: #2e2926;
  opacity: 1;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-awaiting-time button.wcf-cal-time__dd-btn {
  animation: none;
  box-shadow: none;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-awaiting-time button.wcf-cal-time__dd-btn::after,
.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-open button.wcf-cal-time__dd-btn::after {
  border-top-color: var(--wcf-accent, #AF392B);
  opacity: 1;
}

@keyframes wbw-time-cue-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 2px var(--wcf-accent-soft, #f4f1e2);
  }
  50% {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--wcf-accent, #AF392B) 22%, transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd.is-awaiting-time button.wcf-cal-time__dd-btn {
    animation: none;
  }
}

.wbw-time-dd-portal button.wcf-cal-time__dd-opt:hover,
.wbw-root .wcf-cal-time__dd-panel button.wcf-cal-time__dd-opt:hover {
  background: rgba(176, 141, 91, 0.1) !important;
}

.wbw-time-dd-portal button.wcf-cal-time__dd-opt,
.wbw-root .wcf-cal-time__dd-panel button.wcf-cal-time__dd-opt {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.65rem 1rem !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1a1a1a !important;
  box-sizing: border-box !important;
}

.wbw-time-dd-portal button.wcf-cal-time__dd-opt.is-selected,
.wbw-root .wcf-cal-time__dd-panel button.wcf-cal-time__dd-opt.is-selected {
  background: rgba(176, 141, 91, 0.16) !important;
  color: #8a6d3d !important;
  font-weight: 700 !important;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__dd:not(.is-open) .wcf-cal-time__dd-panel {
  display: none !important;
}

/* Step 3 — stable variant grid (qty/price updates in place) */
.wcf-step__head--booking-centered {
  text-align: center;
  width: 100%;
}

.wcf-step__head--booking-centered .wcf-step__title {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

/* Popup variants already have DATE/TIME — hide the extra heading there only */
.wbw-root[data-wbw-venue-kind='popup'] .wcf-step[data-wbw-step='variants'] [data-wbw-variant-title-head] {
  display: none !important;
}

.wbw-root[data-wbw-venue-kind='store'] .wcf-step[data-wbw-step='variants'] [data-wbw-variant-title-head] {
  display: block;
  width: 100%;
  text-align: center !important;
  margin: 0 auto 0.4rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-when {
  margin: 0 0 0.28rem;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 550;
  line-height: 1.35;
  color: rgba(46, 41, 38, 0.58);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-when[hidden] {
  display: none !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-title,
.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__head--booking-centered .wcf-step__title,
.wbw-root[data-wbw-venue-kind='store'] .wcf-step[data-wbw-step='variants'] [data-wbw-variant-title] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
  text-align: center !important;
  justify-self: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-title__sep {
  font-weight: 400;
  opacity: 0.35;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-title__when {
  font-weight: 400;
  opacity: 0.52;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-title,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__head--booking-centered .wcf-step__title {
    font-size: clamp(0.95rem, 3.8vw, 1.125rem);
    font-weight: 500;
    line-height: 1.25;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__head--booking-centered {
  margin-bottom: 0.35rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon__left {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 auto;
  min-width: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon__row .wcf-booking-total-row {
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants {
  contain: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top .wcf-variants {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  max-height: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row {
  align-items: center;
}

.wbw-root .wcf-step[data-wbw-step='variants'] button.wcf-variant-card {
  min-height: 0;
}

/* ─── Taller workshop wizard shell (all branches) ─── */
.wbw-root .wcf-shell {
  min-height: var(--wcf-panel-h);
  height: var(--wcf-panel-h);
}

/* ─── Step 1: venue grid (same model as variant cards — CSS grid, 3 cols) ─── */
.wbw-root .wbw-venue-flat-list--grid {
  --wbw-venue-cols: 3;
  --wbw-venue-gap: clamp(0.35rem, 1.2vw, 0.65rem);
  --wbw-venue-caption-pad-y: 0.42rem;
  --wbw-venue-caption-h: 3.15rem;
  --wbw-venue-radius: 16px;
  --wbw-venue-border: rgba(46, 41, 38, 0.42);
  --wbw-venue-border-hover: rgba(46, 41, 38, 0.62);
  --wbw-venue-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(15, 23, 42, 0.06);
  --wbw-venue-shadow-hover: 0 2px 6px rgba(15, 23, 42, 0.05), 0 10px 22px rgba(15, 23, 42, 0.08);
  --wbw-venue-ring-book: var(--wcf-accent, #AF392B);
  --wbw-venue-glow-book: 0 0 0 3px color-mix(in srgb, var(--wcf-accent, #AF392B) 14%, transparent), 0 6px 20px color-mix(in srgb, var(--wcf-accent, #AF392B) 14%, transparent), 0 10px 28px rgba(15, 23, 42, 0.07);
  --wbw-venue-ring-wl: #8a7f78;
  --wbw-venue-glow-wl: 0 0 0 3px rgba(92, 84, 78, 0.12), 0 6px 18px rgba(62, 55, 50, 0.1), 0 10px 26px rgba(15, 23, 42, 0.06);
  display: grid !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  grid-template-columns: repeat(var(--wbw-venue-cols), minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: var(--wbw-venue-gap);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  align-content: start;
  justify-items: stretch;
  align-items: start;
}

.wbw-root .wbw-venue-flat-list--grid > .wb-venue-pick-card,
.wbw-root .wbw-venue-flat-list--grid > .wb-venue-pick-card.wbw-venue-pick-card--card {
  align-self: start;
  min-height: 0;
  height: auto;
}

@media (max-width: 749px) {
  .wbw-root .wbw-venue-flat-list--grid {
    --wbw-venue-cols: 3;
    --wbw-venue-gap: 0.32rem;
    --wbw-venue-caption-h: 2.85rem;
    --wbw-venue-caption-pad-y: 0.32rem;
    --wbw-venue-radius: 14px;
  }

  .wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__name {
    font-size: clamp(0.58rem, 2.4vw, 0.72rem);
  }
}

@media (max-width: 359px) {
  .wbw-root .wbw-venue-flat-list--grid {
    --wbw-venue-cols: 2;
    --wbw-venue-gap: 0.4rem;
    --wbw-venue-caption-h: 3.15rem;
  }

  .wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__name {
    font-size: clamp(0.72rem, 3.1vw, 0.88rem);
  }
}

/* Desktop step 1: 4 per row (fixed shell height + internal scroll stays as-is) */
@media (min-width: 750px) {
  .wbw-root .wbw-venue-flat-list--grid {
    --wbw-venue-cols: 4;
  }

  /* Footer overlays the scrolling cards: only Step + Continue read clearly,
     event cards keep scrolling faintly behind the translucent bar */
  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar-solo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 1.6rem 1.5rem 1rem;
    background: linear-gradient(
      to bottom,
      transparent 0,
      color-mix(in srgb, rgb(var(--colors-background)) 45%, transparent) 42%,
      color-mix(in srgb, rgb(var(--colors-background)) 92%, transparent) 100%
    );
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-top: none;
    border-radius: 0 0 18px 18px;
  }

  /* Top search strip: match the card bg exactly so no rectangular ghost shows behind the pill */
  .wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel {
    background: color-mix(
      in srgb,
      var(--wcf-accent, #AF392B) 5%,
      color-mix(in srgb, rgb(var(--colors-background)) 52%, #fff)
    ) !important;
  }

  /* Keep the scrollbar between the search bar and the footer (not under them) */
  .wbw-root .wbw-step-venue-wrap [data-events-panel='1']::-webkit-scrollbar-track {
    margin-top: calc(var(--wbw-search-sticky-h) + 0.35rem);
    margin-bottom: 4.9rem;
  }

  /* Let cards scroll all the way to the bottom (behind the footer) — drop the hard bottom fade */
  .wbw-root .wbw-step-venue-wrap [data-events-panel='1'] {
    padding-bottom: 3.9rem !important;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--wbw-search-sticky-h) - 0.05rem),
      #000 calc(var(--wbw-search-sticky-h) + 0.75rem),
      #000 100%
    ) !important;
    mask-image: linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--wbw-search-sticky-h) - 0.05rem),
      #000 calc(var(--wbw-search-sticky-h) + 0.75rem),
      #000 100%
    ) !important;
  }
}

/* Venue grid cards — shared chrome (sessions + waitlist flip) */
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-pick-card--card,
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-pick-card--card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--wbw-venue-border, rgba(15, 23, 42, 0.09));
  border-radius: var(--wbw-venue-radius, 16px);
  background: rgb(var(--colors-background));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  aspect-ratio: auto;
  height: auto;
  box-shadow: var(--wbw-venue-shadow, 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(15, 23, 42, 0.06));
}

.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-pick-card--card:hover:not(.wbw-venue-selected):not([aria-pressed='true']) {
  border-color: var(--wbw-venue-border-hover, rgba(15, 23, 42, 0.16));
  box-shadow: var(--wbw-venue-shadow-hover, 0 2px 6px rgba(15, 23, 42, 0.05), 0 10px 22px rgba(15, 23, 42, 0.08));
}

.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card):active {
  transform: scale(0.985);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card:hover:not(.wbw-venue-selected):not([aria-pressed='true']) {
  border-color: var(--wbw-venue-border-hover, rgba(15, 23, 42, 0.16));
  box-shadow: var(--wbw-venue-shadow-hover, 0 2px 6px rgba(15, 23, 42, 0.05), 0 10px 22px rgba(15, 23, 42, 0.08));
}

/*
 * Session (bookable) cards: column flex — override global .wb-venue-pick-card
 * justify-content: space-between (prevents caption being pushed away from the image).
 * IMPORTANT: omit waitlist flip cards — they rely on display:block + ::before sizing + 3D flip.
 */
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-pick-card--card:not(.wbw-venue-flip-card),
.wbw-root
  .wbw-venue-flat-list--grid
  .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch;
  align-content: flex-start;
  /* .wb-venue-pick-card { gap: 0.75rem } — extra row between image and caption on session buttons only */
  gap: 0 !important;
  line-height: 1.15;
}

/*
 * Flip waitlist tiles: MUST stay display:block — higher specificity than session rule above,
 * restores ::before intrinsic height + preserve-3d flip (flex parent breaks / vanishes faces).
 */
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-pick-card--card.wbw-venue-flip-card {
  display: block !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  align-items: unset !important;
  align-content: unset !important;
  gap: unset !important;
  /* Parent overflow:hidden breaks preserve-3d / flip paint */
  overflow: visible !important;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card {
  padding: 0 !important;
  perspective: 900px;
  -webkit-perspective: 900px;
  background: rgb(var(--color-background, 255 255 255)) !important;
  position: relative;
  display: block !important;
  width: 100% !important;
  min-height: 0;
  height: auto;
  overflow: visible !important;
}

/* Same total height as session card: 1:1 image + caption band (no 125% slack at bottom) */
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc(100% + var(--wbw-venue-caption-h, 2.35rem));
  pointer-events: none;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card .wbw-venue-flip__inner {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.52s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip-card.wbw-venue-flipped .wbw-venue-flip__inner {
  transform: rotateY(180deg);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__face {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__face--front {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotateY(0deg);
  overflow: hidden;
  border-radius: inherit;
  background: rgb(var(--color-background, 255 255 255));
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__face--back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem 0.45rem;
  box-sizing: border-box;
  background: rgb(var(--color-background, 255 255 255));
  border-radius: inherit;
  overflow: hidden;
  -webkit-transform: rotateY(180deg);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__back-name {
  flex: 0 0 auto;
  order: 1;
  width: 100%;
  margin: 0;
  padding: 0 0.15rem;
  font-size: clamp(1rem, 5.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.08;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__back-cta-wrap {
  flex: 0 0 auto;
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 0;
  background: transparent;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-wl-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 0.5rem);
  max-width: 100%;
  min-height: 2.1rem;
  padding: 0.4rem 0.55rem;
  border: 0;
  border-radius: 999px;
  background: var(--wcf-btn-bg, var(--wcf-accent, #AF392B));
  color: var(--wcf-btn-text, #fff);
  font-size: clamp(0.58rem, 2vw, 0.68rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--wcf-btn-bg, var(--wcf-accent, #AF392B)) 28%, transparent);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-wl-cta:hover {
  filter: brightness(1.05);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-wl-cta:active {
  transform: scale(0.98);
}

/* Session venue cards — fixed media aspect ratio; caption stacks below (no flex-grow gap under image) */
.wbw-root .wbw-venue-flat-list--grid .wbw-venue-pick-card--card:not(.wbw-venue-flip-card),
.wbw-root .wbw-venue-flat-list--grid .wb-venue-pick-card.wbw-venue-pick-card--card:not(.wbw-venue-flip-card) {
  min-height: 0;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__media {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-flip__face--front .wbw-venue-card__media {
  flex: 0 0 auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__media--empty {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55) 0%, transparent 52%),
    linear-gradient(155deg, #e8e4de 0%, #d4cec6 48%, #c8c1b8 100%);
  color: rgba(var(--color-foreground, 30 30 30), 0.34);
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__placeholder-icon {
  display: block;
  width: clamp(2rem, 38%, 2.75rem);
  height: auto;
  opacity: 0.72;
  filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.08));
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__caption {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  box-sizing: border-box;
  height: var(--wbw-venue-caption-h, 3.15rem);
  min-height: var(--wbw-venue-caption-h, 3.15rem);
  max-height: var(--wbw-venue-caption-h, 3.15rem);
  padding: var(--wbw-venue-caption-pad-y, 0.42rem) 0.45rem;
  text-align: center;
  border-top: 1px solid rgba(46, 41, 38, 0.06);
  background: rgb(var(--colors-background));
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__name {
  display: block;
  margin: 0;
  font-size: clamp(0.72rem, 3.1vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

.wbw-root .wbw-venue-flat-list--grid .wbw-venue-card__km {
  display: block;
  margin: 0;
  font-size: clamp(0.62rem, 2.3vw, 0.72rem);
  opacity: 0.82;
  color: #2e2926;
}

/* ─── Calendar: capacity ring (beside time picker) ─── */
.wbw-root .wcf-step__head--calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-inline: 0.15rem;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  max-width: min(26rem, 100%);
  margin: 0 auto;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row--no-ring,
.wbw-root[data-wbw-show-capacity-ring='false'] .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row {
  justify-content: center;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row--no-ring .wbw-cal-time-row__picker,
.wbw-root[data-wbw-show-capacity-ring='false'] .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker {
  flex: 0 1 auto;
  width: 100%;
  max-width: min(20rem, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row--no-ring .wbw-cal-time-row__picker .wcf-cal-time__dd,
.wbw-root[data-wbw-show-capacity-ring='false'] .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker .wcf-cal-time__dd {
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__ring {
  flex: 0 0 var(--wbw-cap-ring-size, 5.1rem);
  width: var(--wbw-cap-ring-size, 5.1rem);
  height: var(--wbw-cap-ring-size, 5.1rem);
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker .wcf-cal-time__dd {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.wbw-cal-cap-ring {
  --wbw-cap-ring-size: 5.1rem;
  --wbw-cap-accent: #94a3b8;
  --wbw-cap-accent-soft: rgba(148, 163, 184, 0.2);
  --wbw-cap-glow: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 50%;
  transition: box-shadow 0.35s ease;
}

.wbw-cal-cap-ring::before {
  content: '';
  position: absolute;
  inset: 0.28rem;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgb(var(--color-background, 255 255 255)) 0%,
    rgba(var(--color-background, 255 255 255), 0.94) 58%,
    var(--wbw-cap-accent-soft) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  pointer-events: none;
}

.wbw-cal-cap-ring::after {
  content: '';
  position: absolute;
  inset: 0.06rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground, 30 30 30), 0.06);
  pointer-events: none;
  transition: box-shadow 0.35s ease;
}

.wbw-cal-cap-ring[data-capacity-tier='high']::after,
.wbw-cal-cap-ring[data-capacity-tier='medium']::after,
.wbw-cal-cap-ring[data-capacity-tier='low']::after {
  box-shadow: 0 0 0 1px rgba(var(--color-foreground, 30 30 30), 0.06), 0 0 0.85rem var(--wbw-cap-glow);
}

.wbw-cal-cap-ring__svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.wbw-cal-cap-ring__track,
.wbw-cal-cap-ring__prog {
  fill: none;
  stroke-linecap: butt;
}

.wbw-cal-cap-ring__track {
  stroke: rgba(var(--color-foreground, 30 30 30), 0.12);
  stroke-width: 3.25;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 0;
}

.wbw-cal-cap-ring__prog {
  stroke-width: 3.25;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.45s cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 0.35s ease, stroke 0.3s ease;
}

.wbw-cal-cap-ring[data-capacity-tier='high'] {
  --wbw-cap-accent: #16a34a;
  --wbw-cap-accent-soft: rgba(34, 197, 94, 0.14);
  --wbw-cap-glow: rgba(34, 197, 94, 0.38);
}

.wbw-cal-cap-ring[data-capacity-tier='high'] .wbw-cal-cap-ring__prog {
  stroke: url(#wbw-cap-grad-high);
}

.wbw-cal-cap-ring[data-capacity-tier='medium'] {
  --wbw-cap-accent: #d97706;
  --wbw-cap-accent-soft: rgba(245, 158, 11, 0.16);
  --wbw-cap-glow: rgba(245, 158, 11, 0.42);
}

.wbw-cal-cap-ring[data-capacity-tier='medium'] .wbw-cal-cap-ring__prog {
  stroke: url(#wbw-cap-grad-medium);
}

.wbw-cal-cap-ring[data-capacity-tier='low'] {
  --wbw-cap-accent: #dc2626;
  --wbw-cap-accent-soft: rgba(239, 68, 68, 0.14);
  --wbw-cap-glow: rgba(239, 68, 68, 0.4);
}

.wbw-cal-cap-ring[data-capacity-tier='low'] .wbw-cal-cap-ring__prog {
  stroke: url(#wbw-cap-grad-low);
}

.wbw-cal-cap-ring[data-capacity-tier='soldout'] {
  --wbw-cap-accent: #94a3b8;
  --wbw-cap-accent-soft: rgba(148, 163, 184, 0.12);
  --wbw-cap-glow: transparent;
}

.wbw-cal-cap-ring[data-capacity-tier='soldout'] .wbw-cal-cap-ring__prog {
  stroke: #cbd5e1;
}

.wbw-cal-cap-ring.is-empty,
.wbw-cal-cap-ring[data-capacity-tier='empty'] {
  --wbw-cap-accent: #94a3b8;
  --wbw-cap-accent-soft: rgba(148, 163, 184, 0.1);
  --wbw-cap-glow: transparent;
}

.wbw-cal-cap-ring.is-empty .wbw-cal-cap-ring__track {
  stroke: rgba(var(--color-foreground, 30 30 30), 0.18);
}

.wbw-cal-cap-ring.is-empty .wbw-cal-cap-ring__prog {
  stroke: transparent;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}

.wbw-cal-cap-ring__center {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.1rem;
  padding: 0.35rem;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  pointer-events: none;
}

.wbw-cal-cap-ring__frac,
.wbw-cal-cap-ring__pct {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.wbw-cal-cap-ring__frac {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: rgb(var(--color-foreground, 30 30 30));
  font-variant-numeric: tabular-nums;
}

.wbw-cal-cap-ring__pct {
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wbw-cap-accent);
  font-variant-numeric: tabular-nums;
  opacity: 0.92;
  transition: color 0.3s ease;
}

.wbw-cal-cap-ring[data-capacity-tier='high'] .wbw-cal-cap-ring__frac {
  color: #15803d;
}

.wbw-cal-cap-ring[data-capacity-tier='medium'] .wbw-cal-cap-ring__frac {
  color: #b45309;
}

.wbw-cal-cap-ring[data-capacity-tier='low'] .wbw-cal-cap-ring__frac,
.wbw-cal-cap-ring[data-capacity-tier='soldout'] .wbw-cal-cap-ring__frac {
  color: #b91c1c;
}

.wbw-cal-cap-ring[data-capacity-tier='soldout'] .wbw-cal-cap-ring__frac {
  font-size: 0.74rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.wbw-cal-cap-ring.is-empty .wbw-cal-cap-ring__frac {
  font-size: 1.22rem;
  font-weight: 600;
  color: rgba(var(--color-foreground, 30 30 30), 0.32);
}

.wbw-cal-cap-ring.is-empty .wbw-cal-cap-ring__pct {
  display: none;
}

@media (max-width: 420px) {
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row {
    gap: 0.5rem;
    max-width: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__ring,
  .wbw-cal-cap-ring {
    --wbw-cap-ring-size: 4.65rem;
  }

  .wbw-cal-cap-ring__frac {
    font-size: 0.92rem;
  }

  .wbw-cal-cap-ring__pct {
    font-size: 0.66rem;
  }
}

/* ─── Step 3: variant cards — desktop = stacked grid; mobile = carousel (below) ─── */

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active .wcf-qty--variant {
  border-color: rgba(var(--color-foreground, 30 30 30), 0.14);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active .wcf-qty__val {
  color: inherit;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0.28rem 0.32rem 0.32rem !important;
  border-radius: 10px;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
  justify-items: center;
  gap: 0.06rem 0;
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  border: none;
  border-radius: 6px;
  background: transparent !important;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  margin: 0.28rem 0 0;
  padding: 0;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__media {
  grid-row: 1;
  grid-column: 1;
  width: var(--wcf-variant-thumb, 5.35rem) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: var(--wcf-variant-thumb, 5.35rem) !important;
  min-height: 0 !important;
  max-height: var(--wcf-variant-thumb, 5.35rem) !important;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(var(--color-foreground, 30 30 30), 0.06);
  cursor: zoom-in;
}

html.wbw-lb-open,
html.wbw-lb-open body {
  overflow: hidden;
}

html.wbw-lb-open [id^="ProductModal-"] {
  display: none !important;
}

.wbw-lb {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  box-sizing: border-box;
  background: #f4f1e2;
}

.wbw-lb__close {
  position: absolute;
  top: calc(0.55rem + env(safe-area-inset-top, 0px));
  right: 0.75rem;
  z-index: 6;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #2e2926;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(46, 41, 38, 0.12);
}

.wbw-lb__card {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: calc(3.1rem + env(safe-area-inset-top, 0px)) 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  border-radius: 0;
  background: #f4f1e2;
  box-sizing: border-box;
}

.wbw-lb__stage {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.4rem 0.65rem;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f1e2;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
  box-sizing: border-box;
}

.wbw-lb__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  object-position: center;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}

.wbw-lb__dock {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.wbw-lb__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(46, 41, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #2e2926;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.wbw-lb__nav--prev { left: 0.45rem; }
.wbw-lb__nav--next { right: 0.45rem; }

.wbw-lb__meta {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  padding: 0.1rem 0.25rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2e2926;
  transform: none;
}

.wbw-lb__when-info {
  flex: 1 1 100%;
  margin: 0.2rem 0 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 550;
  line-height: 1.35;
  color: rgba(46, 41, 38, 0.58);
}

.wbw-lb__when-info[hidden] {
  display: none !important;
}

.wbw-lb__title,
.wbw-lb__price,
.wbw-lb__price .wcf-variant-card__price,
.wbw-lb__price .wcf-variant-card__price--current,
.wbw-lb__price .wcf-variant-card__price--sale {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  transform: none;
  color: #2e2926;
}

.wbw-lb__when {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.wbw-lb__when[hidden] {
  display: none !important;
}

.wbw-lb__apply {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
  background: rgba(46, 41, 38, 0.05);
}

.wbw-lb__apply[hidden] {
  display: none !important;
}

.wbw-lb__apply-q {
  margin: 0;
  flex: 1 1 7.5rem;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.3;
  color: #2e2926;
}

.wbw-lb__apply-btns {
  display: flex;
  gap: 0.3rem;
}

.wbw-lb__apply-btn {
  min-width: 3.1rem;
  min-height: 1.85rem;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border: none;
  border-radius: 8px;
  background: #2e2926;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 650;
  cursor: pointer;
}

.wbw-lb__apply-btn--no {
  background: #fff;
  color: #2e2926;
  box-shadow: inset 0 0 0 1px rgba(46, 41, 38, 0.18);
}

@media (max-width: 749px) {
  .wbw-lb__apply,
  .wbw-lb__edit-each {
    display: none !important;
  }
}

.wbw-lb__edit-each {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.15rem 0.45rem;
  border: none;
  border-radius: 999px;
  background: rgba(46, 41, 38, 0.06);
  color: #8a6d3d;
  font-size: 0.6875rem;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
}

.wbw-lb__edit-each:hover {
  background: rgba(46, 41, 38, 0.1);
}

.wbw-lb__field {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b635c;
}

.wbw-lb__field > span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.wbw-lb__field .wbw-pretty-dd__native {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

.wbw-lb__field .wbw-pretty-dd {
  width: 100%;
}

.wbw-lb__field .wbw-pretty-dd__btn {
  height: 2.4rem;
  border: 1px solid rgba(46, 41, 38, 0.16);
  border-radius: 10px;
  background: #fffaf6;
  color: #2e2926;
  font-size: 0.8125rem;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}

.wbw-lb__chip {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(46, 41, 38, 0.12);
  font-size: 0.75rem;
  color: #6b635c;
}

.wbw-lb__chip strong {
  font-size: 0.875rem;
  color: #2e2926;
}

.wbw-lb {
  --wbw-lb-ctrl-h: 2.25rem;
}

.wbw-lb__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 0.5rem;
  width: 100%;
  flex: 0 0 auto;
  min-height: var(--wbw-lb-ctrl-h);
  margin: 0;
  padding-top: 0.15rem;
}

.wbw-lb__bar .wbw-lb__price,
.wbw-lb__bar .wbw-lb__price .wcf-variant-card__prices {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  height: var(--wbw-lb-ctrl-h);
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}

.wbw-lb__bar .wbw-stepper {
  margin: 0;
}

.wbw-lb__bar .wbw-lb__price .wcf-variant-card__price--compare {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(46, 41, 38, 0.42);
}

.wbw-lb__bar .wbw-lb__price .wcf-variant-card__price--sale,
.wbw-lb__bar .wbw-lb__price .wcf-variant-card__price--current {
  font-size: 1.05rem;
  font-weight: 750;
  color: #2e2926;
}

.wbw-lb__picks-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.2rem;
}

.wbw-lb__sel-foot[hidden] {
  display: none !important;
}

.wbw-lb__clear {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  padding: 0.15rem 0.2rem;
  margin: 0;
  border: none;
  background: transparent;
  color: #6b635c;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.wbw-lb__clear:hover {
  color: var(--wcf-accent, #AF392B);
}

.wbw-lb__total {
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 650;
  color: #2e2926;
  white-space: nowrap;
}

.wbw-lb__total strong {
  font-weight: 750;
}

.wbw-lb .wbw-stepper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--wbw-lb-ctrl-h);
  margin: 0;
  padding: 0;
  gap: 0.35rem;
}

.wbw-lb .wbw-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--wbw-lb-ctrl-h);
  height: var(--wbw-lb-ctrl-h);
  margin: 0;
  padding: 0;
  border: 2px solid var(--wcf-accent, #AF392B);
  border-radius: 999px;
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 12%, #fff);
  color: var(--wcf-accent, #AF392B);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.wbw-lb .wbw-stepper__btn:hover {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 22%, #fff);
}

.wbw-lb .wbw-stepper__btn[data-wbw-lb-inc] {
  background: var(--wcf-accent, #AF392B);
  color: #fff;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--wcf-accent, #AF392B) 35%, transparent);
}

.wbw-lb .wbw-stepper__btn[data-wbw-lb-inc]:hover {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 88%, #000);
}

.wbw-lb .wbw-stepper__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.wbw-lb .wbw-stepper__icon {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.wbw-lb .wbw-stepper__val {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: var(--wbw-lb-ctrl-h);
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: #2e2926;
  font-variant-numeric: tabular-nums;
}

.wbw-lb__add.wcf-btn,
.wbw-lb__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  flex: 0 0 auto;
  min-width: 7.25rem;
  min-height: var(--wbw-lb-ctrl-h) !important;
  height: var(--wbw-lb-ctrl-h) !important;
  max-height: var(--wbw-lb-ctrl-h);
  margin: 0;
  padding: 0 0.95rem;
  border-width: 2px;
  border-radius: 999px;
  background: var(--wcf-btn-bg, #AF392B) !important;
  border-color: var(--wcf-btn-bg, #AF392B) !important;
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1;
}

.wbw-lb__add:disabled {
  opacity: 0.45;
}

.wbw-atc-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
}

.wbw-atc-hint {
  margin: 0;
  max-width: 9.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-align: center;
  color: color-mix(in srgb, var(--wcf-accent, #AF392B) 42%, #2e2926);
}

.wbw-atc-hint[hidden] {
  display: none !important;
}

.wbw-atc-hint.is-error {
  color: #6b635c;
}

.wbw-lb__bar .wbw-atc-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
  height: var(--wbw-lb-ctrl-h);
}

.wbw-lb__bar .wbw-atc-hint {
  display: none !important;
}

@media (max-width: 749px) {
  .wbw-lb__card {
    overflow: visible;
  }

  .wbw-lb__dock {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .wbw-lb__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }

  .wbw-lb__title {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wbw-lb__bar .wbw-lb__price {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
  }

  .wbw-lb__mid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 7.6rem;
    align-items: end;
    column-gap: 0.8rem;
    width: 100%;
  }

  .wbw-lb__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.7rem;
    min-width: 0;
  }

  .wbw-lb__picks {
    max-height: none;
    overflow: visible;
  }

  .wbw-lb__when {
    gap: 0.4rem;
  }

  .wbw-lb__bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0.6rem;
    width: 7.6rem;
    padding: 0;
  }

  .wbw-lb__bar .wbw-stepper {
    margin-right: 0;
  }

  .wbw-lb .wbw-stepper {
    width: 100%;
    justify-content: space-between;
    gap: 0.3rem;
  }

  .wbw-lb .wbw-stepper__btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.15rem;
  }

  .wbw-lb .wbw-stepper__val {
    min-width: 1.15rem;
    font-size: 1.05rem;
  }

  .wbw-lb__bar .wbw-atc-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: stretch;
  }

  .wbw-lb__bar .wbw-atc-hint {
    display: none !important;
  }

  .wbw-lb__add {
    width: 100%;
    min-width: 0;
    padding: 0 0.65rem;
  }

  .wbw-lb .wbw-pretty-dd__btn::after {
    border-top: none;
    border-bottom: 5px solid #b08d5b;
  }

  .wbw-lb__field .wbw-pretty-dd__btn {
    height: 2.15rem;
    padding: 0 1.15rem 0 0.4rem;
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
}

.wbw-lb__picks {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 8.5rem;
  overflow-y: auto;
  padding: 0.15rem 0 0;
}

.wbw-lb__picks[hidden] {
  display: none !important;
}

.wbw-lb__picks--stack {
  position: relative;
  z-index: 8;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.wbw-lb__picks--stack.is-open::before {
  content: '';
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.35rem;
  height: calc(var(--wbw-rest, 0px) + (var(--wbw-n, 1) * 3.55rem) + 2.35rem);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(46, 41, 38, 0.2);
  pointer-events: none;
}

.wbw-lb__stack {
  position: relative;
  display: block;
  width: 100%;
  height: 3.15rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #2e2926;
  text-align: left;
  cursor: pointer;
}

.wbw-lb__stack[data-count='2'] { height: 4.15rem; }
.wbw-lb__stack[data-count='3'] { height: 5.15rem; }

.wbw-lb__stack-card {
  position: absolute;
  left: calc((2 - var(--wbw-peek, 0)) * 0.22rem);
  right: calc((2 - var(--wbw-peek, 0)) * 0.22rem);
  top: 0;
  z-index: calc(var(--wbw-peek, 0) + 1);
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(46, 41, 38, 0.12);
  transform: translateY(calc(var(--wbw-peek, 0) * var(--wbw-peek-step, 0.95rem))) scale(calc(0.93 + var(--wbw-peek, 0) * 0.035));
  transform-origin: top center;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    box-shadow 0.36s ease;
  transition-delay: calc((var(--wbw-n, 1) - 1 - var(--wbw-stack-i, 0)) * 0.045s);
}

.wbw-lb__stack-card.is-back {
  opacity: 0;
  transform: translateY(0) scale(0.94);
  z-index: 0;
}

.wbw-lb__picks.is-open .wbw-lb__stack-card {
  left: 0;
  right: 0;
  pointer-events: auto;
  opacity: 1;
  z-index: calc(var(--wbw-stack-i, 0) + 1);
  transform: translateY(calc(var(--wbw-rest, 0px) + (var(--wbw-stack-i, 0) - var(--wbw-n, 1) + 1) * 3.55rem));
  box-shadow: 0 2px 10px rgba(46, 41, 38, 0.08);
  transition-delay: calc(var(--wbw-stack-i, 0) * 0.055s);
}

.wbw-lb__picks--stack .wbw-lb__picks-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
  transition: opacity 0.28s ease, transform 0.36s ease;
}

.wbw-lb__picks.is-open .wbw-lb__picks-foot {
  opacity: 1;
  pointer-events: auto;
  bottom: calc(var(--wbw-rest, 0px) + (var(--wbw-n, 1) * 3.55rem) + 0.15rem);
  transform: none;
  transition-delay: calc(var(--wbw-n, 1) * 0.05s);
}

.wbw-sel-follow {
  display: none;
}

html.wbw-lb-open .wbw-sel-follow {
  display: none !important;
}

@media (max-width: 749px) {
  .wbw-sel-follow {
    display: block;
    position: fixed;
    left: 0.7rem;
    right: 0.7rem;
    bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
    z-index: 40;
    max-height: none;
    overflow: visible;
    padding: 0;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  }

  .wbw-sel-follow[hidden] {
    display: none;
  }

  .wbw-sel-follow.is-docked {
    transform: translateY(calc(100% + 1.4rem));
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 750px) {
  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary {
    display: none;
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    margin: 0.45rem 0 0;
    max-width: none;
    overflow: visible;
    background: transparent;
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow[hidden] {
    display: none;
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks.is-open .wbw-lb__stack,
  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks.is-open .wbw-lb__stack[data-count='2'],
  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks.is-open .wbw-lb__stack[data-count='3'] {
    height: calc(var(--wbw-n, 1) * 3.55rem + 2.35rem);
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks.is-open .wbw-lb__stack-card {
    left: 0;
    right: 0;
    transform: translateY(calc(var(--wbw-stack-i, 0) * 3.55rem));
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks.is-open .wbw-lb__picks-foot {
    bottom: auto;
    top: calc(var(--wbw-n, 1) * 3.55rem + 0.2rem);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] > .wbw-sel-follow.wbw-lb__picks--stack.is-open::before {
    top: -0.3rem;
    bottom: auto;
    height: calc((var(--wbw-n, 1) * 3.55rem) + 2.5rem);
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='variants'] .wbw-variant-dock {
    position: relative;
    z-index: 3;
    background: transparent;
    padding-bottom: 0.25rem;
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar {
    position: relative;
    z-index: 4;
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='variants'] .wbw-variant-dock [data-wbw-selection-slot] {
    order: 0;
  }
}

.wbw-lb__picks-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.wbw-lb__picks-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b635c;
}

.wbw-lb__pick {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0.4rem;
  border: 1.5px solid rgba(46, 41, 38, 0.08);
  border-radius: 10px;
  background: #fff;
  color: #2e2926;
  text-align: left;
  cursor: pointer;
}

.wbw-lb__pick.is-active {
  border-color: var(--wcf-accent, #AF392B);
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 8%, #fff);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--wcf-accent, #AF392B) 18%, transparent);
}

.wbw-lb__pick-media,
.wbw-lb__pick-media img,
.wbw-lb__pick-ph {
  display: block;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 7px;
  object-fit: cover;
  background: #f4f1e2;
}

.wbw-lb__pick-info {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.wbw-lb__pick-name {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
}

.wbw-lb__pick-now {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.08rem 0.35rem;
  border-radius: 999px;
  background: var(--wcf-accent, #AF392B);
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 750;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbw-lb__pick-when {
  font-size: 0.6875rem;
  font-weight: 550;
  line-height: 1.3;
  color: #6b635c;
}

.wbw-lb__pick-when.is-muted {
  color: #8a8278;
  font-weight: 500;
}

.wbw-lb__pick-qty {
  font-size: 0.75rem;
  font-weight: 700;
  color: #2e2926;
  white-space: nowrap;
}

.wbw-lb__thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.1rem 0 0;
  flex: 0 0 auto;
  scrollbar-width: none;
}

.wbw-lb__thumbs::-webkit-scrollbar {
  display: none;
}

.wbw-lb__thumb {
  flex: 0 0 4.25rem;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border: 1.5px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.wbw-lb__thumb img,
.wbw-lb__thumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-lb__thumb.is-active {
  border-color: var(--wcf-accent, #AF392B);
}

/* Desktop: fullscreen split — image left, controls right, no side gutters */
@media (min-width: 750px) {
  .wbw-lb {
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
  background: #f4f1e2;
}

  .wbw-lb__card {
    width: 100%;
    height: 100%;
    max-height: none;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .wbw-lb__stage {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 2.25rem 2.5rem;
    border-radius: 0;
    background: #f4f1e2;
  }

  .wbw-lb__img {
    width: auto;
    height: auto;
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
  }

  .wbw-lb__dock {
    display: flex;
    flex-direction: column;
    flex: 0 0 min(28rem, 40vw);
    width: min(28rem, 40vw);
    max-width: none;
    align-self: stretch;
    overflow-x: hidden;
    overflow-y: auto;
    gap: 0.95rem;
    padding: 1.35rem 1.4rem 1.25rem;
    border: none;
    border-left: 1px solid rgba(46, 41, 38, 0.08);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .wbw-lb__mid,
  .wbw-lb__left {
    display: contents;
  }

  .wbw-lb__meta {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    padding: 0 2.85rem 0 0;
    flex: 0 0 auto;
    margin-top: 0;
  }

  .wbw-lb__when {
    order: 2;
    width: 100%;
    gap: 0.65rem;
    flex: 0 0 auto;
    margin-top: 0;
  }

  .wbw-lb__picks {
    order: 3;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
  }

  .wbw-lb__bar {
    --wbw-lb-ctrl-h: 2.25rem;
    order: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    padding-top: 0.15rem;
    column-gap: 0.5rem;
    flex: 0 0 auto;
    margin-top: auto;
    width: 100%;
  }

  .wbw-lb__bar .wbw-lb__price {
    min-width: 0;
  }

  .wbw-lb__bar .wbw-stepper {
    margin: 0;
  }

  .wbw-lb__thumbs {
    order: 5;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-top: 0;
    gap: 0.45rem;
  }

  .wbw-lb__picks-foot {
    margin-top: 0.25rem;
  }

  .wbw-lb__thumb {
    flex: 0 0 3.15rem;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 9px;
  }

  .wbw-lb__close {
    top: 1rem;
    right: 1rem;
    left: auto;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.7rem;
  }

  .wbw-lb__nav {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.45rem;
  }

  .wbw-lb .wbw-pretty-dd__btn {
    height: 2.4rem;
    font-size: 0.8125rem;
  }

  .wbw-lb .wbw-stepper__btn {
    width: var(--wbw-lb-ctrl-h);
    height: var(--wbw-lb-ctrl-h);
    font-size: 1.2rem;
  }

  .wbw-lb .wbw-stepper__val {
    min-width: 1.25rem;
    height: var(--wbw-lb-ctrl-h);
    font-size: 1.05rem;
  }

  .wbw-lb__add.wcf-btn,
  .wbw-lb__add {
    min-width: 7.25rem;
    min-height: var(--wbw-lb-ctrl-h) !important;
    height: var(--wbw-lb-ctrl-h) !important;
    padding: 0 0.95rem;
    font-size: 0.8125rem;
  }
}

/* Fallback fullscreen when PDP ProductModal zoom is unavailable */
.wbw-image-zoom {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
  background: rgba(15, 23, 42, 0.72);
  -webkit-tap-highlight-color: transparent;
}

.wbw-image-zoom__img {
  display: block;
  max-width: min(100%, 960px);
  max-height: calc(100vh - 2.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.wbw-image-zoom__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

/* Wizard booking chrome over ProductModal gallery (body-fixed fallback) */
.wbw-zoom-hud {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
  box-sizing: border-box;
}

/* In-flow between zoom gallery and thumbnail strip — scales with image */
.wbw-zoom-hud--docked {
  position: relative;
  inset: auto;
  z-index: 30;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.wbw-zoom-hud--docked .wbw-zoom-hud__bottom {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  max-height: none;
  overflow: visible;
  justify-content: flex-start;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem 0.45rem;
  background: rgb(var(--color-background, 255 255 255));
}

/* Gallery yields height to the docked details + thumbs */
[id^="media-gallery-"].wbw-zoom-gallery--with-hud {
  position: relative;
  min-height: 0 !important;
  flex: 1 1 0% !important;
}

/* pt-16 was pushing the photo down; arrows sat on gallery mid, not image mid */
[id^="media-gallery-"].wbw-zoom-gallery--with-hud .splide__track {
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
}

[id^="media-gallery-"].wbw-zoom-gallery--with-hud .splide__arrows {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

[id^="media-gallery-"].wbw-zoom-gallery--with-hud .splide__arrow {
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

[id^="media-gallery-"].wbw-zoom-gallery--with-hud .splide__arrow--prev {
  left: 0.35rem !important;
  right: auto !important;
}

[id^="media-gallery-"].wbw-zoom-gallery--with-hud .splide__arrow--next {
  right: 0.35rem !important;
  left: auto !important;
}

.wbw-zoom-hud--docked ~ [id^="x-zoom-thumbnail-"] {
  flex: 0 0 auto;
}

/* Non-docked fallback: bottom-anchored overlay */
.wbw-zoom-hud__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 0.85rem 1rem 1rem;
  pointer-events: none;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 28%,
    rgba(255, 255, 255, 0.97) 100%
  );
}

@media (min-width: 768px) {
  .wbw-zoom-hud:not(.wbw-zoom-hud--docked) .wbw-zoom-hud__bottom {
    bottom: calc(7.75rem + env(safe-area-inset-bottom, 0px));
  }
}

.wbw-zoom-hud__when-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  max-width: min(28rem, 94vw);
  box-sizing: border-box;
}

.wbw-zoom-hud__when-row .wbw-zoom-hud__when {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

/* Wider zoom: Date + Time sit side by side in the same band */
@media (min-width: 640px) {
  .wbw-zoom-hud--docked .wbw-zoom-hud__when-row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    max-width: min(36rem, 92vw);
  }

  .wbw-zoom-hud--docked .wbw-zoom-hud__when-row .wbw-zoom-hud__when {
    flex: 1 1 0;
    min-width: 0;
  }

  .wbw-zoom-hud--docked .wbw-zoom-hud__bottom {
    gap: 0.45rem;
    padding: 0.5rem 1rem 0.55rem;
  }
}

@media (min-width: 900px) {
  .wbw-zoom-hud--docked .wbw-zoom-hud__buy {
    gap: 1rem 1.5rem;
  }
}

.wbw-image-zoom ~ .wbw-zoom-hud:not(.wbw-zoom-hud--docked) .wbw-zoom-hud__bottom,
body:has(.wbw-image-zoom) .wbw-zoom-hud:not(.wbw-zoom-hud--docked) .wbw-zoom-hud__bottom {
  top: auto;
  bottom: 1rem;
  max-height: none;
  background: none;
}

.wbw-zoom-hud__qty {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin-top: 0;
  padding: 0.2rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.12);
}

.wbw-zoom-hud__buy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.15rem;
  pointer-events: none;
}

.wbw-zoom-hud__buy .wbw-zoom-hud__qty {
  pointer-events: auto;
}

.wbw-zoom-hud__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wcf-accent-soft, #f4f1e2) 80%, #fff);
  color: rgb(var(--color-foreground, 30 30 30));
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}

.wbw-zoom-hud__qty-btn:hover,
.wbw-zoom-hud__qty-btn:focus-visible {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 18%, #fff);
  color: var(--wcf-accent, #AF392B);
}

.wbw-zoom-hud__qty-val {
  min-width: 2rem;
  padding: 0 0.35rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wbw-zoom-hud__variant,
.wbw-zoom-hud__price,
.wbw-zoom-hud__when {
  pointer-events: none;
  max-width: min(28rem, 92vw);
  text-align: center;
}

.wbw-zoom-hud__variant {
  font-size: clamp(1.05rem, 3.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgb(var(--color-foreground, 30 30 30));
  line-height: 1.25;
}

.wbw-zoom-hud__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.35rem;
  font-size: clamp(1rem, 3.6vw, 1.15rem);
  font-weight: 700;
  color: rgb(var(--color-foreground, 30 30 30));
  line-height: 1.2;
}

.wbw-zoom-hud__price .wcf-variant-card__prices {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
}

.wbw-zoom-hud__price .wcf-variant-card__price--current,
.wbw-zoom-hud__price .wcf-variant-card__price--sale {
  font-size: inherit;
  font-weight: 700;
}

.wbw-zoom-hud__price .wcf-variant-card__price--compare {
  font-size: 0.9em;
  opacity: 0.55;
}

.wbw-zoom-hud__when {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  width: min(20rem, 88vw);
  margin-top: 0.15rem;
  padding: 0.45rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.wbw-zoom-hud__when-label {
  font-size: clamp(0.7rem, 2.6vw, 0.78rem);
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.5);
  line-height: 1.2;
}

.wbw-zoom-hud__when-value {
  font-size: clamp(0.95rem, 3.5vw, 1.1rem);
  font-weight: 650;
  color: rgb(var(--color-foreground, 30 30 30));
  line-height: 1.25;
}

.wbw-zoom-hud__when--muted .wbw-zoom-hud__when-value {
  color: rgba(var(--color-foreground, 30 30 30), 0.42);
  font-weight: 500;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-qty-col {
  position: static !important;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  pointer-events: auto !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__prices {
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  gap: 0.2rem 0.35rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__title {
  cursor: pointer;
  margin: 0.1rem 0 0.06rem;
  font-size: clamp(0.68rem, 1.75vw, 0.86rem) !important;
  font-weight: 700;
  line-height: 1.15;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__media .wcf-variant-card__img,
.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-qty-col .wcf-qty--variant {
  flex-direction: row !important;
  width: auto !important;
  min-width: 5.25rem !important;
  height: 1.65rem;
  gap: 0.22rem;
  padding: 0.14rem 0.38rem;
  border-radius: 999px;
  background: rgb(var(--color-background, 255 255 255));
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
  pointer-events: auto !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-qty--variant .wcf-qty__btn {
  width: 1.35rem !important;
  height: 1.35rem !important;
  font-size: 0.9rem !important;
  pointer-events: auto !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--current,
.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--sale {
  font-size: clamp(0.88rem, 2.15vw, 1.03rem) !important;
  font-weight: 800 !important;
}

/* Desktop: hide carousel chrome; keep grid */
@media (min-width: 750px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav {
    display: none !important;
  }

  .wbw-root[data-wbw-branch='variants'] {
    --wbw-variants-fit-h: min(var(--wcf-panel-h), calc(100vh - 11.25rem));
    --wbw-variants-grid-h: min(26rem, 48vh);
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-shell,
  .wbw-root[data-wbw-branch='variants'] .wcf-viewport,
  .wbw-root[data-wbw-branch='variants'] .wcf-track,
  .wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='variants'].wcf-step--on {
    height: auto;
    max-height: none;
    min-height: var(--wbw-variants-fit-h);
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-step[data-wbw-step='variants'].wcf-step--on {
    position: relative;
    inset: auto;
  }

  .wbw-root[data-wbw-branch='venue'] .wcf-shell,
  .wbw-root[data-wbw-branch='venue'] .wcf-viewport,
  .wbw-root[data-wbw-branch='venue'] .wcf-track {
    height: auto;
    min-height: var(--wcf-panel-h);
    overflow: visible;
  }

  .wbw-root[data-wbw-branch='venue'] .wcf-step[data-wbw-step='venue'].wcf-step--on {
    position: relative;
    inset: auto;
    height: auto;
    min-height: var(--wcf-panel-h);
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__body--variants-booking {
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top {
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-height: 0;
    height: auto;
    width: 100%;
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top [data-wbw-variants],
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top .wcf-variants,
  .wbw-root[data-wcf-variant-layout='stacked'] .wcf-step[data-wbw-step='variants'] .wcf-variants,
  .wbw-root[data-wcf-variant-layout='stacked'] .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--fit {
    display: grid;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(var(--wcf-variant-cols, 3), minmax(0, 1fr));
    grid-template-rows: repeat(var(--wcf-variant-rows, 2), auto);
    gap: 10px;
    overflow: visible;
    align-content: start;
    align-items: start;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-hint {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(46, 41, 38, 0.52);
    text-align: center;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    padding: 0 !important;
    border: 1px solid color-mix(in srgb, var(--wcf-accent, #AF392B) 16%, rgba(46, 41, 38, 0.08));
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(46, 41, 38, 0.04);
    overflow: hidden;
    position: relative;
    min-height: 0;
    height: auto;
    container-type: inline-size;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card {
    grid-row: 1 / -1;
    grid-column: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    height: auto;
    border-radius: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__media {
    grid-row: 1;
    grid-column: 1;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1;
    margin: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    background: #f4f1e2;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__media .wcf-variant-card__img,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__img {
    object-fit: contain !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row {
    grid-row: unset;
    grid-column: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* Overlay the 1:1 photo; stepper sits at the bottom-center of the image. */
    height: 100cqw;
    transform: none;
    align-self: auto;
    z-index: 3;
    margin: 0;
    padding: 0 0 0.42rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
    box-sizing: border-box;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row .wbw-stepper {
    pointer-events: auto;
    background: rgba(255, 250, 246, 0.96) !important;
    border-radius: 999px;
    padding: 0.12rem 0.22rem;
    box-shadow: 0 2px 8px rgba(46, 41, 38, 0.16);
    gap: 0.2rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row .wbw-stepper__val {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.15rem;
    border-radius: 999px;
    background: #fff;
    color: #2e2926;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row[hidden] {
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-zoom {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    z-index: 2;
    width: 1.85rem;
    height: 1.85rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #2e2926;
    font-size: 1.05rem;
    line-height: 1;
    cursor: zoom-in;
    box-shadow: 0 1px 4px rgba(46, 41, 38, 0.14);
    opacity: 0.92;
    transition: opacity 0.15s ease;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard:hover .wbw-variant-zoom {
    opacity: 1;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar__qty {
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar {
    display: grid;
    justify-content: stretch;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-card__meta {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.08rem;
    padding: 0.32rem 0.4rem 0.38rem;
    flex: 0 0 auto;
    min-height: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-card__meta .wcf-variant-card__title,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__title {
    max-width: 100% !important;
    width: 100% !important;
    height: 2.4em;
    min-height: 2.4em;
    max-height: 2.4em;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    font-size: clamp(0.7rem, 2.6cqw, 0.8rem) !important;
    font-weight: 650;
    line-height: 1.2;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-card__meta .wcf-variant-card__prices,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__prices {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
    min-height: 1.2em;
    gap: 0.35rem;
    text-align: right;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants {
    align-items: start;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard {
    height: auto;
    min-height: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__price,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__price--current,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__price--sale {
    font-size: 0.82rem !important;
    font-weight: 750 !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
    white-space: nowrap;
    color: #2e2926 !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__price--compare {
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    opacity: 0.48;
    order: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard {
    cursor: pointer;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard:hover {
    border-color: color-mix(in srgb, var(--wcf-accent, #AF392B) 45%, transparent);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--wcf-accent, #AF392B) 10%, transparent);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active:hover {
    border-color: color-mix(in srgb, var(--wcf-accent, #AF392B) 62%, transparent);
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--wcf-accent, #AF392B) 26%, #fff),
      0 6px 16px color-mix(in srgb, var(--wcf-accent, #AF392B) 12%, transparent);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card__media {
    position: relative;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime {
    padding: 0 0 0.15rem !important;
    margin: 0 0 0.45rem !important;
    background: transparent !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__head--booking-centered {
    padding-bottom: 0;
    margin-bottom: 0.4rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] {
    padding-top: 0.55rem !important;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
    padding-bottom: 0.55rem !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active .wcf-variant-card__media::after {
    content: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime {
    flex: 0 0 auto;
    margin: 0 0 0.25rem !important;
    padding: 0 !important;
  }

  .wbw-root[data-wbw-venue-kind='popup'] .wcf-step[data-wbw-step='variants'] [data-wbw-variant-title-head] {
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-dock {
    flex: 0 0 auto;
    margin-top: 0.3rem;
    padding-top: 0.5rem;
  }
}

@media (max-width: 749px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] [data-wbw-variants].wcf-variants--fit .wcf-variant-row.wbw-variant-row--wizard {
    max-height: none;
    height: auto;
  }
}

/* Override stacked thumb sizing inside wizard carousel (mobile only) */
@media (max-width: 749px) {
  .wbw-root[data-wcf-variant-layout='stacked'] .wcf-step[data-wbw-step='variants'] .wcf-variants--carousel .wcf-variant-card__media,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants--carousel .wcf-variant-card__media {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.68) 100%
  );
  pointer-events: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__overlay-inner {
  width: 100%;
  padding: 0.35rem 0.45rem 0.45rem;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__title {
  margin: 0 0 0.06rem;
  font-size: clamp(0.68rem, 1.75vw, 0.86rem) !important;
  font-weight: 700;
  line-height: 1.15;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  text-align: center !important;
  letter-spacing: -0.01em;
  flex: unset;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  word-break: normal;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 0.2rem 0.35rem;
  margin-top: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--current {
  font-size: clamp(0.88rem, 2.15vw, 1.03rem) !important;
  font-weight: 800 !important;
  color: rgb(var(--color-foreground, 30 30 30)) !important;
  letter-spacing: -0.01em;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__prices--discount {
  gap: 0.15rem 0.3rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--compare {
  font-size: clamp(0.72rem, 1.6vw, 0.84rem) !important;
  font-weight: 600 !important;
  color: rgba(var(--color-foreground, 30 30 30), 0.45) !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--compare s {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-card__price--sale {
  color: #2d8a54 !important;
  font-size: clamp(0.88rem, 2.15vw, 1.03rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal {
  padding: 0.28rem 0.5rem !important;
  gap: 0.28rem !important;
  border-radius: 10px !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal .wcf-qty__btn {
  width: 1.75rem !important;
  height: 1.75rem !important;
  min-width: 1.75rem !important;
  min-height: 1.75rem !important;
  font-size: 0.9rem !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon .wcf-qty--review.wcf-qty--horizontal .wcf-qty__val {
  min-width: 1.35rem !important;
  font-size: 0.9rem !important;
  font-weight: 700;
}

/* ─── Step 3: flex layout — content top, footer pinned bottom ─── */
.wbw-root .wcf-step[data-wbw-step='variants'].wcf-step--on {
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
  padding-top: 0.55rem;
  padding-bottom: 0.65rem;
}

@media (min-width: 750px) {
  .wbw-root .wcf-step[data-wbw-step='variants'].wcf-step--on {
    overflow: visible !important;
    height: auto;
    max-height: none;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__head--booking-centered {
  margin-bottom: 0.35rem;
  flex-shrink: 0;
}

/* Step 3: one type size for Clear, Total, footer Back / label / Add to cart (matches primary CTA scale) */
.wbw-root .wcf-step[data-wbw-step='variants'] {
  --wbw-step3-cta-fs: 0.9375rem;
}

@media (max-width: 749px) {
  /* Step 2 datetime — mobile: content-height shell, no stretched void */
  .wbw-root[data-wbw-branch='datetime'] {
    --wcf-panel-h: auto;
  }

  .wbw-root[data-wbw-branch='datetime'] .wcf-shell,
  .wbw-root[data-wbw-branch='datetime'] .wcf-viewport,
  .wbw-root[data-wbw-branch='datetime'] .wcf-track {
    height: auto;
    min-height: 0;
  }

  .wbw-root[data-wbw-branch='datetime'] .wcf-step[data-wbw-step='datetime'].wcf-step--on {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    overflow: visible !important;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] {
    padding: 0.15rem 0.15rem 0.25rem !important;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__head--calendar {
    margin-bottom: 0.7rem;
    flex-shrink: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__title {
    margin: 0;
    font-size: 1.0625rem !important;
    font-weight: 650 !important;
    color: #2e2926;
    line-height: 1.25;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__sub {
    margin: 0.2rem 0 0;
    font-size: 0.8125rem;
    opacity: 0.62;
    line-height: 1.35;
    color: #6b635c;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__body,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__body--calendar {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible !important;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__body,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__body--calendar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.15rem;
    width: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker {
    order: 1;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    overflow: visible;
    touch-action: pan-y;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-fields {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0.15rem 0 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--date {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav {
    order: 0;
    display: grid;
    max-width: none;
    margin: 0 0 1.15rem;
    padding: 0 0 0.65rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.35rem;
    border-bottom: 1px solid rgba(46, 41, 38, 0.08);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__label {
    grid-column: 2;
    width: auto;
    font-size: 0.9375rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2e2926;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 1.7rem;
    padding: 0.22rem 0.55rem;
    border: none;
    border-radius: 999px;
    background: rgba(46, 41, 38, 0.045);
    box-shadow: none;
    font-size: 0.6875rem;
    font-weight: 550;
    letter-spacing: 0.02em;
    color: #7a8b91;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn[data-wbw-cal-prev] {
    grid-column: 1;
    justify-self: start;
    justify-content: flex-start;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-nav__btn[data-wbw-cal-next] {
    grid-column: 3;
    justify-self: end;
    justify-content: flex-end;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-sheet {
    order: 1;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: rgb(var(--colors-background, var(--color-background, 255 255 255)));
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-grid--dow {
    padding: 0.15rem 0 0.5rem;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-dow {
    font-size: 0.6875rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
    color: #5a6d74;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1px;
  }

  .wbw-root[data-wbw-branch='datetime'] .pdp-workshop-booking.wb-wizard::before,
  .wbw-root[data-wbw-branch='datetime'] .pdp-workshop-booking.wb-wizard::after,
  .wbw-root[data-wbw-branch='datetime'] .wcf-cal-block--picker::before,
  .wbw-root[data-wbw-branch='datetime'] .wcf-cal-block--picker::after,
  .wbw-root[data-wbw-branch='datetime'] .wcf-cal-sheet::before,
  .wbw-root[data-wbw-branch='datetime'] .wcf-cal-sheet::after {
    content: none !important;
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-grid--days {
    flex: 0 0 auto;
    padding: 0.4rem 0 0.35rem;
    background: rgb(var(--colors-background, var(--color-background, 255 255 255)));
    row-gap: 0.28rem;
    grid-template-rows: repeat(var(--wcf-cal-week-rows, 6), minmax(2.5rem, auto));
    grid-auto-rows: minmax(2.5rem, auto);
    align-items: center;
    border-top: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day-wrap {
    padding: 4px;
    max-height: none;
    height: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day {
    position: relative;
    width: min(2.45rem, 80%);
    height: min(2.45rem, 80%);
    min-height: 2.2rem;
    margin: auto;
    border-radius: 9px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8a9aa0;
    cursor: default;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--open:not(.wcf-cal-day--selected),
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--muted:not(.wcf-cal-day--selected),
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day:disabled:not(.wcf-cal-day--has-event) {
    opacity: 1;
    color: #8a9aa0;
    -webkit-text-fill-color: #8a9aa0;
    font-weight: 450;
    background: transparent;
    cursor: default;
    pointer-events: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--open:hover,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--muted:hover {
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--has-event:not(.wcf-cal-day--selected) {
    opacity: 1;
    font-weight: 700;
    color: #2e2926;
    -webkit-text-fill-color: #2e2926;
    background: color-mix(in srgb, var(--wcf-accent, #AF392B) 14%, transparent);
    border-radius: 8px;
    cursor: pointer;
    pointer-events: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--has-event:not(.wcf-cal-day--selected)::after {
    display: block;
    bottom: 0.2rem;
    width: 0.5rem;
    height: 2px;
    border-radius: 2px;
    background: var(--wcf-accent, #AF392B);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--soldout-only:not(.wcf-cal-day--selected) {
    background: rgba(185, 28, 28, 0.05);
    color: #8a5a5a;
    -webkit-text-fill-color: #8a5a5a;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--soldout-only:not(.wcf-cal-day--selected)::after {
    background: rgba(185, 28, 28, 0.5);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--selected {
    width: min(2.4rem, 78%);
    height: min(2.4rem, 78%);
    min-height: 2.2rem;
    border-radius: 999px;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-block--picker .wcf-cal-day--selected::after {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-picked,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--date,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-dt-field--time .wbw-dt-field__label {
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    align-self: stretch;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row--no-ring {
    max-width: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row--no-ring .wbw-cal-time-row__picker,
  .wbw-root[data-wbw-show-capacity-ring='false'] .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker {
    max-width: none;
    width: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-cal-time-row__picker .wcf-cal-time__dd {
    max-width: none;
    width: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__body .wcf-cal-time > .wcf-cal-time__dd {
    max-width: none;
    margin: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-cal-time__hint {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    line-height: 1.3;
    color: var(--wcf-heading, #2e2926);
    opacity: 0.72;
  }

  .wbw-root .wcf-step--wl-single .wcf-step__foot {
    margin-top: 0 !important;
    padding: 0.65rem 0.15rem 0.3rem;
    border-top: none;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] > .wcf-step__foot {
    margin-top: 1.35rem !important;
    padding: 0.35rem 0.15rem 1.65rem;
    border-top: none;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar,
  .wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav {
    display: grid;
    grid-template-columns: minmax(5.75rem, 1fr) auto minmax(5.75rem, 1fr);
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar {
    position: relative;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wcf-btn--ghost,
  .wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-btn--ghost {
    min-height: 48px;
    padding: 0 0.95rem;
    font-size: 0.875rem;
    border-radius: 999px;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wcf-btn--ghost {
    min-width: 0;
    background: var(--wcf-accent-soft, #f4f1e2) !important;
    border: 1.5px solid var(--wcf-btn-bg, var(--wcf-accent, #AF392B)) !important;
    color: var(--wcf-btn-bg, var(--wcf-accent, #AF392B)) !important;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wcf-progress-cluster,
  .wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-progress-cluster {
    grid-column: 2;
    justify-self: center;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wcf-progress-cluster {
    position: absolute;
    left: 50%;
    top: 24px;
    grid-column: auto;
    margin: 0;
    gap: 0.45rem;
    justify-content: flex-start;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-progress-dots {
    transform: translateY(-50%);
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-atc-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-column: 2;
    width: auto;
    max-width: 100%;
    min-width: 0;
    justify-self: end;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-atc-wrap > .wcf-btn--primary {
    order: 1;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wbw-atc-wrap > .wbw-atc-hint {
    order: 2;
    max-width: none;
    margin: 0.4rem 0 0;
    text-align: center;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wcf-btn--primary,
  .wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wcf-btn--primary,
  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-step__foot--bar-nav > .wbw-atc-wrap > .wcf-btn--primary,
  .wbw-root .wcf-step--wl-single .wcf-step__foot--bar-nav > .wbw-atc-wrap > .wcf-btn--primary {
    min-height: 48px;
    min-width: 7.25rem;
    padding: 0 1.15rem;
    font-size: 0.875rem;
    border-radius: 999px;
  }

  .wbw-root .wcf-step[data-wbw-step='datetime'] .wcf-progress,
  .wbw-root .wcf-step--wl-single .wcf-progress {
    font-size: 0.875rem;
    font-weight: 650;
    text-align: center;
    color: #6b635c;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] {
    --wbw-step3-cta-fs: 0.8125rem;
  }
}

@media (max-width: 389px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] {
    --wbw-step3-cta-fs: 0.75rem;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__body--variants-booking {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  justify-content: flex-start;
  gap: 0.45rem;
}

@media (min-width: 750px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__body--variants-booking {
    overflow: visible;
    min-height: 0;
    height: auto;
    flex: 0 0 auto;
    gap: 0.5rem;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  overflow: visible;
  background: transparent;
  padding: 0;
  margin: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top .wcf-booking-addon {
  margin-top: 0 !important;
  flex: 0 0 auto;
  flex-shrink: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
  display: block;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav {
  display: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav[hidden] {
  display: none !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top [data-wbw-variants],
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top .wcf-variants {
  contain: none;
  flex: 0 0 auto;
  min-height: 0;
  width: 100%;
}

@media (min-width: 750px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top {
    overflow: visible;
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    height: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top [data-wbw-variants],
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top .wcf-variants {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    grid-template-rows: repeat(var(--wcf-variant-rows, 2), auto);
    align-content: start;
    align-items: start;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] [data-wbw-variants].wcf-variants--fit .wcf-variant-row.wbw-variant-row--wizard {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-mid {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  padding: 0;
  min-height: 0;
  overflow: visible;
  border: none;
  background: transparent;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-dock {
  --wbw-dock-h: 2.75rem;
  --wbw-stepper-h: 2.25rem;
  --wbw-dock-ink: #2e2926;
  --wbw-dock-line: rgba(46, 41, 38, 0.2);
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 0;
  width: 100%;
  margin-top: 0.45rem;
  padding-top: 0.85rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid rgba(46, 41, 38, 0.1);
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-dock:has([data-wbw-selection-slot]:not(.is-empty)) {
  gap: 0.45rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    'back atc'
    'hint hint';
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar > [data-wbw-action='back'] {
  grid-area: back;
  justify-self: start;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar > .wcf-progress-cluster {
  position: absolute;
  left: 50%;
  top: calc(var(--wbw-dock-h) / 2);
  z-index: 1;
  min-width: 0;
  margin: 0;
  gap: 0.22rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-wrap {
  grid-area: atc;
  margin-left: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  justify-self: end;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar > .wcf-btn--ghost,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar > .wcf-btn--primary,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-wrap > .wcf-btn--primary {
  min-height: var(--wbw-dock-h);
  height: var(--wbw-dock-h);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar > .wcf-btn--ghost {
  justify-self: start;
  padding: 0 1.05rem;
  background: var(--wcf-accent-soft, #f4f1e2) !important;
  border: 1.5px solid var(--wcf-btn-bg, var(--wcf-accent, #AF392B)) !important;
  color: var(--wcf-btn-bg, var(--wcf-accent, #AF392B)) !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-hint {
  grid-area: hint;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0.05rem 0.4rem 0;
  text-align: center;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-hint[hidden] {
  display: none;
}

@media (max-width: 749px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-hint {
    font-size: 0.625rem;
    padding: 0 0.3rem;
  }

  .wbw-lb__bar .wbw-atc-hint {
    display: none !important;
  }
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar .wbw-atc-wrap > .wcf-btn--primary {
  margin-left: 0;
  flex: 0 0 auto;
  width: auto;
  padding: 0 1.15rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-dock__clear {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(46, 41, 38, 0.55);
  font-size: 0.8125rem;
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-dock__clear[hidden] {
  display: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-toolbar__qty {
  display: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wbw-stepper-h);
  height: var(--wbw-stepper-h);
  padding: 0;
  border: 2px solid var(--wcf-accent, #AF392B);
  border-radius: 999px;
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 12%, #fff);
  color: var(--wcf-accent, #AF392B);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__btn:hover {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 22%, #fff);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__btn[data-wbw-qty-inc] {
  background: var(--wcf-accent, #AF392B);
  color: #fff;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--wcf-accent, #AF392B) 35%, transparent);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__btn[data-wbw-qty-inc]:hover {
  background: color-mix(in srgb, var(--wcf-accent, #AF392B) 88%, #000);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__icon {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-stepper__val {
  min-width: 1.5rem;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wbw-dock-ink);
  font-variant-numeric: tabular-nums;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  min-width: 0;
  grid-row: 2;
  grid-column: 1;
  transform: none;
  font-style: normal;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__title {
  width: auto !important;
  max-width: 65%;
  flex: 0 1 auto;
  text-align: center !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__prices {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__price,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__price--current,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__price--sale {
  font-size: inherit;
  font-weight: inherit;
  color: #2e2926;
  white-space: nowrap;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__price--compare {
  display: inline;
  color: rgba(46, 41, 38, 0.45);
  font-weight: 500;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-card__meta .wcf-variant-card__price--sale {
  color: #2e2926 !important;
}

.wbw-root[data-wbw-venue-kind='popup'][data-wbw-branch='variants'] .wbw-variants-booking-mid:has([data-wbw-selection-summary]:empty),
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-mid.is-empty,
.wbw-root .wbw-variants-booking-mid[data-wbw-selection-slot].is-empty,
.wbw-root:not([data-wbw-branch='variants']) .wbw-variants-booking-mid[data-wbw-selection-slot] {
  display: none;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot]:not(.is-empty) {
  display: block;
  flex: 0 0 auto;
  order: 0;
  margin: 0;
  padding: 0.4rem 0 0.15rem;
  border: none;
  background: transparent;
  box-sizing: border-box;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary {
  display: none;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary__lines {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__info {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__name {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  color: #2e2926;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__qty {
  font-size: 0.75rem;
  font-weight: 550;
  color: #8a8278;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__line-total {
  font-size: 0.875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #2e2926;
  white-space: nowrap;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary__total {
  font-size: 0.9375rem;
  color: #2e2926;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary__total-amt {
  font-weight: 750;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__media {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  overflow: hidden;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-line__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-sel-summary__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(46, 41, 38, 0.1);
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-variant-dock__clear,
.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] button.wcf-btn--clear {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #2e2926 !important;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-variant-dock__clear:hover:not(:disabled),
.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] button.wcf-btn--clear:hover:not(:disabled) {
  color: var(--wcf-accent, #AF392B) !important;
}

.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] .wbw-variant-dock__clear:disabled,
.wbw-root[data-wbw-branch='variants'] [data-wbw-selection-slot] button.wcf-btn--clear:disabled {
  color: rgba(46, 41, 38, 0.4) !important;
  cursor: default;
}

/* ─── Step 3 selection summary — scroll inside fixed block ─── */
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background: transparent;
  overflow: visible;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary[hidden] {
  display: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__lines {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__media {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(46, 41, 38, 0.06);
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #2e2926;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__qty {
  font-size: 0.75rem;
  font-weight: 550;
  color: #6b635c;
}

.wbw-sel-line__unit,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__pill {
  display: none !important;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__line-total {
  font-weight: 700;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-align: right;
  color: #2e2926;
  padding-right: 0;
  flex-shrink: 0;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.45rem 0 0;
  border-top: 1px solid rgba(46, 41, 38, 0.1);
  background: transparent;
}

.wbw-sel-summary__total-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot .wbw-sel-summary__total,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot .wbw-sel-summary__total-label,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot .wbw-sel-summary__total-amt {
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #2e2926;
}

.wbw-sel-summary__total-amt {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot button.wcf-btn--clear.wbw-sel-summary__clear {
  font-size: var(--wbw-step3-cta-fs);
  line-height: 1.1;
  padding: 0.25rem 0.5rem;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-foot {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-top: 0;
  padding-top: 0.15rem;
  border-top: none;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-foot > .wcf-btn--ghost,
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-foot > .wcf-btn--primary {
  font-size: var(--wbw-step3-cta-fs);
}

/* Match step 1/2 footer label — do not use --wbw-step3-cta-fs (button scale) */
.wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-foot > .wcf-progress {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.wbw-root .wcf-step[data-wbw-step='variants'] .wcf-booking-addon.wcf-review-addon {
  padding: 0.32rem 0.4rem !important;
}

@media (max-width: 749px) {
  /*
   * Variants (mobile): fluid width scale — as viewport narrows, every piece
   * narrows together. Nothing is clipped away; shell grows with content.
   */
  .wbw-root[data-wbw-branch='variants'] {
    --wcf-panel-h: auto;
    --wbw-fluid: min(1, calc(100vw / 390));
    --wbw-step3-cta-fs: clamp(0.75rem, 3.4vw, 0.8125rem);
  }

  .wbw-root[data-wbw-branch='variants'] .wcf-shell,
  .wbw-root[data-wbw-branch='variants'] .wcf-viewport,
  .wbw-root[data-wbw-branch='variants'] .wcf-track {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'].wcf-step--on {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    overflow: visible !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] {
    padding-left: clamp(0.35rem, 2.2vw, 0.55rem) !important;
    padding-right: clamp(0.35rem, 2.2vw, 0.55rem) !important;
    padding-top: clamp(0.35rem, 2.2vw, 0.55rem) !important;
    padding-bottom: clamp(0.45rem, 2.5vw, 0.65rem) !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__body--variants-booking {
    flex: 0 0 auto;
    gap: clamp(0.08rem, 0.8vw, 0.14rem);
    overflow: visible;
    min-height: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top {
    flex: 0 0 auto;
    padding-right: 0;
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: visible;
    container-type: inline-size;
    touch-action: pan-x pan-y;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav {
    position: absolute;
    /* Vertically mid of carousel media band */
    top: calc(2rem + 45cqw);
    z-index: 5;
    transform: translateY(-50%);
    width: clamp(1.75rem, 7.2vw, 2.25rem);
    height: clamp(1.75rem, 7.2vw, 2.25rem);
    border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
    color: rgba(var(--color-foreground, 30 30 30), 0.72);
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    opacity: 0.92;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav[hidden] {
    display: none !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav:disabled,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav[aria-disabled='true'] {
    opacity: 0.28;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
  }

  /* Section edges — not on the active card */
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav--prev {
    left: 0;
    right: auto;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-carousel__nav--next {
    left: auto;
    right: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel {
    touch-action: pan-x pan-y;
    contain: none;
    flex: 0 0 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: none;
    grid-template-rows: none;
    align-items: stretch;
    align-content: stretch;
    gap: 0.4rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-left: 6%;
    padding-right: 6%;
    margin: 0;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    box-sizing: border-box;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel::-webkit-scrollbar {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-row.wbw-variant-row--wizard {
    flex: 0 0 88%;
    width: 88%;
    max-width: 88%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    overflow: visible;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    touch-action: pan-x pan-y;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-row.wbw-variant-row--wizard:last-child:not(:first-child) {
    scroll-snap-align: end;
  }

  /* Flat card — title + image only */
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-row.wbw-variant-row--wizard .wcf-variant-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: clamp(0.2rem, 1.2vw, 0.35rem);
    width: 100%;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-row.wbw-variant-row--wizard .wbw-variant-buy-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    margin: 0.45rem 0 0;
    padding: 0.35rem 0.15rem;
    box-sizing: border-box;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wbw-variant-buy-row > .wbw-sel-summary__clear {
    justify-self: start;
    min-height: 36px;
    padding: 0 0.55rem;
    border: 1px solid rgba(46, 41, 38, 0.16);
    border-radius: 8px;
    background: transparent;
    color: #2e2926;
    font-size: 0.8125rem;
    font-weight: 550;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary__foot > .wbw-sel-summary__clear {
    display: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wbw-variant-card__meta {
    order: 2;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.4rem 0.35rem 0;
    font-size: clamp(0.88rem, 3.6vw, 1.1rem);
    font-weight: 600;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__title {
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: -0.02em;
    color: #2e2926;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block !important;
    max-height: none !important;
    width: auto !important;
    margin: 0;
    padding: 0;
    text-align: center !important;
    background: transparent;
    border: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__media {
    order: 1;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    border-radius: 10px;
    background: rgb(var(--colors-background));
    box-shadow: none;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__media .wcf-variant-card__img,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__img {
    object-fit: cover;
    object-position: center;
    touch-action: pan-x pan-y;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-qty-col {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin: 0;
    padding: 0;
    position: static !important;
    z-index: 6;
    pointer-events: auto !important;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    background: transparent;
    border: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__prices {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    flex-wrap: nowrap;
    gap: 0.35rem;
    flex: 0 0 auto;
    background: transparent;
    border: none;
  }

  /* Full − / qty / + stepper — unlock base max-width: 1.45rem that was clipping − */
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-qty-col .wcf-qty--variant {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    min-width: 7.25rem !important;
    max-width: none !important;
    height: 36px !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    border: 1px solid rgba(46, 41, 38, 0.18) !important;
    box-shadow: none !important;
    touch-action: manipulation;
    overflow: hidden !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-qty--variant .wcf-qty__btn {
    flex: 0 0 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #2e2926 !important;
    font-size: 1.15rem !important;
    font-weight: 600;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    touch-action: manipulation;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-qty--variant .wcf-qty__btn:disabled {
    opacity: 0.4 !important;
    pointer-events: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-qty--variant .wcf-qty__btn:hover:not(:disabled),
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-qty--variant .wcf-qty__btn:focus-visible {
    background: transparent !important;
    color: #2e2926 !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-qty--variant .wcf-qty__val {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 2rem !important;
    width: auto;
    padding: 0 0.35rem;
    font-size: 1.125rem !important;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1;
    color: rgb(var(--color-foreground, 30 30 30)) !important;
    border: none !important;
    background: transparent !important;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__price--current,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__price--sale {
    font-size: clamp(1.2rem, 5vw, 1.45rem) !important;
    font-weight: 800 !important;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-card__price--compare {
    font-size: clamp(0.72rem, 2.8vw, 0.85rem) !important;
    opacity: 0.5;
  }

  /* Summary: never hide lines behind a short max-height cap */
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-mid {
    flex: 0 0 auto;
    max-height: none;
    overflow: visible;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-summary {
    overflow: visible;
    max-height: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-sel-line__pill {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variant-step-foot {
    flex: 0 0 auto;
    margin-top: clamp(0.35rem, 2vw, 0.5rem);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime {
    margin: 0 0 clamp(0.45rem, 2.4vw, 0.65rem);
    padding: clamp(0.45rem, 2.4vw, 0.65rem);
    gap: clamp(0.4rem, 2vw, 0.55rem);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variants.wcf-variants--carousel .wcf-variant-row.wbw-variant-row--wizard.is-active .wcf-variant-card__media::after {
    content: none;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active .wbw-stepper__btn[data-wbw-qty-inc] {
    box-shadow:
      0 0 0 2px #fff,
      0 0 0 4px var(--wcf-accent, #AF392B);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-variant-row.wbw-variant-row--wizard.is-active .wbw-stepper__btn[data-wbw-qty-dec] {
    border-color: var(--wcf-accent, #AF392B);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--wcf-accent, #AF392B) 40%, #fff);
  }

  .wbw-lb .wbw-stepper.is-active .wbw-stepper__btn[data-wbw-lb-inc] {
    box-shadow:
      0 0 0 2px #fff,
      0 0 0 4px var(--wcf-accent, #AF392B);
  }
}

/* ─── Popup venues: date/time dropdowns on variants step (2-step flow) ─── */
.wbw-popup-datetime {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.1);
  background: rgba(var(--color-foreground, 30 30 30), 0.03);
  flex-shrink: 0;
  order: -1;
}

.wbw-root[data-wbw-branch='variants'] .wbw-popup-datetime:not([hidden]) {
  display: flex;
}

.wbw-popup-datetime__row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: clamp(0.4rem, 2vw, 0.75rem);
}

.wbw-popup-datetime__field {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
  flex: 1 1 0;
}

.wbw-popup-datetime__label {
  font-size: clamp(0.7rem, 2.6vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(var(--color-foreground, 30 30 30), 0.62);
}

.wbw-pretty-dd {
  position: relative;
  width: 100%;
}

.wbw-pretty-dd__native {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 100% !important;
  height: 100% !important;
}

.wbw-pretty-dd__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  padding: 0 1.45rem 0 0.5rem;
  border: 3px solid #2e2926;
  border-radius: 10px;
  background: #fff;
  color: #2e2926;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wbw-pretty-dd__btn.is-placeholder {
  color: #2e2926;
  font-weight: 700;
}

.wbw-pretty-dd.is-open .wbw-pretty-dd__btn,
.wbw-pretty-dd.is-filled .wbw-pretty-dd__btn {
  border-color: #b08d5b;
  box-shadow: none;
}

.wbw-pretty-dd__btn.is-soldout,
.wbw-pretty-dd.is-soldout .wbw-pretty-dd__btn,
.wbw-pretty-dd.is-open .wbw-pretty-dd__btn.is-soldout {
  border-color: #b3261e;
  background: #fdf1f0;
  color: #6b2a26;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.wbw-pretty-dd__btn::after {
  content: '';
  position: absolute;
  right: 0.7rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2e2926;
}

.wbw-pretty-dd .wbw-pretty-dd__btn {
  position: relative;
}

.wbw-pretty-dd-portal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
}

.wbw-pretty-dd__backdrop {
  position: fixed;
  inset: 0;
  pointer-events: auto;
}

.wbw-pretty-dd-shield {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: transparent;
}

.wbw-pretty-dd-portal .wbw-pretty-dd__panel {
  pointer-events: auto;
  overflow: auto;
  border: 1px solid rgba(46, 41, 38, 0.1);
  border-radius: 12px;
  background: #fffaf6;
  box-shadow: 0 10px 28px rgba(46, 41, 38, 0.1);
}

.wbw-pretty-dd-portal .wbw-pretty-dd__opt {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.62rem 0.85rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #2e2926;
  font-size: 0.8125rem;
  font-weight: 550;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.wbw-pretty-dd-portal .wbw-pretty-dd__opt:hover {
  background: rgba(176, 141, 91, 0.1);
}

.wbw-pretty-dd-portal .wbw-pretty-dd__opt.is-selected {
  background: rgba(176, 141, 91, 0.16);
  color: #8a6d3d;
  font-weight: 700;
  border-radius: 0;
}

.wbw-pretty-dd-portal .wbw-pretty-dd__opt.is-disabled,
.wbw-pretty-dd-portal .wbw-pretty-dd__opt:disabled {
  opacity: 0.4;
  cursor: default;
}

.wbw-pretty-dd-portal .wbw-pretty-dd__opt.is-soldout {
  opacity: 0.7;
  text-decoration: line-through;
  color: #6b2a26;
}

.wbw-pretty-dd-portal .wbw-pretty-dd__panel--lb .wbw-pretty-dd__opt {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  white-space: nowrap;
}

.wbw-popup-datetime__select {
  width: 100%;
  height: 36px;
  padding: 0 1.4rem 0 0.45rem;
  border-radius: 8px;
  border: 3px solid #2e2926;
  background-color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2e2926;
  text-align: center;
  text-align-last: center;
  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 fill='%23666' d='M1.4 1.4L6 6l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.55rem center;
  background-size: 9px 6px;
}

.wbw-popup-datetime:not([hidden]) .wbw-popup-datetime__select:not(.wbw-pretty-dd__native),
.wbw-popup-datetime:not([hidden]) .wbw-popup-datetime__select.is-filled:not(.wbw-pretty-dd__native) {
  border-color: #2e2926;
  background-color: #fff;
  box-shadow: none;
}

@keyframes wbw-popup-dt-cue {
  0%,
  100% {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--wcf-accent, #AF392B) 8%, transparent);
  }
  50% {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--wcf-accent, #AF392B) 14%, transparent);
  }
}

.wbw-popup-datetime.is-cue .wbw-popup-datetime__select {
  animation: wbw-popup-dt-cue 1.4s ease-in-out 1;
}

.wbw-popup-datetime__select:disabled {
  opacity: 1;
  color: #2e2926;
  cursor: pointer;
}

.wbw-popup-datetime__hint {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(var(--color-foreground, 30 30 30), 0.6);
}

.wbw-popup-datetime__hint.is-error {
  color: #b3261e;
  font-weight: 600;
}

.wbw-root[data-wbw-branch='variants'] .wbw-popup-datetime.is-loading {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile: date + time side by side, look enabled even when empty */
@media (max-width: 749px) {
  .wbw-root .wcf-step[data-wbw-step='variants'] .wcf-step__body--variants-booking {
    display: flex;
    flex-direction: column;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime {
    order: -1;
    margin: 0 0 0.65rem;
    padding: 0;
    gap: 0.35rem;
    border: none;
    background: transparent;
    border-radius: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__row {
    flex-direction: row;
    align-items: stretch;
    gap: 0.5rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__field {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    gap: 0.28rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-pretty-dd__btn {
    font-size: 0.75rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-pretty-dd__btn.is-soldout {
    border-color: #b3261e;
    background: #fdf1f0;
    color: #6b2a26;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b635c;
    padding-left: 0.35rem;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__select,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__select:disabled {
    height: 36px;
    min-height: 36px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2e2926;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
    border-radius: 8px;
    border: 3px solid #2e2926;
    background-color: #fff;
    padding: 0 1.45rem 0 0.45rem;
    background-size: 9px 6px;
    background-position: right 0.55rem center;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime:not([hidden]) .wbw-popup-datetime__select,
  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-popup-datetime__select.is-filled {
    border-color: color-mix(in srgb, var(--wcf-accent, #AF392B) 55%, #c4b8ae);
    background-color: color-mix(in srgb, var(--wcf-accent, #AF392B) 4%, #fff);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--wcf-accent, #AF392B) 8%, transparent);
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-top {
    order: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='variants'] .wbw-variants-booking-mid {
    order: 1;
  }
}

/* ─── Wizard waitlist popup (replaces step 2 for empty venues) ─── */
.wbw-wl-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483005;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vw, 24px);
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.wbw-wl-modal.is-open {
  display: flex;
  animation: wbw-wl-modal-in 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes wbw-wl-modal-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wbw-wl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 28, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.wbw-wl-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 448px);
  max-height: min(92vh, 680px);
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgb(var(--color-background, 255 255 255)) 0%,
    rgb(252 251 249) 48%,
    rgb(var(--color-background, 255 255 255)) 100%
  );
  border-radius: 20px;
  padding: 0;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.04),
    0 28px 56px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(var(--color-foreground, 30 30 30), 0.075);
  box-sizing: border-box;
}

.wbw-wl-modal__head {
  text-align: center;
  padding: clamp(1rem, 3vw, 1.35rem) clamp(1.25rem, 4vw, 2rem) 0;
  margin: 0;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wbw-wl-modal__head .wcf-notice-icon {
  margin: 0 auto 0.85rem;
  flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  font-weight: 800;
}

.wbw-wl-modal__title {
  margin: 0 auto 0.5rem;
  max-width: 22rem;
  font-size: clamp(1.1rem, 2.75vw, 1.35rem);
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.025em;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wbw-wl-modal__sub {
  margin: 0 auto;
  max-width: 24rem;
  font-size: 0.9075rem;
  line-height: 1.45;
  color: rgba(var(--color-foreground, 30 30 30), 0.58);
}

.wbw-wl-modal__body {
  padding: 0.55rem clamp(1.25rem, 4vw, 2rem) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Modal waitlist inputs (not inside .wcf-step--wl-single) — clear frames + accent focus */
.wbw-wl-modal .wbw-wl-modal__body .wcf-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  width: 100%;
  max-width: min(22.5rem, 100%);
  margin: 0 auto;
  box-sizing: border-box;
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.52);
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field input,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.9rem 1.05rem;
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  color: rgb(var(--color-foreground, 30 30 30));
  background: #fff;
  border: 1.5px solid rgba(26, 26, 26, 0.14);
  border-radius: 14px;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.05),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  outline: none !important;
  outline-offset: 0;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input:hover,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field input:hover,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field textarea:hover {
  border-color: rgba(26, 26, 26, 0.24);
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input:focus,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field input:focus,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field textarea:focus,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input:focus-visible,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field input:focus-visible,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-field textarea:focus-visible {
  outline: none !important;
  border-color: var(--wcf-accent, #AF392B) !important;
  box-shadow:
    0 0 0 3px rgba(201, 74, 53, 0.15),
    0 4px 12px rgba(15, 23, 42, 0.06),
    inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input::placeholder,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body textarea::placeholder {
  color: rgba(26, 26, 26, 0.38);
}

.wbw-root .wbw-wl-modal .wbw-wl-modal__body .wcf-input--textarea,
.wbw-root .wbw-wl-modal .wbw-wl-modal__body textarea.wcf-input {
  min-height: 5.25rem;
  resize: vertical;
}

.wbw-wl-modal .wbw-wl-modal__body .wcf-msg {
  margin-top: 0.35rem;
  text-align: center;
  width: 100%;
  max-width: min(22.5rem, 100%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wbw-wl-modal__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: center;
  margin-top: 0;
  padding: 0.35rem clamp(1.25rem, 4vw, 2rem) clamp(1rem, 3vw, 1.35rem);
  border-top: 1px solid rgba(var(--color-foreground, 30 30 30), 0.07);
}

.wbw-wl-modal__foot .wcf-btn {
  flex: 1 1 auto;
  min-width: min(144px, 44%);
  max-width: 16rem;
  justify-content: center;
}

.wbw-wl-modal__foot .wcf-btn--primary {
  margin-left: 0;
}

/* ─── Step 3: cross-workshop promo (Workshop Sibling Promo product block) ─── */
.product-block--workshop-sibling-promo,
.wbw-sibling-promo-host {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.wbw-promo-slot {
  width: 100%;
  max-width: 100%;
  margin: 0.85rem 0 0;
  padding: 0;
  box-sizing: border-box;
}

.wbw-promo-slot:empty {
  display: none;
}

.product-block--workshop-sibling-promo .wbw-sibling-promo-wrap,
.wbw-sibling-promo-host .wbw-sibling-promo-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wbw-sibling-promo-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
}

.product-block--workshop-sibling-promo .wbw-sibling-promo-wrap[hidden],
.wbw-sibling-promo-host .wbw-sibling-promo-wrap[hidden] {
  display: none !important;
}

.wbw-sibling-promo-panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(var(--color-background, 255 255 255), 1) 0%,
    rgba(250, 248, 245, 0.92) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 8px 28px rgba(15, 23, 42, 0.06);
  padding: clamp(0.85rem, 2.5vw, 1.15rem);
  box-sizing: border-box;
}

.wbw-sibling-promo-panel__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground, 30 30 30), 0.48);
  line-height: 1.2;
}

.wbw-sibling-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.75rem), 1fr));
  gap: 0.65rem;
  width: 100%;
}

.wbw-sibling-promo-grid--single {
  grid-template-columns: 1fr;
}

.wbw-sibling-promo-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgb(var(--color-background, 255 255 255));
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.wbw-sibling-promo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.wbw-sibling-promo-grid--single .wbw-sibling-promo-card {
  flex-direction: row;
  align-items: stretch;
}

.wbw-sibling-promo-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(var(--color-foreground, 30 30 30), 0.05);
}

.wbw-sibling-promo-grid--single .wbw-sibling-promo-card__media {
  flex: 0 0 5.75rem;
  width: 5.75rem;
  aspect-ratio: 1;
}

.wbw-sibling-promo-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(246, 236, 228, 0.95), rgba(232, 220, 210, 0.65));
}

.wbw-sibling-promo-card__placeholder-mark {
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.35;
}

.wbw-sibling-promo-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbw-sibling-promo-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.62rem 0.72rem 0.68rem;
}

.wbw-sibling-promo-card__title {
  font-size: clamp(0.82rem, 2vw, 0.92rem);
  font-weight: 700;
  line-height: 1.28;
  text-align: left;
  color: rgb(var(--color-foreground, 30 30 30));
}

.wbw-sibling-promo-card__subtitle {
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(var(--color-foreground, 30 30 30), 0.55);
}

.wbw-sibling-promo-card__cta {
  margin-top: auto;
  align-self: flex-end;
  padding-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(var(--color-foreground, 30 30 30), 0.42);
  transition: color 0.18s ease;
}

.wbw-sibling-promo-card:hover .wbw-sibling-promo-card__cta {
  color: var(--wcf-accent, #AF392B);
}

@media (min-width: 640px) {
  .wbw-sibling-promo-grid:not(.wbw-sibling-promo-grid--single) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .wbw-sibling-promo-grid:not(.wbw-sibling-promo-grid--single) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0.55rem;
    padding-bottom: 0.15rem;
  }

  .wbw-sibling-promo-grid:not(.wbw-sibling-promo-grid--single) .wbw-sibling-promo-card {
    flex: 0 0 min(72vw, 10.5rem);
    scroll-snap-align: start;
  }
}

/* Progress cluster — dots + label */
.wcf-progress-cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 5.5rem;
}

.wcf-progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.wcf-progress-dots i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #d4cbbf;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.wbw-root[data-wbw-step-n='1'] .wcf-progress-dots i:nth-child(1),
.wbw-root[data-wbw-step-n='2'] .wcf-progress-dots i:nth-child(2),
.wbw-root[data-wbw-step-n='3'] .wcf-progress-dots i:nth-child(3) {
  width: 1.15rem;
  background: var(--wcf-accent, #AF392B);
}

.wbw-root[data-wbw-step-total='2'] .wcf-progress-dots i:nth-child(3) {
  display: none;
}

/* Mobile venue step — flatten card, clean search, stop clip */
@media (max-width: 749px) {
  .wbw-root.wcf-root {
    margin: 0.15rem 0 0.85rem;
    --wcf-panel-h: min(640px, 86vh);
  }

  .wbw-root .wcf-shell {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] {
    padding: 0.1rem 0 0.25rem;
  }

  .wbw-root .wbw-step-venue-wrap {
    --wbw-search-sticky-h: 3.65rem;
  }

  .wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel,
  .wbw-root .wbw-step-venue-wrap .wb-wizard-search-panel {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 20 !important;
    margin: 0 !important;
    padding: 0 0 0.5rem !important;
    overflow: visible !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: rgb(var(--colors-background)) !important;
  }

  .wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell,
  .wbw-root .wbw-step-venue-wrap .pdp-workshop-booking.wb-wizard .wb-search-panel .wb-search-input-wrap.wbw-location-search-shell[class*='ai-wb-search-inputwrap-'] {
    min-height: 44px !important;
    height: 44px !important;
    border: 1px solid #b08d5b !important;
    background-color: #fffaf6 !important;
    box-shadow: 0 1px 3px rgba(46, 41, 38, 0.08) !important;
  }

  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wbw-search-field,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .ai-wb-search-input,
  .wbw-root .wbw-step-venue-wrap .wb-search-panel .wb-search-input-wrap > #workshop-location-input {
    min-height: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
  }

  .wbw-root .wbw-step-venue-wrap [data-available-events-header],
  .wbw-root .wbw-step-venue-wrap [class*='ai-wb-events-title'] {
    margin: 0.08rem 0 0.3rem !important;
    padding: 0.1rem 0 0.2rem !important;
    background: transparent !important;
    border: none !important;
  }

  .wbw-root .wbw-step-venue-wrap [data-workshop-events-holder] > [data-workshop-events] {
    padding-top: 0.2rem !important;
    padding-bottom: 0.85rem !important;
    overflow: visible !important;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot {
    padding: 0.65rem 0.15rem 0.3rem;
    border-top: none;
    background: transparent;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar,
  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar-solo {
    display: grid;
    grid-template-columns: minmax(7.5rem, 1fr) auto minmax(7.5rem, 1fr);
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar-solo > .wcf-progress-cluster {
    grid-column: 2;
    justify-self: center;
    align-items: center;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar-solo > .wcf-btn--primary,
  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-step__foot--bar-solo > .wbw-atc-wrap {
    grid-column: 3;
    justify-self: end;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-btn--primary {
    min-height: 48px;
    min-width: 7.5rem;
    padding: 0 1.25rem;
    font-size: 0.9375rem;
    box-shadow: none;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-progress {
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-transform: none;
    text-align: center;
    color: #6b635c;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-progress-cluster {
    min-width: 0;
    gap: 0.42rem;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-progress-dots {
    justify-content: center;
    gap: 0.4rem;
  }

  .wbw-root .wcf-step[data-wbw-step='venue'] .wcf-progress-dots i {
    width: 0.52rem;
    height: 0.52rem;
  }

  .wbw-root[data-wbw-step-n='1'] .wcf-step[data-wbw-step='venue'] .wcf-progress-dots i:nth-child(1) {
    width: 1.45rem;
  }
}

/* Hub PDP step 1 — same small-card grid as Center venue step. */
.wbw-root[data-wbw-hub] .wbw-hub-change-city {
  appearance: none;
  border: 0;
  background: none;
  color: var(--wbw-accent, #af392b);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 0.35rem 0 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.wbw-root[data-wbw-hub] .wbw-hub-change-city[hidden] {
  display: none !important;
}
.wbw-root .wbw-hub-cities.wbw-venue-flat-list--grid {
  display: grid !important;
  max-height: none;
  overflow: visible;
  margin: 0.1rem 0 0.5rem;
  padding: 0;
  -webkit-overflow-scrolling: auto;
}
.wbw-root .wbw-hub-cities:empty,
.wbw-root .wbw-hub-cities[hidden] {
  display: none !important;
}
.wbw-root[data-wbw-hub] [data-wbw-hub-cities]:not([hidden]) ~ [data-workshop-events-placeholder] {
  display: none !important;
}
.wbw-root .wbw-hub-cities.wbw-venue-flat-list--grid > .wbw-hub-city {
  appearance: none;
  -webkit-appearance: none;
  z-index: auto;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}
.wbw-root .wbw-hub-cities.wbw-venue-flat-list--grid > .wbw-hub-city[hidden] {
  display: none !important;
}

/* CTA waiting on a selection stays fully live: dimming it read as "broken" even
   though the click works, so the missing selection is explained on click instead. */
.wbw-root .wcf-btn[data-wbw-invalid='1'],
.wbw-root .wbw-lb__add[data-wbw-invalid='1'],
.wbw-lb .wbw-lb__add[data-wbw-invalid='1'] {
  opacity: 1;
  cursor: pointer;
}

/* Blocked-CTA dialog — waitlist modal chrome, trimmed to a single message. */
.wbw-wl-modal--alert .wbw-wl-modal__dialog {
  width: min(100%, 25rem);
  background: #faf6f0;
  box-shadow: 0 12px 40px rgba(46, 41, 38, 0.12);
}

.wbw-wl-modal--alert .wcf-notice-icon {
  display: none;
}

.wbw-wl-modal--alert .wbw-wl-modal__title {
  font-weight: 600;
  color: #2e2926;
}

/* Plain scrim, no backdrop-filter: the blur is composited a frame or two behind
   the container's fade, so the page visibly snapped out of focus after the
   dialog had already landed. */
.wbw-wl-modal--alert .wbw-wl-modal__backdrop {
  background: rgba(46, 41, 38, 0.28);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* Fade the panel, not the whole overlay, so the scrim is there from frame one. */
.wbw-wl-modal--alert.is-open {
  animation: none;
}

.wbw-wl-modal--alert.is-open .wbw-wl-modal__dialog {
  animation: wbw-alert-in 0.16s ease-out;
}

@keyframes wbw-alert-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.wbw-alert__list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  max-width: 16rem;
  margin: 0.7rem auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.wbw-alert__list[hidden] {
  display: none;
}

/* Literal tints, not rgba(var(--color-foreground), …): when that token is missing
   the space-separated fallback makes the whole declaration invalid and the pill
   silently renders transparent. */
.wbw-alert__list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  background: rgba(28, 20, 24, 0.045);
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(28, 20, 24, 0.86);
}

.wbw-alert__list li::before {
  content: '';
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--wcf-accent, #af392b);
}

@media (prefers-reduced-motion: reduce) {
  .wbw-wl-modal--alert.is-open .wbw-wl-modal__dialog {
    animation: none;
  }
}

.wbw-wl-modal--alert .wbw-wl-modal__head {
  padding-bottom: clamp(0.85rem, 2.5vw, 1.1rem);
}

.wbw-wl-modal--alert .wbw-wl-modal__title {
  margin-bottom: 0;
}

.wbw-wl-modal--alert .wbw-wl-modal__foot {
  border-top: none;
  padding-top: 0;
}

.wbw-wl-modal--alert .wbw-wl-modal__foot .wcf-btn--primary {
  flex: 0 1 auto;
  min-width: 9rem;
}

.wbw-root .wb-venue-pick-card__addr,
.wbw-root .wb-venue-pick-card__badge {
  opacity: 1;
  color: #2e2926;
}

/* Missing field: a quiet cue, not an error box. */
.wbw-root [data-wbw-missing] {
  outline: none;
  box-shadow: none;
  border: 1.5px solid color-mix(in srgb, var(--wcf-accent, #AF392B) 45%, #d5c1a5);
  background-color: color-mix(in srgb, var(--wcf-accent-soft, #f4f1e2) 70%, #fff);
}

.wbw-root .wcf-step[data-wbw-step='datetime'] button.wcf-cal-time__dd-btn[data-wbw-missing],
.wbw-pretty-dd__btn[data-wbw-missing] {
  border-color: color-mix(in srgb, var(--wcf-accent, #AF392B) 45%, #d5c1a5);
  background: #faf6f0;
}

.wbw-root [data-wbw-attention] {
  animation: none;
}
