.after-product {
  display: none;
}
body.booking .after-product {
  display: block;
}

.booking_form {
  max-width: 1100px;
  margin: 0 auto;
}
.booking_form .book_room_wrapper {
  display: none;
}
@media (max-width: 768px) {
  .booking_form {
    padding: 1rem;
  }
}

.price bdi {
  font-weight: normal;
}

body.booking main .product {
  display: none;
}
main .product .product_title {
  font-size: 60px;
  line-height: 110%;
  margin-bottom: 1rem;
}
main .product .retreat_image {
  width: 50%;
  height: calc(100vh - 100px);
}
main .product .retreat_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  main .product .retreat_image {
    width: 100%;
    height: auto;
  }
}
main .product .retreat_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
main .product .retreat_top bdi {
  font-weight: normal;
}

.button {
  margin-top: 1rem;
  padding: 19px 20px 18px !important;
  min-width: 220px;
  background: var(--zielony) !important;
  color: var(--bialy) !important;
  display: inline-block;
  border-radius: 9999px !important;
  text-align: center;
  font-family: "Inter";
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .button {
    min-width: 120px;
  }
}
.button:hover {
  filter: drop-shadow(0px 23.75px 9.35606px rgba(29, 26, 22, 0.01)) drop-shadow(0px 12.9545px 7.91667px rgba(29, 26, 22, 0.05)) drop-shadow(0px 5.75758px 5.75758px rgba(29, 26, 22, 0.09)) drop-shadow(0px 1.43939px 2.87879px rgba(29, 26, 22, 0.1)) drop-shadow(0px 0px 0px rgba(29, 26, 22, 0.1));
  transform: scale(1.05);
}

