/* [project]/app/booking/components/BookingFlowPageShell.module.css [app-client] (css) */
.BookingFlowPageShell-module__i8HG9a__root {
  --booking-flow-action-size: 58px;
  --booking-flow-action-trailing-space: 1px;
  --booking-flow-content-start-gap: calc(var(--volera-booking-flow-navigation-title-gap) -
      var(--booking-flow-action-trailing-space));
  --booking-flow-inline-gutter: var(--booking-flow-action-size);
  background: var(--volera-page-canvas);
  color: var(--volera-text);
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100dvh;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.BookingFlowPageShell-module__i8HG9a__header {
  background: color-mix(in srgb, var(--volera-page-canvas) 96%, transparent);
  border-bottom: 1px solid var(--volera-border-soft);
  box-sizing: border-box;
  grid-template-columns: var(--booking-flow-action-size) minmax(0, 1fr)
    var(--booking-flow-action-size);
  padding-top: env(safe-area-inset-top, 0px);
  z-index: 40;
  align-items: stretch;
  display: grid;
  position: relative;
}

.BookingFlowPageShell-module__i8HG9a__headerButton {
  appearance: none;
  box-sizing: border-box;
  color: var(--volera-text);
  cursor: pointer;
  height: var(--booking-flow-action-size);
  transition: background-color var(--volera-motion-duration-fast)
      var(--volera-motion-ease),
    border-color var(--volera-motion-duration-fast) var(--volera-motion-ease),
    box-shadow var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  width: var(--booking-flow-action-size);
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.BookingFlowPageShell-module__i8HG9a__headerButton svg {
  width: 22px;
  height: 22px;
}

.BookingFlowPageShell-module__i8HG9a__backButton {
  border-right: 1px solid var(--volera-border-soft);
}

.BookingFlowPageShell-module__i8HG9a__closeButton {
  border-left: 1px solid var(--volera-border-soft);
}

.BookingFlowPageShell-module__i8HG9a__headerButton:focus-visible {
  box-shadow: inset 0 0 0 2px var(--volera-pink);
  outline: none;
}

.BookingFlowPageShell-module__i8HG9a__headerButton:disabled {
  cursor: wait;
  opacity: .58;
}

.BookingFlowPageShell-module__i8HG9a__headerTitle {
  color: var(--volera-text);
  font-size: 1.05rem;
  font-weight: var(--volera-font-weight-emphasis);
  opacity: 0;
  text-align: center;
  text-overflow: ellipsis;
  max-width: calc(100% - 48px);
  transition: opacity var(--volera-motion-duration-medium) var(--volera-motion-ease),
    transform var(--volera-motion-duration-medium) var(--volera-motion-ease),
    visibility 0s linear var(--volera-motion-duration-medium);
  visibility: hidden;
  white-space: nowrap;
  place-self: center;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, -8px, 0)scale(.96);
}

.BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__headerTitle {
  opacity: 1;
  transition: opacity var(--volera-motion-duration-medium) var(--volera-motion-ease),
    transform var(--volera-motion-duration-medium) var(--volera-motion-ease),
    visibility 0s linear 0s;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.BookingFlowPageShell-module__i8HG9a__viewport {
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
}

.BookingFlowPageShell-module__i8HG9a__scrollBody {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  height: 100%;
  min-height: 0;
  scroll-padding-block: 28px 88px;
  overflow: hidden auto;
}

.BookingFlowPageShell-module__i8HG9a__pageContent {
  box-sizing: border-box;
  max-width: calc(var(--volera-marketplace-content-max) +
      (var(--booking-flow-inline-gutter) * 2));
  padding: var(--booking-flow-content-start-gap)
    var(--booking-flow-inline-gutter) 56px;
  width: 100%;
  margin: 0 auto;
}

.BookingFlowPageShell-module__i8HG9a__pageTitle {
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  font-weight: var(--volera-font-weight-emphasis);
  letter-spacing: 0;
  transform-origin: top;
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  margin: 0 0 22px;
  line-height: 1.16;
}

.BookingFlowPageShell-module__i8HG9a__pageStep {
  color: var(--volera-text-muted);
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  margin: 0 0 4px;
  font-size: .82rem;
  line-height: 1.35;
}

.BookingFlowPageShell-module__i8HG9a__pageTitle:focus {
  outline: none;
}

.BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__pageTitle, .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__pageStep {
  opacity: 0;
  transform: translate3d(0, -12px, 0)scale(.95);
}

.BookingFlowPageShell-module__i8HG9a__composition {
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  align-items: start;
  gap: 22px;
  min-width: 0;
  display: grid;
}

.BookingFlowPageShell-module__i8HG9a__content {
  gap: 18px;
  min-width: 0;
  display: grid;
}

.BookingFlowPageShell-module__i8HG9a__summary {
  min-width: 0;
  max-height: none;
  position: sticky;
  top: 28px;
  overflow: visible;
}

.BookingFlowPageShell-module__i8HG9a__footer {
  display: none;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .BookingFlowPageShell-module__i8HG9a__headerButton:not(:disabled):hover {
    background: var(--volera-surface-hover);
  }
}

@media (min-width: 1200px) {
  .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header-mode="responsive-only"][data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__headerTitle {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -8px, 0)scale(.96);
  }
}

@media (max-width: 1199px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-action-size: 44px;
    --booking-flow-action-inset: calc((var(--volera-header-height-compact) - var(--booking-flow-action-size)) /
        2);
    --booking-flow-action-trailing-space: var(--booking-flow-action-inset);
    --booking-flow-inline-gutter: clamp(18px, 2.4vw, 28px);
  }

  .BookingFlowPageShell-module__i8HG9a__header {
    min-height: calc(env(safe-area-inset-top, 0px) + var(--booking-flow-action-inset) +
        var(--booking-flow-action-size) + var(--booking-flow-action-inset));
    padding: calc(env(safe-area-inset-top, 0px) + var(--booking-flow-action-inset))
      var(--booking-flow-inline-gutter) var(--booking-flow-action-inset);
    transition: background-color var(--volera-motion-duration-medium)
        var(--volera-motion-ease),
      box-shadow var(--volera-motion-duration-medium) var(--volera-motion-ease);
    border-bottom: 0;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 14px;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__header {
    background: var(--volera-surface);
    box-shadow: 0 1px 0 var(--volera-border-soft);
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton {
    background: var(--volera-surface);
    border: 1px solid var(--volera-border);
    border-radius: 50%;
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton:not(:disabled):active {
    transform: scale(.96);
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton:focus-visible {
    border-color: var(--volera-pink-border);
    box-shadow: 0 0 0 3px var(--volera-pink-focus-ring);
  }

  .BookingFlowPageShell-module__i8HG9a__headerTitle {
    max-width: 100%;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
  }

  .BookingFlowPageShell-module__i8HG9a__scrollBody {
    scrollbar-gutter: auto;
    scroll-padding-block: 24px 156px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageContent {
    max-width: calc(var(--volera-readable-content-max) +
        (var(--booking-flow-inline-gutter) * 2));
    padding: var(--booking-flow-content-start-gap)
      var(--booking-flow-inline-gutter) 34px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageTitle {
    margin-bottom: 18px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageStep {
    font-size: .8rem;
  }

  .BookingFlowPageShell-module__i8HG9a__composition {
    display: block;
  }

  .BookingFlowPageShell-module__i8HG9a__content {
    gap: 16px;
  }

  .BookingFlowPageShell-module__i8HG9a__summary {
    display: none;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__composition {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    display: grid;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__summary {
    display: block;
    position: static;
  }

  .BookingFlowPageShell-module__i8HG9a__footer {
    background: var(--volera-surface);
    border-top: 1px solid var(--volera-border-soft);
    padding: 14px var(--booking-flow-inline-gutter)
      calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 10;
    display: block;
  }
}

@media (max-width: 599px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-inline-gutter: 14px;
  }

  .BookingFlowPageShell-module__i8HG9a__content, .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__composition {
    gap: 14px;
  }
}

@media (max-width: 479px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-inline-gutter: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .BookingFlowPageShell-module__i8HG9a__header, .BookingFlowPageShell-module__i8HG9a__headerButton, .BookingFlowPageShell-module__i8HG9a__headerTitle, .BookingFlowPageShell-module__i8HG9a__pageTitle, .BookingFlowPageShell-module__i8HG9a__pageStep {
    transition: none;
  }
}

/* [project]/app/components/SelectionCheckIndicator.module.css [app-client] (css) */
.SelectionCheckIndicator-module__cplC-G__indicator {
  color: var(--volera-pink);
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-size="medium"] {
  width: 24px;
  height: 24px;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-tone="neutral"] {
  color: var(--volera-text);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-show-unselected-ring="true"] {
  border: 1.5px solid var(--volera-border);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-show-unselected-ring="true"][data-selected="true"] {
  border-color: #0000;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-disabled="true"] {
  border-color: var(--volera-border-soft);
  color: var(--volera-border-soft);
}

.SelectionCheckIndicator-module__cplC-G__icon {
  opacity: 0;
  height: 100%;
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform .3s cubic-bezier(.175, .885, .32, 1.075);
  width: 100%;
  display: block;
  transform: scale(0);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-selected="true"] .SelectionCheckIndicator-module__cplC-G__icon {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .SelectionCheckIndicator-module__cplC-G__icon {
    transition: none;
  }
}

/* [project]/app/commerce/products/components/ProductPurchaseFulfillmentControls.module.css [app-client] (css) */
.ProductPurchaseFulfillmentControls-module__k4kBYa__controlGroup, .ProductPurchaseFulfillmentControls-module__k4kBYa__summarySection {
  gap: 12px;
  min-width: 0;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentFieldset, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioList, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressList {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice {
  cursor: pointer;
  min-width: 0;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption > input, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard > input, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice > input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard, .ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction, .ProductPurchaseFulfillmentControls-module__k4kBYa__summaryCard {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border);
  border-radius: var(--volera-control-radius-lg);
  box-sizing: border-box;
  color: var(--volera-text);
  transition: background-color var(--volera-motion-duration-fast)
      var(--volera-motion-ease),
    border-color var(--volera-motion-duration-fast) var(--volera-motion-ease),
    box-shadow var(--volera-motion-duration-fast) var(--volera-motion-ease);
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface {
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px 14px 20px;
  display: grid;
  position: relative;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentLabel {
  font-size: 1rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  text-align: center;
  min-width: 0;
  line-height: 1.3;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentIndicator {
  justify-self: end;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption:hover .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard:hover .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice:hover + .ProductPurchaseFulfillmentControls-module__k4kBYa__editAction, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice:hover .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction:hover, .ProductPurchaseFulfillmentControls-module__k4kBYa__summaryCard:hover {
  border-color: var(--volera-border-hover);
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption[data-selected="true"] .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard[data-selected="true"] .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard[data-selected="true"] {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border);
  box-shadow: var(--volera-control-active-shadow);
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption > input:focus-visible + .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard > input:focus-visible + .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice > input:focus-visible + .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction:focus-visible, .ProductPurchaseFulfillmentControls-module__k4kBYa__editAction:focus-visible {
  border-color: var(--volera-pink-border);
  box-shadow: var(--volera-control-active-shadow);
  outline: none;
}

:is(.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption:has(input:disabled), .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard:has(input:disabled), .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice:has(input:disabled)) {
  cursor: not-allowed;
}

:is(.ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentOption:has(input:disabled) .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCard:has(input:disabled) .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoice:has(input:disabled) .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface) {
  background: var(--volera-surface-soft);
  color: var(--volera-text-soft);
  opacity: .72;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioList, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressList {
  gap: 10px;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 16px;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardCopy, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCopy, .ProductPurchaseFulfillmentControls-module__k4kBYa__contactCopy {
  min-width: 0;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardCopy, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCopy {
  gap: 3px;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardCopy strong, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCopy strong, .ProductPurchaseFulfillmentControls-module__k4kBYa__contactCopy strong {
  color: var(--volera-text);
  font-size: .94rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardCopy > span, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCopy > span, .ProductPurchaseFulfillmentControls-module__k4kBYa__contactCopy > span {
  color: var(--volera-text);
  overflow-wrap: anywhere;
  font-size: .88rem;
  line-height: 1.45;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardCopy small, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCopy small {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .78rem;
  line-height: 1.4;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardTrailing {
  color: var(--volera-text);
  font-size: .9rem;
  font-weight: var(--volera-font-weight-emphasis);
  text-align: right;
  line-height: 1.3;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__summarySection > h2 {
  color: var(--volera-text);
  font-size: 1.05rem;
  font-weight: var(--volera-font-weight-emphasis);
  margin: 0;
  line-height: 1.35;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__summaryCard {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  min-height: 116px;
  padding: 18px 20px;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__contactCopy {
  gap: 2px;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__editAction {
  appearance: none;
  border-radius: var(--volera-control-radius);
  color: var(--volera-pink-active);
  cursor: pointer;
  font: inherit;
  font-size: .9rem;
  font-weight: var(--volera-font-weight-emphasis);
  background: none;
  border: 1px solid #0000;
  min-height: 44px;
  padding: 10px 8px;
  line-height: 1.3;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__editAction:hover {
  background: var(--volera-pink-soft);
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__editAction:disabled, .ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction:disabled {
  color: var(--volera-text-soft);
  cursor: not-allowed;
  opacity: .7;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface {
  border-radius: inherit;
  border: 0;
  height: 100%;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard > .ProductPurchaseFulfillmentControls-module__k4kBYa__editAction {
  align-self: center;
  margin-right: 8px;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction {
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: .92rem;
  font-weight: var(--volera-font-weight-emphasis);
  text-align: left;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  display: grid;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__error {
  color: var(--volera-danger);
  margin: 0 2px;
  font-size: .8rem;
  line-height: 1.4;
}

.ProductPurchaseFulfillmentControls-module__k4kBYa__visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 599px) {
  .ProductPurchaseFulfillmentControls-module__k4kBYa__controlGroup, .ProductPurchaseFulfillmentControls-module__k4kBYa__summarySection, .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentGrid {
    gap: 10px;
  }

  .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface {
    min-height: 68px;
    padding: 12px 12px 12px 14px;
  }

  .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentLabel {
    font-size: .94rem;
  }

  .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressChoiceSurface {
    gap: 12px;
    min-height: 68px;
    padding: 12px 14px;
  }

  .ProductPurchaseFulfillmentControls-module__k4kBYa__summaryCard {
    min-height: 108px;
    padding: 16px;
  }

  .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard > .ProductPurchaseFulfillmentControls-module__k4kBYa__editAction {
    margin-right: 4px;
  }
}

@media (max-width: 359px) {
  .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentGrid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ProductPurchaseFulfillmentControls-module__k4kBYa__fulfillmentSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__radioCardSurface, .ProductPurchaseFulfillmentControls-module__k4kBYa__addressCard, .ProductPurchaseFulfillmentControls-module__k4kBYa__addAddressAction, .ProductPurchaseFulfillmentControls-module__k4kBYa__summaryCard {
    transition: none;
  }
}

/* [project]/app/components/VoleraButton.module.css [app-client] (css) */
.VoleraButton-module__n5eSgq__button {
  appearance: none;
  border-radius: var(--volera-control-radius-pill, 999px);
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  font-weight: var(--volera-font-weight-emphasis, 650);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 112px;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .15s, border-color .15s, box-shadow .15s, color .15s, opacity .15s;
  display: inline-flex;
  position: relative;
}

.VoleraButton-module__n5eSgq__button:focus-visible {
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
  outline: none;
}

.VoleraButton-module__n5eSgq__button:disabled {
  cursor: not-allowed;
  opacity: .54;
}

.VoleraButton-module__n5eSgq__sm {
  min-height: 36px;
  padding: 0 14px;
  font-size: .82rem;
}

.VoleraButton-module__n5eSgq__md {
  min-height: 44px;
  padding: 0 20px;
  font-size: .92rem;
}

.VoleraButton-module__n5eSgq__lg {
  min-height: 52px;
  padding: 0 26px;
  font-size: 1rem;
}

.VoleraButton-module__n5eSgq__primary {
  background: var(--volera-pink, #bc269b);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__primary:not(:disabled):hover, .VoleraButton-module__n5eSgq__primary:not(:disabled):active {
  background: var(--volera-pink-hover, #921185);
  border-color: var(--volera-pink-hover, #921185);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__secondary {
  background: var(--volera-surface, #fff);
  border-color: var(--volera-border, #e0e2ed);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__secondary:not(:disabled):hover, .VoleraButton-module__n5eSgq__secondary:not(:disabled):active {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-pink-active, #bc269b);
}

.VoleraButton-module__n5eSgq__ghost {
  color: var(--volera-text, #191e49);
  background: none;
  border-color: #0000;
}

.VoleraButton-module__n5eSgq__ghost:not(:disabled):hover, .VoleraButton-module__n5eSgq__ghost:not(:disabled):active {
  background: var(--volera-pink-soft, #faf4fb);
  color: var(--volera-pink-active, #bc269b);
}

.VoleraButton-module__n5eSgq__danger {
  background: var(--volera-danger, #be123c);
  border-color: var(--volera-danger, #be123c);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__danger:not(:disabled):hover, .VoleraButton-module__n5eSgq__danger:not(:disabled):active {
  background: var(--volera-danger-hover, #9f1239);
  border-color: var(--volera-danger-hover, #9f1239);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary:not(:disabled):active {
  background: var(--volera-text, #191e49);
  border-color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__secondary:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__secondary:not(:disabled):active {
  background: var(--volera-surface-soft, #f7f7f8);
  border-color: var(--volera-text, #191e49);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__ghost:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__ghost:not(:disabled):active {
  background: var(--volera-surface-soft, #f7f7f8);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__fullWidth {
  width: 100%;
}

.VoleraButton-module__n5eSgq__icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.VoleraButton-module__n5eSgq__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"] .VoleraButton-module__n5eSgq__trailingIcon {
  transition: transform var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease);
}

.VoleraButton-module__n5eSgq__label {
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.VoleraButton-module__n5eSgq__loading .VoleraButton-module__n5eSgq__label {
  opacity: .72;
}

@media (hover: hover) and (pointer: fine) {
  .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"]:not(:disabled):hover .VoleraButton-module__n5eSgq__trailingIcon {
    transform: translateX(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .VoleraButton-module__n5eSgq__button, .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"] .VoleraButton-module__n5eSgq__trailingIcon {
    transition: none;
  }

  .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"]:not(:disabled):hover .VoleraButton-module__n5eSgq__trailingIcon {
    transform: none;
  }
}

/* [project]/app/commerce/products/components/ProductImage.module.css [app-client] (css) */
.ProductImage-module__NFBZ0W__placeholder {
  color: var(--volera-text);
  background: var(--volera-surface);
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
}

.ProductImage-module__NFBZ0W__placeholder svg {
  width: 50%;
  max-width: 48px;
  height: 50%;
  max-height: 48px;
}

/* [project]/app/commerce/components/CommerceOrderSummary.module.css [app-client] (css) */
.CommerceOrderSummary-module__L3Rn4W__panel {
  color: var(--volera-text);
  gap: 22px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__card {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border-soft);
  border-radius: var(--volera-frame-radius-desktop);
  box-shadow: var(--volera-header-search-shadow);
  min-width: 0;
  height: fit-content;
  max-height: calc(100dvh - 116px);
  display: grid;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__merchant {
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 24px 26px 20px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia, .CommerceOrderSummary-module__L3Rn4W__productMedia {
  background: var(--volera-surface-soft);
  border: 1px solid var(--volera-border-soft);
  color: var(--volera-text-muted);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia {
  border-radius: 18px;
  width: 64px;
  height: 64px;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia > svg {
  width: 25px;
  height: 25px;
}

.CommerceOrderSummary-module__L3Rn4W__mediaImage {
  object-fit: cover;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy strong {
  font-size: .98rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy span {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .8rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__lineFrame {
  border-block: 1px solid var(--volera-border-soft);
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__lineFrame:after {
  background: linear-gradient(to bottom,
    #fff0,
    var(--volera-surface) 88%);
  content: "";
  bottom: 0;
  pointer-events: none;
  height: 22px;
  position: absolute;
  inset-inline: 0;
}

.CommerceOrderSummary-module__L3Rn4W__lineList {
  scrollbar-width: thin;
  min-height: 0;
  max-height: clamp(132px, 30dvh, 300px);
  margin: 0;
  padding: 0 26px 14px;
  list-style: none;
  display: grid;
  overflow-y: auto;
}

.CommerceOrderSummary-module__L3Rn4W__line {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  min-width: 0;
  padding: 16px 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__line + .CommerceOrderSummary-module__L3Rn4W__line {
  border-top: 1px solid var(--volera-border-soft);
}

.CommerceOrderSummary-module__L3Rn4W__productMedia {
  border-radius: 14px;
  width: 58px;
  height: 58px;
}

.CommerceOrderSummary-module__L3Rn4W__productMedia > svg {
  width: 22px;
  height: 22px;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy > strong, .CommerceOrderSummary-module__L3Rn4W__linePrice > strong {
  font-size: .88rem;
  font-weight: var(--volera-font-weight-emphasis);
  line-height: 1.35;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy > strong {
  overflow-wrap: anywhere;
}

.CommerceOrderSummary-module__L3Rn4W__lineMetadata {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  flex-wrap: wrap;
  min-width: 0;
  font-size: .77rem;
  line-height: 1.4;
  display: flex;
}

.CommerceOrderSummary-module__L3Rn4W__metadataSeparator {
  margin-inline: 5px;
}

.CommerceOrderSummary-module__L3Rn4W__offerLabel {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .77rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__lineDetail {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: .77rem;
  line-height: 1.4;
  display: block;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice {
  font-variant-numeric: tabular-nums;
  text-align: end;
  align-items: end;
  gap: 2px;
  min-width: 0;
  max-width: 120px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice strong, .CommerceOrderSummary-module__L3Rn4W__linePrice s {
  overflow-wrap: anywhere;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice s {
  color: var(--volera-text-muted);
  font-size: .75rem;
  line-height: 1.3;
  text-decoration-thickness: 1px;
}

.CommerceOrderSummary-module__L3Rn4W__breakdown {
  gap: 10px;
  margin: 0;
  padding: 18px 26px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow, .CommerceOrderSummary-module__L3Rn4W__totalRow {
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.CommerceOrderSummary-module__L3Rn4W__breakdown dt, .CommerceOrderSummary-module__L3Rn4W__breakdown dd {
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow dd {
  font-size: .82rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dt {
  color: var(--volera-text-muted);
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dd, .CommerceOrderSummary-module__L3Rn4W__totalRow dd {
  font-variant-numeric: tabular-nums;
  font-weight: var(--volera-font-weight-emphasis);
  text-align: end;
  max-width: 48%;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="benefit"] dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="benefit"] dd {
  color: var(--volera-pink);
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="muted"] dd {
  color: var(--volera-text-muted);
  font-weight: 550;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="emphasis"] dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="emphasis"] dd {
  color: var(--volera-text);
  font-weight: var(--volera-font-weight-emphasis);
}

.CommerceOrderSummary-module__L3Rn4W__totalRow {
  border-top: 1px solid var(--volera-border-soft);
  margin-top: 4px;
  padding-top: 12px;
}

.CommerceOrderSummary-module__L3Rn4W__totalRow dt, .CommerceOrderSummary-module__L3Rn4W__totalRow dd {
  color: var(--volera-text);
  font-size: 1rem;
  font-weight: var(--volera-font-weight-emphasis);
  line-height: 1.3;
}

.CommerceOrderSummary-module__L3Rn4W__cardFooter {
  border-top: 1px solid var(--volera-border-soft);
  padding: 18px 26px 22px;
}

.CommerceOrderSummary-module__L3Rn4W__action {
  width: 100%;
}

.CommerceOrderSummary-module__L3Rn4W__trust {
  color: var(--volera-text-muted);
  text-align: center;
  grid-template-columns: minmax(28px, 1fr) 20px minmax(28px, 1fr);
  place-items: center;
  gap: 12px;
  min-width: 0;
  padding-inline: 16px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__trustRule {
  background: var(--volera-border-soft);
  width: 100%;
  height: 1px;
}

.CommerceOrderSummary-module__L3Rn4W__trust > svg {
  width: 20px;
  height: 20px;
}

.CommerceOrderSummary-module__L3Rn4W__trust p, .CommerceOrderSummary-module__L3Rn4W__trust strong {
  overflow-wrap: anywhere;
  grid-column: 1 / -1;
  margin: 0;
}

.CommerceOrderSummary-module__L3Rn4W__trust p {
  max-width: 34ch;
  font-size: .8rem;
  line-height: 1.45;
}

.CommerceOrderSummary-module__L3Rn4W__trust strong {
  color: var(--volera-text-muted);
  letter-spacing: -.03em;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1;
}

.CommerceOrderSummary-module__L3Rn4W__compactFooter {
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  display: none;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue > span {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .8rem;
  line-height: 1.35;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue > strong {
  color: var(--volera-text);
  font-variant-numeric: tabular-nums;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.CommerceOrderSummary-module__L3Rn4W__compactFooter .CommerceOrderSummary-module__L3Rn4W__action {
  width: auto;
  min-width: clamp(128px, 25vw, 220px);
}

.CommerceOrderSummary-module__L3Rn4W__srOnly {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="adaptive"] {
    display: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__card {
    border-radius: var(--volera-frame-radius-tablet);
    box-shadow: none;
    max-height: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__lineList {
    max-height: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    display: grid;
  }
}

@media (max-width: 599px) {
  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__card {
    border-radius: var(--volera-frame-radius-mobile);
  }

  .CommerceOrderSummary-module__L3Rn4W__merchant, .CommerceOrderSummary-module__L3Rn4W__lineList {
    padding-inline: 20px;
  }

  .CommerceOrderSummary-module__L3Rn4W__line {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .CommerceOrderSummary-module__L3Rn4W__productMedia {
    width: 52px;
    height: 52px;
  }

  .CommerceOrderSummary-module__L3Rn4W__breakdown, .CommerceOrderSummary-module__L3Rn4W__cardFooter {
    padding-inline: 20px;
  }
}

@media (max-width: 359px) {
  .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
    gap: 10px;
  }

  .CommerceOrderSummary-module__L3Rn4W__compactFooter .CommerceOrderSummary-module__L3Rn4W__action {
    min-width: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .CommerceOrderSummary-module__L3Rn4W__panel, .CommerceOrderSummary-module__L3Rn4W__card, .CommerceOrderSummary-module__L3Rn4W__lineList, .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    scroll-behavior: auto;
  }
}

/* [project]/app/commerce/giftCards/components/GiftCardPurchaseSummary.module.css [app-client] (css) */
.GiftCardPurchaseSummary-module__hQiXIG__giftCardMedia {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.GiftCardPurchaseSummary-module__hQiXIG__giftCardMedia > svg {
  width: 34px;
  height: 34px;
  display: block;
}

/* [project]/app/locations/[id]/gift-cards/LocationGiftCardsPage.module.css [app-client] (css) */
.LocationGiftCardsPage-module__ebv4OG__stack {
  gap: 24px;
  min-width: 0;
  display: grid;
}

.LocationGiftCardsPage-module__ebv4OG__error {
  color: var(--volera-danger);
  overflow-wrap: anywhere;
  margin: 0;
  font-size: .85rem;
  line-height: 1.45;
}

/*# sourceMappingURL=app_0rjwmnh._.css.map*/