/**
 * Single Product Template Styles
 *
 * @package jtc2026
 */
.single-hero--product {
  overflow: visible;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__background {
    bottom: auto;
    height: 600px;
    border-bottom-right-radius: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__overlay {
    bottom: auto;
    height: 600px;
    border-bottom-right-radius: 150px;
  }
}
.single-hero--product .single-hero__main {
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__main {
    min-height: 0;
    margin-bottom: 0;
  }
}
.single-hero--product .single-hero__main-header {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__main-header {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto auto;
    gap: 0 30px;
    min-height: 0;
  }
}
@media only screen and (min-width: 1720px) {
  .single-hero--product .single-hero__main-header {
    grid-template-columns: 765px 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__copy {
    grid-column: 1;
    grid-row: 1;
    min-height: 600px;
    max-width: 100%;
  }
}
.single-hero--product .single-hero__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__media {
    grid-column: 2;
    grid-row: 1/3;
    gap: 20px;
    padding-top: 30px;
  }
}
.single-hero--product .single-hero__details {
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .single-hero--product .single-hero__details {
    grid-column: 1;
    grid-row: 2;
  }
}
.single-hero--product .single-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px 4px 8px;
  border: 1.5px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  width: fit-content;
}
.single-hero--product .single-hero__badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.single-hero {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .single-hero {
    margin-bottom: 100px;
  }
}
.single-hero__main {
  margin-bottom: 0;
}
.single-hero__copy {
  gap: unset;
}
@media only screen and (max-width: 1199px) {
  .single-hero__copy {
    padding-bottom: 50px;
  }
}
.single-hero__copy h1 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .single-hero__copy h1 {
    margin-bottom: 20px;
  }
}
.single-hero__copy p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .single-hero__copy p {
    margin-bottom: 12px !important;
  }
}