.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images {
  float: none;
  width: 50%;
}
@media (max-width: 768px) {
  .woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce-page div.product div.summary {
  padding: 3rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 560px;
}
@media (max-width: 768px) {
  .woocommerce-page div.product div.summary {
    padding: 1.5rem;
  }
}
.woocommerce-page div.product div.summary .price {
  display: none !important;
}
.woocommerce-page div.product div.summary .ilo_price {
  display: none;
}
.woocommerce-page div.product div.summary .retreat_top .ilo_price {
  display: block;
}

.product_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_top_wrap > .xoo-wl-btn-container {
  display: none !important;
}
@media (max-width: 768px) {
  .product_top_wrap {
    display: block;
  }
}

.product_content {
  clear: both;
}

.product_attributes {
  background: var(--pomarancz);
  padding: 4rem 0 6rem;
  text-align: center;
}
.product_attributes h2 {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product_attributes h2 {
    font-size: 50px;
  }
  .product_attributes h2 + p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .product_attributes h2 + p br {
    display: none;
  }
}
.product_attributes .attributes_list {
  max-width: 1100px;
  margin: 0 auto;
}
.product_attributes .attributes_list section {
  display: grid;
  grid-template-columns: 280px 1fr;
  text-align: left;
  gap: 1.5rem;
  margin-top: 6rem;
}
.product_attributes .attributes_list section h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .product_attributes .attributes_list section {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 4rem;
  }
  .product_attributes .attributes_list section h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.product_attributes .attributes_list section .content {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1.5rem;
}
.product_attributes .attributes_list section .content .item {
  display: flex;
  align-items: center;
}
.product_attributes .attributes_list section .content .item span {
  max-width: 280px;
}
.product_attributes .attributes_list section .content .item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .product_attributes .attributes_list section .content {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .product_attributes .attributes_list section .content .item {
    margin-bottom: 0.5rem;
  }
}

.choose_room_wrapper .item {
  border-bottom: 1px solid var(--zielony);
}
.choose_room_wrapper .item .header .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 1rem;
}
.choose_room_wrapper .item .header .content > div {
  padding: 1rem;
}
.choose_room_wrapper .item .header .content > div:nth-child(2), .choose_room_wrapper .item .header .content > div:nth-child(4) {
  text-align: right;
}
.choose_room_wrapper .item .header .content > div:nth-child(2) {
  border-right: 1px solid var(--zielony);
}
.choose_room_wrapper .item .header .content .title {
  padding-left: 0;
  font-size: 20px;
}
.choose_room_wrapper .item .header .content .price {
  align-self: stretch;
}
.choose_room_wrapper .item .header .content .details img {
  display: none;
}
.choose_room_wrapper .item .header .content label {
  display: flex;
}
@media (max-width: 768px) {
  .choose_room_wrapper .item .header .content {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-bottom: 1px solid var(--zielony);
  }
  .choose_room_wrapper .item .header .content .title {
    background: var(--zielony);
    color: var(--bezowy);
    padding: 0.5rem;
    font-size: 14px;
  }
  .choose_room_wrapper .item .header .content .attrs {
    grid-column: 1;
    grid-row: 2;
    text-align: center !important;
  }
  .choose_room_wrapper .item .header .content .details {
    grid-column: 2;
    grid-row: 1;
    background: var(--zielony);
    color: var(--bezowy);
    padding: 0.5rem;
  }
  .choose_room_wrapper .item .header .content .price {
    text-align: center;
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  .choose_room_wrapper .item {
    border: 1px solid var(--zielony);
  }
}
.choose_room_wrapper .item .slide_content {
  padding: 2rem 0;
  display: none;
}
@media (max-width: 768px) {
  .choose_room_wrapper .item .slide_content {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.choose_room_wrapper .item .slide_content .inner {
  display: grid;
  grid-template-columns: 460px 1fr;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.choose_room_wrapper .item .slide_content .inner .desc {
  align-self: flex-end;
  max-width: 325px;
}
@media (max-width: 768px) {
  .choose_room_wrapper .item .slide_content .inner {
    grid-template-columns: 1fr;
  }
  .choose_room_wrapper .item .slide_content .inner .desc {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.product_variations {
  background: var(--zielony);
  color: var(--bialy);
  text-align: center;
}
@media (max-width: 768px) {
  .product_variations {
    background: var(--bezowy);
    color: var(--zielony);
  }
  .product_variations .price {
    color: var(--zielony) !important;
  }
}
.product_variations h2 {
  margin: 0 auto;
  padding: 4rem;
}
.product_variations .header {
  border-top: 1px solid var(--bialy);
}
.product_variations .header .more {
  display: none !important;
}
.product_variations .header .content {
  display: grid;
  grid-template-columns: 140px 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product_variations .header .content {
    grid-template-columns: 1fr 1fr;
  }
}
.product_variations .header .content .thumbnail {
  width: 140px;
  height: 140px;
  object-fit: cover;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .product_variations .header .content .thumbnail {
    display: none;
  }
}
.product_variations .header .content .variation_title, .product_variations .header .content .attrs, .product_variations .header .content .details {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product_variations .header .content .variation_title {
  border-right: 1px solid var(--bialy);
  border-left: 1px solid var(--bialy);
}
@media (max-width: 768px) {
  .product_variations .header .content .variation_title {
    background: var(--zielony);
    color: var(--bezowy);
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    grid-column: 1;
    grid-row: 1;
    border-left-color: var(--zielony);
    border-right-color: var(--zielony);
    font-size: 16px;
  }
}
.product_variations .header .content .attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: 1px solid var(--bialy);
}
.product_variations .header .content .attrs .price {
  color: var(--bialy);
}
.product_variations .header .content .attrs > div {
  height: 40%;
  padding: 0 1rem;
  border-right: 1px solid var(--bialy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_variations .header .content .attrs > div:last-of-type {
  border-right: none;
}
@media (max-width: 768px) {
  .product_variations .header .content .attrs {
    grid-row: 2;
    grid-column: 1/span 2;
    border-bottom: 1px solid var(--zielony);
    border-right-color: var(--zielony);
  }
  .product_variations .header .content .attrs > div {
    padding: 1rem 0.5rem;
    border-right-color: var(--zielony);
  }
}
.product_variations .header .content .details {
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product_variations .header .content .details {
    background: var(--zielony);
    color: var(--bezowy);
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    grid-column: 2;
    grid-row: 1;
  }
}
.product_variations .header .content .details img {
  display: none;
  margin-left: 0.5rem;
}
.product_variations .slide_content {
  background: var(--bezowy);
  color: var(--zielony);
  padding: 2rem 0;
  display: none;
}
@media (max-width: 768px) {
  .product_variations .slide_content {
    padding-top: 0;
  }
}
.product_variations .slide_content .inner {
  display: grid;
  grid-template-columns: 460px 1fr;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .product_variations .slide_content .inner {
    grid-template-columns: 1fr;
  }
}
.product_variations .slide_content .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 450px;
}
.product_variations .slide_content .inner .top .more {
  display: inline-block;
  position: relative;
}
.product_variations .slide_content .inner .top .more span {
  display: inline-block;
  background: var(--blekitny);
  margin-left: 0.5rem;
  border-radius: 9999px;
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  font-size: 14px;
}
.product_variations .slide_content .inner .top .more .more_tip {
  background: var(--blekitny);
  padding: 0.5rem;
  position: absolute;
  top: calc(100% + .5rem);
  left: -1rem;
  z-index: 10;
  display: none;
  width: 180px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
}
.product_variations .slide_content .inner .top .more .more_tip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 1.8rem;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: var(--blekitny);
}
.product_variations .slide_content .inner .top .more:hover .more_tip {
  display: block;
}
.product_variations .slide_content .inner .top .price {
  color: var(--zielony);
}
@media (max-width: 768px) {
  .product_variations .slide_content .inner .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--zielony);
    display: none;
  }
  .product_variations .slide_content .inner .top > div {
    padding: 1.5rem;
  }
  .product_variations .slide_content .inner .top > div:first-of-type {
    text-align: right;
    border-right: 1px solid var(--zielony);
  }
}
.product_variations .slide_content .inner .bottom h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.product_variations .slide_content .inner .bottom .button {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .product_variations .slide_content .inner .bottom {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    flex-direction: column;
  }
  .product_variations .slide_content .inner .bottom h4 {
    margin-top: 0;
  }
  .product_variations .slide_content .inner .bottom button {
    align-self: flex-end;
  }
}
.product_variations .slide_content .inner .flex_between {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .product_variations .slide_content .inner .flex_between {
    padding: 0;
  }
}
.product_variations .slide_content .top .hide_details,
.product_variations .slide_content .bottom .hide_details {
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product_variations .variations_list .item:only-child .header {
    display: none;
  }
}
.product_variations .variations_list .item:only-child .slide_content {
  display: block;
}
.product_variations .variations_list .item:only-child .slide_content .hide_details {
  display: none;
}
@media (max-width: 768px) {
  .product_variations .variations_list .item {
    margin-bottom: 1rem;
  }
}

.variation_description {
  max-width: 360px;
}

.variation_gallery {
  position: relative;
  width: 425px;
  height: 360px;
  cursor: pointer;
  overflow: hidden;
  max-width: 100vw;
}
.variation_gallery .next,
.variation_gallery .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--bezowy);
  border-radius: 999px;
  pointer-events: none;
}
.variation_gallery[data-c="0"] .next,
.variation_gallery[data-c="0"] .prev, .variation_gallery[data-c="1"] .next,
.variation_gallery[data-c="1"] .prev {
  display: none;
}
.variation_gallery .next {
  right: -30px;
}
.variation_gallery .next img {
  transform: translateX(-50%);
}
.variation_gallery .prev {
  left: -30px;
}
.variation_gallery .prev img {
  transform: scale(-1) translateX(-50%);
}
.variation_gallery .variation_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  visibility: hidden;
}
.variation_gallery .variation_img.current {
  visibility: visible;
}
@media (max-width: 768px) {
  .variation_gallery {
    width: 100%;
    max-width: calc(100% - 2rem);
    margin: 1rem auto;
  }
}

.waitlist_message {
  font-size: 10px;
  margin-top: 0.75rem;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1em;
  font-weight: 400 !important;
}

.variations_form {
  display: none;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}
.woocommerce div.product div.images img {
  max-height: calc(100vh - 100px);
}

.product_gallery {
  background: var(--zielony);
  color: var(--bialy);
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .product_gallery {
    padding-bottom: 2rem;
  }
}
.product_gallery h2.mobile {
  text-align: center;
  font-size: 50px;
  line-height: 54px;
  padding: 0 1.5rem;
  margin-top: -3.5rem;
}
.product_gallery .gallery {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: none;
  position: relative;
}
.product_gallery .gallery .close,
.product_gallery .gallery .next,
.product_gallery .gallery .prev {
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  z-index: 2;
}
.product_gallery .gallery .next {
  top: 50%;
}
.product_gallery .gallery .prev {
  top: 50%;
  right: auto;
  left: -1rem;
}
.product_gallery .gallery .prev img {
  transform: scale(-1);
}
.product_gallery .gallery .content {
  position: relative;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.product_gallery .gallery .item,
.product_gallery .gallery .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_gallery .gallery .item {
  visibility: hidden;
}
.product_gallery .gallery .item img {
  object-fit: contain;
}
.product_gallery .gallery .item.current {
  visibility: visible;
}
@media (min-width: 768px) {
  .product_gallery.gallery_view .gallery {
    display: block;
  }
  .product_gallery.gallery_view > .content {
    display: none;
  }
}
.product_gallery .content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 350px 1fr;
}
@media (max-width: 768px) {
  .product_gallery .content {
    grid-template-columns: 1fr;
  }
}
.product_gallery .content .left {
  padding-right: 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product_gallery .content .left h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .product_gallery .content .left {
    grid-row: 2;
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .product_gallery .content .left h2 {
    display: none;
  }
}
.product_gallery .content .right {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row: auto;
  grid-gap: 1.5rem;
}
@media (max-width: 768px) {
  .product_gallery .content .right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-x: auto;
  }
}
.product_gallery .content .right .item {
  grid-row: 1;
  display: none;
}
.product_gallery .content .right .item:first-of-type, .product_gallery .content .right .item:nth-child(2) {
  display: block;
}
@media (min-width: 768px) {
  .product_gallery .content .right .item {
    aspect-ratio: auto !important;
  }
}
.product_gallery .content .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product_gallery .content .right .item img:first-of-type {
  aspect-ratio: 382/488;
}
.product_gallery .content .right .item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product_gallery .content .right .item:nth-child(2) img {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .product_gallery .content .right .item {
    height: 400px;
    display: block;
  }
  .product_gallery .content .right .item img {
    height: 400px;
    aspect-ratio: none;
  }
}
.product_gallery .content .right .item .view_all {
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  position: relative;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
@media (max-width: 768px) {
  .product_gallery .content .right .item .view_all {
    display: none;
  }
}
.product_gallery .content .right .item .view_all::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--bialy);
  position: absolute;
  bottom: -6px;
  right: 0;
  transform: scaleX(0);
  transition-duration: 0.66s;
  transition-property: transform;
  transition-delay: 0.5s;
  transform-origin: left;
}
.product_gallery .content .right .item .view_all.inview {
  opacity: 1;
}
.product_gallery .content .right .item .view_all.inview::before {
  transform: scaleX(1);
}

