/* Inflatable Zone booking surfaces only. Keep Astra and unrelated WooCommerce pages untouched. */
body.page-id-23,
body.postid-34,
body.postid-424 {
  --iz-booking-blue: #2e3192;
  --iz-booking-red: #df1720;
  --iz-booking-ink: #333333;
  --iz-booking-muted: #bbbbbb;
  --iz-booking-white: #ffffff;
}

body.page-id-23 .booking-nav,
body.postid-34 .booking-nav,
body.postid-424 .booking-nav {
  display: flex;
  clear: both;
  width: 100%;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  border-bottom: 4px solid var(--iz-booking-blue);
  list-style: none;
}

body.page-id-23 .booking-nav li,
body.postid-34 .booking-nav li,
body.postid-424 .booking-nav li {
  display: block;
  margin: 0;
  padding: 16px 28px;
  color: var(--iz-booking-white);
  background: var(--iz-booking-red);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

body.page-id-23 .booking-nav li.active,
body.postid-34 .booking-nav li.active,
body.postid-424 .booking-nav li.active {
  background: var(--iz-booking-blue);
  box-shadow: inset 0 -4px 0 var(--iz-booking-white);
}

body.page-id-23 .entry-content > h3 {
  margin: 0 0 20px;
  color: var(--iz-booking-blue);
  font-size: clamp(22px, 2.5vw, 30px);
  text-transform: uppercase;
}

body.page-id-23 .booking-box {
  position: relative;
  display: flow-root;
  width: 100%;
  box-sizing: border-box;
  margin: 24px 0 0;
  padding: 26px 30px 30px;
  color: var(--iz-booking-white);
  background: var(--iz-booking-blue);
  border-radius: 2px;
}

body.page-id-23 .booking-box h3 {
  max-width: calc(100% - 190px);
  margin: 0 0 12px;
  color: var(--iz-booking-white);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.15;
  text-transform: uppercase;
}

body.page-id-23 .booking-box > a {
  float: right;
  min-width: 150px;
  margin: 0 0 16px 34px;
  padding: 14px 24px;
  color: var(--iz-booking-white);
  background: var(--iz-booking-red);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-id-23 .booking-box > a:hover,
body.page-id-23 .booking-box > a:focus-visible {
  color: var(--iz-booking-red);
  background: var(--iz-booking-white);
}

body.postid-34 .woocommerce-breadcrumb,
body.postid-424 .woocommerce-breadcrumb,
body.postid-34 form.variations_form,
body.postid-424 form.variations_form,
body.postid-34 .woocommerce-product-gallery,
body.postid-424 .woocommerce-product-gallery,
body.postid-34 .single-product-category,
body.postid-424 .single-product-category,
body.postid-34 .product_meta,
body.postid-424 .product_meta,
body.postid-34 .woocommerce-tabs,
body.postid-424 .woocommerce-tabs,
body.postid-34 .related.products,
body.postid-424 .related.products {
  display: none !important;
}

body.postid-34 .site-main div.product,
body.postid-424 .site-main div.product {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.postid-34 .site-main div.product .summary,
body.postid-424 .site-main div.product .summary {
  clear: both;
  float: none !important;
  width: 100% !important;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto !important;
}

body.postid-34 .product_title,
body.postid-424 .product_title {
  margin: 0 0 24px;
  color: var(--iz-booking-blue);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

body.postid-34 .DOPBSPCalendar-wrapper,
body.postid-424 .DOPBSPCalendar-wrapper {
  display: flow-root;
  width: 100%;
  margin: 20px auto 36px;
}

body.postid-34 .DOPBSPCalendar-wrapper .DOPBSPCalendar-container,
body.postid-424 .DOPBSPCalendar-wrapper .DOPBSPCalendar-container {
  min-width: 0;
  width: 67% !important;
}

body.postid-34 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar,
body.postid-424 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar {
  float: right !important;
  min-width: 0;
  width: 30% !important;
  box-sizing: border-box;
  margin: 0 0 0 3% !important;
  overflow: visible !important;
}

body.postid-34 .DOPBSPCalendar-sidebar .dopbsp-cart-wrapper,
body.postid-424 .DOPBSPCalendar-sidebar .dopbsp-cart-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.postid-34 .DOPBSPCalendar-sidebar .dopbsp-cart tr.dopbsp-total td.dopbsp-value,
body.postid-424 .DOPBSPCalendar-sidebar .dopbsp-cart tr.dopbsp-total td.dopbsp-value {
  overflow: visible !important;
  white-space: nowrap;
}

body.postid-34 .DOPBSPCalendar-sidebar > h3,
body.postid-424 .DOPBSPCalendar-sidebar > h3,
body.postid-34 .DOPBSPCalendar-hours > h3,
body.postid-424 .DOPBSPCalendar-hours > h3 {
  margin: 0 0 18px;
  padding: 13px 14px;
  color: var(--iz-booking-white);
  background: var(--iz-booking-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

body.postid-34 .DOPBSPCalendar-sidebar .dopbsp-input-wrapper,
body.postid-424 .DOPBSPCalendar-sidebar .dopbsp-input-wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 13px;
}

body.postid-34 .DOPBSPCalendar-sidebar .dopbsp-input-wrapper > label,
body.postid-424 .DOPBSPCalendar-sidebar .dopbsp-input-wrapper > label,
body.postid-34 .DOPBSPCalendar-sidebar .ja_age_check .iz-age-title,
body.postid-424 .DOPBSPCalendar-sidebar .ja_age_check .iz-age-title {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  color: var(--iz-booking-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

body.postid-34 .DOPBSPCalendar-sidebar .DOPSelect,
body.postid-424 .DOPBSPCalendar-sidebar .DOPSelect,
body.postid-34 .DOPBSPCalendar-sidebar .dopselect-select,
body.postid-424 .DOPBSPCalendar-sidebar .dopselect-select {
  width: 100% !important;
  box-sizing: border-box;
}

body.postid-34 .DOPBSPCalendar-sidebar .dopselect-select,
body.postid-424 .DOPBSPCalendar-sidebar .dopselect-select {
  min-height: 44px;
}

body.postid-34 #DOPBSPCalendar-no-items-wrapper1,
body.postid-424 #DOPBSPCalendar-no-items-wrapper1 {
  display: none !important;
}

body.postid-34 .DOPBSPCalendar-sidebar .ja_age_check,
body.postid-424 .DOPBSPCalendar-sidebar .ja_age_check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 0 16px;
  color: var(--iz-booking-ink);
  font-size: 14px;
  line-height: 20px;
}

body.postid-34 .DOPBSPCalendar-sidebar #cbAgeCheck,
body.postid-424 .DOPBSPCalendar-sidebar #cbAgeCheck {
  width: 20px !important;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--iz-booking-blue);
}

body.postid-34 .DOPBSPCalendar-sidebar .iz-age-copy,
body.postid-424 .DOPBSPCalendar-sidebar .iz-age-copy,
body.postid-34 .DOPBSPCalendar-sidebar #iz-age-description,
body.postid-424 .DOPBSPCalendar-sidebar #iz-age-description {
  display: block;
}

body.postid-34 .dopbsp-add-to-cart-wrapper input,
body.postid-424 .dopbsp-add-to-cart-wrapper input {
  width: 100% !important;
  min-height: 48px;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  color: var(--iz-booking-white);
  background: var(--iz-booking-red);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

body.postid-34 #fakeBookButton,
body.postid-424 #fakeBookButton {
  background: #666666;
}

body.postid-34 .footnote,
body.postid-424 .footnote {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 6px;
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.page-id-23 a:focus-visible,
body.postid-34 button:focus-visible,
body.postid-34 input:focus-visible,
body.postid-34 a:focus-visible,
body.postid-424 button:focus-visible,
body.postid-424 input:focus-visible,
body.postid-424 a:focus-visible {
  outline: 3px solid var(--iz-booking-blue);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  body.postid-34 .DOPBSPCalendar-wrapper .DOPBSPCalendar-container,
  body.postid-424 .DOPBSPCalendar-wrapper .DOPBSPCalendar-container,
  body.postid-34 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar,
  body.postid-424 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.postid-34 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar,
  body.postid-424 .DOPBSPCalendar-wrapper .DOPBSPCalendar-sidebar {
    padding-top: 24px;
  }
}

@media (max-width: 600px) {
  body.page-id-23 .booking-nav,
  body.postid-34 .booking-nav,
  body.postid-424 .booking-nav {
    gap: 4px;
  }

  body.page-id-23 .booking-nav li,
  body.postid-34 .booking-nav li,
  body.postid-424 .booking-nav li {
    flex: 1 1 0;
    padding: 12px 6px;
    font-size: 13px;
    text-align: center;
  }

  body.page-id-23 .booking-box {
    padding: 22px 20px 24px;
  }

  body.page-id-23 .booking-box h3 {
    max-width: none;
  }

  body.page-id-23 .booking-box > a {
    float: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 18px;
  }

  body.postid-34 .product_title,
  body.postid-424 .product_title {
    font-size: 38px;
  }
}
