/* Theme: Alchemist / Product Page HTML Template / Updated: 06/09/21 */

body {
    overflow-x: unset !important;
}

section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

#footer {
    padding-bottom: var(--booking-bar-height) !important;
}

.product-page h2.section-title {
    color: #ff9500;
    margin-bottom: 3rem;
    text-align: center;
}


@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1000px;
    }
}

.label-jumpbar {
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: 0.0625em;
    color: var(--body-color);
}

.label-jumpbar.active {
    color: var(--primary);
}

#product-jumpbar.sticky-top {
    top: -1px;
}

@media (max-width: 767px) {
    .label-jumpbar {
        line-height: 1.125;
    }
}

.product-hero-block {
    width: 100%;
    min-height: calc(100vh - var(--booking-bar-height) - var(--jumpbar-height) - var(--menu-height));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product-hero-inner {
    width: 630px;
    max-width: 100%;
}

#product-overview p {
    white-space: pre-line;
}

#includedAccordion .cursor-pointer:hover svg path {
    transform: translateY(8%);
}

.sl-next svg circle,
.sl-prev svg circle,
.sl-next svg path,
.sl-prev svg path {
    stroke: #666;
}

@media (max-width: 767px) {

    .sl-next,
    .sl-next svg,
    .sl-prev,
    .sl-prev svg {
        width: 30px !important;
    }
}

.tip-card p {
    white-space: pre-line;
}

.reviews-card {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .quotation-marks {
        position: absolute;
        top: 0;
        left: 0;
    }

    .quotation-marks-noimage {
        position: absolute;
        top: 0;
    }
}

.date-card .button {
    min-width: 140px;
    text-align: center;
}

.date-card .label-banner:not(:last-of-type) {
    margin-right: .5rem !important;
}

@media (min-width: 768px) {
    .date-card .button {
        min-width: 180px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .booking-bar-banners .label-banner:not(:last-of-type) {
        margin-right: .5rem !important;
    }
}

@media (max-width: 767px) {
    #product-bookingbar .label-small-uppercase {
        font-size: 0.8rem;
    }

    #product-bookingbar .label-big {
        font-size: 1rem;
    }
}

.swiper-next,
.swiper-prev {
    cursor: pointer;
}

.swiper-controls {
    margin-top: -1rem;
}

.button-primary-outline {
    background-color: #ff9500 !important;
    border-color: #ff9500 !important;
    color: #fff !important;
}

#product-activity {
    background-color: var(--secondary);
    padding-bottom: 0;
}

#product-activity .product-activity-title {
    font-size: 2.75rem;
    font-family: var(--headings-font-family);
    margin-bottom: 3rem;
    text-align: center;
    color: var(--body-color);
}


/* Experience specific */
/* Belize Edition January 7th - February 19th */
.product-id-3c660872-cd27-4d30-93ea-2092e2deeb57 .vartext-default {
    display: none;
}
.product-id-3c660872-cd27-4d30-93ea-2092e2deeb57 .vartext-accommodation {
    display: block !important;
}

/* Buenos Aires Edition - February 4th to March 4th */
.product-id-607f9ff0-7a16-445d-8abc-5a3065538a85 .vartext-default {
    display: none;
}
.product-id-607f9ff0-7a16-445d-8abc-5a3065538a85 .vartext-accommodation {
    display: block !important;
}

/* Panama Edition - March 11th to April 2nd */
.product-id-696a6e70-8a3c-4dac-ba21-86155bfcda8d .vartext-default {
    display: none;
}
.product-id-696a6e70-8a3c-4dac-ba21-86155bfcda8d .vartext-accommodation {
    display: block !important;
}

/* Puerto Escondido Edition - January 7th to January 29th */
.product-id-4a6b27b9-2d9a-4f1a-8506-dfc301e7362c .vartext-default {
    display: none;
}
.product-id-4a6b27b9-2d9a-4f1a-8506-dfc301e7362c .vartext-accommodation {
    display: block !important;
}

/* By Name */
.product-page[class*="argentina"] .vartext-default {
    display: none;
}
.product-page[class*="argentina"] .vartext-accommodation {
    display: block !important;
}

.product-page[class*="dive"] .vartext-default {
    display: none;
}
.product-page[class*="dive"] .vartext-dives {
    display: block !important;
}