.choosen_trip,
.no_adults,
.no_children,
.no_babies,
.ilo_custom_form__row__item {
  border: 1px solid var(--zielony);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  user-select: none;
  display: grid;
  grid-template-rows: auto 1fr;
}
.choosen_trip *,
.no_adults *,
.no_children *,
.no_babies *,
.ilo_custom_form__row__item * {
  user-select: none;
  -webkit-user-select: none;
}
.choosen_trip > div,
.no_adults > div,
.no_children > div,
.no_babies > div,
.ilo_custom_form__row__item > div {
  padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .choosen_trip > div,
.no_adults > div,
.no_children > div,
.no_babies > div,
.ilo_custom_form__row__item > div {
    padding: 1rem 0.5rem;
  }
}
.choosen_trip > div:first-of-type,
.no_adults > div:first-of-type,
.no_children > div:first-of-type,
.no_babies > div:first-of-type,
.ilo_custom_form__row__item > div:first-of-type {
  background: var(--zielony);
  color: var(--bialy);
  text-transform: uppercase;
}
.choosen_trip > div:last-of-type,
.no_adults > div:last-of-type,
.no_children > div:last-of-type,
.no_babies > div:last-of-type,
.ilo_custom_form__row__item > div:last-of-type {
  font-style: italic;
}
.choosen_trip > div:last-of-type h3,
.no_adults > div:last-of-type h3,
.no_children > div:last-of-type h3,
.no_babies > div:last-of-type h3,
.ilo_custom_form__row__item > div:last-of-type h3 {
  margin: 0 auto;
}

