@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400;500;600;700&family=Work+Sans:wght@700&display=swap");
.page-template-adventures a:hover {
  text-decoration: none !important;
}
.page-template-adventures .page-container {
  position: relative;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.page-template-adventures .header {
  width: 100%;
  min-height: 320px;
  padding: 50px 20px 82px;
  fill: linear-gradient(0deg, rgba(45, 39, 54, 0.45) 0%, rgba(97, 70, 137, 0) 100%);
  background: url(../img/adventures/header.png);
}
.page-template-adventures .header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 754px;
  margin: auto;
}
.page-template-adventures .header__inner h1 {
  color: var(--neutral-white, #FFF);
  text-align: center;
  font-family: "playfair display", Sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}
.page-template-adventures .header__inner p {
  color: var(--neutral-white, #FFF);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.page-template-adventures #filters {
  width: 100%;
  max-width: 1180px;
  padding: 23px 20px;
  border-radius: 12px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -37px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .page-template-adventures #filters {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .page-template-adventures #filters {
    position: relative;
    margin-top: -26px;
  }
}
.page-template-adventures #filters input {
  height: 24px;
  border: none;
  padding: 0;
}
.page-template-adventures #filters input#search-adventure {
  background: url(../img/adventures/search.svg) left center no-repeat;
  padding-left: 34px;
  width: 213px;
}
@media (max-width: 1000px) {
  .page-template-adventures #filters input#search-adventure {
    width: 240px;
  }
}
.page-template-adventures #filters input#search-adventure:focus {
  outline: none;
}
.page-template-adventures #filters input#search-adventure::-moz-placeholder {
  color: var(--neutral-dark-grey, #999);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.page-template-adventures #filters input#search-adventure::placeholder {
  color: var(--neutral-dark-grey, #999);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.page-template-adventures #filters .dropdown-filters {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1000px) {
  .page-template-adventures #filters .dropdown-filters {
    gap: 10px;
    flex-direction: column;
  }
}
.page-template-adventures #filters .dropdown-filters .dropdown {
  padding: 0;
  border-right: 1px solid #E1E1E1;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .page-template-adventures #filters .dropdown-filters .dropdown {
    border: none;
  }
}
.page-template-adventures #filters .dropdown-filters .dropdown:last-of-type {
  border: none;
}
.page-template-adventures #filters .dropdown-filters .dropdown#adv-loc button {
  background-position-x: 100%;
}
.page-template-adventures #filters .dropdown-filters .dropdown__btn {
  background: url(../img/adventures/chevron-down.svg) right center no-repeat;
  background-position-x: calc(100% - 30px);
  padding: 0px;
  width: 240px;
  border: none;
  height: 24px;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: left;
  cursor: pointer;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1000px) {
  .page-template-adventures #filters .dropdown-filters .dropdown__btn {
    background-position-x: 100%;
  }
}
.page-template-adventures #filters .dropdown-filters .dropdown__btn:focus {
  outline: none;
}
.page-template-adventures #filters .dropdown-filters .dropdown__content {
  display: flex;
  position: absolute;
  z-index: 2;
  border-radius: 12px;
  border: 1px solid var(--neutral-border, #E1E1E1);
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex-direction: column;
  transition: 0.3s;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  transition: all 0.1s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}