.product-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .product-gallery {
    gap: 20px;
  }
}
.product-gallery__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50px 0;
}
@media only screen and (min-width: 1200px) {
  .product-gallery__image {
    border-radius: 110px 0;
    height: 660px;
  }
}
.product-gallery__main-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease-out;
}
.product-gallery__expand {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease-out;
}
@media only screen and (min-width: 1200px) {
  .product-gallery__expand {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }
}
.product-gallery__expand svg {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1200px) {
  .product-gallery__expand svg {
    width: 24px;
    height: 24px;
  }
}
.product-gallery__expand:hover, .product-gallery__expand:focus-visible {
  background: rgba(0, 0, 0, 0.75);
}
.product-gallery__thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.product-gallery__thumbnails::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .product-gallery__thumbnails {
    gap: 20px;
    overflow-x: visible;
  }
}
.product-gallery__thumb {
  flex-shrink: 0;
  width: 130px;
  height: 87px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease-out;
  border-radius: 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .product-gallery__thumb {
    width: 174px;
    height: 116px;
    border-radius: 20px 0;
  }
}
.product-gallery__thumb:hover, .product-gallery__thumb:focus-visible {
  opacity: 0.8;
}
.product-gallery__thumb--active {
  opacity: 1;
}
.product-gallery__thumb--active:hover, .product-gallery__thumb--active:focus-visible {
  opacity: 1;
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (min-width: 1200px) {
  .product-tags {
    gap: 10px;
  }
}
.product-tags__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1.5px solid #000;
  border-radius: 40px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
  white-space: nowrap;
}
.product-tags__tag:hover, .product-tags__tag:focus {
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .product-tags__tag {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-details__sku {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-block-end: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .product-details__sku {
    font-size: 20px;
  }
}
.product-details__occupancy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__occupancy .quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 0 20px 15px;
  border: 1.5px solid #000;
  border-radius: 6px;
  background: #fff;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .product-details__occupancy .quantity {
    width: unset;
  }
}
.product-details__occupancy .quantity .screen-reader-text {
  clip: unset;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #000;
}
.product-details__occupancy .quantity input.qty {
  border: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  padding: 0;
  margin: 0;
  width: 4ch;
}
.product-details__occupancy .quantity input.qty:focus {
  outline: none;
}
.product-details__occupancy-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 15px;
  border: 1.5px solid #000;
  border-radius: 6px;
  background: #fff;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease-out;
  text-align: left;
  height: unset;
  width: 100%;
  opacity: 0.25;
}
.product-details__occupancy-btn:hover, .product-details__occupancy-btn:focus-visible {
  opacity: 1;
  border: 1.5px solid #F8AE43;
  box-shadow: 0 0 12px 0 #fcb040;
}
.product-details__occupancy-btn--active {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .product-details__occupancy-btn {
    width: unset;
  }
}
.product-details__occupancy-label {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #000;
  padding: 0;
}
.product-details__occupancy-price {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  padding: 0;
}
.product-details__booking {
  background: #EEEEEE;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-details__booking .product-details__booking-unavailable,
.product-details__booking .product-details__booking-available {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-details__booking .product-details__unavailable-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(255, 0, 0, 0.8);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-out;
  width: fit-content;
}
.product-details__booking .product-details__unavailable-btn:hover, .product-details__booking .product-details__unavailable-btn:focus-visible {
  background: rgb(255, 0, 0);
  color: #fff;
}
.product-details__booking-text {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.24px;
  color: #000;
  margin: 0;
  margin-block-end: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .product-details__booking-text {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
.product-details__phone {
  text-decoration-color: transparent;
  transition: all 0.25s ease-out;
}
.product-details__phone:hover {
  text-decoration: underline;
}
.product-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
.product-details__actions button {
  cursor: pointer;
}
.product-details__cart-form {
  display: inline-flex;
}
@media only screen and (max-width: 1199px) {
  .product-details__cart-form {
    width: 100%;
  }
}
.product-details__reserve-btn {
  min-width: 200px;
}
@media only screen and (max-width: 1199px) {
  .product-details__reserve-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .product-details .js-share-btn {
    width: 100%;
  }
}
.product-details__occupancy-btn--price-only {
  cursor: default;
  pointer-events: none;
}
.product-details__booking .wc-deposits-wrapper,
.product-details__booking .wc-deposits-payment-description {
  margin: 0 !important;
}
.product-details__booking .wc-deposits-option {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.product-details__booking .wc-deposits-option li {
  display: flex;
  align-items: center;
  gap: 12px;
  float: none;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.product-details__booking .wc-deposits-option input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 1.5px solid #d9d9d9;
  background: #fff;
  box-shadow: inset 1px 1px 4px 0 #d9d9d9;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: all 0.25s ease-out;
  margin: 0;
}
.product-details__booking .wc-deposits-option input[type=radio]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F8AE43;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
.product-details__booking .wc-deposits-option input[type=radio]:checked {
  border-color: #F8AE43;
  box-shadow: none;
}
.product-details__booking .wc-deposits-option input[type=radio]:checked::before {
  transform: scale(1);
}
.product-details__booking .wc-deposits-option input[type=radio]:focus-visible {
  outline: 2px solid #F8AE43;
  outline-offset: 2px;
}
.product-details__booking .wc-deposits-option label {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  margin: 0;
}
.product-details__simple-form form.cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-details__simple-form .wc-deposits-wrapper,
.product-details__simple-form .wc-deposits-payment-description,
.product-details__simple-form .wc-box-office-ticket-form {
  margin: 0 !important;
}
.product-details__simple-form .wc-box-office-ticket-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-details__simple-form .wc-box-office-ticket-form .wc-box-office-ticket-fields-title {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .product-details__simple-form .wc-box-office-ticket-form .wc-box-office-ticket-fields-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.product-details__simple-form .wc-box-office-ticket-form .wc-box-office-ticket-fields-title a {
  transition: all 0.25s ease-out;
}
.product-details__simple-form .quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 0 20px 15px;
  border: 1.5px solid #000;
  border-radius: 6px;
  background: #fff;
  width: fit-content;
}
.product-details__simple-form .quantity input.qty {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #000;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.product-details__simple-form .quantity input.qty:focus {
  outline: none;
}
.product-details__simple-form .single_add_to_cart_button {
  display: none !important;
}

/*# sourceMappingURL=single-product.css.map */