.no_adults > div:last-of-type,
.no_children > div:last-of-type,
.no_babies > div:last-of-type,
.ilo_custom_form__row__item > div:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .no_adults > div:last-of-type,
.no_children > div:last-of-type,
.no_babies > div:last-of-type,
.ilo_custom_form__row__item > div:last-of-type {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .no_adults > div:last-of-type .step-up-btn,
.no_children > div:last-of-type .step-up-btn,
.no_babies > div:last-of-type .step-up-btn,
.ilo_custom_form__row__item > div:last-of-type .step-up-btn {
    border-left: 1px solid var(--zielony);
  }
  .no_adults > div:last-of-type .step-down-btn,
.no_children > div:last-of-type .step-down-btn,
.no_babies > div:last-of-type .step-down-btn,
.ilo_custom_form__row__item > div:last-of-type .step-down-btn {
    border-right: 1px solid var(--zielony);
  }
}

.book_room_wrapper {
  padding: 3rem 0;
}
.book_room_wrapper .content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .book_room_wrapper .content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .book_room_wrapper .content .choosen_trip {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .book_room_wrapper .content .no_adults {
    grid-row: 2;
    grid-column: 1;
  }
  .book_room_wrapper .content .no_children {
    grid-row: 2;
    grid-column: 2;
  }
  .book_room_wrapper .content .no_babies {
    grid-row: 3;
    grid-column: 1;
    align-self: flex-start;
  }
  .book_room_wrapper .content .important {
    grid-row: 4;
    grid-column: 1;
    grid-column: 1/span 2;
  }
  .book_room_wrapper .content .total_wrap {
    grid-row: 5;
    grid-column: 1;
    grid-column: 1/span 2;
  }
}
.book_room_wrapper .important {
  grid-column: 1/span 2;
}
.book_room_wrapper .total_wrap {
  grid-column: 3/span 2;
}
.book_room_wrapper .total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--zielony);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .book_room_wrapper .total .total_title {
    background: var(--blekitny) !important;
    color: var(--zielony) !important;
    border-right: 1px solid var(--zielony);
  }
}
.book_room_wrapper .total .woocommerce-Price-amount {
  font-weight: normal;
}
.book_room_wrapper .total > div {
  text-transform: uppercase;
  padding: 1rem 3rem;
}
.book_room_wrapper .total > div:first-of-type {
  background: var(--zielony);
  color: var(--bialy);
}
.book_room_wrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .book_room_wrapper {
    padding-top: 0;
  }
}
.book_room_wrapper input[type=submit] {
  min-height: 50px;
}

