/* Full-bleed desktop carousel (global rules add side margins / radius on smaller breakpoints) */
.homeBanner-wrapper.landing-hero-compact #main-banner {
  margin: 0;
  border-radius: 0;
}

.homeBanner-wrapper.landing-hero-compact .landing-hero-backdrop .fw-home-banner,
.homeBanner-wrapper.landing-hero-compact
  .landing-hero-backdrop
  .carousel-inner {
  height: clamp(360px, 52vh, 640px);
}

@media (max-width: 1199.98px) {
  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-backdrop
    .fw-home-banner,
  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-backdrop
    .carousel-inner {
    height: clamp(300px, 42vh, 480px);
  }
}

.landing-hero-inner {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* Homepage: hero + booking align with full content width (minimal side gutters) */
.home .homeBanner-wrapper.landing-hero-compact {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* Hero copy: full width of widget wrapper, title + description centered (above strip / sidebar row) */
.bookingWidget-wrapper.booking-widget-with-summary .landing-hero-copy {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.bookingWidget-wrapper.booking-widget-with-summary .landing-hero-title {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0 0 2.75rem 0;
  width: 100%;
  max-width: 1100px;
}

.bookingWidget-wrapper.booking-widget-with-summary .landing-hero-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.55;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bookingWidget-wrapper.booking-widget-with-summary
  .landing-hero-description
  p:last-child {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 14px;
}

.home-landing-booking-section--in-hero {
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.homeBanner-wrapper.landing-hero-compact .deskoverlap-close-btn {
  top: 8px;
  z-index: 1003;
  pointer-events: auto;
}

.home-landing-booking-section {
  position: relative;
  width: 100%;
  clear: both;
  background-color: #000;
  display: flow-root;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  overflow-x: clip;
  isolation: isolate;
  z-index: 1;
}

/* Inner widget: use full width of hero (no 1400px cap) */
.bookingWidget-wrapper.booking-widget-with-summary {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: auto;
  display: block;
  box-sizing: border-box;
}

/* Row: booking column + summary; featured products live inside __main below the form */
.booking-widget-with-summary__strip {
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
}

/* Let the maroon bar use the full width of the main flex column (drops default 15px side margins) */
.booking-widget-with-summary__main .bookingWidget {
  margin-left: 0;
  margin-right: 0;
}

.booking-widget-with-summary__main {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100%;
  justify-self: center;
  /* Was 900px; landing hero bar reads too narrow beside summary â€” allow ~2Ã— within column */
  max-width: min(100%, 1800px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.booking-widget-with-summary__main #bookingWidget.bookingWidget {
  position: relative;
  z-index: 2;
}

.booking-widget-with-summary__main > form > h3 {
  display: none !important;
}

.booking-widget-with-summary__aside {
  grid-column: 2;
  grid-row: 1;
  max-width: min(340px, 100%);
  width: 100%;
  position: relative;
  z-index: 1;
  justify-self: end;
  /* Vertically center the summary card beside the tall main column */
  align-self: center;
}

.booking-widget-with-summary__aside .booking-summary-wrapper {
  margin-bottom: 0;
}

/* Off-screen cart markup for AJAX sync when hero summary column is hidden */
.booking-widget-cart-sync {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Featured products: below search bar, same horizontal alignment as strip */
.booking-widget-products-section {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 8px 0 0;
  padding-top: 10px;
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
  padding-bottom: 16px;
}

.bookingWidget-wrapper.booking-widget-with-summary .bookingWidget {
  position: relative;
}

.bookingWidget-wrapper.booking-widget-with-summary .bookingWidget .bookingBtn {
  top: 0;
  right: 0;
}

.booking-widget-with-summary .booking-widget-products-form {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.booking-widget-products-head {
  margin-bottom: 12px;
}

/* Override global .upgrade-service h4 { color: #681235 } for landing featured block on black */
.home-landing-booking-section
  .booking-widget-products-section.upgrade-service
  .booking-widget-products-heading {
  color: #fff !important;
  margin: 0 0 4px 0;
  flex: none;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.home-landing-booking-section
  .booking-widget-products-section.upgrade-service
  .booking-widget-products-heading
  small {
  display: block;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.88rem;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.4;
}

.home-landing-booking-section
  .booking-widget-products-section.upgrade-service
  .booking-widget-products-heading__title {
  display: block;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  line-height: 1.25;
  text-align: center;
  margin: 20px 0;
}

.booking-widget-more-properties-intro {
  margin: 12px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
  max-width: 640px;
  width: 100%;
}

.booking-widget-more-properties-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.booking-widget-more-properties-wrap .booking-widget-more-properties-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}

/* Match .bookingWidget .bookingBtn â€” maroon pill; static inside products footer */
.home-landing-booking-section
  .booking-widget-more-properties-wrap
  .booking-widget-more-properties.btn.bookingBtn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  min-width: min(100%, 320px);
  margin: 0 auto;
  color: #fff;
  background-color: #4a0d26;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
  border: none;
  border-radius: 30px;
  padding: clamp(16px, 2.2vw, 24px) clamp(28px, 4vw, 40px);
  text-decoration: none;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.home-landing-booking-section
  .booking-widget-more-properties-wrap
  .booking-widget-more-properties.btn.bookingBtn:hover,
.home-landing-booking-section
  .booking-widget-more-properties-wrap
  .booking-widget-more-properties.btn.bookingBtn:focus {
  color: #fff;
  background-color: #681235;
  text-decoration: none;
}

.booking-widget-products-package {
  margin-bottom: 0;
  border-radius: 15px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.booking-widget-products-section.booking-widget-products-section--loading
  .booking-widget-more-properties-wrap {
  visibility: hidden;
}

.booking-widget-products-section.booking-widget-products-section--loading
  .booking-widget-products-groups {
  display: block;
}

.booking-widget-products-skeleton-list {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 20px;
  box-sizing: border-box;
}

.booking-widget-products-skeleton-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) minmax(96px, 132px);
  gap: 20px;
  align-items: start;
  padding: 18px 0;
}

.booking-widget-products-skeleton-row + .booking-widget-products-skeleton-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-widget-products-skeleton-row__thumb {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  flex-shrink: 0;
}

.booking-widget-products-skeleton-row__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
  min-width: 0;
}

.booking-widget-products-skeleton-row__qty {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
  min-width: 0;
}

.booking-widget-products-skeleton-row__qty-label {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.3;
  white-space: nowrap;
}

.booking-widget-skeleton-line {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.booking-widget-skeleton-line--thin {
  height: 10px;
}

.booking-widget-skeleton-line--title {
  height: 18px;
  width: 58%;
  max-width: 100%;
}

.booking-widget-skeleton-line--qty {
  height: 10px;
  width: 72%;
  max-width: 100%;
}

.booking-widget-skeleton-shimmer {
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.booking-widget-products-groups-outer {
  width: 100%;
}

.booking-widget-products-groups-scroll {
  min-width: 0;
  overflow: hidden;
}

.booking-widget-products-groups {
  display: grid;
  /* At most 4 service-type cards per row; each column is 1/4 of the row (minus gaps). */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.booking-widget-featured-host {
  display: block;
}

.booking-widget-products-section.has-booking-widget-products
  .booking-widget-more-properties-wrap {
  display: none;
}

/* Featured property card â€” horizontal: image left, details right (landing widget) */
.booking-widget-featured-card-wrap {
  width: 100%;
  min-width: 0;
}

.booking-widget-products-section.upgrade-service
  .booking-widget-featured-card.booking-widget-product-group-card.card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
}

.booking-widget-featured-card.booking-widget-product-group-card--selected {
  border-color: rgba(110, 15, 45, 0.45);
  box-shadow: 0 4px 28px rgba(110, 15, 45, 0.15);
}

.booking-widget-featured-card__media {
  flex: 0 0 38%;
  max-width: 42%;
  min-width: 200px;
  align-self: stretch;
  position: relative;
  background: #e5e5e5;
}

.bw-featured-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bw-featured-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.bw-featured-carousel__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 280px;
  opacity: 0;
  z-index: 0;
  transition: opacity 3s ease-in-out;
  background-color: #ddd;
  background-image: var(--bw-slide-image);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.bw-featured-carousel__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.bw-featured-carousel__slide--empty {
  background-image: none;
}

.bw-featured-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.bw-featured-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.bw-featured-carousel__dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.booking-widget-featured-card__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 20px;
  box-sizing: border-box;
}

.bw-featured-header {
  flex-shrink: 0;
}

.bookingWidget-wrapper h3.bw-featured-title {
  display: block;
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}

.bw-featured-subtitle {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6b6b6b;
  border: none;
}

.bw-featured-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  background: transparent;
  opacity: 1;
}

.bw-featured-service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.bw-featured-service-tab {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #6b6b6b;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.bw-featured-service-tab--active,
.bw-featured-service-tab[aria-selected="true"] {
  background: #530e2a;
  border-color: #530e2a;
  color: #fff;
}

.bw-featured-service-tab:focus-visible {
  outline: 2px solid #530e2a;
  outline-offset: 2px;
}

.bw-featured-product-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.bw-featured-select-wrap {
  position: relative;
  flex: 1 1 200px;
  min-width: 0;
  margin-bottom: 0 !important;
}

.booking-widget-products-section.upgrade-service
  .booking-widget-featured-card
  .bw-featured-product-select.booking-widget-product-group-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background-color: #fff;
  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 1l5 5 5-5'/%3E%3C/svg%3E");
  color: #1a1a1a;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.bw-featured-select-wrap--has-popular
  .booking-widget-featured-card
  .bw-featured-product-select.booking-widget-product-group-select {
  padding-right: 9.5rem;
}

.bw-featured-popular {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: #c9a227;
  pointer-events: none;
  white-space: nowrap;
}

.bw-featured-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff8e6;
  color: #c77d1a;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
}

.bw-featured-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8a317;
}

.bw-featured-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.bw-featured-amenity-tag {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  color: #5c5c5c;
  text-transform: uppercase;
}

.bw-featured-amenity-tag--more {
  color: #671235;
}

.bw-featured-main-row {
  margin-top: auto;
  padding-top: 4px;
  box-sizing: border-box;
}

.bw-featured-main-row > .col-lg-8 {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.bw-featured-main-row .bw-featured-footer__price {
  margin-top: 4px;
  margin-bottom: 0;
}

.bw-featured-footer__price .bw-group-price-line {
  justify-content: flex-start;
}

.booking-widget-products-section.upgrade-service
  .booking-widget-featured-card
  .bw-featured-footer__price
  .bw-group-price-current {
  font-size: 1.65rem;
  font-weight: 700;
  color: #6e0f2d;
  line-height: 1.1;
}

.bw-featured-footer__price .bw-group-price-discounted {
  font-size: 0.9375rem;
  color: #888;
  margin-right: 8px;
}

.bw-featured-footer__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.bw-featured-footer__actions .booking-widget-group-addcart-slot {
  width: 100%;
}

.bw-featured-footer__actions .booking-widget-group-addcart-wrap {
  width: 100%;
}

.bw-featured-footer__actions .booking-widget-group-addcart::after {
  content: "\2192";
  margin-left: 0.35em;
}

.bw-featured-more-props::after {
  content: "\2192";
  margin-left: 0.35em;
}

.bw-featured-footer__actions .booking-widget-group-removecart {
  width: 100%;
  border-radius: 999px;
}

.booking-widget-featured-skeleton {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.booking-widget-featured-skeleton__media {
  flex: 0 0 38%;
  max-width: 42%;
  min-width: 200px;
  min-height: 280px;
}

.booking-widget-featured-skeleton__content {
  flex: 1;
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-widget-featured-skeleton__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.booking-widget-featured-skeleton__footer-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 168px;
}

.booking-widget-skeleton-line--tabs {
  height: 36px;
  width: 45%;
}

.booking-widget-skeleton-line--select {
  height: 44px;
  width: 100%;
}

.booking-widget-skeleton-line--tags {
  height: 28px;
  width: 85%;
}

.booking-widget-skeleton-line--price {
  height: 32px;
  width: 120px;
  align-self: flex-start;
}

.booking-widget-skeleton-line--btn {
  height: 44px;
  width: 168px;
}

/* Product grid cards: add-to-cart sits in a sibling slot below â€” cancel global .upgrade-service .card margin-bottom */
.booking-widget-products-section.upgrade-service
  .booking-widget-product-group-item
  > .booking-widget-product-group-card.card {
  margin-bottom: 0;
}

.booking-widget-product-group-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.booking-widget-product-group-card.card:not(.booking-widget-featured-card) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.booking-widget-product-group-card.card.booking-widget-product-group-card--selected {
  border-color: #6e0f2d;
  box-shadow: 0 0 0 1px #6e0f2d;
}

.booking-widget-product-group-select-wrap {
  cursor: default;
}

.booking-widget-group-addcart-pool {
  display: none !important;
  position: absolute;
  width: 1px;
  height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.booking-widget-product-group-card.card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.booking-widget-product-group-card .bw-group-card-detail {
  flex: 1 1 auto;
  min-height: 0;
}

.booking-widget-group-addcart-slot {
  flex-shrink: 0;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  box-sizing: border-box;
}

.booking-widget-group-addcart-slot
  .booking-widget-group-addcart-wrap
  .booking-widget-group-addcart {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.booking-widget-group-addcart-slot .booking-widget-group-removecart {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.booking-widget-group-addcart-slot .booking-widget-group-addcart-wrap {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.booking-widget-group-addcart-wrap {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.booking-widget-group-addcart-wrap[hidden] {
  display: none !important;
}

.booking-widget-product-group-type {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.booking-widget-product-group-select-wrap .booking-widget-product-group-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 8px 10px;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.booking-widget-product-group-select-wrap
  .booking-widget-product-group-select:focus {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.booking-widget-product-group-card .bw-group-card-header {
  min-height: 120px;
}

.booking-widget-products-carousel-outer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 6px;
  width: 100%;
}

.booking-widget-products-carousel-scroll {
  min-width: 0;
  overflow: hidden;
}

.booking-widget-products-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
  padding-bottom: 6px;
}

.booking-widget-products-carousel::-webkit-scrollbar {
  height: 6px;
}

.booking-widget-products-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

.booking-widget-product-slide {
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: 200px;
  max-width: 100%;
  display: flex;
}

.booking-widget-product-slide .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199.98px) {
  .booking-widget-product-slide {
    flex: 0 0 calc((100% - 24px) / 3);
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .booking-widget-product-slide {
    flex: 0 0 calc((100% - 12px) / 2);
    min-width: 160px;
  }
}

@media (max-width: 479.98px) {
  .booking-widget-product-slide {
    flex: 0 0 min(280px, 85vw);
    min-width: min(280px, 85vw);
  }
}

.booking-widget-carousel-nav {
  align-self: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.booking-widget-carousel-nav:hover {
  background: rgba(83, 14, 42, 0.85);
  border-color: rgba(255, 255, 255, 0.75);
}

.booking-widget-carousel-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.booking-widget-products-section:not(.has-booking-widget-products)
  .booking-widget-carousel-nav {
  visibility: hidden;
  pointer-events: none;
}

/* Global .upgrade-service .card .card-header:before is a solid overlay â€” hides background images here */
.booking-widget-products-section.upgrade-service .card .card-header::before {
  display: none;
}

#booking-widget-products-section:not([hidden]),
#bookingwidgetspanResult {
  scroll-margin-top: 10px;
  max-width: 1400px;
  margin: auto;
}

.booking-widget-products-section[hidden] {
  display: none !important;
}

.booking-widget-products-section:not([hidden]) {
  display: block;
}

.booking-widget-products-section__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.booking-widget-products-empty {
  margin: 30px 0 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  line-height: 1.45;
  white-space: pre-line;
}

/*
 * Homepage "Book Now" (deskHighlight): .deskoverlap is a later sibling at z-index 1000 and
 * covers the widget unless the hero inner + wrapper are explicitly raised.
 */
:root {
  --booking-widget-deskhighlight-top: 56px;
  --booking-widget-landing-hero-inner-padding: 95px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  :root {
    --booking-widget-deskhighlight-top: 65px;
    --booking-widget-landing-hero-inner-padding: 80px;
  }

  body.hasAlert {
    --booking-widget-deskhighlight-top: 50px;
    --booking-widget-landing-hero-inner-padding: 50px;
  }

  /* Fixed maintenance alert sits above the hero; default pageWrapper padding (40px) is too small */
  body.hasAlert.home .pageWrapper,
  body.hasAlert .home.pageWrapper {
    padding-top: 48px;
  }

  .homeBanner-wrapper.landing-hero-compact > .landing-hero-inner {
    padding-top: var(--booking-widget-landing-hero-inner-padding);
  }

  #booking-widget-products-section:not([hidden]),
  #bookingwidgetspanResult {
    scroll-margin-top: var(--booking-widget-landing-hero-inner-padding);
  }
}

body.deskHighlight
  .homeBanner-wrapper.landing-hero-compact
  > .landing-hero-inner {
  position: relative;
  z-index: 1001;
}

body.deskHighlight
  .homeBanner-wrapper.landing-hero-compact
  .bookingWidget-wrapper.booking-widget-with-summary,
body.deskHighlight .home .bookingWidget-wrapper.booking-widget-with-summary {
  position: fixed;
  top: var(--booking-widget-deskhighlight-top);
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(12px, env(safe-area-inset-left, 0px));
  padding-right: max(12px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  pointer-events: auto;
  max-height: calc(100vh - var(--booking-widget-deskhighlight-top));
  overflow-y: auto;
  overscroll-behavior: contain;
}

body.deskHighlight
  .homeBanner-wrapper.landing-hero-compact
  > .landing-hero-backdrop {
  visibility: hidden;
}

/* Compact megamenu "Book Now" overlay: search bar only (previous UX) */
.booking-widget-deskhighlight-title {
  display: none;
  margin: 0 0 14px 15px;
  padding: 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

body.deskHighlight .booking-widget-deskhighlight-title {
  display: block;
  margin-left: 0;
}

body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .landing-hero-copy,
body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .booking-widget-more-properties-wrap,
body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .booking-widget-group-addcart-pool,
body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  #bw-product-desc-modal,
body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .booking-widget-cart-sync {
  display: none !important;
}

body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .bookingWidget
  .bookingBtn {
  top: 0;
}

body.deskHighlight
  .bookingWidget-wrapper.booking-widget-with-summary
  .booking-widget-with-summary__main {
  max-width: none;
  width: 100%;
}

/* Booking widget group card: description, contact, hours, prices */
.bw-group-price-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.bw-group-price-discounted {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.55);
}

.bw-group-price-discounted s {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.bw-group-price-current {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
}

.bw-group-description-block {
  margin-bottom: 12px;
}

.bw-group-description-preview {
  margin: 0 0 6px 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.78);
}

.booking-widget-product-group-card .bw-group-learn-more {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: #6e0f2d;
  font-size: 0.8125rem;
  text-decoration: underline;
  cursor: pointer;
}

.booking-widget-product-group-card .bw-group-learn-more:hover {
  color: #531429;
}

.bw-group-contact-line,
.bw-group-hours-line {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 8px;
}

.bw-group-contact-label,
.bw-group-hours-label {
  font-weight: 600;
  margin-right: 4px;
}

/* Full description modal â€” above .main-navigation (999) and .alert (1000) */
.bw-product-desc-modal.bw-product-desc-modal--stacked {
  z-index: 10070;
}

.bw-product-desc-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

body.hasAlert .bw-product-desc-modal {
  padding-top: 52px;
}

.bw-product-desc-modal[hidden] {
  display: none !important;
}

.bw-product-desc-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.bw-product-desc-modal__panel {
  position: relative;
  z-index: 2;
  width: min(800px, 100%);
  max-width: min(800px, 100%);
  max-height: min(88vh, 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #222;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  padding: 0;
}

.bw-product-desc-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.bw-product-desc-modal__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 8px;
}

.bw-product-desc-modal__close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.bw-product-desc-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.bw-product-desc-modal__body {
  padding: 16px 20px 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  overflow: auto;
  flex: 1 1 auto;
  min-height: 0;
}

.bw-product-desc-modal__body.bw-product-desc-modal__body--plain {
  white-space: pre-wrap;
}

/* Lounge-details-style accordion inside product Learn more modal */
.bw-product-desc-modal__body .accordion#bw-lounge-detail {
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 14px;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 12px;
}

.bw-product-desc-modal__body .accordion#bw-lounge-detail .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none;
}

.bw-product-desc-modal__body
  .accordion#bw-lounge-detail
  .accordion-button:not(.collapsed) {
  color: #6e0f2d;
  background: transparent;
}

.bw-product-desc-modal__body .accordion#bw-lounge-detail .lounge-tags .tag {
  margin-bottom: 6px;
}

body.bw-product-desc-modal--open {
  overflow: hidden;
}

@media (min-width: 991.98px) {
  .quickFlow
    .bookingWidget-wrapper.booking-widget-with-summary
    .landing-hero-copy {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingBtn__label {
    display: none;
  }

  /* Landing hero: banner carousel (backdrop) + title/description/booking stacked in one grid cell */
  .homeBanner-wrapper.landing-hero-compact {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    height: auto !important;
    min-height: 0;
    max-height: none;
    background-color: #000;
    padding: 20px 0 16px 0;
    margin: 0;
  }

  .homeBanner-wrapper.landing-hero-compact > .landing-hero-backdrop {
    grid-column: 1;
    grid-row: 1;
    z-index: 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }

  .homeBanner-wrapper.landing-hero-compact > .landing-hero-inner {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    position: relative;
    width: 100%;
    min-width: 0;
    padding-top: var(--booking-widget-landing-hero-inner-padding, 95px);
  }
}

@media (max-width: 1199.98px) {
  .booking-widget-products-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .home-landing-booking-section
    .booking-widget-more-properties-wrap
    .booking-widget-more-properties.btn.bookingBtn {
    border-radius: 20px;
  }
  .booking-widget-with-summary__strip {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 12px;
    column-gap: 0;
  }

  .booking-widget-with-summary__main {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    justify-self: stretch;
  }

  .booking-widget-with-summary__aside {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    max-width: none;
  }

  .booking-widget-products-section {
    margin-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .booking-widget-with-summary__main > form > h3 {
    display: block !important;
  }

  .booking-widget-products-groups {
    grid-template-columns: 1fr;
  }

  .quickFlow .bookingWidget .form-control {
    font-size: 14px;
  }

  .quickFlow .bookingWidget .input-group-text {
    font-size: 14px;
  }

  .quickFlow .bookingWidget .bookingBtn {
    padding: 24px 15px;
  }
}

@media (max-width: 767.98px) {
  .homeBanner-wrapper.landing-hero-compact > .landing-hero-inner {
    padding-top: 0;
  }
  .quickFlow
    .bookingWidget-wrapper.booking-widget-with-summary
    .landing-hero-title {
    font-size: 32px;
    margin-bottom: 0;
  }

  .home .homeBanner-wrapper.landing-hero-compact {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    background-color: #f5f4f1;
    padding: 30px 0;
  }

  .homeBanner-wrapper.landing-hero-compact {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
  }

  .homeBanner-wrapper.landing-hero-compact:has(
      #booking-widget-products-section:not([hidden])
    ) {
    background-color: #f5f4f1;
    padding: 15px 0;
  }

  .homeBanner-wrapper.landing-hero-compact > .landing-hero-backdrop {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    align-self: stretch;
    min-height: clamp(320px, 50vh, 420px);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
  }

  .homeBanner-wrapper.landing-hero-compact > .landing-hero-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.5) 55%,
      rgba(0, 0, 0, 0.78) 100%
    );
  }

  /* Banner image: same box as ::after gradient shadow (full backdrop) */
  .homeBanner-wrapper.landing-hero-compact .landing-hero-mobile-banner {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
    height: 100%;
  }

  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    min-height: 100%;
  }

  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel.owl-carousel
    .owl-stage-outer,
  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel.owl-carousel
    .owl-stage,
  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel.owl-carousel
    .owl-item,
  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel.owl-carousel
    .item {
    height: 100%;
    min-height: 100%;
  }

  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-item {
    border-radius: 20px;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
  }

  .homeBanner-wrapper.landing-hero-compact
    .landing-hero-mobile-banner
    .mobileBanner-carousel.owl-carousel
    .owl-dots {
    bottom: 12px;
    z-index: 2;
  }

  /* Flatten wrappers so search bar stacks on banner; products sit in row 2 */
  .homeBanner-wrapper.landing-hero-compact > .landing-hero-inner,
  .homeBanner-wrapper.landing-hero-compact .home-landing-booking-section {
    display: contents;
  }

  .homeBanner-wrapper.landing-hero-compact
    .bookingWidget-wrapper.booking-widget-with-summary {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 15px 20px;
    box-sizing: border-box;
  }

  .home-landing-booking-section.home-landing-booking-section--in-hero {
    background-color: transparent;
    padding-bottom: 0;
    overflow: visible;
  }

  .booking-widget-with-summary__main > form > h3 {
    display: none !important;
  }

  .bookingWidget-wrapper.booking-widget-with-summary .landing-hero-copy {
    margin-top: 0;
    padding: 0 0 12px;
    text-align: left;
    align-items: flex-start;
  }

  .bookingWidget-wrapper.booking-widget-with-summary .landing-hero-title {
    font-size: clamp(1.625rem, 7vw, 2.25rem);
    line-height: 1.2;
    margin-bottom: 14px;
    text-align: left;
  }

  .booking-widget-with-summary__strip {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .quickFlow .booking-widget-with-summary__strip {
    margin-top: 0;
    padding: 0 15px;
  }

  /* Landing homepage: stacked card (WHERE / date-time / guests / Search Lounges) */
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card {
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 24px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol {
    width: 100%;
    max-width: none;
    flex: none;
    border: 0;
    padding: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol.d-none.d-md-block {
    display: block !important;
  }

  /* WHERE â€” maroon header */
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:first-child {
    background: #530e2a;
    padding: 16px 18px 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:first-child
    .form-label {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:first-child
    .form-control {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:first-child
    input::placeholder {
    color: rgba(255, 255, 255, 0.45);
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:first-child
    #locationValidationMessage {
    color: #ffc9c9 !important;
  }

  /* DATE + TIME â€” white panel */
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2) {
    background: #fff;
    padding: 14px 18px 16px;
    border-bottom: 1px solid #e8e8e8;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    > .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .col-md-7,
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .col-md-4 {
    width: 100%;
    max-width: none;
    padding: 0;
    flex: none;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .form-label {
    color: #530e2a;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .form-control {
    color: #1a1a1a;
    padding: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .input-group-text {
    color: #1a1a1a;
    background: transparent;
    border: 0;
    padding: 0 0 0 4px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    .input-group {
    flex-wrap: nowrap;
    align-items: baseline;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    #bookingDateValidationMessage,
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(2)
    #bookingTimeValidationMessage {
    color: #c0392b !important;
    font-size: 0.75rem;
  }

  /* ADULTS + CHILDREN */
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(3) {
    background: #fff;
    padding: 14px 18px 18px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(3)
    > .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin: 0;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(3)
    .col-md-6 {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: left;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingCol:nth-child(3)
    .form-label {
    color: #530e2a;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .number {
    width: 100%;
    max-width: 132px;
    margin: 0;
    background: #efefef;
    border-radius: 999px;
    padding: 8px 12px;
    box-sizing: border-box;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .number
    .form-control {
    color: #1a1a1a;
    background: transparent;
    width: 100%;
    padding: 0 28px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .number
    span.number-btn {
    color: #530e2a;
    top: 50%;
    transform: translateY(-50%);
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .number
    span.plus {
    right: 10px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .number
    span.minus {
    left: 10px;
  }

  /* Search Lounges footer */
  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingBtn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    border: 0;
    border-radius: 0;
    background: #530e2a;
    font-size: 1.0625rem;
    line-height: 1.2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingBtn__label {
    display: inline;
  }

  .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card
    .bookingBtn
    .fa-magnifying-glass {
    font-size: 1.125rem;
  }

  .quickFlow
    .booking-widget-with-summary__main
    #bookingWidget.bookingWidget--landing-mobile-card {
    padding-right: 0;
  }

  .homeBanner-wrapper.landing-hero-compact > .deskoverlap {
    display: none;
  }

  .homeBanner-wrapper.landing-hero-compact #booking-widget-cart-sync {
    grid-row: 2;
    grid-column: 1;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }

  /* Product card: below search bar inside the booking wrapper */
  .homeBanner-wrapper.landing-hero-compact
    .bookingWidget-wrapper.booking-widget-with-summary
    #booking-widget-products-section.booking-widget-products-section:not(
      [hidden]
    ) {
    margin: 12px 0 20px;
    padding: 0;
    border-top: 0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .home-landing-booking-section
    .booking-widget-products-section.upgrade-service
    .booking-widget-products-heading,
  .home-landing-booking-section
    .booking-widget-products-section.upgrade-service
    .booking-widget-products-heading
    small,
  .home-landing-booking-section
    .booking-widget-products-section.upgrade-service
    .booking-widget-products-heading__title {
    color: #1a1a1a !important;
    text-shadow: none;
  }

  .home-landing-booking-section .booking-widget-products-empty {
    color: #444;
  }

  .home-landing-booking-section .booking-widget-products-skeleton-list {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.04);
  }

  .home-landing-booking-section
    .booking-widget-products-skeleton-row
    + .booking-widget-products-skeleton-row {
    border-top-color: rgba(0, 0, 0, 0.08);
  }

  .home-landing-booking-section .booking-widget-more-properties-intro {
    color: #444;
  }

  .home-landing-booking-section
    .booking-widget-more-properties-wrap
    .booking-widget-more-properties.btn.bookingBtn {
    border-radius: 20px;
  }

  .home-landing-booking-section .booking-widget-products-package {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }

  .homeBanner-wrapper.landing-hero-compact .deskoverlap-close-btn {
    grid-row: 1;
    grid-column: 1;
    z-index: 3;
  }

  .service-form.booking-widget-products-form {
    padding: 0;
  }

  .bookingWidget-wrapper.booking-widget-with-summary
    .landing-hero-description
    p:last-child {
    font-size: 12px;
  }

  .booking-widget-products-section.upgrade-service
    .booking-widget-featured-card.booking-widget-product-group-card.card {
    flex-direction: column;
    min-height: 0;
  }

  .booking-widget-featured-card__media {
    flex: none;
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    align-self: auto;
  }

  .bw-featured-carousel__slide {
    min-height: 200px;
  }

  .booking-widget-featured-card__content {
    padding: 18px 16px 16px;
  }

  .booking-widget-featured-card .bw-featured-title {
    font-size: 1.125rem;
    margin-bottom: 4px;
  }

  .booking-widget-featured-card .bw-featured-subtitle:not([hidden]) {
    margin-bottom: 10px;
    font-size: 0.8125rem;
    color: #8a8a8a;
  }

  .booking-widget-featured-card .bw-featured-divider {
    margin-bottom: 14px;
  }

  /* LOUNGE / SHOWER: equal-width pill row (mobile comp) */
  .booking-widget-featured-card .bw-featured-service-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
  }

  .booking-widget-featured-card .bw-featured-service-tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 10px;
    border-radius: 14px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    white-space: nowrap;
  }

  .booking-widget-featured-card
    .bw-featured-service-tab:not(.bw-featured-service-tab--active):not(
      [aria-selected="true"]
    ) {
    background: #fff;
    border-color: #d4d4d4;
    color: #8a8a8a;
  }

  .booking-widget-featured-card .bw-featured-service-tab--active,
  .booking-widget-featured-card .bw-featured-service-tab[aria-selected="true"] {
    background: #530e2a;
    border-color: #530e2a;
    color: #fff;
  }

  .bw-featured-main-row > .col-lg-4 {
    margin-top: 12px;
  }

  .bw-featured-footer__actions {
    width: 100%;
    min-width: 0;
  }

  .booking-widget-featured-skeleton {
    flex-direction: column;
    min-height: 0;
  }

  .booking-widget-featured-skeleton__media {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }

  #booking-widget-products-section {
    padding: 10px 15px;
  }
}

@media (min-width: 1200px) {
  .homeBanner-wrapper.landing-hero-compact {
    padding-top: 148px;
    padding-bottom: 16px;
  }

  /* .home.pageWrapper already gains ~43px top padding when the alert strip is shown */
  body.hasAlert .home.pageWrapper .homeBanner-wrapper.landing-hero-compact {
    /* padding-top: 108px; */
  }

  .bookingWidget-wrapper.booking-widget-with-summary .landing-hero-copy {
    margin-top: calc(30px + 0.5rem);
  }
}

@media (max-width: 575.98px) {
  .booking-widget-products-skeleton-list {
    padding: 4px 12px;
  }

  .booking-widget-products-skeleton-row {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 12px 14px;
    padding: 14px 0;
  }

  .booking-widget-products-skeleton-row__thumb {
    width: 64px;
    height: 64px;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .booking-widget-products-skeleton-row__main {
    grid-column: 2;
    grid-row: 1;
  }

  .booking-widget-products-skeleton-row__qty {
    grid-column: 2;
    grid-row: 2;
  }

  .booking-widget-products-skeleton-row__qty-label {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-widget-skeleton-shimmer {
    animation: none;
    background: #ececec;
  }

  .bw-featured-carousel__slide {
    transition: none;
  }
}