.page-template-adventures #filters .dropdown-filters .dropdown__option {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-template-adventures #filters .dropdown-filters .dropdown__option:first-child {
  padding-top: 0;
}
.page-template-adventures #filters .dropdown-filters .dropdown__option:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}
.page-template-adventures #filters .dropdown-filters .dropdown__option:hover {
  color: #614689;
  text-decoration: none;
}
.page-template-adventures #filters .dropdown-filters .dropdown__option.parent {
  border-bottom: 1px solid #E1E1E1;
  color: var(--neutral-dark-text, #2E2E2E);
}
.page-template-adventures #filters .dropdown-filters .dropdown__option.parent.locgroup {
  border-bottom: 1px solid #E1E1E1;
  color: #999;
  pointer-events: none;
  cursor: default;
}
.page-template-adventures #filters .dropdown-filters .dropdown:hover .dropdown__content {
  transform: scaleY(1);
}
.page-template-adventures h1.section-heading {
  color: var(--brand-purple, #614689);
  font-family: "playfair display", Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 168.75% */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.page-template-adventures #main-content {
  padding: 75px 0 0;
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1240px) {
  .page-template-adventures #main-content {
    padding: 100px 0;
  }
}
@media (max-width: 1000px) {
  .page-template-adventures #main-content {
    padding: 0;
  }
}
.page-template-adventures .item-container .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 370px));
  row-gap: 60px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1240px) {
  .page-template-adventures .item-container .cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
.page-template-adventures .item-container .cards .card.skeleton .card__featured {
  animation: flickerAnimation 1s infinite;
  background: #ccc;
}
.page-template-adventures .item-container .cards .card.skeleton .card__title, .page-template-adventures .item-container .cards .card.skeleton .card__loc {
  height: 40px;
  animation: flickerAnimation 1s infinite;
  background: #ccc;
  border-radius: 6px;
  margin: 10px auto;
}
.page-template-adventures .item-container .cards .card {
  border-radius: 16px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.page-template-adventures .item-container .cards .card:hover .card__featured img {
  transform: scale(1.1);
}
.page-template-adventures .item-container .cards .card__pill {
  color: var(--neutral-white, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.page-template-adventures .item-container .cards .card__pill--moderate {
  background: #20BF6C;
}
.page-template-adventures .item-container .cards .card__pill--all-fitness {
  background: #F8B732;
}
.page-template-adventures .item-container .cards .card__pill--masterclass {
  background: #614689;
}
.page-template-adventures .item-container .cards .card__pill--soldout {
  background: #EB3B5B;
}
.page-template-adventures .item-container .cards .card__pill--social {
  background: #8854D1;
}
.page-template-adventures .item-container .cards .card__featured {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
}
.page-template-adventures .item-container .cards .card__featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  transition: transform 0.5s;
}
.page-template-adventures .item-container .cards .card__contents {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 28px;
  justify-content: space-between;
  height: 100%;
}
.page-template-adventures .item-container .cards .card__title {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}
.page-template-adventures .item-container .cards .card__loc {
  padding-left: 30px;
  background: url(../img/adventures/location.svg) left center no-repeat;
  color: var(--brand-purple, #614689);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
.page-template-adventures .item-container .cards .card__desc {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 173.333% */
  padding-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.page-template-adventures .item-container .cards .card__date-price {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-adventures .item-container .cards .card__date-price div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-adventures .item-container .cards .card__date {
  padding-left: 30px;
  background: url(../img/adventures/calendar.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.page-template-adventures .item-container .cards .card__time {
  padding-left: 30px;
  background: url(../img/adventures/clock.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.page-template-adventures .item-container .cards .card__price {
  color: var(--brand-purple, #614689);
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 123.077% */
}
.page-template-adventures .item-container .cards .card__footer {
  text-align: center;
  margin-top: 30px;
}
.page-template-adventures .item-container .cards .card__footer p {
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.page-template-adventures .item-container .cards .card__footer p span {
  color: var(--brand-green, #65B598);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 160% */
}
.page-template-adventures .adv-banner {
  border-radius: 24px;
  background: var(--accent-light-purple, #ECECFA);
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .page-template-adventures .adv-banner {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-adventures .adv-banner__featured {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-template-adventures .adv-banner__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1000px) {
  .page-template-adventures .adv-banner__contents {
    align-items: center;
  }
}
.page-template-adventures .adv-banner__contents h1 {
  color: var(--brand-purple, #614689);
  font-family: "playfair display", Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  text-transform: capitalize;
}
.page-template-adventures .adv-banner__contents p {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
}
.page-template-adventures .adv-banner__btn {
  border-radius: 100px;
  background: var(--brand-yellow, #EFAC5F);
  padding: 12px 30px;
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-adventures .adv-banner__btn:hover {
  background: #f3bf84;
}
.page-template-adventures ul.pagination {
  margin: 60px auto;
}
.page-template-adventures ul.pagination > li {
  margin: 0 5px 10px;
}
@media (max-width: 480px) {
  .page-template-adventures ul.pagination > li {
    margin: 0 3px 10px;
  }
}
.page-template-adventures ul.pagination > li > a {
  border: 1px solid #F0F1F5;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  color: #000;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 32px;
  height: 32px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .page-template-adventures ul.pagination > li > a {
    width: 25px;
    height: 25px;
  }
}
.page-template-adventures ul.pagination > li > a .prev, .page-template-adventures ul.pagination > li > a .next {
  padding: 0;
  width: auto;
  height: auto;
}
.page-template-adventures ul.pagination > li > a .prev img, .page-template-adventures ul.pagination > li > a .next img {
  max-width: auto !important;
}
.page-template-adventures ul.pagination > li > a img {
  width: 32px;
  height: 32px;
}
.page-template-adventures ul.pagination > li > a:hover {
  border: 1px solid #65B598;
}
.page-template-adventures ul.pagination > li > span {
  border: none;
}
@media (max-width: 480px) {
  .page-template-adventures ul.pagination > li > span {
    margin: 0;
    padding: 0 !important;
  }
}
.page-template-adventures ul.pagination > li.active > a, .page-template-adventures ul.pagination > li.active > a:hover, .page-template-adventures ul.pagination > li.active > a:focus {
  color: #65B598 !important;
  background: none;
  border: 1px solid #65B598;
}
.page-template-adventures ul.pagination > li:first-of-type > a {
  margin-left: -2px;
}
.page-template-adventures ul.pagination > li:last-of-type > a {
  margin-right: -2px;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.single-product .single-product-adventures .breadcrumbs {
  width: 100%;
  border: 1px solid #F2F2F2;
  border-left: none;
  border-right: none;
  margin-bottom: 36px;
}
.single-product .single-product-adventures .breadcrumbs ul {
  list-style-image: url("../img/adventures/chevron-right.svg");
  display: flex;
  gap: 32px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.single-product .single-product-adventures .breadcrumbs ul li {
  padding: 12px 16px;
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-product .single-product-adventures .breadcrumbs ul li a {
  color: var(--brand-purple, #614689);
}
.single-product .single-product-adventures .breadcrumbs ul li a:hover {
  text-decoration: none;
}
.single-product .single-product-adventures .breadcrumbs ul li:first-child {
  list-style-image: none;
  list-style-type: none;
}
.single-product .single-product-adventures .breadcrumbs ul li:last-child {
  color: #2E2E2E;
}
.single-product .single-product-adventures #product-gallery {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 60px;
  /* Anything udner 1024px */
}
.single-product .single-product-adventures #product-gallery .gallery-img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.5s;
  cursor: pointer;
}
.single-product .single-product-adventures #product-gallery .gallery-img:hover {
  transform: scale(1.1);
  filter: brightness(85%);
  overflow: hidden;
}
.single-product .single-product-adventures #product-gallery .image-grid {
  --gap: 10px;
  --num-cols: 4;
  --row-height: 240px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}
.single-product .single-product-adventures #product-gallery .image-grid .image-holder {
  overflow: hidden;
  border-radius: 12px;
}
.single-product .single-product-adventures #product-gallery .image-grid-col-2 {
  grid-column: span 2;
}
.single-product .single-product-adventures #product-gallery .image-grid-row-2 {
  grid-row: span 2;
}
@media screen and (max-width: 1024px) {
  .single-product .single-product-adventures #product-gallery .image-grid {
    --num-cols: 2;
    --row-height: 200px;
  }
}
.single-product .single-product-adventures .masterclass-featured {
  height: auto;
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 40px;
}
.single-product .single-product-adventures #main-details {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  padding: 0 10px 10px;
}
@media (max-width: 1200px) {
  .single-product .single-product-adventures #main-details {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .single-product .single-product-adventures #main-details {
    flex-direction: column;
  }
}
.single-product .single-product-adventures #main-details .left-section {
  width: 100%;
}
.single-product .single-product-adventures #main-details .left-section .title-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .single-product .single-product-adventures #main-details .left-section .title-area {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.single-product .single-product-adventures #main-details .left-section .title-area h1 {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "playfair display", Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 168.75% */
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.single-product .single-product-adventures #main-details .left-section .title-area div {
  display: flex;
  gap: 10px;
}
.single-product .single-product-adventures #main-details .left-section .title-area div a.btn {
  padding: 12px 16px;
  border-radius: 8px;
  width: auto;
  height: 40px;
}
.single-product .single-product-adventures #main-details .left-section .title-area div a.btn.level-btn {
  color: var(--neutral-white, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: #20BF6C;
  text-align: center;
}
.single-product .single-product-adventures #main-details .left-section .title-area div a.btn.share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-light-purple, #ECECFA);
  color: var(--brand-purple, #614689);
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.single-product .single-product-adventures #main-details .left-section .title-area div a.btn.share:hover {
  color: #FFF;
  background: #EFAC5F;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog {
  border-radius: 16px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 308px;
  max-width: 308px;
  position: absolute;
  top: -260px;
  right: -1px;
  z-index: 999;
  display: none;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog {
    right: auto;
  }
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog span {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .socmed-btns {
  display: flex;
  gap: 17px;
  justify-content: space-between;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .socmed-btns .socmed-btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .socmed-btns .socmed-btn a {
  background: var(--accent-light-purple, #ECECFA);
  padding: 12px;
  border-radius: 50px;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .socmed-btns .socmed-btn__name {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .pagelink-text {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .pagelink-text #copyMessage {
  font-size: 11px;
  color: blue;
}
.single-product .single-product-adventures #main-details .left-section .title-area div .share-socmed-dialog .pagelink {
  border-radius: 8px;
  border: none;
  height: 36px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 37px;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -15px;
  background: #F5F5F5 url("../img/adventures/copy.svg") calc(100% - 10px) center no-repeat;
  cursor: pointer;
}
.single-product .single-product-adventures #main-details .left-section .location-date-duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 600px) {
  .single-product .single-product-adventures #main-details .left-section .location-date-duration {
    gap: 15px;
  }
}
.single-product .single-product-adventures #main-details .left-section .location-date-duration .card {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  border: none;
}
.single-product .single-product-adventures #main-details .left-section .location-date-duration .card__details {
  display: flex;
  flex-direction: column;
}
.single-product .single-product-adventures #main-details .left-section .location-date-duration .card__details .title {
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
  text-transform: uppercase;
}
.single-product .single-product-adventures #main-details .left-section .location-date-duration .card__details .info {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
.single-product .single-product-adventures #main-details .left-section .tabs {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.single-product .single-product-adventures #main-details .left-section .tabs ul {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  gap: 20px;
  margin: 0;
}
@media (max-width: 600px) {
  .single-product .single-product-adventures #main-details .left-section .tabs ul {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .single-product .single-product-adventures #main-details .left-section .tabs ul {
    gap: 0px;
    flex-direction: column;
  }
}
.single-product .single-product-adventures #main-details .left-section .tabs ul li {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px 0;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .single-product .single-product-adventures #main-details .left-section .tabs ul li {
    padding: 20px 0;
  }
}
.single-product .single-product-adventures #main-details .left-section .tabs ul li.active {
  color: #65B598;
  border-bottom: 3px solid #EFAC5F;
}
.single-product .single-product-adventures #main-details .left-section .tabs ul li:hover {
  color: #65B598;
}
.single-product .single-product-adventures #main-details .left-section .tab-content {
  display: none;
  transition: 0.5s;
}
.single-product .single-product-adventures #main-details .left-section .tab-content .content-heading, .single-product .single-product-adventures #main-details .left-section .tab-content .yikes-custom-woo-tab-title {
  color: var(--brand-purple, #614689);
  font-family: "playfair display", Sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  text-transform: capitalize;
  margin-bottom: 30px;
}
.single-product .single-product-adventures #main-details .left-section .tab-content a {
  color: #65B598 !important;
}
.single-product .single-product-adventures #main-details .right-section {
  width: 100%;
  max-width: 370px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 900px) {
  .single-product .single-product-adventures #main-details .right-section {
    max-width: 100%;
  }
}
.single-product .single-product-adventures #main-details .right-section .price-card {
  border-radius: 16px;
  background: var(--accent-lighter-purple, #F8F8FF);
}
.single-product .single-product-adventures #main-details .right-section .price-card__header {
  border-radius: 16px 16px 0px 0px;
  background: var(--brand-purple, #614689);
  /* drop1 */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-product .single-product-adventures #main-details .right-section .price-card__header h1 {
  color: var(--neutral-white, #FFF);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .right-section .price-card__header span {
  color: var(--neutral-white, #FFF);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .right-section .price-card__header span.crew {
  color: var(--neutral-white, #FFF);
  font-size: 15px !important;
  line-height: 24px;
  display: flex;
}
.single-product .single-product-adventures #main-details .right-section .price-card__header span.crew_price {
  color: var(--brand-green, #65B598) !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 24px; /* 160% */
}
.single-product .single-product-adventures #main-details .right-section .price-card__body {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body span {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body p {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .divider {
  width: 100%;
  height: 1px;
  background: var(--neutral-border, #E1E1E1);
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .crew-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .crew-price h1 {
  color: var(--brand-green, #65B598);
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .exclusive-txt {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .learn-more {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--brand-yellow, #EFAC5F);
  padding: 12px 30px;
  text-align: center;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .learn-more:hover {
  background: #f1b876;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .login-btn {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #EFAC5F;
  padding: 12px 30px;
  text-align: center;
}
.single-product .single-product-adventures #main-details .right-section .price-card__body .login-btn:hover {
  background: #f1b876;
}
.single-product .single-product-adventures #main-details .right-section .book-card {
  border-radius: 16px;
  background: var(--accent-light-green, #EAF7F3);
}
.single-product .single-product-adventures #main-details .right-section .book-card__header {
  border-radius: 16px 16px 0px 0px;
  background: var(--brand-green, #65B598);
  /* drop1 */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.single-product .single-product-adventures #main-details .right-section .book-card__header h3 {
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body {
  padding: 30px 25px;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form input[type=text] {
  border-radius: 8px;
  border: 1px solid #D8D1E1;
  background: var(--neutral-white, #FFF);
  width: 100%;
  height: 48px;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form input[type=text]::-moz-placeholder {
  color: #707070;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form input[type=text]::placeholder {
  color: #707070;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form input[type=submit], .single-product .single-product-adventures #main-details .right-section .book-card__body form button {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--brand-yellow, #EFAC5F);
  padding: 12px 30px;
  text-align: center;
  border: none;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body form input[type=submit]:hover, .single-product .single-product-adventures #main-details .right-section .book-card__body form button:hover {
  background: #f1b876;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body .learn-more {
  color: #FFF;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--brand-yellow, #EFAC5F);
  padding: 12px 30px;
  text-align: center;
  display: block;
}
.single-product .single-product-adventures #main-details .right-section .book-card__body .learn-more:hover {
  background: #f1b876;
  text-decoration: none;
}
.single-product .accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  padding: 16px 64px 16px 16px;
  background: var(--accent-lighter-purple, #F8F8FF);
  background-image: url("../img/adventures/chevron-down-v2.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: var(--brand-purple, #614689);
  margin-bottom: 16px;
}
.single-product .accordion.active {
  background-image: url("../img/adventures/chevron-up-v2.svg");
  margin-bottom: 20px;
}
.single-product .accordion__title {
  font-size: 18px;
}
.single-product .accordion__date {
  text-align: right;
  font-size: 14px;
}
.single-product .accordion__panel {
  padding-bottom: 30px;
  background-color: white;
  display: none;
}
.single-product .accordion__panel img.float {
  width: 240px;
  margin: 20px;
  float: left;
  margin: 10px 30px 20px 0;
}
.single-product .accordion__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 30px;
}
.single-product .accordion__details .additional_info {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E1E1E1;
}
.single-product .accordion__details .additional_info:first-of-type {
  padding-top: 0;
}
.single-product .accordion__details .additional_info:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.single-product .accordion__details .additional_info__icon {
  width: 50px;
  max-width: 50px;
}
.single-product .accordion__details .additional_info__details {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.single-product .accordion__details .additional_info__label1 {
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.single-product .accordion__details .additional_info__label2 {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.single-product .more-adventures-to-explore {
  width: 100%;
  background: var(--accent-lighter-purple, #F8F8FF);
  padding: 80px 20px 60px;
  display: flex;
  justify-content: center;
  margin: 80px 0;
  flex-direction: column;
}
@media (max-width: 600px) {
  .single-product .more-adventures-to-explore {
    row-gap: 80px;
  }
}
.single-product .more-adventures-to-explore h2 {
  color: var(--brand-purple, #614689);
  text-align: center;
  font-family: "playfair display", Sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 168.75% */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.single-product .more-adventures-to-explore p {
  color: var(--neutral-dark-text, #2E2E2E);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  margin-bottom: 60px;
}
.single-product .more-adventures-to-explore .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 60px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 600px) {
  .single-product .more-adventures-to-explore .cards {
    row-gap: 20px;
  }
}
.single-product .more-adventures-to-explore .cards .card.skeleton .card__featured {
  animation: flickerAnimation 1s infinite;
  background: #ccc;
}
.single-product .more-adventures-to-explore .cards .card.skeleton .card__title, .single-product .more-adventures-to-explore .cards .card.skeleton .card__loc {
  height: 40px;
  animation: flickerAnimation 1s infinite;
  background: #ccc;
  border-radius: 6px;
  margin: 10px auto;
}
.single-product .more-adventures-to-explore .cards .card {
  border-radius: 16px;
  background: var(--neutral-white, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.single-product .more-adventures-to-explore .cards .card:hover .card__featured img {
  transform: scale(1.1);
}
.single-product .more-adventures-to-explore .cards .card__pill {
  color: var(--neutral-white, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.single-product .more-adventures-to-explore .cards .card__pill--moderate {
  background: #20BF6C;
}
.single-product .more-adventures-to-explore .cards .card__pill--all-fitness {
  background: #F8B732;
}
.single-product .more-adventures-to-explore .cards .card__pill--masterclass {
  background: #614689;
}
.single-product .more-adventures-to-explore .cards .card__pill--soldout {
  background: #EB3B5B;
}
.single-product .more-adventures-to-explore .cards .card__pill--social {
  background: #8854D1;
}
.single-product .more-adventures-to-explore .cards .card__featured {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
}
.single-product .more-adventures-to-explore .cards .card__featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  transition: transform 0.5s;
}
.single-product .more-adventures-to-explore .cards .card__contents {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 28px;
  justify-content: space-between;
  height: 100%;
}
.single-product .more-adventures-to-explore .cards .card__title {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  text-align: left;
}
.single-product .more-adventures-to-explore .cards .card__loc {
  padding-left: 30px;
  background: url(../img/adventures/location.svg) left center no-repeat;
  color: var(--brand-purple, #614689);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
.single-product .more-adventures-to-explore .cards .card__desc {
  color: var(--neutral-dark-text, #2E2E2E);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 173.333% */
  padding-top: 12px;
  margin: 0 !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product .more-adventures-to-explore .cards .card__date-price {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .more-adventures-to-explore .cards .card__date-price div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-product .more-adventures-to-explore .cards .card__date {
  padding-left: 30px;
  background: url(../img/adventures/calendar.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.single-product .more-adventures-to-explore .cards .card__time {
  padding-left: 30px;
  background: url(../img/adventures/clock.svg) left center no-repeat;
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.single-product .more-adventures-to-explore .cards .card__price {
  color: var(--brand-purple, #614689);
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 123.077% */
}
.single-product .more-adventures-to-explore .cards .card__footer {
  text-align: center;
  margin-top: 30px;
}
.single-product .more-adventures-to-explore .cards .card__footer p {
  color: var(--neutral-body-text, #707070);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.single-product .more-adventures-to-explore .cards .card__footer p span {
  color: var(--brand-green, #65B598);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 160% */
}
.single-product .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.single-product .lightbox-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 16px;
  border: 10px solid var(--neutral-white, #FFF);
  margin: 0 115px;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .single-product .lightbox-img {
    max-width: 95%;
    max-height: 95%;
  }
}
.single-product .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.single-product .prev {
  float: left;
  cursor: pointer;
}
.single-product .next {
  float: right;
  cursor: pointer;
}
.single-product .parsley-errors-list.filled {
  margin: 0;
  color: red !important;
  list-style-type: none;
}
.single-product .addflex {
  display: flex !important;
}/*# sourceMappingURL=adventures.css.map */