.booking_steps h2 {
  text-align: center;
}

.step-1-btns {
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .step-1-btns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.booking_steps_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  position: relative;
  max-width: 1000px;
  margin: 2rem auto;
  width: 100%;
}
.booking_steps_list .m {
  display: none;
}
@media (max-width: 768px) {
  .booking_steps_list {
    grid-template-columns: auto auto auto;
    margin: 0 auto;
    max-width: 100%;
    width: 550px;
  }
  .booking_steps_list .m {
    display: inline-block;
  }
  .booking_steps_list .d {
    display: none;
  }
}
.booking_steps_list[data-current-step="1"] .booking_step:nth-child(1) {
  background: var(--blekitny);
}
.booking_steps_list[data-current-step="1"] .booking_step:nth-child(1) .m {
  display: none;
}
.booking_steps_list[data-current-step="1"] .booking_step:nth-child(1) .d {
  display: inline-block;
}
.booking_steps_list[data-current-step="2"] .booking_step:nth-child(2) {
  background: var(--blekitny);
}
.booking_steps_list[data-current-step="2"] .booking_step:nth-child(2) .m {
  display: none;
}
.booking_steps_list[data-current-step="2"] .booking_step:nth-child(2) .d {
  display: inline-block;
}
.booking_steps_list.cart_steps_list {
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .booking_steps_list.cart_steps_list {
    max-width: 100%;
    grid-template-columns: auto auto;
  }
}
.booking_steps_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--zielony);
}
.booking_steps_list .booking_step {
  border: 1px solid var(--zielony);
  border-radius: 2rem;
  overflow: hidden;
  text-align: center;
  user-select: none;
  padding: 1rem 0;
  z-index: 2;
  background: var(--bezowy);
}
.booking_steps_list .booking_step.active {
  background: var(--blekitny);
}
@media (max-width: 768px) {
  .booking_steps_list .booking_step.active .m {
    display: none;
  }
  .booking_steps_list .booking_step.active .d {
    display: inline-block;
  }
}

.transport {
  display: flex;
  align-items: center;
  background: var(--zielony);
  padding: 3rem 0;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .transport {
    flex-direction: column;
    padding: 0;
  }
}
.transport .left {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background: var(--bezowy);
  color: var(--zielony);
  padding: 3rem 3rem;
  width: 50vw;
  padding-left: 12vw;
  box-sizing: border-box;
}
.transport .left h2 {
  font-size: 60px;
  line-height: 66px;
  margin: 0;
}
@media (max-width: 768px) {
  .transport .left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 6.5rem;
    border-bottom-left-radius: 6.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    width: 100%;
    padding-top: 4rem;
  }
  .transport .left h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.transport .right {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bezowy);
  flex-grow: 1;
  flex-direction: column;
}
.transport .right h2 {
  color: var(--pomarancz);
  margin-bottom: 0.5rem;
}
.transport .right div {
  font-family: "Ivar";
  font-size: 30px;
}
@media (max-width: 768px) {
  .transport .right {
    padding-bottom: 6rem;
  }
  .transport .right h2 {
    margin-bottom: 0.5rem;
    margin-top: 5rem;
    font-size: 50px;
  }
}

.sample_kids_activities {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .sample_kids_activities {
    background: var(--blekitny);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sample_kids_activities .bg_bottom {
  display: block;
}
@media (max-width: 768px) {
  .sample_kids_activities .bg_bottom {
    display: none;
  }
}
.sample_kids_activities .head {
  text-align: center;
  padding-bottom: 4rem;
}
.sample_kids_activities .head h2 {
  margin: 0;
}
.sample_kids_activities .splide_ka {
  padding-left: 7vw;
  padding-right: 7vw;
}
@media (max-width: 768px) {
  .sample_kids_activities .splide_ka {
    padding: 0;
  }
}
.sample_kids_activities .splide__slide {
  background: var(--bezowy);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .sample_kids_activities .splide__slide {
    padding: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.sample_kids_activities .splide__slide h3 {
  border-bottom: 1px solid currentColor;
  font-size: 60px;
  margin: 0;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .sample_kids_activities .splide__slide h3 {
    font-size: 30px;
    padding-bottom: 0.5rem;
  }
}
.sample_kids_activities .splide__slide h3 span {
  font-size: 30px;
}
.sample_kids_activities .splide__slide ul {
  list-style-type: disc;
  line-height: 20px;
  padding-left: 1rem;
}
.sample_kids_activities .splide__slide ul li {
  margin-bottom: 5px;
}

.whats_not_included {
  font-family: "Ivar";
  border-top: 1px solid var(--bezowy);
}
@media (max-width: 768px) {
  .whats_not_included {
    background: var(--zielony);
    color: var(--pomarancz);
  }
  .whats_not_included svg path {
    stroke: var(--pomarancz);
  }
}
.whats_not_included .head {
  background: var(--zielony);
  color: var(--pomarancz);
  padding: 7rem 7vw 4rem 7vw;
  font-family: "Ivar";
}
@media (max-width: 768px) {
  .whats_not_included .head {
    padding-top: 3rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.whats_not_included .head h2 {
  margin: 0;
}
.whats_not_included .head div {
  font-style: italic;
  font-size: 30px;
  margin-top: 0.5rem;
}
.whats_not_included .splide_wni {
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-left: 7vw;
  padding-right: 7vw;
}
@media (max-width: 768px) {
  .whats_not_included .splide_wni {
    padding-top: 3rem;
  }
}
.whats_not_included .splide_wni .splide__arrow {
  background: transparent;
  transform: scale(1.5);
}
.whats_not_included .splide_wni .splide__arrow--prev {
  left: 1rem;
}
.whats_not_included .splide_wni .splide__arrow--next {
  right: 1rem;
}
.whats_not_included li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.whats_not_included li span {
  display: block;
  max-width: 8em;
}
.whats_not_included li .svg_wrap {
  aspect-ratio: 1;
  width: 6.5rem;
  height: 8rem;
  display: flex;
  align-items: flex-end;
}
.whats_not_included li img,
.whats_not_included li svg {
  display: block;
  margin-bottom: 1rem;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: bottom;
  width: 6.5rem;
}

.download_section {
  background: var(--blekitny);
  display: flex;
}
.download_section a {
  background: var(--bezowy);
  color: var(--zielony);
  border-radius: 100%;
  text-align: center;
  transition-duration: 0.2s;
  font-family: "Ivar";
  font-size: 30px;
  line-height: 36px;
  aspect-ratio: 1;
  padding: 1em;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download_section a:hover {
  transform: scale(1.1);
}
.download_section .left {
  background: var(--zielony);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10vw;
  min-width: 40%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .download_section .left {
    display: none;
  }
}
.download_section .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .download_section .right {
    text-align: center;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.download_section .right h3 {
  margin-bottom: 0;
  font-size: 60px;
}
.download_section .right a {
  display: none;
  background: var(--zielony);
  color: var(--bezowy);
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .download_section .right a {
    display: flex;
  }
}
.download_section .right .left_bg {
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: rotate(-90deg) translateX(-50%) scale(1.5);
  transform-origin: top left;
}
@media (max-width: 768px) {
  .download_section .right .left_bg {
    transform: scale(3);
    bottom: auto;
    top: -1px;
  }
}